arXiv:2608.27395cs.CVcs.AI2026-08

LeVJEPA让视频预训练更高效,无需复杂设计即可避免表征崩溃。

LeVJEPA: Efficient & Scalable Video Pretraining without the Heuristics

论文配图:LeVJEPA: Efficient & Scalable Video Pretraining without the Heuristics
图 1 · 摘自论文原文
  • 用统一编码器和不变性损失训练,通过SIGReg防止表征坍塌
  • 在相同计算量下比V-JEPA 2快5.6至20.8倍,且下游性能更优
  • 支持块因果注意力,天然捕捉时间顺序,适合通用视觉预训练

视频蕴含物理世界的时序结构,但其表征学习仍极为耗时。现有自监督方法要么依赖架构不对称(如指数移动平均目标编码器、停止梯度、容量受限预测器),要么通过像素空间内容重建绕过坍塌问题。我们提出LeVJEPA,首个在无坍塌目标下训练的视频编码器,完全摒弃上述设计。单个编码器通过全局与局部视图的不变性损失训练,辅以SIGReg正则化,可保证不发生坍塌。架构简化为编码器+投影器,目标仅需一个超参数。该范式具备两个特性:第一,预训练成本由编码器观察的令牌数决定;均匀随机丢弃令牌可显著降低此数量,同时提升下游准确率。在相同数据与训练轮次下,LeVJEPA在ViT-S/B/L上匹配或超越V-JEPA 2,预训练计算量仅为后者的5.6至20.8倍;在总浮点运算量匹配时,于ImageNet-1K上优于最强视频基线7.6个百分点,且在运动密集型任务上保持竞争力。第二,因无需分支不对称,编码器可使用块因果注意力而几乎不损失精度:时间顺序成为编码器自身属性。相较于同视频帧训练的计算量匹配的DINOv2,LeVJEPA在外观主导任务上接近图像预训练编码器表现,同时将运动感知任务准确率提高近一倍。结果表明,一旦移除计算开销,视频成为通用视觉预训练更优甚至更优的基底。

原文摘要 · Abstract (English)

Video carries the temporal structure of the physical world, yet learning representations from it has remained computationally expensive: prevailing self-supervised methods either prevent representation collapse through architectural asymmetries, coupling an exponential-moving-average target encoder, a stop-gradient, and a capacity-limited predictor, or circumvent it by reconstructing masked content in pixel space. We introduce LeVJEPA, the first video encoder trained under LeJEPA's collapse-free objective, which dispenses with both. A single encoder is trained with an invariance loss over global and local views of a clip, regularized by SIGReg, which excludes collapse with a provable guarantee. The architecture reduces to an encoder and a projector, and the objective to a single hyperparameter. This formulation admits two properties. First, the cost of pretraining is governed by the number of tokens the encoder observes; uniform random token dropping renders this number small while simultaneously improving downstream accuracy. At matched epochs on identical data, LeVJEPA matches or surpasses V-JEPA 2 across ViT-S/B/L at 5.6 to 20.8x less pretraining compute, and at matched total FLOPs it exceeds the strongest video baseline by 7.6 points on ImageNet-1K while remaining competitive on motion-centric benchmarks. Second, since no asymmetry between branches is required, the encoder can be trained with block-causal attention at no measurable accuracy cost: temporal ordering becomes a property of the encoder itself. Against a compute-matched DINOv2 trained on frames of the same videos, LeVJEPA approaches the image-pretrained encoder on appearance-centric evaluation while nearly doubling its motion-centric accuracy. These results indicate that, once its computational overhead is removed, video becomes a viable and in several respects preferable substrate for general-purpose visual pretraining.

视频预训练自监督学习扩散模型效率优化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。