paper-with-me

Papers

Non-binary deep transfer learning for image classification

2021-07-19 · Jo Plested, Xuyang Shen, Tom Gedeon

The current standard for a variety of computer vision tasks using smaller numbers of labelled training examples is to fine-tune from weights pre-trained on a large image classification dataset such as ImageNet. The application of transfer learning and transfer learning methods tends to be rigidly binary. A model is either pre-trained or not pre-trained. Pre-training a model either increases performance or decreases it, the latter being defined as negative transfer. Application of L2-SP regularisation that decays the weights towards their pre-trained values is either applied or all weights are decayed towards 0. This paper re-examines these assumptions. Our recommendations are based on extensive empirical evaluation that demonstrate the application of a non-binary approach to achieve optimal results. (1) Achieving best performance on each individual dataset requires careful adjustment of various transfer learning hyperparameters not usually considered, including number of layers to transfer, different learning rates for different layers and different combinations of L2SP and L2 regularization. (2) Best practice can be achieved using a number of measures of how well the pre-trained weights fit the target dataset to guide optimal hyperparameters. We present methods for non-binary transfer learning including combining L2SP and L2 regularization and performing non-traditional fine-tuning hyperparameter searches. Finally we suggest heuristics for determining the optimal transfer learning hyperparameters. The benefits of using a non-binary approach are supported by final results that come close to or exceed state of the art performance on a variety of tasks that have traditionally been more difficult for transfer learning.

📄 PDF Abstract BibTeX arXiv:2107.08585

Code (1)

XuyangSHEN/Non-binary-deep-transfer-learning-for-image-classification 공식 구현 pytorch

Tasks

ClassificationFine-Grained Image Classificationimage-classificationImage ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

Diagram Image Retrieval using Sketch-Based Deep Learning and Transfer Learning

2020-04-22 · Manish Bhattarai, Diane Oyen, Juan Castorena, Liping Yang 외

Resolution of the complex problem of image retrieval for diagram images has yet to be reached. Deep learning methods continue to excel in the fields of object detection and image classification applied to natural imagery…

Deep Learningimage-classificationImage ClassificationImage Retrieval+4

Evolving CNN Architectures: From Custom Designs to Deep Residual Models for Diverse Image Classification and Detection Tasks

2026-01-03 · Mahmudul Hasan, Mabsur Fatin Bin Hossain arxiv

This paper presents a comparative study of a custom convolutional neural network (CNN) architecture against widely used pretrained and transfer learning CNN models across five real-world image datasets. The datasets span…

Binary ClassificationImage ClassificationTransfer LearningObject Detection

On the Relationship Between Binary Classification, Bipartite Ranking, and Binary Class Probability Estimation

2013-12-01 · NeurIPS 2013 12 · Harikrishna Narasimhan, Shivani Agarwal

We investigate the relationship between three fundamental problems in machine learning: binary classification, bipartite ranking, and binary class probability estimation (CPE). It is known that a good binary CPE model ca…

Binary ClassificationClassificationGeneral Classification

Transfer learning method in the problem of binary classification of chest X-rays

2023-03-19 · Kolesnikov Dmitry

The possibility of high-precision and rapid detection of pathologies on chest X-rays makes it possible to detect the development of pneumonia at an early stage and begin immediate treatment. Artificial intelligence can s…

Binary ClassificationTransfer Learning

Hierarchical Transfer Learning for Multi-label Text Classification

2019-07-01 · ACL 2019 7 · Siddhartha Banerjee, Cem Akkaya, Francisco Perez-Sorrosal, Kostas Tsioutsiouliklis

Multi-Label Hierarchical Text Classification (MLHTC) is the task of categorizing documents into one or more topics organized in an hierarchical taxonomy. MLHTC can be formulated by combining multiple binary classificatio…

Binary ClassificationClassificationGeneral ClassificationMulti Label Text Classification+4