Papers › Reconstructive Visual Instruction Tuning

Reconstructive Visual Instruction Tuning

12 Oct 2024arXiv:2410.09575archive 2025-07-28

Haochen Wang, Anlin Zheng, Yucheng Zhao, Tiancai Wang, Zheng Ge, Xiangyu Zhang, Zhaoxiang Zhang

This paper introduces reconstructive visual instruction tuning (ROSS), a family of Large Multimodal Models (LMMs) that exploit vision-centric supervision signals. In contrast to conventional visual instruction tuning approaches that exclusively supervise text outputs, ROSS prompts LMMs to supervise visual outputs via reconstructing input images. By doing so, it capitalizes on the inherent richness and detail present within input images themselves, which are often lost in pure text supervision. However, producing meaningful feedback from natural images is challenging due to the heavy spatial redundancy of visual signals. To address this issue, ROSS employs a denoising objective to reconstruct latent representations of input images, avoiding directly regressing exact raw RGB values. This intrinsic activation design inherently encourages LMMs to maintain image detail, thereby enhancing their fine-grained comprehension capabilities and reducing hallucinations. Empirically, ROSS consistently brings significant improvements across different visual encoders and language models. In comparison with extrinsic assistance state-of-the-art alternatives that aggregate multiple visual experts, ROSS delivers competitive performance with a single SigLIP visual encoder, demonstrating the efficacy of our vision-centric supervision tailored for visual outputs.

PaperPDFCodeCode 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="2410.09575")

Code

Syntology Ran 7 of 13 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 4 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: community (archive-listed): 13 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

haochen-wang409/ross mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

13 samples harvested; 7 ran; 0 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.

4ran · fixture could not drive it
3ran
6unverified

Licence: 0 of the 13 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 haochen-wang409/ross. “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.

divide_to_patches haochen-wang409/ross/ross/mm_utils.py community (archive-listed) ran Apache-2.0 (permissive) · 7e03b180fa317c9a · report
get_1d_sincos_pos_embed_from_grid haochen-wang409/ross/ross/model/utils.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 5c8ea92d43ead77d · report
get_2d_sincos_pos_embed haochen-wang409/ross/ross/model/utils.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 77e8a3ac46f3afec · report
resize_and_pad_image haochen-wang409/ross/ross/mm_utils.py community (archive-listed) ran Apache-2.0 (permissive) · 468eedeba67f1b00 · report
select_best_resolution haochen-wang409/ross/ross/mm_utils.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 3999ff487573f32c · report
split_to_even_chunks haochen-wang409/ross/ross/ross_trainer.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 10893c4608c08075 · report
unpad_image haochen-wang409/ross/ross/model/ross_arch.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 55c32993da87759b · report
count_consecutive_blocks haochen-wang409/ross/ross/model/ross_arch.py community (archive-listed) unverified Apache-2.0 (permissive) · 25d7c8f510336006 · report
get_2d_sincos_pos_embed_from_grid haochen-wang409/ross/ross/model/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 2884deadbb637c3e · report
get_mm_adapter_state_maybe_zero_3 haochen-wang409/ross/ross/ross_trainer.py community (archive-listed) unverified Apache-2.0 (permissive) · bb35e3ac741bb2c9 · report
maybe_zero_3 haochen-wang409/ross/ross/ross_trainer.py community (archive-listed) unverified Apache-2.0 (permissive) · 735025744c1ab0cf · report
pretty_print_semaphore haochen-wang409/ross/ross/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 37899f22fb191b37 · report
violates_moderation haochen-wang409/ross/ross/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · f9939a84b9a65279 · report

Tasks

Denoising

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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