SSVAL

Mitigating Visual Degradation in MLLMs via Spatial-Spectral Visual Anchor Learning

Qianlong Yang1 Bowen Ye2 Xianda Guo3,* Yanlun Peng4 Wenke Huang5 Hongyuan Zhang6 Yulei Jia1,*
1 China University of Petroleum (East China) 2 Shanghai Jiao Tong University 3 Wuhan University 4 Great Wall Motor 5 Nanyang Technological University 6 The University of Hong Kong

* Corresponding authors

arXiv Coming soon Code Coming soon
How can an MLLM retain rich visual evidence as representations propagate through deeper language layers?

SSVAL learns visual anchors that stay with the model during inference. Prompts absorb complementary knowledge from external vision foundation models during training, while spatial and frequency-domain objectives provide targeted supervision to intermediate layers. The result is stronger visual perception without carrying the external VFM into deployment.

SSVAL benchmark performance and layer-wise visual representation similarity compared with baseline and VIRAL
SSVAL improves multimodal perception while preserving visual representations in deeper LLM layers.

Abstract

Despite the progress of multimodal large language models (MLLMs), they continue to exhibit deficiencies in visual perception. Following visual instruction tuning, internal MLLM representations rapidly deviate from their original semantic states during inference, causing severe information degradation. While existing methods attempt to leverage external vision foundation models (VFMs) to align internal representations, we find that direct alignment with VFMs enhances visual semantics but fails to mitigate representation deviation. To address this, we propose Spatial-Spectral Visual Anchor Learning (SSVAL). The core of SSVAL is Visual Anchor Prompt Injection (VAPI), which introduces prompts that absorb rich knowledge from external VFMs during training, enabling them to serve as stable visual anchors that mitigate representation deviation during inference. Additionally, we incorporate auxiliary spatial and frequency-domain representation alignment losses to provide complementary vision-specific supervision at intermediate LLM layers. Extensive experiments demonstrate that SSVAL significantly outperforms existing methods.

Model Architecture

SSVAL pipeline with visual anchor prompt injection and spatial-spectral representation alignment

Anchors at inference. Complementary supervision at training.

VAPI

Prompts absorb complementary VFM knowledge through gated cross-attention, then remain as lightweight visual anchors at inference.

SpaRA

Multi-scale spatial alignment preserves both fine-grained details and global structure across intermediate layers.

SpeRA

Frequency-domain alignment reinforces global semantics while retaining complementary high-frequency cues.

Experiment Results

SSVAL achieves consistent gains with negligible inference cost. The training-only alignment objectives add no deployment overhead, while the retained visual anchors require only a marginal increase in parameters and computation.

+6.47%CV-Bench 2D
+7.86%MMVP
+1.55%Inference parameters
+0.04%Inference FLOPs
Comparison with baseline methods on six multimodal benchmarks. SSVAL achieves consistent improvements across different vision encoders and LLM scales.
MethodVision EncoderLLMCV-Bench2DMMVPMMStarMMEPOPEMM-Bench
BaselineCLIPQwen2.5-3B51.53%28.00%36.40%1579.1686.97%74.59%
VIRAL52.85% +1.3232.00% +4.0037.07% +0.671531.05 -48.1184.97% -2.0075.38% +0.79
SSVAL54.80% +3.2733.33% +5.3338.93% +2.531613.94 +34.7886.60% -0.3777.41% +2.82
BaselineCLIPQwen2.5-7B58.97%33.47%39.20%1743.5685.88%78.54%
VIRAL60.50% +1.5336.07% +2.6039.67% +0.471765.65 +22.0984.92% -0.9678.54% +0.00
SSVAL65.44% +6.4741.33% +7.8640.93% +1.731822.72 +79.1686.10% +0.2279.65% +1.11
BaselineSigLIP2Qwen2.5-7B69.82%52.67%43.73%1924.6488.53%82.01%
VIRAL70.17% +0.3547.33% -5.3443.13% -0.601856.21 -68.4388.07% -0.4681.77% -0.24
SSVAL71.14% +1.3255.33% +2.6644.87% +1.141950.21 +25.5788.67% +0.1482.65% +0.64
Qualitative comparison of PCA visualizations and attention maps for Baseline, VIRAL, and SSVAL
SSVAL preserves clearer visual structure and focuses attention on task-relevant regions.
Attention maps showing specialized roles learned by four visual anchor prompts
Visual anchor prompts develop complementary foreground and background specializations.