Back to Feed
Agents / Efficiency & Inference

Agentic Visual Search for Long Documents

Original: InSight-doc: Agentic Visual Perception for Long-Document Understanding

Listen to the summary

Uses a voice available on your device

Audio options
On this page 4 sections
Related concepts 6 concepts

Key Takeaways

  • Reduces inference latency by 41% to 68% compared to standard approaches.
  • Improves document VQA accuracy by 4.3 to 16.4 points.
  • Decreases hallucination rates by more than 40% on long documents.
  • Uses 66% fewer tokens than high-resolution baselines while maintaining higher accuracy.

Summary & Methodology Analysis

InSight-doc is an agentic framework designed to handle long-document visual question answering without external retrieval systems. It starts by analyzing the document at a low resolution of 50 DPI. The system employs an interleaved multimodal chain-of-thought, a method where the model generates structured reasoning steps alongside tool calls, to identify and crop specific high-resolution regions for further inspection. These crops are then resized and injected into the visual context as evidence, allowing the model to perform multi-hop reasoning iteratively until it outputs a final response.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. What is the primary goal of InSight-doc?

It aims to solve the high computational cost and context rot that occur in multimodal models when processing long documents.

Q2. Does this model require an external document retriever?

No, the framework avoids reliance on external retrievers by using an agentic visual perception approach.

Q3. What are the main performance benefits?

The system improves accuracy by 4.3 to 16.4 points, reduces hallucination by over 40%, and cuts inference latency by 41% to 68%.

Q4. How does the system handle high-resolution visual evidence?

It uses bounding box tool calls to crop high-resolution regions from the source image, which are then appended to the visual context.

Q5. How was the model trained?

The researchers trained the framework using 17.9K supervised fine-tuning trajectories and 19.2K hard reinforcement learning examples.

Q6. What happens if a query requires multiple steps?

The system performs the crop-and-reason process iteratively until it generates a final answer.

Q7. What baseline models were used for the experiments?

The experiments utilized the Qwen3-VL-8B-Instruct model.

Q8. Are there known limitations to this research?

Yes, the authors only experimented with the Qwen3-VL-8B-Instruct model and did not explore advanced reinforcement learning methods or custom reward designs.

Q9. Which benchmarks were used to validate the model?

The model was evaluated against several benchmarks, including DUDE, MP-DocVQA, MMLongBench-Doc, LongDocURL, MME-RealWorld-Lite, O3-Bench, arXiv, InfographicVQA, Paper2Poster, and MapTab.