INSIGHT Bench: Towards Grounded IN-SItu Guidance for Robotic ManipulaTion

1 Hanyang University    2 Korea University
* Corresponding authors

We formalize the task of "In-situ Guide Grounding": a robot's ability to interpret symbols and text physically attached to objects.

Abstract

Humans intuitively rely on text and symbols inscribed on objects (e.g. "PULL", "Squeeze and Turn") to perform tasks safely and correctly. In contrast, vision-language-action models excel at following external language commands, but remain largely unaware of this object-centric information. This capability is essential for reliable robotic operation, yet progress remains unmeasured due to the absence of standardized benchmarks. To address this gap, we introduce INSIGHT Bench, a benchmark that formalizes the task of "in-situ guide grounding". INSIGHT Bench provides a comprehensive taxonomy that evaluates how agents utilize diverse guide information, including action-direction cues and procedural instructions. It also includes a scalable simulation framework that procedurally generates tasks and programmatically links each visual guide to its corresponding physical constraint. We release both the benchmark and the resulting trajectory dataset to support future research. Our evaluation of recent VLA models reveals a critical limitation: their ability to ground in-situ guides is inconsistent and strongly dependent on the type of information. While models succeed on some guide categories, they frequently fail on others. However, performance improves substantially when the same information is provided as language instructions, indicating that in-situ guides could contribute to manipulation performance if VLAs were capable of interpreting them. These findings underscore the need for further research on understanding and grounding in-situ guides.

Core Contributions

📐 Formalization & Taxonomy

A new taxonomy of 5 in-situ guide information types that robots must interpret to act correctly.

🏆 New Benchmark Paradigm

First benchmark grounding visual guides into physical constraints — not just language instructions.

🗄️ Large-Scale Dataset

14k+ expert trajectories auto-generated via a scalable, procedural guide-to-physics pipeline.

🔬 VLA Model Analysis

Reveals critical visual grounding failures in $\pi_0$, GR00T N1.5, and SmolVLA across guide types.

A New Taxonomy of In-Situ Guides

Contact Affordance Information

TYPE 01

Contact Affordance Information

Identifies which part to interact with (e.g., a "PUSH" label pointing to a specific door panel).

Action Directional Information

TYPE 02

Action Directional Information

Constrains motion direction — e.g., CW/CCW arrows on a bottle cap or "PUSH"/"PULL" on a door.

Procedural Guidance Information

TYPE 03

Procedural Guidance Information

Defines the required action sequence — e.g., "Rotate handle, then Pull door."

In-Part Contact Specification Information

TYPE 04

In-Part Contact Specification

Specifies how to contact the part, e.g., squeeze arrows indicating exact pressure points on a child-proof cap.

Target Disambiguation Information

TYPE 05

Target Disambiguation Information

Resolves which part to act on when multiple candidates exist — e.g., a marked drawer among several.

Task Suite

Cabinet Task

Select the correct handle from multiple candidates guided by an in-situ arrow.

Contact Affordance Target Disambiguation

Door Task

Rotate the handle in the correct direction, then push or pull the door.

Contact Affordance Action Directional Procedural Guidance

Bottle-Standard Task

Open or close a bottle cap by rotating in the direction indicated by on-cap arrows.

Contact Affordance Action Directional

Bottle-Squeeze Task

Squeeze the cap at marked pressure points, then rotate to unlock a child-proof bottle.

Contact Affordance In-Part Contact Spec. Action Directional Procedural Guidance

Dataset

Over 14,000 expert trajectories across 4 task categories, procedurally generated and publicly available. Two guide placement variants (random / fixed position) with optional color augmentation.

Data Examples

Cabinet Dataset Visualization

Door Dataset Visualization

Simulation Results & Analysis

Overall Task Success Rates

Overall Success Rate Graph

Overall performance comparison across recent VLA models including $\pi_0$, GR00T N1.5, and SmolVLA. Visual guides alone (G-VLA) yield only marginal gains, but adding language instructions (LI-VLA) boosts success rates by up to 24.3%.


Per-Task Success Rate Breakdown

Per-Task Success Rate Graph

Detailed per-task success rates across all four task categories under three evaluation conditions (NG-VLA, G-VLA, LI-VLA).

Real-World Validation

Cabinet Left

Cabinet Right

Real-world robotic arm experiment setup

Real-world experimental setup with a 7-DoF robotic arm.

We validated our findings using a 7-DoF robotic arm. Simulation weights were fine-tuned via LoRA on a small real-world dataset (15 trajectories/task). The performance gap between visual-only (G-VLA) and language-instructed (LI-VLA) settings persists, confirming the challenge of interpreting embedded guides in the wild.

TaskG-VLALI-VLA (Language)
Bottle-Standard Task45%65%
Cabinet Task45%50%

Real-world success rates (10 trials per setting)

Key Findings

👁️

Perception Bottleneck

VLA models fail to ground directional and procedural guides from raw visual input alone.

💬

Language as a Proxy

Visual guides (G-VLA) consistently underperform language instructions (LI-VLA) — the bottleneck is perception, not the action policy.

⚠️

Visual Distraction

For smaller models, on-object guides act as visual distractors and can hurt performance.

Citation

@InProceedings{Kim_2026_CVPR,
    author    = {Kim, Seonho and Hong, Junhyeong and Lee, Kyungjae and Oh, Yoonseon},
    title     = {INSIGHT Bench: Towards Grounded IN-SItu Guidance for Robotic ManipulaTion},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2026},
    pages     = {35070-35079}
}