paper-with-me

홈 › Papers

Contrastive Representation Regularization for Vision-Language-Action Models

2025-10-02 · Taeyoung Kim, Jimin Lee, Myungkyu Koo, Dongyoung Kim, Kyungmin Lee, Changyeon Kim, Younggyo Seo, Jinwoo Shin arxiv

Vision-Language-Action (VLA) models have shown strong capabilities in robot manipulation by leveraging rich representations from pre-trained Vision-Language Models (VLMs). However, their representations arguably remain suboptimal, lacking sensitivity to robotic signals such as control actions and proprioceptive information. To address the issue, we introduce Robot State-aware Contrastive Loss (RS-CL), a simple and effective representation regularization for VLA models, designed to bridge the gap between VLM representations and robotic signals. In particular, RS-CL aligns the representations more closely with the robot's proprioceptive states by using relative distances between the states as soft supervision. Complementing the original action prediction objective, RS-CL enhances control-relevant representation learning, while being lightweight and fully compatible with standard VLA training pipelines. Our empirical results demonstrate that RS-CL substantially improves the performance of state-of-the-art VLA models; it pushes the prior art to 69.7% achieving the state-of-the-art performance on the RoboCasa-Kitchen benchmark, and boosts success rates from 45.0% to 58.3% on challenging real-robot manipulation tasks.

📄 PDF Abstract BibTeX arXiv:2510.01711

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningRobot Manipulation

Similar Papers 제목 키워드 기반

Non-Contrastive Vision-Language Learning with Predictive Embedding Alignment

2026-01-31 · Lukas Kuhn, Giuseppe Serra, Florian Buettner arxiv

Vision-language models have transformed multimodal representation learning, yet dominant contrastive approaches like CLIP require large batch sizes, careful negative sampling, and extensive hyperparameter tuning. We intr…

Representation Learning

Constructing Contrastive samples via Summarization for Text Classification with limited annotations

2021-04-11 · Findings (EMNLP) 2021 11 · Yangkai Du, Tengfei Ma, Lingfei Wu, Fangli Xu 외

Contrastive Learning has emerged as a powerful representation learning method and facilitates various downstream tasks especially when supervised data is limited. How to construct efficient contrastive samples through da…

Contrastive LearningData AugmentationGeneral ClassificationRepresentation Learning+3

Multi-Alignment Contrastive Learning for Enzyme--Reaction Retrieval

2025-12-09 · Gengmo Zhou, Feng Yu, Wenda Wang, Zhifeng Gao 외 arxiv

Identifying enzymes that catalyze target biochemical reactions is a key step in computational enzyme discovery and biocatalyst design. Recent representation-learning methods formulate this problem as enzyme--reaction mat…

Contrastive Learning

Type-IV Code Clone Detection via Layer-Wise Non-Contrastive Representation Learning

2026-09-15 · Luciano Marchezan, Kevin Delcourt, Eugene Syriani, Houari Sahraoui arxiv

Software clones are fragments of code that are similar or functionally equivalent to each other. They pose significant challenges for maintenance, refactoring, and bug detection. Detecting Type-IV clones, which are seman…

Representation LearningContrastive Learning

Context-Adaptive Multi-Prompt Embedding with Large Language Models for Vision-Language Alignment

2025-08-03 · Dahun Kim, Anelia Angelova arxiv

We propose Context-Adaptive Multi-Prompt Embedding, a novel approach to enrich semantic representations in vision-language contrastive learning. Unlike standard CLIP-style models that rely on a single text embedding, our…

Contrastive LearningVideo-Text Retrieval