Visual Instruction Bottleneck Tuning
Changdae Oh, Jiatong Li, Shawn Im, Sharon Li
TL;DR
This work tackles robustness of multimodal large language models (MLLMs) under distribution shifts by adopting a representation-centric approach grounded in the information bottleneck (IB) principle. It derives a tractable variational lower bound for IB in autoregressive multimodal models and instantiates Visual Instruction Bottleneck Tuning (Vittle), inserting a bottleneck layer inside the LLM to learn minimal sufficient representations via posterior-prior KL regularization. Theoretical justification ties Vittle to an information-theoretic robustness metric (EMID) and empirical results across 45 datasets and 30 shift scenarios demonstrate improved robustness to perturbations and long-tail distributions without sacrificing performance on standard benchmarks. The method is model-agnostic, scales to larger backbones, and incurs modest training overhead, offering a practical, principled route to robust, instruction-tuned MLLMs. Limitations include dependence on high-quality target outputs and potential impacts on fine-grained recognition tasks, motivating future work on noisy annotations and domain-generalization settings.
Abstract
Despite widespread adoption, multimodal large language models (MLLMs) suffer performance degradation when encountering unfamiliar queries under distribution shifts. Existing methods to improve MLLM generalization typically require either more instruction data or larger advanced model architectures, both of which incur non-trivial human labor or computational costs. In this work, we take an alternative approach to enhance the generalization and robustness of MLLMs under distribution shifts, from a representation learning perspective. Inspired by information bottleneck (IB) principle, we derive a variational lower bound of the IB for MLLMs and devise a practical implementation, Visual Instruction Bottleneck Tuning (Vittle). We then provide a theoretical justification of Vittle by revealing its connection to an information-theoretic robustness metric of MLLM. Empirical validation of multiple MLLMs on open-ended and closed-form question answering and object hallucination detection tasks over 45 datasets, including 30 shift scenarios, demonstrates that Vittle consistently improves the MLLM's robustness under shifts by pursuing the learning of a minimal sufficient representation.
