paper-with-me

Papers

Object-Aware Regularization for Addressing Causal Confusion in Imitation Learning

2021-10-27 · NeurIPS 2021 12 · Jongjin Park, Younggyo Seo, Chang Liu, Li Zhao, Tao Qin, Jinwoo Shin, Tie-Yan Liu

Behavioral cloning has proven to be effective for learning sequential decision-making policies from expert demonstrations. However, behavioral cloning often suffers from the causal confusion problem where a policy relies on the noticeable effect of expert actions due to the strong correlation but not the cause we desire. This paper presents Object-aware REgularizatiOn (OREO), a simple technique that regularizes an imitation policy in an object-aware manner. Our main idea is to encourage a policy to uniformly attend to all semantic objects, in order to prevent the policy from exploiting nuisance variables strongly correlated with expert actions. To this end, we introduce a two-stage approach: (a) we extract semantic objects from images by utilizing discrete codes from a vector-quantized variational autoencoder, and (b) we randomly drop the units that share the same discrete code together, i.e., masking out semantic objects. Our experiments demonstrate that OREO significantly improves the performance of behavioral cloning, outperforming various other regularization and causality-based methods on a variety of Atari environments and a self-driving CARLA environment. We also show that our method even outperforms inverse reinforcement learning methods trained with a considerable amount of environment interaction.

📄 PDF Abstract BibTeX arXiv:2110.14118

Code (1)

alinlab/oreo 공식 구현 pytorch

Tasks

Decision MakingImitation LearningSequential Decision Making

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

Similar Papers 제목 키워드 기반

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

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

Dynamic Correlation Learning and Regularization for Multi-Label Confidence Calibration

2024-07-09 · Tianshui Chen, Weihang Wang, Tao Pu, Jinghui Qin 외

Modern visual recognition models often display overconfidence due to their reliance on complex deep neural networks and one-hot target supervision, resulting in unreliable confidence scores that necessitate calibration. …

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

Cost-sensitive Regularization for Label Confusion-aware Event Detection

2019-06-14 · ACL 2019 7 · Hongyu Lin, Yaojie Lu, Xianpei Han, Le Sun

In supervised event detection, most of the mislabeling occurs between a small number of confusing type pairs, including trigger-NIL pairs and sibling sub-types of the same coarse type. To address this label confusion pro…

Event DetectionVocal Bursts Type Prediction