Head-Selective Training-Time Protection of Attention Sinks
Construct and evaluate a head-selective training-time intervention that protects attention-sink updates during vision-language training, for example by freezing layers below the first sink layer and projecting sink-head query and key updates away from the sink direction, and determine whether it preserves format-sensitive text capability.
References
The post-VL merging methods we test do not recover the lost capability, while post-pretraining $QK-RMSNorm$ injection fails to reproduce the native protective regime, leaving head-selective training-time intervention as an open direction (Section~\ref{sec:controls}). The bound of Section~\ref{sec:method} suggests one concrete candidate: freeze the layers below the first sink layer and project the sink-head $W_q, W_k$ updates away from the sink direction, which should slow how fast VL training closes the $G_{\mathrm{base} - B_{\mathrm{gap}$ margin. A direct causal intervention would separately test sufficiency, for instance disabling per-head $QK-RMSNorm$ during VL training of Qwen3 to see whether IFEval collapses. We leave both to future work.