CrOC: Cross-View Online Clustering for Dense Visual Representation Learning
About
Learning dense visual representations without labels is an arduous task and more so from scene-centric data. We propose to tackle this challenging problem by proposing a Cross-view consistency objective with an Online Clustering mechanism (CrOC) to discover and segment the semantics of the views. In the absence of hand-crafted priors, the resulting method is more generalizable and does not require a cumbersome pre-processing step. More importantly, the clustering algorithm conjointly operates on the features of both views, thereby elegantly bypassing the issue of content not represented in both views and the ambiguous matching of objects from one crop to the other. We demonstrate excellent performance on linear and unsupervised segmentation transfer tasks on various datasets and similarly for video object segmentation. Our code and pre-trained models are publicly available at https://github.com/stegmuel/CrOC.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Video Object Segmentation | DAVIS 2017 (val) | J mean56.5 | 1130 | |
| Semantic segmentation | ADE20K | mIoU28.4 | 936 | |
| Semantic segmentation | COCO Stuff (val) | mIoU52.6 | 126 | |
| Semantic segmentation | COCO Object (val) | mIoU0.661 | 77 | |
| Semantic segmentation | VOC 2012 (val) | mIoU70.6 | 67 | |
| Video Instance Parsing | VIP (val) | mIoU26.1 | 20 | |
| Unsupervised Semantic Segmentation | PASCAL VOC 2012 (val) | mIoU20.6 | 15 | |
| Unsupervised Segmentation | COCO Stuff (val) | mIoU21.9 | 13 | |
| Unsupervised Segmentation | COCO-Things (val) | mIoU17.2 | 13 |