Don't drop the video.
Steer the attention.
HAS keeps the full video stream available to a frozen multimodal LLM, turns a prompt-conditioned highlight distribution into a token-level steering vector, and softly biases selected visual cross-attention heads during decoding.
The bottleneck is not finding importance. It is what happens next.
Many summarization pipelines turn importance into a discrete subset. HAS instead treats the highlight signal as an internal attention prior, so low-scored context can remain available.
Build a prompt-conditioned temporal prior.
An off-the-shelf highlight generator produces raw temporal scores. HAS aligns them to the video length, min-max normalizes them, then vectorizes the result for attention steering.
This visualization intentionally does not insert a Gaussian/TV smoothing optimizer: those variants are not part of the active camera-ready algorithm.
Lift one frame score into visual-token space.
The MLLM attends over visual tokens, not scalar frame scores. HAS copies each frame’s highlight value across its P visual tokens and moves the prior into log-space.
Steer selected cross-attention heads, not the whole model.
At decoding time, HAS adds a gated, head-specific logit bias to pre-softmax visual attention. Drag the controls and watch the same attention matrix redistribute mass across time.
At β = 0 or g = 0, the right heatmap returns to the baseline attention pattern.
The backbone MLLM stays frozen. Gate and strength parameters are calibrated once on held-out data, then fixed for forward-only test-time steering.
One pipeline. No missing transformation.
Click any stage to jump back to the corresponding interactive explanation.
Keep the full temporal stream instead of converting importance into a hard deletion decision.
Turn frame-level highlight values into a bias that matches the MLLM’s visual token space.
Steer only selected visual cross-attention heads while leaving the backbone parameters frozen.