Research & Papers

PixelEyes decouples perception from reasoning for precise visual search

New AI agent uses mask-guided search to fix MLLMs' endless localization loops

Deep Dive

A team of researchers from multiple institutions has introduced PixelEyes, a multi-turn visual reasoning agent that tackles a fundamental flaw in current multimodal large language models (MLLMs): their tendency to get stuck in long, redundant trajectories when trying to localize visual targets. The core insight is that existing MLLMs entangle reasoning (deciding what to look for) with perception (identifying where it is), causing inaccurate localization to trigger endless correction loops. PixelEyes explicitly decouples these two functions.

The agent introduces two key innovations. First, mask-guided visual search uses a referring segmentation model to provide mask-precise localization, freeing the reasoner from needing to compensate for imprecise grounding. Second, semantic-region breadth-first search (BFS) organizes exploration as a BFS over semantic regions, eliminating the redundant cropping of incorrect sub-regions. To internalize these capabilities, the team created the PixelEyes-6K dataset by resynthesizing expert trajectories from existing data, embedding the mask-guided search and BFS logic into the model.

The researchers also developed Pinpoint-Bench, a zero-hint visual search benchmark that provides instance-level masks and bounding boxes to separate localization failures from reasoning failures. This allows fine-grained analysis of failure modes like inattentional blindness. Current state-of-the-art MLLMs and visual reasoning agents leave large headroom on Pinpoint-Bench, confirming the challenge and value of the PixelEyes approach. The code and models are open-sourced on arXiv.

Key Points
  • PixelEyes decouples reasoning from perception using a specialized perception tool (mask-guided visual search) to eliminate redundant localization loops.
  • Introduces semantic-region breadth-first search (BFS) to replace the typical depth-first cropping that causes repeated errors.
  • New Pinpoint-Bench benchmark provides zero-hint visual search with instance-level masks, revealing large headroom for all current MLLMs.

Why It Matters

Enables more efficient, accurate multi-turn visual reasoning for AI agents—critical for robotics, accessibility, and document analysis.

📬 Get the top 10 AI stories daily