← Search

Ondrej Biza

13 accepted papers

2026

When Life Gives You BC, Make Q-functions: Extracting Q-values from Behavior Cloning for On-Robot Reinforcement Learning

RSS 2026poster

Behavior Cloning (BC) has emerged as a highly effective paradigm for robot learning. However, BC lacks a self-guided mechanism for online improvement after demonstrations have been collected. Existing offline-to-online learning methods often cause policies to replace previously learned good actions …

Cited by 0SourceScholar
2025

On-Robot Reinforcement Learning with Goal-Contrastive Rewards

ICRA 2025

Reinforcement Learning (RL) has the potential to enable robots to learn from their own actions in the real world. Unfortunately, RL can be prohibitively expensive, in terms of on-robot runtime, due to inefficient exploration when learning from a sparse reward signal. Designing dense reward functions

Cited by 5SourcecodeScholar
2025

ROVER: Recursive Reasoning Over Videos with Vision-Language Models for Embodied Tasks

NeurIPS 2025poster

Vision-language models (VLMs) have exhibited impressive capabilities across diverse image understanding tasks, but still struggle in settings that require reasoning over extended sequences of camera frames from a video. This limits their utility in embodied settings, which require reasoning over lon…

Cited by 0SourceScholar
2024

IMAGINATION POLICY: Using Generative Point Cloud Models for Learning Manipulation Policies

CoRL 2024poster

Humans can imagine goal states during planning and perform actions to match those goals. In this work, we propose IMAGINATION POLICY, a novel multi-task key-frame policy network for solving high-precision pick and place tasks. Instead of learning actions directly, IMAGINATION POLICY generates point…

Cited by 7SourceScholar
2024

ThinkGrasp: A Vision-Language System for Strategic Part Grasping in Clutter

CoRL 2024poster

Robotic grasping in cluttered environments remains a significant challenge due to occlusions and complex object arrangements. We have developed ThinkGrasp, a plug-and-play vision-language grasping system that makes use of GPT-4o's advanced contextual reasoning for grasping strategies. ThinkGrasp can…

Cited by 14SourcecodeScholar
2023

Equivariant Single View Pose Prediction Via Induced and Restriction Representations

NeurIPS 2023poster

Learning about the three-dimensional world from two-dimensional images is a fundamental problem in computer vision. An ideal neural network architecture for such tasks would leverage the fact that objects can be rotated and translated in three dimensions to make predictions about novel images. Howev…

Cited by 8SourcePDFScholar
2023

Image to Sphere: Learning Equivariant Features for Efficient Pose Prediction

ICLR 2023top-5%

Predicting the pose of objects from a single image is an important but difficult computer vision problem. Methods that predict a single point estimate do not predict the pose of objects with symmetries well and cannot represent uncertainty. Alternatively, some works predict a distribution over orien…

2023

Invariant Slot Attention: Object Discovery with Slot-Centric Reference Frames

ICML 2023poster

Automatically discovering composable abstractions from raw perceptual data is a long-standing challenge in machine learning. Recent slot-based neural networks that learn about objects in a self-supervised manner have made exciting progress in this direction. However, they typically fall short at ade…

2023

One-shot Imitation Learning via Interaction Warping

CoRL 2023poster

Learning robot policies from few demonstrations is crucial in open-ended applications. We propose a new method, Interaction Warping, for one-shot learning SE(3) robotic manipulation policies. We infer the 3D mesh of each object in the environment using shape warping, a technique for aligning point c…

Cited by 13SourcecodeScholar
2022

Learning Symmetric Embeddings for Equivariant World Models

ICML 2022spotlight

Incorporating symmetries can lead to highly data-efficient and generalizable models by defining equivalence classes of data samples related by transformations. However, characterizing how transformations act on input data is often difficult, limiting the applicability of equivariant models. We propo…

2022

Sample Efficient Grasp Learning Using Equivariant Models

RSS 2022poster

In planar grasp detection, the goal is to learn a function from an image of a scene onto a set of feasible grasp poses in SE(2). In this paper, we recognize that the optimal grasp function is SE(2)-equivariant and can be modeled using an equivariant convolutional neural network. As a result, we are…