paper-with-me

Papers

Distilling Holistic Knowledge with Graph Neural Networks

2021-08-12 · ICCV 2021 10 · Sheng Zhou, Yucheng Wang, Defang Chen, Jiawei Chen, Xin Wang, Can Wang, Jiajun Bu

Knowledge Distillation (KD) aims at transferring knowledge from a larger well-optimized teacher network to a smaller learnable student network.Existing KD methods have mainly considered two types of knowledge, namely the individual knowledge and the relational knowledge. However, these two types of knowledge are usually modeled independently while the inherent correlations between them are largely ignored. It is critical for sufficient student network learning to integrate both individual knowledge and relational knowledge while reserving their inherent correlation. In this paper, we propose to distill the novel holistic knowledge based on an attributed graph constructed among instances. The holistic knowledge is represented as a unified graph-based embedding by aggregating individual knowledge from relational neighborhood samples with graph neural networks, the student network is learned by distilling the holistic knowledge in a contrastive manner. Extensive experiments and ablation studies are conducted on benchmark datasets, the results demonstrate the effectiveness of the proposed method. The code has been published in https://github.com/wyc-ruiker/HKD

📄 PDF Abstract BibTeX arXiv:2108.05507

Code (1)

wyc-ruiker/hkd 공식 구현 pytorch

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Factorized Distillation: Training Holistic Person Re-identification Model by Distilling an Ensemble of Partial ReID Models

2018-11-20 · Pengyuan Ren, Jianmin Li

Person re-identification (ReID) is aimed at identifying the same person across videos captured from different cameras. In the view that networks extracting global features using ordinary network architectures are difficu…

Knowledge DistillationPerson Re-IdentificationRetrieval

Graph-based Knowledge Distillation by Multi-head Attention Network

2019-07-04 · Seunghyun Lee, Byung Cheol Song

Knowledge distillation (KD) is a technique to derive optimal performance from a small student network (SN) by distilling knowledge of a large teacher network (TN) and transferring the distilled knowledge to the small SN.…

Inductive BiasKnowledge DistillationMulti-Task LearningTransfer Learning

HIRE: Distilling High-order Relational Knowledge From Heterogeneous Graph Neural Networks

2022-07-25 · Jing Liu, Tongya Zheng, Qinfen Hao

Researchers have recently proposed plenty of heterogeneous graph neural networks (HGNNs) due to the ubiquity of heterogeneous graphs in both academic and industrial areas. Instead of pursuing a more powerful HGNN model, …

Knowledge DistillationVocal Bursts Intensity Prediction

Distilling Knowledge from Graph Convolutional Networks

2020-03-23 · CVPR 2020 6 · Yiding Yang, Jiayan Qiu, Mingli Song, DaCheng Tao 외

Existing knowledge distillation methods focus on convolutional neural networks (CNNs), where the input samples like images lie in a grid domain, and have largely overlooked graph convolutional networks (GCN) that handle …

Knowledge DistillationTransfer Learning

Graph-Free Knowledge Distillation for Graph Neural Networks

2021-05-16 · Xiang Deng, Zhongfei Zhang

Knowledge distillation (KD) transfers knowledge from a teacher network to a student by enforcing the student to mimic the outputs of the pretrained teacher on training data. However, data samples are not always accessibl…

Knowledge DistillationTransfer Learning