LGIRJun 16, 2021

Topology Distillation for Recommender System

arXiv:2106.08700v150 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of model compression for recommender systems, offering an incremental improvement by focusing on relational knowledge transfer to enhance student model performance.

The paper tackles the problem of knowledge distillation in recommender systems by proposing a hierarchical topology distillation method that transfers relational structures from teacher to student models, achieving significant performance improvements over state-of-the-art competitors in experiments on real-world datasets.

Recommender Systems (RS) have employed knowledge distillation which is a model compression technique training a compact student model with the knowledge transferred from a pre-trained large teacher model. Recent work has shown that transferring knowledge from the teacher's intermediate layer significantly improves the recommendation quality of the student. However, they transfer the knowledge of individual representation point-wise and thus have a limitation in that primary information of RS lies in the relations in the representation space. This paper proposes a new topology distillation approach that guides the student by transferring the topological structure built upon the relations in the teacher space. We first observe that simply making the student learn the whole topological structure is not always effective and even degrades the student's performance. We demonstrate that because the capacity of the student is highly limited compared to that of the teacher, learning the whole topological structure is daunting for the student. To address this issue, we propose a novel method named Hierarchical Topology Distillation (HTD) which distills the topology hierarchically to cope with the large capacity gap. Our extensive experiments on real-world datasets show that the proposed method significantly outperforms the state-of-the-art competitors. We also provide in-depth analyses to ascertain the benefit of distilling the topology for RS.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes