Planning with the Views
- lab arXivLabs
- location arXiv
- location arXivLabs
- model GPT-5.4 Pro
- model Gemini 3.1 Pro
- model Qwen2.5-VL-7B
- person Manling Li
- product ScanNet
A new framework dramatically improves the ability of visual language models to plan and reason in 3D space, a capability researchers call “view planning,” by using self-exploration and a technique termed view graph distillation [1]. The research, detailed in a paper posted to arXiv, identifies a critical shortcoming in frontier visual language models (VLMs): while they understand how a single camera action transforms a view, they fail to compose these transformations across multi-turn plans [1]. The team, led by Manling Li, probed 13 VLMs in ViewSuite, a 3D point-cloud environment built on real ScanNet scenes [1]. The planning gap widens as the distance between viewpoints grows [1]. To address this, the researchers designed an iterative framework that alternates self-exploration with view graph distillation [1]. The core insight is that all exploration trajectories, successful or not, collectively form a view graph that compactly captures how viewpoints connect across a scene [1]. Distilling this graph into diverse supervised tasks reshapes the policy distribution and overcomes the sparse rewards that stall pure reinforcement learning [1]. The approach boosted the performance of Qwen2.5-VL-7B on interactive view planning from 2.5% to 47.8%, surpassing GPT-5.4 Pro at 18.5% and Gemini 3.1 Pro at 21.4% [1]. The work represents a step toward VLMs that can actively reason in 3D environments, a challenge distinct from other planning domains. In robotics, for instance, path planning for object reconstruction often relies on computationally expensive sampling-based methods that evaluate numerous candidate views [4]. A separate study proposed a more efficient solution using a focus point in the most informative region, reducing computation time by a factor of 6.2 to 19.36 while maintaining statistically equivalent reconstruction coverage [4]. In medical robotics, a differentiable rendering-based framework for 3D transpedicular path planning achieved bipedicular planning success rates of 82% with synthetic data and 75% with cadaver data, exceeding a 2D-to-3D baseline’s 66% and 31% rates, respectively [3]. The VLM view-planning framework differs by emphasizing the model’s own reasoning over many sequential steps rather than optimizing a single geometric path. The paper’s authors note that self-exploration emerges as a promising path toward VLMs that can actively reason and plan in 3D space [1]. Code and data for the project are available on the project’s website [1].
tool-releasemodel-releaseresearch-paperregulation
Background sources we checked (10)
- arxiv.org ↗ Can VLMs predict how each camera move changes the view, and plan many such moves ahead? We call this capability view planning, requiring (1)understanding how a single action transforms the view, and (2)composing many such transformations across multi-turn plans to identify a targ…
- arxiv.org ↗ Robotic systems are transforming image-guided interventions by enhancing accuracy and minimizing radiation exposure. A significant challenge in robotic assistance lies in surgical path planning, which often relies on the registration of intraoperative 2D images with preoperative …
- arxiv.org ↗ Object reconstruction and inspection tasks play a crucial role in various robotics applications. Identifying paths that reveal the most unknown areas of the object is paramount in this context, as it directly affects reconstruction efficiency. Current methods often use sampling b…
- arxiv.org ↗ Structural drawings are widely used in many fields, e.g., mechanical engineering, civil engineering, etc. In civil engineering, structural drawings serve as the main communication tool between architects, engineers, and builders to avoid conflicts, act as legal documentation, and…
- arxiv.org ↗ Multi-view Synthetic Aperture Radar (SAR) imaging can effectively enhance the performance of tasks such as automatic target recognition and image information fusion. Unmanned aerial vehicles (UAVs) have the advantages of flexible deployment and cost reduction. A swarm of UAVs equ…
- en.wikipedia.org ↗ In technical drawing and computer graphics, a multiview projection is a technique of illustration by which a standardized series of orthographic two-dimensional pictures are constructed to represent the form of a three-dimensional object. Up to six pictures of an object are produ…
- en.wikipedia.org ↗ Human population planning is the practice of managing the growth rate of a human population. The practice, traditionally referred to as population control, had historically been implemented mainly with the goal of increasing population growth, though from the 1950s to the 1980s, …
- en.wikipedia.org ↗ View and Plan of Toledo (Spanish: Vista y plano de Toledo, ca. 1608) is a landscape painting by El Greco. The image is notable for its juxtaposition of the view of Toledo with the trompe l'oeil map of the city's streets. In the composition, El Greco also included an allegory of t…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …
Sources
- export.arxiv.org — Planning with the Views ↗