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

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

11 Aug 2026arXiv:2608.10628added by Syntology

Kaican Li, Weiyan Xie, Lewei Yao, Jiannan Wu, Lanqing Hong, Yongxiang Huang, Nevin L. Zhang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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 .

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.10628")

Code

Syntology Ran 24 of 30 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · honoured contract; 5 ran · our draft was wrong; 6 ran · fixture could not drive it; 11 ran with no contract checked.

By repository: found in paper text by Syntology: 30 samples from 1 repository, 24 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

m-Just/InSight-doc found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

30 samples harvested; 24 ran; 2 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
5ran · our draft was wrong
6ran · fixture could not drive it
11ran
6unverified

Licence: 0 of the 30 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from m-Just/InSight-doc. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

CoreAgentData m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran Apache-2.0 (permissive) · e0d3da505593bbb5 · report
CoreFunctionCall m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran Apache-2.0 (permissive) · c2fcc53f3ba06c25 · report
CoreGenerationOutput m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran Apache-2.0 (permissive) · 199568b8bcc1a97d · report
CoreToolExecutionResult m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran Apache-2.0 (permissive) · 9931a74ac2b2f3ab · report
InSightQwenAgentConfig m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran Apache-2.0 (permissive) · 57e264abc0d1e97f · report
InSightQwenAgentResult m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran Apache-2.0 (permissive) · d022d55393f96d9b · report
InSightQwenExportPayload m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran Apache-2.0 (permissive) · c6f622ad7d76837d · report
PresentedImageState m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran Apache-2.0 (permissive) · b4825253d49300af · report
PromptLengthEstimate m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran Apache-2.0 (permissive) · 612ac451d5d21f76 · report
_content_text_length m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · 98f77fab3577bf24 · report
_relative_time_s m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · fe84754faa2859f8 · report
_timer m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 91f3d21d12abd8d9 · report
available_new_tokens m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran Apache-2.0 (permissive) · 4d4cba8f278b36f0 · report
cap_size_by_area m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 2cedeab55ac165ef · report
clamp_bbox_to_image m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · ae10fd1f2b4c45be · report
image_aspect_ratio m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · c3861873f201c88c · report
load_prompt_image m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 41871231d55b76d9 · report
presented_image_to_export_ref m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · cbba9204dcd7dccf · report
prompt_fits_context m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran Apache-2.0 (permissive) · 475fdbc70b64ef71 · report
resize_dims_by_factor m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 96a164a65b0aa31a · report
resolve_dynamic_initial_rescale m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · b13a332eff5632be · report
scale_bbox_from_qwen_range m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 4c046107a2f3d661 · report
translate_bbox_to_original m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 5bfe854ea658c901 · report
truncate_tool_response_text m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 0a37bf153d1b6c30 · report
CoreAgentState m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 353bf561f58e6045 · report
CoreRuntime m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 27f90f8aad7567b6 · report
InSightQwenAgentRunner m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ec9de9a20a901516 · report
_record_conversation_wall_time m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 876bae24abda33db · report
_record_core_inference_metrics m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2359af33464b1345 · report
validate_qwen_image_aspect_ratio m-Just/InSight-doc/insight_agent_core/insight_qwen_agent.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 71efc97a404e9eae · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.10628, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections