Self-Supervised Transformers for Unsupervised Object Discovery using Normalized Cut
Yangtao Wang (M-PSI), Xi Shen (LIGM), Shell Hu, Yuan Yuan (MIT CSAIL),, James Crowley (M-PSI), Dominique Vaufreydaz (M-PSI)

TL;DR
This paper introduces a graph-based method leveraging self-supervised transformer features and normalized graph-cut for unsupervised object discovery, significantly improving performance over previous methods.
Contribution
The paper presents a novel graph-based approach using spectral clustering on transformer features for unsupervised object discovery, enhancing accuracy and extending to saliency detection and weakly supervised detection.
Findings
Improves unsupervised object discovery performance by up to 8.1% on VOC and COCO datasets.
Enhances unsupervised saliency detection IoU scores on ECSSD, DUTS, DUT-OMRON datasets.
Achieves competitive results in weakly supervised object detection on CUB and ImageNet.
Abstract
Transformers trained with self-supervised learning using self-distillation loss (DINO) have been shown to produce attention maps that highlight salient foreground objects. In this paper, we demonstrate a graph-based approach that uses the self-supervised transformer features to discover an object from an image. Visual tokens are viewed as nodes in a weighted graph with edges representing a connectivity score based on the similarity of tokens. Foreground objects can then be segmented using a normalized graph-cut to group self-similar regions. We solve the graph-cut problem using spectral clustering with generalized eigen-decomposition and show that the second smallest eigenvector provides a cutting solution since its absolute value indicates the likelihood that a token belongs to a foreground object. Despite its simplicity, this approach significantly boosts the performance of…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVisual Attention and Saliency Detection · Advanced Neural Network Applications · Multimodal Machine Learning Applications
MethodsSpectral Clustering
