paper-with-me

홈 › Papers

Invariant Slot Attention: Object Discovery with Slot-Centric Reference Frames

2023-02-09 · Ondrej Biza, Sjoerd van Steenkiste, Mehdi S. M. Sajjadi, Gamaleldin F. Elsayed, Aravindh Mahendran, Thomas Kipf

Automatically discovering composable abstractions from raw perceptual data is a long-standing challenge in machine learning. Recent slot-based neural networks that learn about objects in a self-supervised manner have made exciting progress in this direction. However, they typically fall short at adequately capturing spatial symmetries present in the visual world, which leads to sample inefficiency, such as when entangling object appearance and pose. In this paper, we present a simple yet highly effective method for incorporating spatial symmetries via slot-centric reference frames. We incorporate equivariance to per-object pose transformations into the attention and generation mechanism of Slot Attention by translating, scaling, and rotating position encodings. These changes result in little computational overhead, are easy to implement, and can result in large gains in terms of data efficiency and overall improvements to object discovery. We evaluate our method on a wide range of synthetic object discovery benchmarks namely CLEVR, Tetrominoes, CLEVRTex, Objects Room and MultiShapeNet, and show promising improvements on the challenging real-world Waymo Open dataset.

📄 PDF Abstract BibTeX arXiv:2302.04973

Code (2)

google-research/google-research/tree/master/invariant_slot_attention 공식 구현 jax
gorkaydemir/DINOSAUR pytorch

Tasks

ObjectObject Discovery

Similar Papers 제목 키워드 기반

Grounded Object Centric Learning

2023-07-18 · Avinash Kori, Francesco Locatello, Fabio De Sousa Ribeiro, Francesca Toni 외

The extraction of modular object-centric representations for downstream tasks is an emerging area of research. Learning grounded representations of objects that are guaranteed to be stable and invariant promises robust p…

ObjectObject DiscoveryQuantizationScene Generation+1

Adaptive Slot Attention: Object Discovery with Dynamic Slot Number

2024-06-13 · CVPR 2024 1 · Ke Fan, Zechen Bai, Tianjun Xiao, Tong He 외

Object-centric learning (OCL) extracts the representation of objects with slots, offering an exceptional blend of flexibility and interpretability for abstracting low-level perceptual features. A widely adopted method wi…

DecoderObjectObject Discovery

Unsupervised Musical Object Discovery from Audio

2023-11-13 · Joonsu Gha, Vincent Herrmann, Benjamin Grewe, Jürgen Schmidhuber 외

Current object-centric learning models such as the popular SlotAttention architecture allow for unsupervised visual scene decomposition. Our novel MusicSlots method adapts SlotAttention to the audio domain, to achieve un…

ObjectObject DiscoveryProperty Prediction

Divided Attention: Unsupervised Multi-Object Discovery with Contextually Separated Slots

2023-04-04 · Dong Lao, Zhengyang Hu, Francesco Locatello, Yanchao Yang 외

We introduce a method to segment the visual field into independently moving regions, trained with no ground truth or supervision. It consists of an adversarial conditional encoder-decoder architecture based on Slot Atten…

DecoderMotion SegmentationMulti-object discoveryObject Discovery+1

SlotGNN: Unsupervised Discovery of Multi-Object Representations and Visual Dynamics

2023-10-06 · Alireza Rezazadeh, Athreyi Badithela, Karthik Desingh, Changhyun Choi

Learning multi-object dynamics from visual data using unsupervised techniques is challenging due to the need for robust, object representations that can be learned through robot interactions. This paper presents a novel …

ObjectObject DiscoveryObject RearrangementSpatial Reasoning