Boosting Object Representation Learning via Motion and Object Continuity
Quentin Delfosse, Wolfgang Stammer, Thomas Rothenbacher, Dwarak Vittal, Kristian Kersting
TL;DR
This work addresses suboptimal object encodings produced by unsupervised object detectors when used for downstream tasks. It introduces Motion and Object Continuity (MOC), a model-agnostic training scheme that couples motion cues via optical flow with a temporal contrastive loss to align object representations over time. Empirically, MOC improves both object discovery and latent encodings, yielding faster convergence, higher AMI scores, and stronger downstream performance in few-shot classification and Atari gameplay across SPACE and Slot Attention baselines. The approach delivers practical benefits by enhancing object-centric representations for reasoning-driven AI, while maintaining compatibility with existing object discovery architectures. Key results are demonstrated on the Atari-OC dataset and the Atari-OCTA evaluation framework, with a focus on robustness and transfer to downstream tasks.
Abstract
Recent unsupervised multi-object detection models have shown impressive performance improvements, largely attributed to novel architectural inductive biases. Unfortunately, they may produce suboptimal object encodings for downstream tasks. To overcome this, we propose to exploit object motion and continuity, i.e., objects do not pop in and out of existence. This is accomplished through two mechanisms: (i) providing priors on the location of objects through integration of optical flow, and (ii) a contrastive object continuity loss across consecutive image frames. Rather than developing an explicit deep architecture, the resulting Motion and Object Continuity (MOC) scheme can be instantiated using any baseline object detection model. Our results show large improvements in the performances of a SOTA model in terms of object discovery, convergence speed and overall latent object representations, particularly for playing Atari games. Overall, we show clear benefits of integrating motion and object continuity for downstream tasks, moving beyond object representation learning based only on reconstruction.
