paper-with-me

Papers

Can Vision Language Models Learn from Visual Demonstrations of Ambiguous Spatial Reasoning?

2024-09-25 · Bowen Zhao, Leo Parker Dirac, Paulina Varshavskaya

Large vision-language models (VLMs) have become state-of-the-art for many computer vision tasks, with in-context learning (ICL) as a popular adaptation strategy for new ones. But can VLMs learn novel concepts purely from visual demonstrations, or are they limited to adapting to the output format of ICL examples? We propose a new benchmark we call Spatial Visual Ambiguity Tasks (SVAT) that challenges state-of-the-art VLMs to learn new visuospatial tasks in-context. We find that VLMs fail to do this zero-shot, and sometimes continue to fail after finetuning. However, adding simpler data to the training by curriculum learning leads to improved ICL performance.

📄 PDF Abstract BibTeX arXiv:2409.17080

Code (1)

groundlight/vlm-visual-demonstrations 공식 구현

Tasks

In-Context LearningNovel ConceptsSpatial Reasoning

Similar Papers 제목 키워드 기반

Masked IRL: LLM-Guided Reward Disambiguation from Demonstrations and Language

2025-11-18 · Minyoung Hwang, Alexandra Forsey-Smerek, Nathaniel Dennler, Andreea Bobu arxiv

Robots can adapt to user preferences by learning reward functions from demonstrations, but with limited data, reward models often overfit to spurious correlations and fail to generalize. This happens because demonstratio…

Reinforcement Learning

Decoupling Semantics and Geometric Grounding: Spatial Visual Prompts for Language-Conditioned Imitation Learning

2026-06-24 · Yanzhe Tang, Xinyu Shao, Yuxuan Hu, Siyu Chen 외 arxiv

While end-to-end Vision-Language-Action (VLA) models show promise in robotic manipulation, their monolithic paradigm inherently couples semantic reasoning and spatial control. This creates a severe alignment bottleneck, …

Visual Grounding

Interactive Learning from Natural Language and Demonstrations using Signal Temporal Logic

2022-07-01 · Sara Mohammadinejad, Jesse Thomason, Jyotirmoy V. Deshmukh

Natural language is an intuitive way for humans to communicate tasks to a robot. While natural language (NL) is ambiguous, real world tasks and their safety requirements need to be communicated unambiguously. Signal Temp…

Formal LogicQ-LearningReinforcement Learning (RL)Semantic Parsing

ManiWAV: Learning Robot Manipulation from In-the-Wild Audio-Visual Data

2024-06-27 · Zeyi Liu, Cheng Chi, Eric Cousineau, Naveen Kuppuswamy 외

Audio signals provide rich information for the robot interaction and object properties through contact. This information can surprisingly ease the learning of contact-rich robot manipulation skills, especially when the v…

Contact-rich ManipulationObjectRobot Manipulation

$L^*LM$: Learning Automata from Examples using Natural Language Oracles

2024-02-10 · Marcell Vazquez-Chanlatte, Karim Elmaaroufi, Stefan J. Witwicki, Matei Zaharia 외

Expert demonstrations have proven an easy way to indirectly specify complex tasks. Recent algorithms even support extracting unambiguous formal specifications, e.g. deterministic finite automata (DFA), from demonstration…