DEPARA: Deep Attribution Graph for Deep Knowledge Transferability
Jie Song, Yixin Chen, Jingwen Ye, Xinchao Wang, Chengchao Shen, Feng, Mao, Mingli Song

TL;DR
This paper introduces DEPARA, a graph-based method to evaluate the transferability of knowledge between pre-trained neural networks by analyzing attribution maps and input relatedness, aiding model and layer selection.
Contribution
The paper proposes DEPARA, a novel graph-based approach to quantify transferability between PR-DNNs, addressing model and layer selection in transfer learning.
Findings
DEPARA effectively measures transferability between models.
It outperforms existing methods in model selection tasks.
The approach is validated through extensive experiments.
Abstract
Exploring the intrinsic interconnections between the knowledge encoded in PRe-trained Deep Neural Networks (PR-DNNs) of heterogeneous tasks sheds light on their mutual transferability, and consequently enables knowledge transfer from one task to another so as to reduce the training effort of the latter. In this paper, we propose the DEeP Attribution gRAph (DEPARA) to investigate the transferability of knowledge learned from PR-DNNs. In DEPARA, nodes correspond to the inputs and are represented by their vectorized attribution maps with regards to the outputs of the PR-DNN. Edges denote the relatedness between inputs and are measured by the similarity of their features extracted from the PR-DNN. The knowledge transferability of two PR-DNNs is measured by the similarity of their corresponding DEPARAs. We apply DEPARA to two important yet under-studied problems in transfer learning:…
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
DEPARA: Deep Attribution Graph for Deep Knowledge Transferability· youtube
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Adversarial Robustness in Machine Learning
