paper-with-me

홈 › Papers

Towards Inadequately Pre-trained Models in Transfer Learning

2022-03-09 · ICCV 2023 1 · Andong Deng, Xingjian Li, Di Hu, Tianyang Wang, Haoyi Xiong, Chengzhong Xu

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 previous research to have better transferability to downstream tasks. However, in this paper, we found that during the same pre-training process, models at middle epochs, which is inadequately pre-trained, can outperform fully trained models when used as feature extractors (FE), while the fine-tuning (FT) performance still grows with the source performance. This reveals that there is not a solid positive correlation between top-1 accuracy on ImageNet and the transferring result on target data. Based on the contradictory phenomenon between FE and FT that better feature extractor fails to be fine-tuned better accordingly, we conduct comprehensive analyses on features before softmax layer to provide insightful explanations. Our discoveries suggest that, during pre-training, models tend to first learn spectral components corresponding to large singular values and the residual components contribute more when fine-tuning.

📄 PDF Abstract BibTeX arXiv:2203.04668

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer 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 제목 키워드 기반

GMP-TL: Gender-augmented Multi-scale Pseudo-label Enhanced Transfer Learning for Speech Emotion Recognition

2024-05-03 · Yu Pan, Yuguang Yang, Heng Lu, Lei Ma 외

The continuous evolution of pre-trained speech models has greatly advanced Speech Emotion Recognition (SER). However, current research typically relies on utterance-level emotion labels, inadequately capturing the comple…

Emotion RecognitionMulti-Task LearningPseudo LabelSpeech Emotion Recognition+1

Transfer Learning using Representation Learning in Massive Open Online Courses

2018-12-12 · Mucong Ding, Yanbang Wang, Erik Hemberg, Una-May O'Reilly

In a Massive Open Online Course (MOOC), predictive models of student behavior can support multiple aspects of learning, including instructor feedback and timely intervention. Ongoing courses, when the student outcomes ar…

Representation LearningTransfer Learning

SCAdapter: Content-Style Disentanglement for Diffusion Style Transfer

2025-12-15 · Luan Thanh Trinh, Kenji Doi, Atsuki Osanai arxiv

Diffusion models have emerged as the leading approach for style transfer, yet they struggle with photo-realistic transfers, often producing painting-like results or missing detailed stylistic elements. Current methods in…

Style Transfer

Teamwork Dimensions Classification Using BERT

2023-12-09 · Junyoung Lee, Elizabeth Koh

Teamwork is a necessary competency for students that is often inadequately assessed. Towards providing a formative assessment of student teamwork, an automated natural language processing approach was developed to identi…

ClassificationLanguage ModelingLanguage ModellingTransfer Learning

Knowledge Distillation Under Ideal Joint Classifier Assumption

2023-04-19 · Huayu Li, Xiwen Chen, Gregory Ditzler, Janet Roveda 외

Knowledge distillation constitutes a potent methodology for condensing substantial neural networks into more compact and efficient counterparts. Within this context, softmax regression representation learning serves as a…

Domain AdaptationKnowledge DistillationregressionRepresentation Learning+1