paper-with-me

Papers

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

2026-08-11 · Kaican Li, Weiyan Xie, Lewei Yao, Jiannan Wu, Lanqing Hong, Yongxiang Huang, Nevin L. Zhang hf

Long-document understanding often requires reasoning over many visually rich pages, making inference costly and prone to context rot. In this work, we propose InSight-doc, an agentic visual perception framework that treats visual resolution as an adaptive reasoning-time resource. InSight-doc starts from low resolution and selectively zooms into high-resolution regions for finer evidence, without relying on any external retriever. To train such an agent, we construct an active-perception corpus of 17.9K high-quality SFT examples with region-level zoom-in trajectories, accompanied by 19.2K hard RL examples. Through SFT+RL, InSight-doc-8B improves the baseline by 4.3--16.4 accuracy points over document VQA benchmarks. On long documents, it reduces hallucination by more than 40% and inference latency by 41%--68% while maintaining an accuracy lead. Our code, datasets, and model are released at https://github.com/m-Just/InSight-doc .

📄 PDF Abstract BibTeX arXiv:2608.10628

Code (4)

Aaron617/agent-arXiv-daily ★ 10
Tavish9/awesome-daily-AI-arxiv ★ 113
m-Just/InSight-doc ★ 4
🤗 InSight-doc/InSight-doc-8B ★ 3

Similar Papers 제목 키워드 기반

GLM-5V-Turbo: Toward a Native Foundation Model for Multimodal Agents

2026-04-29 · GLM-V Team, :, Wenyi Hong, Xiaotao Gu 외 arxiv

We present GLM-5V-Turbo, a step toward native foundation models for multimodal agents. As foundation models are increasingly deployed in real environments, agentic capability depends not only on language reasoning, but a…

Reinforcement Learning

AgenticOCR: Parsing Only What You Need for Efficient Retrieval-Augmented Generation

2026-02-27 · Zhengren Wang, Dongsheng Ma, Huaping Zhong, Jiayu Li 외 arxiv

The expansion of retrieval-augmented generation (RAG) into multimodal domains has intensified the challenge for processing complex visual documents, such as financial reports. While page-level chunking and retrieval is a…

Orion: A Unified Visual Agent for Multimodal Perception, Advanced Visual Reasoning and Execution

2025-11-18 · N Dinesh Reddy, Dylan Snyder, Lona Kiragu, Mirajul Mohin 외 arxiv

We introduce Orion, a visual agent that integrates vision-based reasoning with tool-augmented execution to achieve powerful, precise, multi-step visual intelligence across images, video, and documents. Unlike traditional…

Panoptic SegmentationObject DetectionVisual Reasoning

DocDancer: Towards Agentic Document-Grounded Information Seeking

2026-01-08 · Qintong Zhang, Xinjie Lv, Jialong Wu, Baixuan Li 외 arxiv

Document Question Answering (DocQA) focuses on answering questions grounded in given documents, yet existing DocQA agents lack effective tool utilization and largely rely on closed-source models. In this work, we introdu…

Question Answering

MM-Doc-R1: Training Agents for Long Document Visual Question Answering through Multi-turn Reinforcement Learning

2026-04-15 · Jiahang Lin, Kai Hu, Binghai Wang, Yuhao Zhou 외 arxiv

Conventional Retrieval-Augmented Generation (RAG) systems often struggle with complex multi-hop queries over long documents due to their single-pass retrieval. We introduce MM-Doc-R1, a novel framework that employs an ag…

Visual Question AnsweringReinforcement Learning