CVLGJul 2

Object-centric LeJEPA

arXiv:2607.024048.5
Predicted impact top 51% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For self-supervised learning researchers, this work offers a practical method to leverage object masks for more data-efficient representation learning, though it relies on external segmentation.

Object-centric LeJEPA improves data efficiency by aligning object-level representations using SAM masks, outperforming image-level LeJEPA on tracking, classification, segmentation, and re-identification across COCO subsets.

Image encoders trained with LeJEPA can deliver strong features for downstream tasks, but, like other image-level self-supervised methods, typically require large training datasets. Aligning representations at the level of objects rather than whole scenes promises greater data efficiency, but doing this in a completely self-supervised way, effectively jointly partitioning a scene and representing its objects, is unstable: the two are locked in a cyclic dependency, partitioning requires meaningful representations, while meaningful representations require consistent partitioning. We sidestep this instability by taking object masks as given during training, using cheap, off-the-shelf SAM proposals. We extend LeJEPA - whose distributional anti-collapse objective ports naturally from whole images to variable-sized sets of objects - to align object-centric representations rather than whole images. An additional instance-separating loss, which treats other objects in the same scene as negatives, further boosts downstream performance. Across two model scales and 10-100% of COCO, object-level LeJEPA outperforms image-level LeJEPA on tracking (DAVIS), classification (ImageNet-1k), segmentation (ADE20k), and re-identification (NAVI).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes