paper-with-me

Papers

Knowledge Transfer Graph for Deep Collaborative Learning

2019-09-10 · Soma Minami, Tsubasa Hirakawa, Takayoshi Yamashita, Hironobu Fujiyoshi

Knowledge transfer among multiple networks using their outputs or intermediate activations have evolved through extensive manual design from a simple teacher-student approach (knowledge distillation) to a bidirectional cohort one (deep mutual learning). The key factors of such knowledge transfer involve the network size, the number of networks, the transfer direction, and the design of the loss function. However, because these factors are enormous when combined and become intricately entangled, the methods of conventional knowledge transfer have explored only limited combinations. In this paper, we propose a new graph-based approach for more flexible and diverse combinations of knowledge transfer. To achieve the knowledge transfer, we propose a novel graph representation called knowledge transfer graph that provides a unified view of the knowledge transfer and has the potential to represent diverse knowledge transfer patterns. We also propose four gate functions that are introduced into loss functions. The four gates, which control the gradient, can deliver diverse combinations of knowledge transfer. Searching the graph structure enables us to discover more effective knowledge transfer methods than a manually designed one. Experimental results on the CIFAR-10, -100, and Tiny-ImageNet datasets show that the proposed method achieved significant performance improvements and was able to find remarkable graph structures.

📄 PDF Abstract BibTeX arXiv:1909.04286

Code (1)

somaminami/DCL 공식 구현 pytorch

Tasks

Knowledge DistillationTransfer Learning

Similar Papers 제목 키워드 기반

TextBridgeGNN: Pre-training Graph Neural Network for Cross-Domain Recommendation via Text-Guided Transfer

2025-11-25 · Yiwen Chen, Yiqing Wu, Huishi Luo, Fuzhen Zhuang 외 arxiv

Graph-based recommendation has achieved great success in recent years. The classical graph recommendation model utilizes ID embedding to store essential collaborative information. However, this ID-based paradigm faces ch…

Collaborative FilteringGraph Neural Network

Deep Ensemble Collaborative Learning by using Knowledge-transfer Graph for Fine-grained Object Classification

2021-03-27 · Naoki Okamoto, Soma Minami, Tsubasa Hirakawa, Takayoshi Yamashita 외

Mutual learning, in which multiple networks learn by sharing their knowledge, improves the performance of each network. However, the performance of ensembles of networks that have undergone mutual learning does not impro…

DiversityEnsemble LearningGeneral ClassificationGraph Attention+1

Graph-less Collaborative Filtering

2023-03-15 · Lianghao Xia, Chao Huang, Jiao Shi, Yong Xu

Graph neural networks (GNNs) have shown the power in representation learning over graph-structured user-item interaction data for collaborative filtering (CF) task. However, with their inherently recursive message propag…

Collaborative FilteringContrastive LearningKnowledge DistillationRepresentation Learning

An Adaptive Graph Pre-training Framework for Localized Collaborative Filtering

2021-12-14 · Yiqi Wang, Chaozhuo Li, Zheng Liu, Mingzheng Li 외

Graph neural networks (GNNs) have been widely applied in the recommendation tasks and have obtained very appealing performance. However, most GNN-based recommendation methods suffer from the problem of data sparsity in p…

Collaborative Filtering

Collaborative Teacher-Student Learning via Multiple Knowledge Transfer

2021-01-21 · Liyuan Sun, Jianping Gou, Baosheng Yu, Lan Du 외

Knowledge distillation (KD), as an efficient and effective model compression technique, has been receiving considerable attention in deep learning. The key to its success is to transfer knowledge from a large teacher net…

Knowledge DistillationModel CompressionSelf-LearningTransfer Learning