paper-with-me

Papers

SMILE: Self-Distilled MIxup for Efficient Transfer LEarning

2021-03-25 · Xingjian Li, Haoyi Xiong, Chengzhong Xu, Dejing Dou

To improve the performance of deep learning, mixup has been proposed to force the neural networks favoring simple linear behaviors in-between training samples. Performing mixup for transfer learning with pre-trained models however is not that simple, a high capacity pre-trained model with a large fully-connected (FC) layer could easily overfit to the target dataset even with samples-to-labels mixed up. In this work, we propose SMILE - Self-Distilled Mixup for EffIcient Transfer LEarning. With mixed images as inputs, SMILE regularizes the outputs of CNN feature extractors to learn from the mixed feature vectors of inputs (sample-to-feature mixup), in addition to the mixed labels. Specifically, SMILE incorporates a mean teacher, inherited from the pre-trained model, to provide the feature vectors of input samples in a self-distilling fashion, and mixes up the feature vectors accordingly via a novel triplet regularizer. The triple regularizer balances the mixup effects in both feature and label spaces while bounding the linearity in-between samples for pre-training tasks. Extensive experiments have been done to verify the performance improvement made by SMILE, in comparisons with a wide spectrum of transfer learning algorithms, including fine-tuning, L2-SP, DELTA, and RIFLE, even with mixup strategies combined. Ablation studies show that the vanilla sample-to-label mixup strategies could marginally increase the linearity in-between training samples but lack of generalizability, while SMILE significantly improve the mixup effects in both label and feature spaces with both training and testing datasets. The empirical observations backup our design intuition and purposes.

📄 PDF Abstract BibTeX arXiv:2103.13941

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer LearningTriplet

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Dual-level Mixup for Graph Few-shot Learning with Fewer Tasks

2025-02-19 · Yonghao Liu, Mengyu Li, Fausto Giunchiglia, Lan Huang 외

Graph neural networks have been demonstrated as a powerful paradigm for effectively learning graph-structured data on the web and mining content from it.Current leading graph models require a large number of labeled samp…

Few-Shot LearningGraph LearningMeta-Learning

Self-Distillation Mixup Training for Non-autoregressive Neural Machine Translation

2021-12-22 · Jiaxin Guo, Minghan Wang, Daimeng Wei, Hengchao Shang 외

Recently, non-autoregressive (NAT) models predict outputs in parallel, achieving substantial improvements in generation speed compared to autoregressive (AT) models. While performing worse on raw data, most NAT models ar…

Knowledge DistillationMachine TranslationTranslation

Role of Mixup in Topological Persistence Based Knowledge Distillation for Wearable Sensor Data

2025-02-02 · Eun Som Jeon, Hongjun Choi, Matthew P. Buman, Pavan Turaga

The analysis of wearable sensor data has enabled many successes in several applications. To represent the high-sampling rate time-series with sufficient detail, the use of topological data analysis (TDA) has been conside…

Data AugmentationKnowledge DistillationModel CompressionTime Series+2

PointSmile: Point Self-supervised Learning via Curriculum Mutual Information

2023-01-30 · Xin Li, Mingqiang Wei, Songcan Chen

Self-supervised learning is attracting wide attention in point cloud processing. However, it is still not well-solved to gain discriminative and transferable features of point clouds for efficient training on downstream …

Data AugmentationSelf-Supervised Learning

MixSKD: Self-Knowledge Distillation from Mixup for Image Recognition

2022-08-11 · Chuanguang Yang, Zhulin An, Helong Zhou, Linhang Cai 외

Unlike the conventional Knowledge Distillation (KD), Self-KD allows a network to learn knowledge from itself without any guidance from extra networks. This paper proposes to perform Self-KD from image Mixture (MixSKD), w…

Data Augmentationimage-classificationImage ClassificationKnowledge Distillation+5