Overview
Field: Computer Vision Authors: Song Tang, Shuming Hu, Xincheng Shuai, Henghui Ding, Yu-Gang Jiang arXiv: 2607.02497 Category: cs.CV
Key Contributions
- New Task — Active Panoramic Referring Segmentation (APRS): Existing referring segmentation models passively process static images from fixed perspectives, limiting their applicability in Embodied AI, where agents must perform active perception in continuous 360° environments. In APRS, an agent adjusts its viewing direction (Δθ, Δφ) to explore the 360° environment and seek the object specified by a user instruction for segmentation.
- PanoSeeker, a memory-augmented agent: Rather than relying on heuristic scanning, PanoSeeker integrates a Vision-Language Model (VLM) with EgoSphere, an explicit spatial visual memory. By progressively integrating sequential local observations into a unified 360° representation, EgoSphere enables the agent to plan efficient and non-redundant search trajectories. Once the target is found, the agent performs active viewpoint alignment and outputs the segmentation mask.
- Training data and post-training: The authors curate an expert-annotated dataset of search trajectories with memory timelines for supervised fine-tuning, followed by reinforcement learning post-training to explicitly optimize exploration efficiency.
Results
Extensive experiments on the newly established APRS benchmark demonstrate that PanoSeeker achieves excellent performance in both search efficiency and segmentation accuracy, significantly outperforming adapted state-of-the-art baseline methods.
---
*Auto-collected on 2026-07-06*