Are We Done with Object-Centric Learning?
Alexander Rubinstein, Ameya Prabhu, Matthias Bethge, Seong Joon Oh
TL;DR
This work argues that modern pixel-space object segmentation models can largely replace slot-based object-centric learning for the core goal of object decomposition. It introduces OCCAM, a training-free probe that leverages object masks to improve robustness against spurious background cues, connecting object-centric representations to downstream OOD generalization. Empirically, HQES and SAM surpass traditional OCL methods on unsupervised object discovery, and OCCAM achieves strong, training-free robustness across multiple spurious-background benchmarks when foreground objects are correctly identified. The authors also provide a practical toolbox and highlight the need for downstream benchmarks and theory to assess the true benefits of object-centric representations in real-world tasks and cognitive study contexts.
Abstract
Object-centric learning (OCL) seeks to learn representations that only encode an object, isolated from other objects or background cues in a scene. This approach underpins various aims, including out-of-distribution (OOD) generalization, sample-efficient composition, and modeling of structured environments. Most research has focused on developing unsupervised mechanisms that separate objects into discrete slots in the representation space, evaluated using unsupervised object discovery. However, with recent sample-efficient segmentation models, we can separate objects in the pixel space and encode them independently. This achieves remarkable zero-shot performance on OOD object discovery benchmarks, is scalable to foundation models, and can handle a variable number of slots out-of-the-box. Hence, the goal of OCL methods to obtain object-centric representations has been largely achieved. Despite this progress, a key question remains: How does the ability to separate objects within a scene contribute to broader OCL objectives, such as OOD generalization? We address this by investigating the OOD generalization challenge caused by spurious background cues through the lens of OCL. We propose a novel, training-free probe called Object-Centric Classification with Applied Masks (OCCAM), demonstrating that segmentation-based encoding of individual objects significantly outperforms slot-based OCL methods. However, challenges in real-world applications remain. We provide the toolbox for the OCL community to use scalable object-centric representations, and focus on practical applications and fundamental questions, such as understanding object perception in human cognition. Our code is available here: https://github.com/AlexanderRubinstein/OCCAM.
