paper-with-me

홈 › Papers

AdaFilter: Adaptive Filter Fine-tuning for Deep Transfer Learning

2019-11-21 · Yunhui Guo, Yandong Li, Liqiang Wang, Tajana Rosing

There is an increasing number of pre-trained deep neural network models. However, it is still unclear how to effectively use these models for a new task. Transfer learning, which aims to transfer knowledge from source tasks to a target task, is an effective solution to this problem. Fine-tuning is a popular transfer learning technique for deep neural networks where a few rounds of training are applied to the parameters of a pre-trained model to adapt them to a new task. Despite its popularity, in this paper, we show that fine-tuning suffers from several drawbacks. We propose an adaptive fine-tuning approach, called AdaFilter, which selects only a part of the convolutional filters in the pre-trained model to optimize on a per-example basis. We use a recurrent gated network to selectively fine-tune convolutional filters based on the activations of the previous layer. We experiment with 7 public image classification datasets and the results show that AdaFilter can reduce the average classification error of the standard fine-tuning by 2.54%.

📄 PDF Abstract BibTeX arXiv:1911.09659

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationimage-classificationImage ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

Improving Image Classification Robustness through Selective CNN-Filters Fine-Tuning

2019-04-08 · Alessandro Bianchi, Moreno Raimondo Vendra, Pavlos Protopapas, Marco Brambilla

Image quality plays a big role in CNN-based image classification performance. Fine-tuning the network with distorted samples may be too costly for large networks. To solve this issue, we propose a transfer learning appro…

ClassificationGeneral Classificationimage-classificationImage Classification+1

KIEGLFN: A unified acne grading framework on face images

2022-06-01 · Computer Methods and Programs in Biomedicine 2022 6 · Yi Lin, Jingchi Jiang, Zhaoyang Ma, Dongxin Chen 외

Grading the severity level is an extremely important procedure for correct diagnoses and personalized treatment schemes for acne. However, the acne grading criteria are not unified in the medical field. This work aims to…

Acne Severity Grading

TADFormer : Task-Adaptive Dynamic Transformer for Efficient Multi-Task Learning

2025-01-08 · Seungmin Baek, Soyul Lee, Hayeon Jo, Hyesong Choi 외

Transfer learning paradigm has driven substantial advancements in various vision tasks. However, as state-of-the-art models continue to grow, classical full fine-tuning often becomes computationally impractical, particul…

Multi-Task Learningparameter-efficient fine-tuningScene UnderstandingTransfer Learning

SpotTune: Transfer Learning through Adaptive Fine-tuning

2018-11-21 · CVPR 2019 6 · Yunhui Guo, Honghui Shi, Abhishek Kumar, Kristen Grauman 외

Transfer learning, which allows a source task to affect the inductive bias of the target task, is widely used in computer vision. The typical way of conducting transfer learning with deep neural networks is to fine-tune …

Inductive BiasTransfer Learning

Test-Time Self-Adaptive Small Language Models for Question Answering

2023-10-20 · Soyeong Jeong, Jinheon Baek, Sukmin Cho, Sung Ju Hwang 외

Recent instruction-finetuned large language models (LMs) have achieved notable performances in various tasks, such as question-answering (QA). However, despite their ability to memorize a vast amount of general knowledge…

General KnowledgeQuestion Answering