CVFeb 28

Stateful Cross-layer Vision Modulation

Ying Liu, Yudong Han, Kean Shi, Liyuan Pan
arXiv:2603.00655v1
Originality Incremental advance
AI Analysis

This addresses a bottleneck in multimodal AI for tasks like visual question answering, though it is incremental as it builds on existing MLLM architectures.

The paper tackles the problem of fine-grained detail loss and semantic mismatch in multimodal large language models by proposing a cross-layer memory-modulated vision framework (SCVM), which achieves consistent performance improvements on visual question answering and hallucination benchmarks without expanding visual tokens or modifying the language model.

Recent multimodal large language models (MLLMs) widely adopt multi-layer visual feature fusion to enhance visual representation. However, existing approaches typically perform static concatenation or weighted aggregation after visual encoding, without intervening in the representation formation process itself. As a result, fine-grained details from early layers may be progressively suppressed during hierarchical abstraction. Moreover, directly introducing shallow-layer features into the language model often leads to semantic distribution mismatch with the visual feature space that the LLM's cross-attention layers were pretrained on, which typically requires additional adaptation or fine-tuning of the LLM. To address these limitations, we revisit visual representation learning from the perspective of representation evolution control and propose a cross-layer memory-modulated vision framework(SCVM). Specifically, we introduce a recursively updated cross-layer memory state inside the vision encoder to model long-range inter-layer dependencies. We further design a layer-wise feedback modulation mechanism that refreshes token representations at each layer based on the accumulated memory, thereby structurally regulating the representation evolution trajectory. In addition, we incorporate an auxiliary semantic alignment objective that explicitly supervises the final memory state, encouraging progressive compression and reinforcement of task-relevant information. Experimental results on multiple visual question answering and hallucination evaluation benchmarks demonstrate that SCVM achieves consistent performance improvements without expanding visual tokens, introducing additional vision encoders, or modifying or fine-tuning the language model.

Foundations

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

Your Notes