paper-with-me

홈 › Papers

AutoTune: Automatically Tuning Convolutional Neural Networks for Improved Transfer Learning

2020-04-25 · S. H. Shabbeer Basha, Sravan Kumar Vinakota, Viswanath Pulabaigari, Snehasis Mukherjee, Shiv Ram Dubey

Transfer learning enables solving a specific task having limited data by using the pre-trained deep networks trained on large-scale datasets. Typically, while transferring the learned knowledge from source task to the target task, the last few layers are fine-tuned (re-trained) over the target dataset. However, these layers are originally designed for the source task that might not be suitable for the target task. In this paper, we introduce a mechanism for automatically tuning the Convolutional Neural Networks (CNN) for improved transfer learning. The pre-trained CNN layers are tuned with the knowledge from target data using Bayesian Optimization. First, we train the final layer of the base CNN model by replacing the number of neurons in the softmax layer with the number of classes involved in the target task. Next, the pre-trained CNN is tuned automatically by observing the classification performance on the validation data (greedy criteria). To evaluate the performance of the proposed method, experiments are conducted on three benchmark datasets, e.g., CalTech-101, CalTech-256, and Stanford Dogs. The classification results obtained through the proposed AutoTune method outperforms the standard baseline transfer learning methods over the three datasets by achieving $95.92\%$, $86.54\%$, and $84.67\%$ accuracy over CalTech-101, CalTech-256, and Stanford Dogs, respectively. The experimental results obtained in this study depict that tuning of the pre-trained CNN layers with the knowledge from the target dataset confesses better transfer learning ability. The source codes are available at https://github.com/JekyllAndHyde8999/AutoTune_CNN_TransferLearning.

📄 PDF Abstract BibTeX arXiv:2005.02165

Code (1)

JekyllAndHyde8999/AutoTune_CNN_TransferLearning 공식 구현

Tasks

Bayesian OptimizationTransfer Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

AutoTune: Controller Tuning for High-Speed Flight

2021-03-19 · Antonio Loquercio, Alessandro Saviolo, Davide Scaramuzza

Due to noisy actuation and external disturbances, tuning controllers for high-speed flight is very challenging. In this paper, we ask the following questions: How sensitive are controllers to tuning when tracking high-sp…

Vocal Bursts Intensity Prediction

Multitask and Transfer Learning for Autotuning Exascale Applications

2019-08-15 · Wissam M. Sid-Lakhdar, Mohsen Mahmoudi Aznaveh, Xiaoye S. Li, James W. Demmel

Multitask learning and transfer learning have proven to be useful in the field of machine learning when additional knowledge is available to help a prediction task. We aim at deriving methods following these paradigms fo…

Transfer Learning

Autotune: fast, accurate, and automatic tuning parameter selection for Lasso

2025-12-11 · Tathagata Sadhukhan, Ines Wilms, Stephan Smeekes, Sumanta Basu arxiv

Least absolute shrinkage and selection operator (Lasso), the popular variable selection engine for high-dimensional regression, is commonly tuned using cross-validation (CV). This is known to be slow and loses accuracy i…

Autotune: A Derivative-free Optimization Framework for Hyperparameter Tuning

2018-04-20 · Patrick Koch, Oleg Golovidov, Steven Gardner, Brett Wujek 외

Machine learning applications often require hyperparameter tuning. The hyperparameters usually drive both the efficiency of the model training process and the resulting model quality. For hyperparameter tuning, machine l…

BIG-bench Machine Learning

Auto-Tuned Sim-to-Real Transfer

2021-04-15 · Yuqing Du, Olivia Watkins, Trevor Darrell, Pieter Abbeel 외

Policies trained in simulation often fail when transferred to the real world due to the `reality gap' where the simulator is unable to accurately capture the dynamics and visual properties of the real world. Current appr…