English

Masked Multi-Query Slot Attention for Unsupervised Object Discovery

Computer Vision and Pattern Recognition 2024-11-07 v1 Artificial Intelligence Machine Learning

Abstract

Unsupervised object discovery is becoming an essential line of research for tackling recognition problems that require decomposing an image into entities, such as semantic segmentation and object detection. Recently, object-centric methods that leverage self-supervision have gained popularity, due to their simplicity and adaptability to different settings and conditions. However, those methods do not exploit effective techniques already employed in modern self-supervised approaches. In this work, we consider an object-centric approach in which DINO ViT features are reconstructed via a set of queried representations called slots. Based on that, we propose a masking scheme on input features that selectively disregards the background regions, inducing our model to focus more on salient objects during the reconstruction phase. Moreover, we extend the slot attention to a multi-query approach, allowing the model to learn multiple sets of slots, producing more stable masks. During training, these multiple sets of slots are learned independently while, at test time, these sets are merged through Hungarian matching to obtain the final slots. Our experimental results and ablations on the PASCAL-VOC 2012 dataset show the importance of each component and highlight how their combination consistently improves object localization. Our source code is available at: https://github.com/rishavpramanik/maskedmultiqueryslot

Keywords

Cite

@article{arxiv.2404.19654,
  title  = {Masked Multi-Query Slot Attention for Unsupervised Object Discovery},
  author = {Rishav Pramanik and José-Fabian Villa-Vásquez and Marco Pedersoli},
  journal= {arXiv preprint arXiv:2404.19654},
  year   = {2024}
}

Comments

Paper accepted for presentation at IJCNN 2024

R2 v1 2026-06-28T16:11:40.579Z