Unsupervised Representation Learning by InvariancePropagation
Feng Wang, Huaping Liu, Di Guo, Fuchun Sun

TL;DR
This paper introduces Invariance Propagation, a novel unsupervised learning method that emphasizes learning category-level invariance by recursively discovering semantically similar samples, leading to improved performance on various image classification tasks.
Contribution
The paper proposes a new approach called Invariance Propagation that focuses on category-level invariance and uses a hard sampling strategy to enhance representation learning.
Findings
Achieves 71.3% top-1 accuracy on ImageNet linear classification.
Surpasses previous methods on downstream tasks like Places205 and Pascal VOC.
Effective in transfer learning on small datasets.
Abstract
Unsupervised learning methods based on contrastive learning have drawn increasing attention and achieved promising results. Most of them aim to learn representations invariant to instance-level variations, which are provided by different views of the same instance. In this paper, we propose Invariance Propagation to focus on learning representations invariant to category-level variations, which are provided by different instances from the same category. Our method recursively discovers semantically consistent samples residing in the same high-density regions in representation space. We demonstrate a hard sampling strategy to concentrate on maximizing the agreement between the anchor sample and its hard positive samples, which provide more intra-class variations to help capture more abstract invariance. As a result, with a ResNet-50 as the backbone, our method achieves 71.3% top-1…
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.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Advanced Image and Video Retrieval Techniques
MethodsContrastive Learning
