Parametric Instance Classification for Unsupervised Visual Feature Learning
Yue Cao, Zhenda Xie, Bin Liu, Yutong Lin, Zheng Zhang, Han Hu

TL;DR
This paper introduces Parametric Instance Classification (PIC), a simple and effective unsupervised visual feature learning method that simplifies the framework by using a parametric approach, matching state-of-the-art performance while improving efficiency.
Contribution
The paper proposes a novel parametric classification framework for unsupervised learning, along with techniques to enhance its effectiveness and practicality, such as a sliding-window data scheduler and negative sampling correction.
Findings
PIC achieves comparable performance to SimCLR and MoCo v2.
The sliding-window data scheduler improves instance visiting frequency.
Negative sampling correction reduces training time and memory usage.
Abstract
This paper presents parametric instance classification (PIC) for unsupervised visual feature learning. Unlike the state-of-the-art approaches which do instance discrimination in a dual-branch non-parametric fashion, PIC directly performs a one-branch parametric instance classification, revealing a simple framework similar to supervised classification and without the need to address the information leakage issue. We show that the simple PIC framework can be as effective as the state-of-the-art approaches, i.e. SimCLR and MoCo v2, by adapting several common component settings used in the state-of-the-art approaches. We also propose two novel techniques to further improve effectiveness and practicality of PIC: 1) a sliding-window data scheduler, instead of the previous epoch-based data scheduler, which addresses the extremely infrequent instance visiting issue in PIC and improves the…
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
TopicsAdvanced Image and Video Retrieval Techniques · Image Retrieval and Classification Techniques · Advanced Vision and Imaging
Methods1x1 Convolution · Residual Connection · Bottleneck Residual Block · Max Pooling · Residual Block · Dense Connections · Kaiming Initialization · Average Pooling · Convolution · Global Average Pooling
