paper-with-me

홈 › Papers

Do Better ImageNet Models Transfer Better?

2018-05-23 · CVPR 2019 6 · Simon Kornblith, Jonathon Shlens, Quoc V. Le

Transfer learning is a cornerstone of computer vision, yet little work has been done to evaluate the relationship between architecture and transfer. An implicit hypothesis in modern computer vision research is that models that perform better on ImageNet necessarily perform better on other vision tasks. However, this hypothesis has never been systematically tested. Here, we compare the performance of 16 classification networks on 12 image classification datasets. We find that, when networks are used as fixed feature extractors or fine-tuned, there is a strong correlation between ImageNet accuracy and transfer accuracy ($r = 0.99$ and $0.96$, respectively). In the former setting, we find that this relationship is very sensitive to the way in which networks are trained on ImageNet; many common forms of regularization slightly improve ImageNet accuracy but yield penultimate layer features that are much worse for transfer learning. Additionally, we find that, on two small fine-grained image classification datasets, pretraining on ImageNet provides minimal benefits, indicating the learned features from ImageNet do not transfer well to fine-grained tasks. Together, our results show that ImageNet architectures generalize well across datasets, but ImageNet features are less general than previously suggested.

📄 PDF Abstract BibTeX arXiv:1805.08974

Code (0)

등록된 구현이 없습니다.

Tasks

Fine-Grained Image ClassificationGeneral Classificationimage-classificationImage ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

Do Better ImageNet Models Transfer Better... for Image Recommendation?

2018-07-25 · Felipe del Rio, Pablo Messina, Vicente Dominguez, Denis Parra

Visual embeddings from Convolutional Neural Networks (CNN) trained on the ImageNet dataset for the ILSVRC challenge have shown consistently good performance for transfer learning and are widely used in several tasks, inc…

Recommendation SystemsTransfer Learning

Diverse Imagenet Models Transfer Better

2022-04-19 · Niv Nayman, Avram Golbert, Asaf Noy, Tan Ping 외

A commonly accepted hypothesis is that models with higher accuracy on Imagenet perform better on other downstream tasks, leading to much research dedicated to optimizing Imagenet accuracy. Recently this hypothesis has be…

DiversityMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

What makes ImageNet good for transfer learning?

2016-08-30 · Minyoung Huh, Pulkit Agrawal, Alexei A. Efros

The tremendous success of ImageNet-trained deep features on a wide range of transfer tasks begs the question: what are the properties of the ImageNet dataset that are critical for learning good, general-purpose features?…

Action ClassificationGeneral ClassificationScene ClassificationTransfer Learning

Do Adversarially Robust ImageNet Models Transfer Better?

2020-07-16 · NeurIPS 2020 12 · Hadi Salman, Andrew Ilyas, Logan Engstrom, Ashish Kapoor 외

Transfer learning is a widely-used paradigm in deep learning, where models pre-trained on standard datasets can be efficiently adapted to downstream tasks. Typically, better pre-trained models yield better transfer resul…

Object RecognitionTransfer Learning

Towards Inadequately Pre-trained Models in Transfer Learning

2022-03-09 · ICCV 2023 1 · Andong Deng, Xingjian Li, Di Hu, Tianyang Wang 외

Pre-training has been a popular learning paradigm in deep learning era, especially in annotation-insufficient scenario. Better ImageNet pre-trained models have been demonstrated, from the perspective of architecture, by …

Transfer Learning