DELTA: DEep Learning Transfer using Feature Map with Attention for Convolutional Networks
Xingjian Li, Haoyi Xiong, Hanchao Wang, Yuxuan Rao, Liping Liu, Zeyu, Chen, Jun Huan

TL;DR
The paper introduces DELTA, a novel transfer learning framework that preserves outer layer feature maps using attention mechanisms, leading to improved accuracy over existing methods.
Contribution
DELTA is a new regularized transfer learning approach that aligns outer layer feature maps with attention, enhancing performance on target tasks.
Findings
DELTA outperforms L2 and L2-SP in accuracy on new tasks.
Attention-based feature map alignment improves transfer learning.
DELTA effectively preserves target network outputs during fine-tuning.
Abstract
Transfer learning through fine-tuning a pre-trained neural network with an extremely large dataset, such as ImageNet, can significantly accelerate training while the accuracy is frequently bottlenecked by the limited dataset size of the new target task. To solve the problem, some regularization methods, constraining the outer layer weights of the target network using the starting point as references (SPAR), have been studied. In this paper, we propose a novel regularized transfer learning framework DELTA, namely DEep Learning Transfer using Feature Map with Attention. Instead of constraining the weights of neural network, DELTA aims to preserve the outer layer outputs of the target network. Specifically, in addition to minimizing the empirical loss, DELTA intends to align the outer layer outputs of two networks, through constraining a subset of feature maps that are precisely selected…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Machine Learning and ELM
