ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
Streaming video understanding demands direct responses from the causally observed prefix of an unfolding video. Existing systems add inference-time memory, retrieval, and compression, yet a training-free sliding-window baseline already matches them. We therefore fix a memory-free recent-window protocol and ask how far post-training alone can go. Reinforcement learning with verifiable rewards fits this regime poorly, encouraging long ``think-then-answer'' generations, while on-policy distillation (OPD) supplies dense token-level teacher supervision on student trajectories but is stable only when both models train in thinking mode. These observations lead to StreamOPD, a recipe combining verifiable streaming-video data, thinking-mode OPD, and instruct-mode deployment. It raises StreamingBench from 77.9% to 83.9%---within 0.3 points of the 9B teacher---and improves OVO-Bench excluding its hallucination-detection subtask (HLD) by 9.1 points under unchanged inference. As a teacher-privilege extension, Spatio-Temporal CueGate (ST-CueGate) aggregates cue-versus-no-cue teacher likelihood ratios into a group-relative response score that reweights OPD. It reaches 71.9% on OVO-Bench (excluding HLD) and 64.9% on Video-MME, and is the only variant that stays above the base model on all four benchmarks. Replacing the teacher with a frozen copy of the student's initial policy---on-policy self-distillation---retains most of these gains and lifts HLD to 57.0%, above both the untrained student and the 9B teacher, so abstention loss is not intrinsic to the recipe. We provide a transparent and reproducible reference for open-source streaming-video research.
Streaming video understanding is critical for applications like autonomous driving, surveillance, and real-time video analytics. Existing systems often rely on inference-time memory, retrieval, or compression to handle the causal prefix constraint, adding complexity and latency. This paper challenges that paradigm by showing that a simple training-free sliding-window baseline already matches these sophisticated systems. This finding is significant because it suggests that the bottleneck is not inference-time architecture but rather the model's post-training alignment.
By focusing on post-training alone, the authors open a new direction: instead of adding external components, they improve the model's ability to reason over recent context. This is more efficient and easier to deploy. The paper also highlights a critical issue with reinforcement learning (RL) for streaming tasks—RL with verifiable rewards encourages long 'think-then-answer' generations, which is unsuitable for real-time response. This insight is valuable for the broader RL community.
The paper reports strong empirical results. StreamOPD improves StreamingBench from 77.9% to 83.9%, which is within 0.3 points of the 9B teacher, indicating that the student can nearly match the teacher's performance. On OVO-Bench (excluding HLD), it improves by 9.1 points under unchanged inference, showing that the gains are not due to additional computation.
With ST-CueGate, the model reaches 71.9% on OVO-Bench (excluding HLD) and 64.9% on Video-MME. Notably, it is the only variant that stays above the base model on all four benchmarks, suggesting that the cue-gating mechanism provides consistent improvements across tasks. The self-distillation variant lifts HLD to 57.0%, surpassing both the untrained student and the 9B teacher, which is a surprising and important result.
This paper provides a transparent and reproducible recipe for streaming video understanding, which is rare in the field. It shows that post-training alone can achieve competitive performance without inference-time memory, potentially simplifying deployment. The findings also have implications for RL and distillation: the instability of OPD in non-thinking mode and the success of self-distillation suggest that the training paradigm matters more than the teacher's strength.
The ST-CueGate mechanism is a novel way to incorporate teacher uncertainty into distillation, which could be applied beyond video understanding. Overall, this work could shift research focus from architectural complexity to post-training strategies, making streaming video models more efficient and accessible.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba