MC-JEPA: A Joint-Embedding Predictive Architecture for Self-Supervised Learning of Motion and Content Features
Adrien Bardes, Jean Ponce, Yann LeCun
TL;DR
MC-JEPA introduces a multi-task self-supervised framework that jointly learns optical flow and content features using a single shared encoder. By integrating a PWC-Net–like flow estimator with a VICReg-based content learner, and stabilizing training through variance-covariance regularization, the method delivers competitive flow performance while enhancing downstream segmentation and video understanding. Extensive ablations demonstrate the importance of data mixing, architectural choices, and training schedules for stable, cross-task generalization. The work advocates multi-task, joint-embedding architectures as a practical path toward versatile visual representations applicable to motion and content understanding.
Abstract
Self-supervised learning of visual representations has been focusing on learning content features, which do not capture object motion or location, and focus on identifying and differentiating objects in images and videos. On the other hand, optical flow estimation is a task that does not involve understanding the content of the images on which it is estimated. We unify the two approaches and introduce MC-JEPA, a joint-embedding predictive architecture and self-supervised learning approach to jointly learn optical flow and content features within a shared encoder, demonstrating that the two associated objectives; the optical flow estimation objective and the self-supervised learning objective; benefit from each other and thus learn content features that incorporate motion information. The proposed approach achieves performance on-par with existing unsupervised optical flow benchmarks, as well as with common self-supervised learning approaches on downstream tasks such as semantic segmentation of images and videos.
