Unsupervised Salient Object Detection with Spectral Cluster Voting
About
In this paper, we tackle the challenging task of unsupervised salient object detection (SOD) by leveraging spectral clustering on self-supervised features. We make the following contributions: (i) We revisit spectral clustering and demonstrate its potential to group the pixels of salient objects; (ii) Given mask proposals from multiple applications of spectral clustering on image features computed from various self-supervised models, e.g., MoCov2, SwAV, DINO, we propose a simple but effective winner-takes-all voting mechanism for selecting the salient masks, leveraging object priors based on framing and distinctiveness; (iii) Using the selected object segmentation as pseudo groundtruth masks, we train a salient object detector, dubbed SelfMask, which outperforms prior approaches on three unsupervised SOD benchmarks. Code is publicly available at https://github.com/NoelShin/selfmask.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Camouflaged Object Detection | COD10K (test) | S-measure (S_alpha)0.6495 | 224 | |
| Salient Object Detection | ECSSD | -- | 222 | |
| Camouflaged Object Detection | CAMO (test) | E_phi0.7867 | 111 | |
| Camouflaged Object Detection | NC4K (test) | Sm0.7306 | 68 | |
| Camouflaged Object Detection | Chameleon (test) | -- | 66 | |
| Salient Object Detection | ECSSD 1,000 images (test) | -- | 48 | |
| Saliency Detection | DUT-OMRON 29 (test) | IoU67.7 | 38 | |
| RGB saliency detection | ECSSD | -- | 25 | |
| Saliency Detection | DUTS (test) | IoU66 | 22 | |
| Saliency Detection | DUTS 30 (test) | IoU72.8 | 20 |