Divided Attention: Unsupervised Multi-Object Discovery with Contextually Separated Slots
Dong Lao, Zhengyang Hu, Francesco Locatello, Yanchao Yang, Stefano Soatto

TL;DR
This paper introduces Divided Attention (DivA), an unsupervised, real-time multi-object segmentation method that learns to separate objects in images without supervision, achieving state-of-the-art results and enabling improved classifier training.
Contribution
DivA is a novel unsupervised approach that segments multiple objects in images using a multi-modal encoder-decoder architecture with information separation, handling varying object counts and resolutions.
Findings
Achieves state-of-the-art segmentation performance.
Runs at up to 104 FPS, tripling speed of comparable methods.
Reduces performance gap from supervised methods to 12% or less.
Abstract
We investigate the emergence of objects in visual perception in the absence of any semantic annotation. The resulting model has received no supervision, does not use any pre-trained features, and yet it can segment the domain of an image into multiple independently moving regions. The resulting motion segmentation method can handle an unknown and varying number of objects in real-time. The core multi-modal conditional encoder-decoder architecture has one modality (optical flow) feed the encoder to produce a collection of latent codes (slots), and the other modality (color image) conditions the decoder to generate the first modality (flow) from the slots. The training criterion is designed to foster 'information separation' among the slots, while the architecture explicitly allocates activations to individual slots, leading to a method we call Divided Attention (DivA). At test time, DivA…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Processing Techniques and Applications · Cell Image Analysis Techniques · Advanced Neural Network Applications
MethodsTest · SPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
