Paper Overview
Research Area: Computer Vision Authors: Song Tang, Shuming Hu, Xincheng Shuai arXiv: 2507.03235
Original Abstract
Existing referring segmentation models passively process static images captured from fixed perspectives, limiting their applicability in Embodied AI, where agents must perform active perception in the continuous 360° environments. To bridge this gap, we introduce a novel task: Active Panoramic Referring Segmentation (APRS). In this setting, an agent is required to adjust its viewing direction (Δθ, Δφ) to explore the 360° environment, seeking the object specified by a user instruction for segmentation. To tackle this challenging task, we propose PanoSeeker, a memory-augmented agent for efficient APRS. 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.
Key Points
- New task — APRS: Extends referring segmentation from passive, fixed-viewpoint images to active perception, requiring an embodied agent to adjust its viewing direction (Δθ, Δφ) while exploring a 360° environment.
- PanoSeeker agent: Combines a Vision-Language Model (VLM) with EgoSphere, an explicit spatial visual memory, instead of heuristic scanning.
- EgoSphere memory: Progressively integrates sequential local observations into a unified 360° representation, enabling efficient, non-redundant search trajectory planning.
- Training pipeline: Supervised fine-tuning (SFT) on expert-annotated search trajectories with memory timelines, followed by reinforcement learning post-training to explicitly optimize exploration efficiency.
- Results: On a newly established APRS benchmark, PanoSeeker significantly outperforms adapted state-of-the-art baselines in both search efficiency and segmentation accuracy.
*Auto-collected on 2026-07-05.*