paper-with-me

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, including image recommendation. However, some important questions have not yet been answered in order to use these embeddings for a larger scope of recommendation domains: a) Do CNNs that perform better in ImageNet are also better for transfer learning in content-based image recommendation?, b) Does fine-tuning help to improve performance? and c) Which is the best way to perform the fine-tuning? In this paper we compare several CNN models pre-trained with ImageNet to evaluate their transfer learning performance to an artwork image recommendation task. Our results indicate that models with better performance in the ImageNet challenge do not always imply better transfer learning for recommendation tasks (e.g. NASNet vs. ResNet). Our results also show that fine-tuning can be helpful even with a small dataset, but not every fine-tuning works. Our results can inform other researchers and practitioners on how to train their CNNs for better transfer learning towards image recommendation systems.

📄 PDF Abstract BibTeX arXiv:1807.09870

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsTransfer Learning

Similar 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 model…

Fine-Grained Image ClassificationGeneral Classificationimage-classificationImage Classification+1

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

CheXtransfer: Performance and Parameter Efficiency of ImageNet Models for Chest X-Ray Interpretation

2021-01-18 · Alexander Ke, William Ellsworth, Oishi Banerjee, Andrew Y. Ng 외

Deep learning methods for chest X-ray interpretation typically rely on pretrained models developed for ImageNet. This paradigm assumes that better ImageNet architectures perform better on chest X-ray tasks and that Image…