Weakly-supervised Latent Models for Task-specific Visual-Language Control
Xian Yeow Lee, Lasitha Vidyaratne, Gregory Sin, Ahmed Farahat, Chetan Gupta
TL;DR
The paper tackles the problem of spatially grounded control for autonomous visual inspection by showing that naive multimodal LLM planners struggle to center objects in images. It introduces a task-specific latent dynamics model that learns action-conditioned latent shifts $\Delta_\theta(z_s,z_a)$ under weak supervision from goal-state prototypes $z^*$, using global action embeddings $g_a$ to stabilize learning. The approach achieves about $70$–$71\%$ accuracy on held-out images and instructions, significantly outperforming zero-shot LLM planners and demonstrating robust generalization to unseen visuals and language. This work suggests that compact, domain-specific latent representations can efficiently enable precise spatial alignment, offering a practical tool to augment agentic planning in hazardous environments with safety and scalability benefits.
Abstract
Autonomous inspection in hazardous environments requires AI agents that can interpret high-level goals and execute precise control. A key capability for such agents is spatial grounding, for example when a drone must center a detected object in its camera view to enable reliable inspection. While large language models provide a natural interface for specifying goals, using them directly for visual control achieves only 58\% success in this task. We envision that equipping agents with a world model as a tool would allow them to roll out candidate actions and perform better in spatially grounded settings, but conventional world models are data and compute intensive. To address this, we propose a task-specific latent dynamics model that learns state-specific action-induced shifts in a shared latent space using only goal-state supervision. The model leverages global action embeddings and complementary training losses to stabilize learning. In experiments, our approach achieves 71\% success and generalizes to unseen images and instructions, highlighting the potential of compact, domain-specific latent dynamics models for spatial alignment in autonomous inspection.
