Oh-A-DINO: Understanding and Enhancing Attribute-Level Information in Self-Supervised Object-Centric Representations
Stefan Sylvius Wagner, Stefan Harmeling
TL;DR
The paper investigates whether self-supervised and slot-based object-centric representations retain attribute-level information needed for distinguishing objects in multi-object scenes. It reveals a consistent shortfall in non-geometric cues like colour and material, and proposes Oh-A-DINO, a lightweight augmentation that adds object-centric latents learned from PCA-segmented patches via a VAE to pre-trained SSL features without retraining the backbone. Across synthetic datasets CLEVR and CLEVRTex and a real-world dataset Stanford Cars, Oh-A-DINO improves multi-attribute and appearance-based retrieval, especially for colour and material attributes, demonstrating the value of combining global scene understanding with compact object-centric representations. The findings highlight a practical direction for enhancing downstream object-level reasoning by augmenting large pre-trained representations with specialized object-centric latents.
Abstract
Object-centric understanding is fundamental to human vision and required for complex reasoning. Traditional methods define slot-based bottlenecks to learn object properties explicitly, while recent self-supervised vision models like DINO have shown emergent object understanding. We investigate the effectiveness of self-supervised representations from models such as CLIP, DINOv2 and DINOv3, as well as slot-based approaches, for multi-object instance retrieval, where specific objects must be faithfully identified in a scene. This scenario is increasingly relevant as pre-trained representations are deployed in downstream tasks, e.g., retrieval, manipulation, and goal-conditioned policies that demand fine-grained object understanding. Our findings reveal that self-supervised vision models and slot-based representations excel at identifying edge-derived geometry (shape, size) but fail to preserve non-geometric surface-level cues (colour, material, texture), which are critical for disambiguating objects when reasoning about or selecting them in such tasks. We show that learning an auxiliary latent space over segmented patches, where VAE regularisation enforces compact, disentangled object-centric representations, recovers these missing attributes. Augmenting the self-supervised methods with such latents improves retrieval across all attributes, suggesting a promising direction for making self-supervised representations more reliable in downstream tasks that require precise object-level reasoning.
