paper-with-me

Papers

Unsupervised Feature Learning via Non-Parametric Instance-level Discrimination

2018-05-05 · Zhirong Wu, Yuanjun Xiong, Stella Yu, Dahua Lin

Neural net classifiers trained on data with annotated class labels can also capture apparent visual similarity among categories without being directed to do so. We study whether this observation can be extended beyond the conventional domain of supervised learning: Can we learn a good feature representation that captures apparent similarity among instances, instead of classes, by merely asking the feature to be discriminative of individual instances? We formulate this intuition as a non-parametric classification problem at the instance-level, and use noise-contrastive estimation to tackle the computational challenges imposed by the large number of instance classes. Our experimental results demonstrate that, under unsupervised learning settings, our method surpasses the state-of-the-art on ImageNet classification by a large margin. Our method is also remarkable for consistently improving test performance with more training data and better network architectures. By fine-tuning the learned feature, we further obtain competitive results for semi-supervised learning and object detection tasks. Our non-parametric model is highly compact: With 128 features per image, our method requires only 600MB storage for a million images, enabling fast nearest neighbour retrieval at the run time.

📄 PDF Abstract BibTeX arXiv:1805.01978

Code (15)

zhirongw/lemniscate.pytorch 공식 구현 pytorch
BaladityaY/lemniscate_reproduce_bdd pytorch
BaladityaY/lemniscate_vis pytorch
BenjaminLiuPenrose/UnsupervisedImage pytorch
DianaSHV/lemniscate_edit pytorch
HobbitLong/CMC pytorch
RPraneetha/MoCo-FAIR pytorch
facebookresearch/vissl pytorch
ly9802/DynamicAccumulatedAttentionMap pytorch
mangye16/Unsupervised_Embedding_Learning pytorch
microsoft/metric-transfer.pytorch pytorch
sforsyth6/cifar_lem pytorch
sforsyth6/coco_lem pytorch
sforsyth6/lemniscate-original pytorch
szq0214/CMC_with_Image_Mixture pytorch

Tasks

Contrastive LearningGeneral Classificationobject-detectionObject DetectionRetrieval

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Average Pooling 설명 없음
Batch Normalization 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…
RoIPool 설명 없음
Fast R-CNN Fast R-CNN is an object detection model that improves in its predecessor R-CNN in a number of ways. Instead of extracting CNN…

Similar Papers 제목 키워드 기반

Unsupervised Feature Learning via Non-Parametric Instance Discrimination

2018-06-01 · CVPR 2018 6 · Zhirong Wu, Yuanjun Xiong, Stella X. Yu, Dahua Lin

Neural net classifiers trained on data with annotated class labels can also capture apparent visual similarity among categories without being directed to do so. We study whether this observation can be extended beyond th…

General Classificationobject-detectionObject DetectionRetrieval+2

Parametric Instance Classification for Unsupervised Visual Feature Learning

2020-06-25 · NeurIPS 2020 12 · Yue Cao, Zhenda Xie, Bin Liu, Yutong Lin 외

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 …

ClassificationGeneral ClassificationGPU

Unsupervised Feature Learning by Cross-Level Instance-Group Discrimination

2020-08-09 · CVPR 2021 1 · Xudong Wang, Ziwei Liu, Stella X. Yu

Unsupervised feature learning has made great strides with contrastive learning based on instance discrimination and invariant mapping, as benchmarked on curated class-balanced datasets. However, natural data could be hig…

Contrastive LearningSemi-Supervised Image ClassificationTransfer LearningUnsupervised Image Classification

Train a One-Million-Way Instance Classifier for Unsupervised Visual Representation Learning

2021-02-09 · Yu Liu, Lianghua Huang, Pan Pan, Bin Wang 외

This paper presents a simple unsupervised visual representation learning method with a pretext task of discriminating all images in a dataset using a parametric, instance-level classifier. The overall framework is a repl…

ClassificationGeneral ClassificationLinear evaluationRepresentation Learning

Improving memory banks for unsupervised learning with large mini-batch, consistency and hard negative mining

2021-02-08 · Adrian Bulat, Enrique Sánchez-Lozano, Georgios Tzimiropoulos

An important component of unsupervised learning by instance-based discrimination is a memory bank for storing a feature representation for each training sample in the dataset. In this paper, we introduce 3 improvements t…