CVDec 5, 2022

Location-Aware Self-Supervised Transformers for Semantic Segmentation

arXiv:2212.02400v230 citationsh-index: 151
Originality Incremental advance
AI Analysis

This work addresses the need for better pretraining in semantic segmentation, which is incremental by building on existing self-supervised approaches with spatial enhancements.

The paper tackles the problem of expensive pixel-level labels for semantic segmentation by proposing a location-aware self-supervised pretraining method that fosters dense features, resulting in competitive transfer performance on diverse datasets.

Pixel-level labels are particularly expensive to acquire. Hence, pretraining is a critical step to improve models on a task like semantic segmentation. However, prominent algorithms for pretraining neural networks use image-level objectives, e.g. image classification, image-text alignment a la CLIP, or self-supervised contrastive learning. These objectives do not model spatial information, which might be sub-optimal when finetuning on downstream tasks with spatial reasoning. In this work, we pretrain network with a location-aware (LOCA) self-supervised method which fosters the emergence of strong dense features. Specifically, we use both a patch-level clustering scheme to mine dense pseudo-labels and a relative location prediction task to encourage learning about object parts and their spatial arrangements. Our experiments show that LOCA pretraining leads to representations that transfer competitively to challenging and diverse semantic segmentation datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes