paper-with-me

Papers

SPACE: Unsupervised Object-Oriented Scene Representation via Spatial Attention and Decomposition

2020-01-08 · ICLR 2020 1 · Zhixuan Lin, Yi-Fu Wu, Skand Vishwanath Peri, Weihao Sun, Gautam Singh, Fei Deng, Jindong Jiang, Sungjin Ahn

The ability to decompose complex multi-object scenes into meaningful abstractions like objects is fundamental to achieve higher-level cognition. Previous approaches for unsupervised object-oriented scene representation learning are either based on spatial-attention or scene-mixture approaches and limited in scalability which is a main obstacle towards modeling real-world scenes. In this paper, we propose a generative latent variable model, called SPACE, that provides a unified probabilistic modeling framework that combines the best of spatial-attention and scene-mixture approaches. SPACE can explicitly provide factorized object representations for foreground objects while also decomposing background segments of complex morphology. Previous models are good at either of these, but not both. SPACE also resolves the scalability problems of previous methods by incorporating parallel spatial-attention and thus is applicable to scenes with a large number of objects without performance degradations. We show through experiments on Atari and 3D-Rooms that SPACE achieves the above properties consistently in comparison to SPAIR, IODINE, and GENESIS. Results of our experiments can be found on our project website: https://sites.google.com/view/space-project-page

📄 PDF Abstract BibTeX arXiv:2001.02407

Code (4)

jinyangyuan/space pytorch
k4ntz/moc pytorch
sebamenabar/SPACE-Pytorch-Implementation pytorch
zhixuan-lin/SPACE pytorch

Tasks

ObjectRepresentation Learning

Similar Papers 제목 키워드 기반

OBJECT-ORIENTED REPRESENTATION OF 3D SCENES

2019-09-25 · Chang Chen, Sungjin Ahn

In this paper, we propose a generative model, called ROOTS (Representation of Object-Oriented Three-dimension Scenes), for unsupervised object-wise 3D-scene decomposition and and rendering. For 3D scene modeling, ROOTS b…

DisentanglementObject

SCALOR: Generative World Models with Scalable Object Representations

2019-10-06 · ICLR 2020 1 · Jindong Jiang, Sepehr Janghorbani, Gerard de Melo, Sungjin Ahn

Scalability in terms of object density in a scene is a primary challenge in unsupervised sequential object-oriented representation learning. Most of the previous models have been shown to work only on scenes with a few o…

ObjectRepresentation Learning

Object-Centric Representation Learning with Generative Spatial-Temporal Factorization

2021-11-09 · NeurIPS 2021 12 · Li Nanbo, Muhammad Ahmed Raza, Hu Wenbin, Zhaole Sun 외

Learning object-centric scene representations is essential for attaining structural understanding and abstraction of complex scenes. Yet, as current approaches for unsupervised object-centric representation learning are …

ObjectRepresentation Learning

DynaVol: Unsupervised Learning for Dynamic Scenes through Object-Centric Voxelization

2023-04-30 · Yanpeng Zhao, Siyu Gao, Yunbo Wang, Xiaokang Yang

Unsupervised learning of object-centric representations in dynamic visual scenes is challenging. Unlike most previous approaches that learn to decompose 2D images, we present DynaVol, a 3D scene generative model that uni…

DecoderNeRFNeural RenderingNovel View Synthesis+3

Object-oriented Targets for Visual Navigation using Rich Semantic Representations

2018-11-22 · Jean-Benoit Delbrouck, Stéphane Dupont

When searching for an object humans navigate through a scene using semantic information and spatial relationships. We look for an object using our knowledge of its attributes and relationships with other objects to infer…

NavigateObjectVisual Navigation