SOTAVerified

ViCE: Improving Dense Representation Learning by Superpixelization and Contrasting Cluster Assignment

2021-11-24Code Available0· sign in to hype

Robin Karlsson, Tomoki Hayashi, Keisuke Fujii, Alexander Carballo, Kento Ohtani, Kazuya Takeda

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recent self-supervised models have demonstrated equal or better performance than supervised methods, opening for AI systems to learn visual representations from practically unlimited data. However, these methods are typically classification-based and thus ineffective for learning high-resolution feature maps that preserve precise spatial information. This work introduces superpixels to improve self-supervised learning of dense semantically rich visual concept embeddings. Decomposing images into a small set of visually coherent regions reduces the computational complexity by O(1000) while preserving detail. We experimentally show that contrasting over regions improves the effectiveness of contrastive learning methods, extends their applicability to high-resolution images, improves overclustering performance, superpixels are better than grids, and regional masking improves performance. The expressiveness of our dense embeddings is demonstrated by improving the SOTA unsupervised semantic segmentation benchmark on Cityscapes, and for convolutional models on COCO.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Cityscapes testViCEmIoU25.2Unverified
COCO-Stuff-27ViCEClustering [mIoU]21.77Unverified

Reproductions