← Search

Aviv Tamar

52 accepted papers

2026

Hierarchical Entity-centric Reinforcement Learning with Factored Subgoal Diffusion

ICLR 2026poster

We propose a hierarchical entity-centric framework for offline Goal-Conditioned Reinforcement Learning (GCRL) that combines subgoal decomposition with factored structure to solve long-horizon tasks in domains with multiple entities. Achieving long-horizon goals in complex environments remains a core…

Cited by 0SourcecodeScholar
2026

Latent Particle World Models: Self-supervised Object-centric Stochastic Dynamics Modeling

ICLR 2026oral

We introduce Latent Particle World Model (LPWM), a self-supervised object-centric world model scaled to real-world multi-object datasets and applicable in decision-making. LPWM autonomously discovers keypoints, bounding boxes, and object masks directly from video data, enabling it to learn rich scen…

Cited by 0SourcecodeScholar
2026

More with LESS – Local Scene Representations for Tactile Imaging

RSS 2026poster

Tactile imaging seeks to reconstruct the internal structure of soft objects through touch sensing, with applications in medical diagnosis and robotic manipulation. Recent self-supervised learning approaches have shown promising results, but rely on global, unstructured representations and robot-cont…

Cited by 0SourceScholar
2026

Probing in the Dark: State Entropy Maximization for POMDPs

ICLR 2026poster

Sample efficiency is one of the main bottlenecks for optimal decision making via reinforcement learning. Pretraining a policy to maximize the entropy of the state visitation can substantially speedup reinforcement learning of downstream tasks. It is still an open question how to maximize the state e…

Cited by 0SourcecodeScholar
2026

Temporal Difference Calibration in Sequential Tasks: Application to Vision-Language-Action Models

ICML 2026poster

Recent advances in vision-language-action (VLA) models for robotics have highlighted the importance of reliable uncertainty quantification in sequential tasks. However, assessing and improving calibration in such settings remains mostly unexplored, especially when only partial trajectories are obser…

Cited by 0SourceScholar
2025

Blindfolded Experts Generalize Better: Insights from Robotic Manipulation and Videogames

NeurIPS 2025poster

Behavioral cloning is a simple yet effective technique for learning sequential decision-making from demonstrations. Recently, it has gained prominence as the core of foundation models for the physical world, where achieving generalization requires countless demonstrations of a multitude of tasks. Ty…

Cited by 0SourceScholar
2025

EC-Diffuser: Multi-Object Manipulation via Entity-Centric Behavior Generation

ICLR 2025poster

Object manipulation is a common component of everyday tasks, but learning to manipulate objects from high-dimensional observations presents significant challenges. These challenges are heightened in multi-object environments due to the combinatorial complexity of the state space as well as of the de…

Cited by 0SourcePDFScholar
2025

From Configuration-Space Clearance to Feature-Space Margin: Sample Complexity in Learning-Based Collision Detection

ICRA 2025

Motion planning is a central challenge in robotics, with learning-based approaches gaining significant attention in recent years. Our work focuses on a specific aspect of these approaches: using machine-learning techniques, particularly Support Vector Machines (SVM), to evaluate whether robot config

Cited by 0SourceScholar
2025

Toward Artificial Palpation: Representation Learning of Touch on Soft Bodies

NeurIPS 2025poster

Palpation, the use of touch in medical examination, is almost exclusively performed by humans. We investigate a proof of concept for an artificial palpation method based on self-supervised learning. Our key idea is that an encoder-decoder framework can learn a **representation** from a sequence of t…

Cited by 0SourceScholar
2024

A Bayesian Approach to Online Planning

ICML 2024poster

The combination of Monte Carlo tree search and neural networks has revolutionized online planning. As neural network approximations are often imperfect, we ask whether uncertainty estimates about the network outputs could be used to improve planning. We develop a Bayesian planning approach that faci…

2024

Entity-Centric Reinforcement Learning for Object Manipulation from Pixels

ICLR 2024spotlight

Manipulating objects is a hallmark of human intelligence, and an important task in domains such as robotics. In principle, Reinforcement Learning (RL) offers a general approach to learn object manipulation. In practice, however, domains with more than a few objects are difficult for RL agents due to…

2024

MAMBA: an Effective World Model Approach for Meta-Reinforcement Learning

ICLR 2024poster

Meta-reinforcement learning (meta-RL) is a promising framework for tackling challenging domains requiring efficient exploration. Existing meta-RL algorithms are characterized by low sample efficiency, and mostly focus on low-dimensional task distributions. In parallel, model-based RL methods have be…

2023

Fine-Tuning Generative Models as an Inference Method for Robotic Tasks

CoRL 2023poster

Adaptable models could greatly benefit robotic agents operating in the real world, allowing them to deal with novel and varying conditions. While approaches such as Bayesian inference are well-studied frameworks for adapting models to evidence, we build on recent advances in deep generative models w…

Cited by 3SourcecodeScholar
2023

Hierarchical Planning for Rope Manipulation using Knot Theory and a Learned Inverse Model

CoRL 2023poster

This work considers planning the manipulation of deformable 1-dimensional objects, such as ropes or cables, specifically to tie knots. We propose TWISTED: Tying With Inverse model and Search in Topological space Excluding Demos, a hierarchical planning approach which, at the high level, uses ideas f…

Cited by 4SourceScholar
2023

Online Tool Selection with Learned Grasp Prediction Models

ICRA 2023poster

Deep learning-based grasp prediction models have become an industry standard for robotic bin-picking systems. To maximize pick success, production environments are often equipped with several end-effector tools that can be swapped on-the-fly, based on the target object. Tool-change, however, takes t…

Cited by 1SourceScholar
2023

TGRL: An Algorithm for Teacher Guided Reinforcement Learning

ICML 2023poster

We consider solving sequential decision-making problems in the scenario where the agent has access to two supervision sources: $\textit{reward signal}$ and a $\textit{teacher}$ that can be queried to obtain a $\textit{good}$ action for any state encountered by the agent. Learning solely from rewards…

Cited by 18SourcePDFScholar
2022

Meta Reinforcement Learning with Finite Training Tasks - a Density Estimation Approach

NeurIPS 2022accept

In meta reinforcement learning (meta RL), an agent learns from a set of training tasks how to quickly solve a new task, drawn from the same task distribution. The optimal meta RL policy, a.k.a.~the Bayes-optimal behavior, is well defined, and guarantees optimal reward in expectation, taken with resp…

2022

Regularization Guarantees Generalization in Bayesian Reinforcement Learning through Algorithmic Stability

AAAI 2022technical

In the Bayesian reinforcement learning (RL) setting, a prior distribution over the unknown problem parameters -- the rewards and transitions -- is assumed, and a policy that optimizes the (posterior) expected return is sought. A common approximation, which has been recently popularized as meta-RL, i…

Cited by 9SourcePDFScholar
2022

Validate on Sim, Detect on Real - Model Selection for Domain Randomization

ICRA 2022poster

A practical approach to learning robot skills, often termed sim2real, is to train control policies in simulation and then deploy them on a real robot. Popular sim2real techniques build on domain randomization (DR) - training the policy on diverse randomly generated domains for better generalization…

Cited by 7SourceScholar
2021

Efficient Self-Supervised Data Collection for Offline Robot Learning

ICRA 2021poster

A practical approach to robot reinforcement learning is to first collect a large batch of real or simulated robot interaction data, using some data collection policy, and then learn from this data to perform various tasks, using offline learning algorithms. Previous work focused on manually designin…

Cited by 12SourceScholar
2021

Offline Meta Reinforcement Learning -- Identifiability Challenges and Effective Data Collection Strategies

NeurIPS 2021poster

Consider the following instance of the Offline Meta Reinforcement Learning (OMRL) problem: given the complete training logs of $N$ conventional RL agents, trained on $N$ different tasks, design a meta-agent that can quickly maximize reward in a new, unseen task from the same task distribution. In pa…

2021

Unsupervised Feature Learning for Manipulation with Contrastive Domain Randomization

ICRA 2021poster

Robotic tasks such as manipulation with visual inputs require image features that capture the physical properties of the scene, e.g., the position and configuration of objects. Recently, it has been suggested to learn such features in an unsupervised manner from simulated, self-supervised, robot int…

Cited by 3SourcecodeScholar
2020

Constrained Policy Improvement for Efficient Reinforcement Learning

IJCAI 2020poster

We propose a policy improvement algorithm for Reinforcement Learning (RL) termed Rerouted Behavior Improvement (RBI). RBI is designed to take into account the evaluation errors of the Q-function. Such errors are common in RL when learning the Q-value from finite experience data. Greedy policies or e…

2020

Hallucinative Topological Memory for Zero-Shot Visual Planning

ICML 2020poster

In visual planning (VP), an agent learns to plan goal-directed behavior from observations of a dynamical system obtained offline, e.g., images obtained from self-supervised robot interaction. Most previous works on VP approached the problem by planning in a learned latent space, resulting in low-qua…

2020

Sub-Goal Trees a Framework for Goal-Based Reinforcement Learning

ICML 2020poster

Many AI problems, in robotics and other domains, are goal-directed, essentially seeking a trajectory leading to some goal state. Reinforcement learning (RL), building on Bellman’s optimality equation, naturally optimizes for a single goal, yet can be made goal-directed by augmenting the state with t…

2019

A Deep Reinforcement Learning Perspective on Internet Congestion Control

ICML 2019oral

We present and investigate a novel and timely application domain for deep reinforcement learning (RL): Internet congestion control. Congestion control is the core networking task of modulating traffic sources’ data-transmission rates to efficiently utilize network capacity, and is the subject of ext…

2019

Bayesian Relational Memory for Semantic Visual Navigation

ICCV 2019poster

We introduce a new memory architecture, Bayesian Relational Memory (BRM), to improve the generalization ability for semantic visual navigation agents in unseen environments, where an agent is given a semantic target to navigate towards. BRM takes the form of a probabilistic relation graph over seman…

Cited by 122PDFcodeScholar
2019

Distributional Multivariate Policy Evaluation and Exploration with the Bellman GAN

ICML 2019oral

The recently proposed distributional approach to reinforcement learning (DiRL) is centered on learning the distribution of the reward-to-go, often referred to as the value distribution. In this work, we show that the distributional Bellman equation, which drives DiRL methods, is equivalent to a gene…

Cited by 21SourcePDFScholar
2019

Domain Randomization for Active Pose Estimation

ICRA 2019poster

Accurate state estimation is a fundamental component of robotic control. In robotic manipulation tasks, as is our focus in this work, state estimation is essential for identifying the positions of objects in the scene, forming the basis of the manipulation plan. However, pose estimation typically re…

Cited by 59SourceScholar
2019

Learning Robotic Manipulation through Visual Planning and Acting

RSS 2019poster

Planning for robotic manipulation requires reasoning about the changes a robot can affect on objects. When such interactions can be modelled analytically, as in domains with rigid objects, efficient planning algorithms exist. However, in both domestic and industrial domains, the objects of interest…

Cited by 158SourcePDFScholar
2019

Reinforcement Learning on Variable Impedance Controller for High-Precision Robotic Assembly

ICRA 2019poster

Precise robotic manipulation skills are desirable in many industrial settings, reinforcement learning (RL) methods hold the promise of acquiring these skills autonomously. In this paper, we explicitly consider incorporating operational space force/torque information into reinforcement learning; this…

Cited by 243SourceScholar
2018

Imitation Learning from Visual Data with Multiple Intentions

ICLR 2018poster

Recent advances in learning from demonstrations (LfD) with deep neural networks have enabled learning complex robot skills that involve high dimensional perception such as raw image inputs. LfD algorithms generally assume learning from single task demonstrations. In practice, however, it is more ef…

Cited by 15SourcePDFScholar
2018

Learning Plannable Representations with Causal InfoGAN

NeurIPS 2018poster

In recent years, deep generative models have been shown to 'imagine' convincing high-dimensional observations such as images, audio, and even video, learning directly from raw data. In this work, we ask how to imagine goal-directed visual plans -- a plausible sequence of observations that transition…

2018

Model-Ensemble Trust-Region Policy Optimization

ICLR 2018poster

Model-free reinforcement learning (RL) methods are succeeding in a growing number of tasks, aided by recent advances in deep learning. However, they tend to suffer from high sample complexity, which hinders their use in real-world domains. Alternatively, model-based reinforcement learning promises…

2017

Learning from the hindsight plan — Episodic MPC improvement

ICRA 2017poster

Model predictive control (MPC) is a popular control method that has proved effective for robotics, among other fields. MPC performs re-planning at every time step. Re-planning is done with a limited horizon per computational and real-time constraints and often also for robustness to potential model…

Cited by 83SourceScholar
2017

Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments

NeurIPS 2017poster

We explore deep reinforcement learning methods for multi-agent domains. We begin by analyzing the difficulty of traditional algorithms in the multi-agent case: Q-learning is challenged by an inherent non-stationarity of the environment, while policy gradient suffers from a variance that increases as…

2017

Shallow Updates for Deep Reinforcement Learning

NeurIPS 2017poster

Deep reinforcement learning (DRL) methods such as the Deep Q-Network (DQN) have achieved state-of-the-art results in a variety of challenging, high-dimensional domains. This success is mainly attributed to the power of deep neural networks to learn rich domain representations for approximating the v…

Cited by 54SourcePDFScholar
2015

Risk-Sensitive and Robust Decision-Making: a CVaR Optimization Approach

NeurIPS 2015poster

In this paper we address the problem of decision making within a Markov decision process (MDP) framework where risk and modeling errors are taken into account. Our approach is to minimize a risk-sensitive conditional-value-at-risk (CVaR) objective, as opposed to a standard risk-neutral expectation.…

Cited by 430SourcePDFScholar