paper-with-me

Papers

Counterfactual Data Augmentation using Locally Factored Dynamics

2020-07-06 · NeurIPS 2020 12 · Silviu Pitis, Elliot Creager, Animesh Garg

Many dynamic processes, including common scenarios in robotic control and reinforcement learning (RL), involve a set of interacting subprocesses. Though the subprocesses are not independent, their interactions are often sparse, and the dynamics at any given time step can often be decomposed into locally independent causal mechanisms. Such local causal structures can be leveraged to improve the sample efficiency of sequence prediction and off-policy reinforcement learning. We formalize this by introducing local causal models (LCMs), which are induced from a global causal model by conditioning on a subset of the state space. We propose an approach to inferring these structures given an object-oriented state representation, as well as a novel algorithm for Counterfactual Data Augmentation (CoDA). CoDA uses local structures and an experience replay to generate counterfactual experiences that are causally valid in the global model. We find that CoDA significantly improves the performance of RL agents in locally factored tasks, including the batch-constrained and goal-conditioned settings.

📄 PDF Abstract BibTeX arXiv:2007.02863

Code (1)

spitis/mrl pytorch

Tasks

counterfactualData AugmentationGeneral Reinforcement LearningMulti-Goal Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)valid

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

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

Understanding Physical Dynamics with Counterfactual World Modeling

2023-12-11 · Rahul Venkatesh, Honglin Chen, Kevin Feigelis, Daniel M. Bear 외

The ability to understand physical dynamics is critical for agents to act in the world. Here, we use Counterfactual World Modeling (CWM) to extract vision structures for dynamics understanding. CWM uses a temporally-fact…

counterfactual

Bias Challenges in Counterfactual Data Augmentation

2022-09-12 · S Chandra Mouli, Yangze Zhou, Bruno Ribeiro

Deep learning models tend not to be out-of-distribution robust primarily due to their reliance on spurious features to solve the task. Counterfactual data augmentations provide a general way of (approximately) achieving …

counterfactualData Augmentation

Local Stochastic Factored Gradient Descent for Distributed Quantum State Tomography

2022-03-22 · Junhyung Lyle Kim, Mohammad Taha Toghani, César A. Uribe, Anastasios Kyrillidis

We propose a distributed Quantum State Tomography (QST) protocol, named Local Stochastic Factored Gradient Descent (Local SFGD), to learn the low-rank factor of a density matrix over a set of local machines. QST is the c…

Quantum State Tomography

Low-Rank Dynamics-Effective Latent Carriers for Counterfactual Rollout in Learned World Models

2026-08-15 · Yang Liu, Yuming Chen arxiv

We ask whether a small, directly addressable hidden-state intervention can place a learned world model on an intended counterfactual future and then let the model's own dynamics carry that future forward. In a controlled…