Region Similarity Representation Learning

Abstract

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 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 APbb75 VOC, +1:1 AP75 COCO, and +1:9 APmk Cityscapes. We will release our code and pre-trained models.

Cite

Text

Xiao et al. "Region Similarity Representation Learning." International Conference on Computer Vision, 2021. doi:10.1109/ICCV48922.2021.01037

Markdown

[Xiao et al. "Region Similarity Representation Learning." International Conference on Computer Vision, 2021.](https://mlanthology.org/iccv/2021/xiao2021iccv-region/) doi:10.1109/ICCV48922.2021.01037

BibTeX

@inproceedings{xiao2021iccv-region,
  title     = {{Region Similarity Representation Learning}},
  author    = {Xiao, Tete and Reed, Colorado J and Wang, Xiaolong and Keutzer, Kurt and Darrell, Trevor},
  booktitle = {International Conference on Computer Vision},
  year      = {2021},
  pages     = {10539-10548},
  doi       = {10.1109/ICCV48922.2021.01037},
  url       = {https://mlanthology.org/iccv/2021/xiao2021iccv-region/}
}