paper-with-me

홈 › Papers

Understanding Representations Pretrained with Auxiliary Losses for Embodied Agent Planning

2023-12-06 · YuXuan Li, Luca Weihs

Pretrained representations from large-scale vision models have boosted the performance of downstream embodied policy learning. We look to understand whether additional self-supervised pretraining on exploration trajectories can build on these general-purpose visual representations to better support embodied planning in realistic environments. We evaluated four common auxiliary losses in embodied AI, two hindsight-based losses, and a standard imitation learning loss, by pretraining the agent's visual compression module and state belief representations with each objective and using CLIP as a representative visual backbone. The learned representations are then frozen for downstream multi-step evaluation on two goal-directed tasks. Surprisingly, we find that imitation learning on these exploration trajectories out-performs all other auxiliary losses even despite the exploration trajectories being dissimilar from the downstream tasks. This suggests that imitation of exploration may be ''all you need'' for building powerful planning representations. Additionally, we find that popular auxiliary losses can benefit from simple modifications to improve their support for downstream planning ability.

📄 PDF Abstract BibTeX arXiv:2312.10069

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation Learning

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Simple but Effective: CLIP Embeddings for Embodied AI

2021-11-18 · CVPR 2022 1 · Apoorv Khandelwal, Luca Weihs, Roozbeh Mottaghi, Aniruddha Kembhavi

Contrastive language image pretraining (CLIP) encoders have been shown to be beneficial for a range of visual tasks from classification and detection to captioning and image manipulation. We investigate the effectiveness…

Image ManipulationNavigate

Generation as Auxiliary Supervision: Enhancing Visual Understanding at Zero Inference Overhead via Decoupled Embedding Prediction

2026-08-12 · Zhongbin Guo, Jiahao Xie, Dongling Xiao, Qianle Wang 외 hf

While Multimodal Large Language Models (MLLMs) have achieved remarkable progress, visual understanding and generation are typically treated as divergent objectives. Existing unified frameworks often rely on discrete visu…

Representation Learning

Why do Angular Margin Losses work well for Semi-Supervised Anomalous Sound Detection?

2023-09-27 · Kevin Wilkinghoff, Frank Kurth

State-of-the-art anomalous sound detection systems often utilize angular margin losses to learn suitable representations of acoustic data using an auxiliary task, which usually is a supervised or self-supervised classifi…

Language Modeling Teaches You More Syntax than Translation Does: Lessons Learned Through Auxiliary Task Analysis

2018-09-26 · Kelly W. Zhang, Samuel R. Bowman

Recent work using auxiliary prediction task classifiers to investigate the properties of LSTM representations has begun to shed light on why pretrained representations, like ELMo (Peters et al., 2018) and CoVe (McCann et…

Language ModelingLanguage ModellingTransfer LearningTranslation

Reinforcement Learning with Automated Auxiliary Loss Search

2022-10-12 · Tairan He, Yuge Zhang, Kan Ren, Minghuan Liu 외

A good state representation is crucial to solving complicated reinforcement learning (RL) challenges. Many recent works focus on designing auxiliary losses for learning informative representations. Unfortunately, these h…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)