CVROJun 3

Ask When It Pays: Cost-Aware Open-Ended Interaction for Instance Goal Navigation

arXiv:2606.0317573.9
Predicted impact top 37% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For embodied AI researchers, this work addresses the inefficiency of oracle queries in IGN by introducing cost-aware interaction, though it is incremental as it builds on existing methods.

Instance Goal Navigation (IGN) requires agents to find specific objects from ambiguous descriptions. The authors propose a cost-sensitive interaction framework that uses information-gain analysis to determine when to query an oracle, achieving more efficient disambiguation with a zero-shot MLLM navigator.

Instance Goal Navigation (IGN) requires an embodied agent to find a specific object instance among distractors from an under-specified natural-language description. Such ambiguity often cannot be resolved from perception and language alone, making interaction with an oracle a natural mechanism for disambiguation. Prior interactive methods allow oracle queries but treat lightweight clarification and route-level guidance alike, letting agents boost success rate through repeated high-information questions rather than by resolving the underlying ambiguity efficiently. We recast interactive IGN as a cost-sensitive uncertainty-reduction problem, where the agent should ask the question whose answer provides the largest reduction in navigation uncertainty relative to its penalty. To this end, we apply an information-gain analysis on existing navigation corpora to identify which cues reduce navigation uncertainty, yielding a compact set of question types and data-derived weights. However, existing interactive navigation benchmarks do not model the cost of different question types or evaluate how efficiently agents use interaction, making them unsuitable for studying cost-sensitive interaction. Based on this taxonomy, we construct a benchmark for diagnosing interaction behavior and efficiency, together with a Weighted Success Rate metric that penalizes each query by its derived cost. We further propose a zero-shot MLLM navigator that selectively queries at each decision step only when the expected uncertainty reduction justifies the interaction cost.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes