CVAICLLGOct 12, 2024

Reconstructive Visual Instruction Tuning

arXiv:2410.09575v247 citationsh-index: 27ICLR
Originality Incremental advance
AI Analysis

This addresses the challenge of maintaining image detail in multimodal models for applications requiring precise visual understanding, representing an incremental improvement over existing approaches.

The paper tackles the problem of visual instruction tuning in Large Multimodal Models by introducing reconstructive supervision to enhance fine-grained comprehension and reduce hallucinations, resulting in competitive performance with a single visual encoder compared to state-of-the-art methods using multiple experts.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes