Object-centric LeJEPA

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, quick

Summary

Object-centric LeJEPA is a novel self-supervised learning method for image encoders that addresses the data efficiency limitations of image-level approaches. While traditional methods like LeJEPA require extensive datasets, object-centric LeJEPA improves data efficiency by aligning representations at the object level. It overcomes the inherent instability of jointly partitioning and representing objects by utilizing cheap, off-the-shelf SAM proposals for object masks during training. This approach extends LeJEPA's distributional anti-collapse objective to variable-sized sets of objects. An additional instance-separating loss further boosts performance by treating other objects in the same scene as negatives. Evaluated across two model scales and 10-100% of COCO, object-level LeJEPA demonstrates superior performance over image-level LeJEPA on tasks including tracking (DAVIS), classification (ImageNet-1k), segmentation (ADE20k), and re-identification (NAVI).

Key takeaway

For Machine Learning Engineers developing self-supervised image encoders, you should consider object-centric approaches to improve data efficiency. By integrating off-the-shelf object proposals like SAM and an instance-separating loss, you can achieve stronger features with less training data. This method significantly enhances performance on tasks such as tracking, classification, and re-identification, making your models more robust and adaptable across various downstream applications.

Key insights

Object-centric LeJEPA uses SAM proposals to stabilize self-supervised object representation, boosting data efficiency and downstream task performance.

Principles

Method

Extends LeJEPA's anti-collapse objective to object-centric representations, using SAM proposals for masks. An instance-separating loss treats other scene objects as negatives to boost performance.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.