paper-with-me

홈 › Papers

CWM: Contrastive World Models for Action Feasibility Learning in Embodied Agent Pipelines

2026-02-25 · Chayan Banerjee arxiv

A reliable action feasibility scorer is a critical bottleneck in embodied agent pipelines: before any planning or reasoning occurs, the agent must identify which candidate actions are physically executable in the current state. Existing approaches use supervised fine-tuning (SFT) to train action scorers, but SFT treats each candidate independently and does not explicitly teach the model to discriminate between actions that are physically correct and those that are subtly wrong. We propose the Contrastive World Model (CWM), which fine-tunes a large language model (LLM) as an action scorer using an InfoNCE contrastive objective with hard-mined negative examples. The key idea is to push valid actions away from invalid ones in scoring space, with special emphasis on hard negatives: semantically similar but physically incompatible candidates. We evaluate CWM on the ScienceWorld benchmark through two studies. First, an intrinsic affordance evaluation on 605 hard-negative test pairs shows that CWM outperforms SFT by +6.76 percentage points on Precision@1 for minimal-edit negatives -- cases where a single word changes the physical outcome -- and achieves a higher AUC-ROC (0.929 vs. 0.906). Second, a live filter characterisation study measures how well CWM ranks gold-path actions against all valid environment actions during task execution. Under out-of-distribution stress conditions, CWM maintains a significantly better safety margin (-2.39) than SFT (-3.96), indicating that the gold action is ranked closer to the top. These results support the hypothesis that contrastive training induces representations that capture physical feasibility more faithfully than SFT alone.

📄 PDF Abstract BibTeX arXiv:2602.22452

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LACMA: Language-Aligning Contrastive Learning with Meta-Actions for Embodied Instruction Following

2023-10-18 · Cheng-Fu Yang, Yen-Chun Chen, Jianwei Yang, Xiyang Dai 외

End-to-end Transformers have demonstrated an impressive success rate for Embodied Instruction Following when the environment has been seen in training. However, they tend to struggle when deployed in an unseen environmen…

Contrastive LearningInstruction Following

6G Communication Networks Enabling Embodied Agents: Architecture and Prototype

2026-05-22 · Lipeng Dai, Luping Xiang, Kun Yang arxiv

Embodied agents, which couple intelligent decision-making with physical actuation in the real world, impose far more stringent and heterogeneous communication requirements than purely software-based agents. While 6G prom…

ACT-Thor: A Controlled Benchmark for Embodied Action Understanding in Simulated Environments

2022-10-01 · COLING 2022 10 · Michael Hanna, Federico Pedeni, Alessandro Suglia, Alberto Testoni 외

Artificial agents are nowadays challenged to perform embodied AI tasks. To succeed, agents must understand the meaning of verbs and how their corresponding actions transform the surrounding world. In this work, we propos…

Action Understanding

BEAT: Visual Backdoor Attacks on VLM-based Embodied Agents via Contrastive Trigger Learning

2025-10-31 · Qiusi Zhan, Hyeonjeong Ha, Rui Yang, Sirui Xu 외 arxiv

Recent advances in Vision-Language Models (VLMs) have propelled embodied agents by enabling direct perception, reasoning, and planning task-oriented actions from visual inputs. However, such vision-driven embodied agents…

CAPE: Contrastive Action-conditioned Parallel Encoding for Embodied Planning

2026-06-05 · Cong Chen, Haowen Wang, Zhixiang Zhang, Pei Ren 외 arxiv

Embodied agents need to predict the future consequences of candidate actions in order to plan effectively before execution. Existing visual dynamics models learn by reconstructing future visual states or rolling out dens…