Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Region Similarity Representation Learning

About

We present Region Similarity Representation Learning (ReSim), a new approach to self-supervised representation learning for localization-based tasks such as object detection and segmentation. While existing work has largely focused on solely learning global representations for an entire image, ReSim learns both regional representations for localization as well as semantic image-level representations. ReSim operates by sliding a fixed-sized window across the overlapping area between two views (e.g., image crops), aligning these areas with their corresponding convolutional feature map regions, and then maximizing the feature similarity across views. As a result, ReSim learns spatially and semantically consistent feature representation throughout the convolutional feature maps of a neural network. A shift or scale of an image region, e.g., a shift or scale of an object, has a corresponding change in the feature maps; this allows downstream tasks to leverage these representations for localization. Through object detection, instance segmentation, and dense pose estimation experiments, we illustrate how ReSim learns representations which significantly improve the localization and classification performance compared to a competitive MoCo-v2 baseline: $+2.7$ AP$^{\text{bb}}_{75}$ VOC, $+1.1$ AP$^{\text{bb}}_{75}$ COCO, and $+1.9$ AP$^{\text{mk}}$ Cityscapes. Code and pre-trained models are released at: \url{https://github.com/Tete-Xiao/ReSim}

Tete Xiao, Colorado J Reed, Xiaolong Wang, Kurt Keutzer, Trevor Darrell• 2021

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU36.6
2888
Object DetectionCOCO 2017 (val)
AP40
2643
Instance SegmentationCOCO 2017 (val)
APm0.357
1201
Video Object SegmentationDAVIS 2017 (val)
J mean51.2
1193
Semantic segmentationADE20K
mIoU37.9
1024
Image ClassificationImageNet-1k (val)
Top-1 Accuracy66.1
844
Semantic segmentationCityscapes
mIoU76.8
658
Semantic segmentationPASCAL VOC (val)
mIoU67.3
362
Instance SegmentationCityscapes (val)--
239
Semantic segmentationPascal VOC
mIoU0.684
180
Showing 10 of 27 rows

Other info

Follow for update