TL;DR
ReSim introduces a self-supervised learning method that enhances localization tasks by learning both regional and global image representations through maximizing feature similarity across overlapping regions in different views.
Contribution
It is the first to jointly learn spatially and semantically consistent regional and global representations for localization tasks in a self-supervised manner.
Findings
Significant improvements in object detection and segmentation metrics.
Outperforms baseline methods like MoCo-v2 on multiple datasets.
Provides code and pre-trained models for reproducibility.
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 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
