paper-with-me

홈 › Papers

A General Purpose Supervisory Signal for Embodied Agents

2022-12-01 · Kunal Pratap Singh, Jordi Salvador, Luca Weihs, Aniruddha Kembhavi

Training effective embodied AI agents often involves manual reward engineering, expert imitation, specialized components such as maps, or leveraging additional sensors for depth and localization. Another approach is to use neural architectures alongside self-supervised objectives which encourage better representation learning. In practice, there are few guarantees that these self-supervised objectives encode task-relevant information. We propose the Scene Graph Contrastive (SGC) loss, which uses scene graphs as general-purpose, training-only, supervisory signals. The SGC loss does away with explicit graph decoding and instead uses contrastive learning to align an agent's representation with a rich graphical encoding of its environment. The SGC loss is generally applicable, simple to implement, and encourages representations that encode objects' semantics, relationships, and history. Using the SGC loss, we attain significant gains on three embodied tasks: Object Navigation, Multi-Object Navigation, and Arm Point Navigation. Finally, we present studies and analyses which demonstrate the ability of our trained representation to encode semantic cues about the environment.

📄 PDF Abstract BibTeX arXiv:2212.01186

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

LuciBot: Automated Robot Policy Learning from Generated Videos

2025-03-12 · Xiaowen Qiu, Yian Wang, Jiting Cai, Zhehuan Chen 외

Automatically generating training supervision for embodied tasks is crucial, as manual designing is tedious and not scalable. While prior works use large language models (LLMs) or vision-language models (VLMs) to generat…

Video Generation

RynnEC: Bringing MLLMs into Embodied World

2025-08-19 · Ronghao Dang, Yuqian Yuan, Yunxuan Mao, Kehan Li 외 arxiv

We introduce RynnEC, a video multimodal large language model designed for embodied cognition. Built upon a general-purpose vision-language foundation model, RynnEC incorporates a region encoder and a mask decoder, enabli…

Object SegmentationSpatial Reasoning

EmboMatrix: A Scalable Training-Ground for Embodied Decision-Making

2025-10-14 · Zixing Lei, Sheng Yin, Yichen Xiong, Yuanzhuo Ding 외 arxiv

Embodied decision-making enables agents to translate high-level goals into executable actions through continuous interactions within the physical world, forming a cornerstone of general-purpose embodied intelligence. Lar…

Scene Generation

Scene Graph Contrastive Learning for Embodied Navigation

2023-01-01 · ICCV 2023 1 · Kunal Pratap Singh, Jordi Salvador, Luca Weihs, Aniruddha Kembhavi

Training effective embodied AI agents often involves expert imitation, specialized components such as maps, or leveraging additional sensors for depth and localization. Another approach is to use neural architectures…

Contrastive LearningRepresentation Learning

Demonstration-Free Robotic Control via LLM Agents

2026-01-28 · Brian Y. Tsui, Alan Y. Fang, Tiffany J. Hwu arxiv

Robotic manipulation has increasingly adopted vision-language-action (VLA) models, which achieve strong performance but typically require task-specific demonstrations and fine-tuning, and often generalize poorly under do…

Data Augmentation