paper-with-me

Papers

Causal Confusion in Imitation Learning

2019-05-28 · NeurIPS 2019 12 · Pim de Haan, Dinesh Jayaraman, Sergey Levine

Behavioral cloning reduces policy learning to supervised learning by training a discriminative model to predict expert actions given observations. Such discriminative models are non-causal: the training procedure is unaware of the causal structure of the interaction between the expert and the environment. We point out that ignoring causality is particularly damaging because of the distributional shift in imitation learning. In particular, it leads to a counter-intuitive "causal misidentification" phenomenon: access to more information can yield worse performance. We investigate how this problem arises, and propose a solution to combat it through targeted interventions---either environment interaction or expert queries---to determine the correct causal model. We show that causal misidentification occurs in several benchmark control domains as well as realistic driving settings, and validate our solution against DAgger and other baselines and ablations.

📄 PDF Abstract BibTeX arXiv:1905.11979

Code (2)

ZIYU-DEEP/Understanding-Bias-in-Deep-Anomaly-Detection-PyTorch pytorch
pimdh/causal-confusion pytorch

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

MAMBO-NET: Multi-Causal Aware Modeling Backdoor-Intervention Optimization for Medical Image Segmentation Network

2025-05-28 · Ruiguo Yu, Yiyang Zhang, Yuan Tian, Yujie Diao 외

Medical image segmentation methods generally assume that the process from medical image to segmentation is unbiased, and use neural networks to establish conditional probability models to complete the segmentation task. …

Causal InferenceImage SegmentationMedical Image SegmentationSegmentation+1

Prioritizing Perception-Guided Self-Supervision: A New Paradigm for Causal Modeling in End-to-End Autonomous Driving

2025-11-11 · Yi Huang, Zhan Qu, Lihui Jiang, Bingbing Liu 외 arxiv

End-to-end autonomous driving systems, predominantly trained through imitation learning, have demonstrated considerable effectiveness in leveraging large-scale expert driving data. Despite their success in open-loop eval…

Autonomous Driving

Improving Generalization Ability of Robotic Imitation Learning by Resolving Causal Confusion in Observations

2025-07-30 · Yifei Chen, Yuzhe Zhang, Giovanni D'urso, Nicholas Lawrance 외 arxiv

Recent developments in imitation learning have considerably advanced robotic manipulation. However, current techniques in imitation learning can suffer from poor generalization, limiting performance even under relatively…

GABRIL: Gaze-Based Regularization for Mitigating Causal Confusion in Imitation Learning

2025-07-25 · Amin Banayeeanzade, Fatemeh Bahrani, Yutai Zhou, Erdem Bıyık arxiv

Imitation Learning (IL) is a widely adopted approach which enables agents to learn from human expert demonstrations by framing the task as a supervised learning problem. However, IL often suffers from causal confusion, w…

Representation Learning

Resolving Causal Confusion in Reinforcement Learning via Robust Exploration

2021-03-09 · ICLR Workshop SSL-RL 2021 5 · Clare Lyle, Amy Zhang, Minqi Jiang, Joelle Pineau 외

A reinforcement learning agent must distinguish between spurious correlations and causal relationships in its environment in order to robustly achieve its goals. Contrary to popular belief, such cases of causal confusion…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)