paper-with-me

Papers

Learning Dynamic Attribute-factored World Models for Efficient Multi-object Reinforcement Learning

2023-07-18 · NeurIPS 2023 11

In many reinforcement learning tasks, the agent has to learn to interact with many objects of different types and generalize to unseen combinations and numbers of objects. Often a task is a composition of previously learned tasks (e.g. block stacking). These are examples of compositional generalization, in which we compose object-centric representations to solve complex tasks. Recent works have shown the benefits of object-factored representations and hierarchical abstractions for improving sample efficiency in these settings. On the other hand, these methods do not fully exploit the benefits of factorization in terms of object attributes. In this paper, we address this opportunity and introduce the Dynamic Attribute FacTored RL (DAFT-RL) framework. In DAFT-RL, we leverage object-centric representation learning to extract objects from visual inputs. We learn to classify them in classes and infer their latent parameters. For each class of object, we learn a class template graph that describes how the dynamics and reward of an object of this class factorize according to its attributes. We also learn an interaction pattern graph that describes how objects of different classes interact with each other at the attribute level. Through these graphs and a dynamic interaction graph that models the interactions between objects, we can learn a policy that can then be directly applied in a new environment by just estimating the interactions and latent parameters. We evaluate DAFT-RL in three benchmark datasets and show our framework outperforms the state-of-the-art in generalizing across unseen objects with varying attributes and latent parameters, as well as in the composition of previously learned tasks.

📄 PDF Abstract BibTeX arXiv:2307.09205

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeObjectRepresentation Learning

Similar Papers 제목 키워드 기반

From Programs to Poses: Factored Real-World Scene Generation via Learned Program Libraries

2025-10-11 · Joy Hsu, Emily Jin, Jiajun Wu, Niloy J. Mitra arxiv

Real-world scenes, such as those in ScanNet, are difficult to capture, with highly limited data available. Generating realistic scenes with varied object poses remains an open and challenging task. In this work, we propo…

Scene Generation

Binding Actions to Objects in World Models

2022-04-27 · Ondrej Biza, Robert Platt, Jan-Willem van de Meent, Lawson L. S. Wong 외

We study the problem of binding actions to objects in object-factored world models using action-attention mechanisms. We propose two attention mechanisms for binding actions to objects, soft attention and hard attention,…

Hard AttentionObject

Factored World Models for Zero-Shot Generalization in Robotic Manipulation

2022-02-10 · Ondrej Biza, Thomas Kipf, David Klee, Robert Platt 외

World models for environments with many objects face a combinatorial explosion of states: as the number of objects increases, the number of possible arrangements grows exponentially. In this paper, we learn to generalize…

Heuristic SearchObjectZero-shot Generalization

Factored Latent Action World Models

2026-02-18 · Zizhao Wang, Chang Shi, Jiaheng Hu, Kevin Rohling 외 arxiv

Learning latent actions from action-free video has emerged as a powerful paradigm for scaling up controllable world model learning. Latent actions provide a natural interface for users to iteratively generate and manipul…

Video Generation

MoCoDA: Model-based Counterfactual Data Augmentation

2022-10-20 · Silviu Pitis, Elliot Creager, Ajay Mandlekar, Animesh Garg

The number of states in a dynamic process is exponential in the number of objects, making reinforcement learning (RL) difficult in complex, multi-object domains. For agents to scale to the real world, they will need to r…

counterfactualData AugmentationmodelOffline RL+1