菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-13
📄 Abstract - Temporal Feature Distillation for Label-Efficient Precise Event Spotting in Sports Videos

Precise Event Spotting (PES) requires distinguishing visually similar yet semantically distinct adjacent frames, making it fundamentally different from image classification and coarse action recognition. Although self-distillation methods such as DINO have shown strong representation learning ability in images, we find that directly applying them to PES is ineffective: without supervised guidance, subtle but crucial motion cues are often suppressed as noise, leading to representations that are insensitive to precise event boundaries. To address this, we propose Temporal Feature Distillation, a semi-supervised objective that aligns temporally informative backbone features, rather than projection-head outputs, to preserve motion-sensitive and boundary-aware cues for frame-level localization. A supervised warm-up with a ramp-up schedule further stabilizes training by ensuring that meaningful event cues are learned before unlabeled distillation begins. We also introduce Transformer Gate Shift, a multi-scale gated shifting module that injects motion-aware temporal information into Vision Transformers. Experiments on four fine-grained sports benchmarks show consistent improvements over fully supervised and semi-supervised baselines. Under 10\% supervision on FSPerf, our method improves mAP by 4.54 points over the strongest competing approach, and with only 80\% labeled data, it matches or surpasses the fully supervised 100\% baseline on two of the four datasets.

顶级标签: computer vision model training video
详细标签: temporal feature distillation precise event spotting semi-supervised learning sports video analysis vision transformer 或 搜索:

时序特征蒸馏:面向体育视频中少量标注精准事件定位方法 / Temporal Feature Distillation for Label-Efficient Precise Event Spotting in Sports Videos


1️⃣ 一句话总结

本文提出一种半监督学习方法,通过让模型在训练时关注视频中细微的运动变化(而非直接输出分类结果),并辅以少量人工标注预热,从而在仅使用10%标注数据的情况下,就能精准定位体育视频中的瞬间事件,性能超越现有全监督方法。

源自 arXiv: 2607.10998