IRAIFeb 10, 2023

Feature Decomposition for Reducing Negative Transfer: A Novel Multi-task Learning Method for Recommender System

arXiv:2302.05031v122 citationsh-index: 37
Originality Incremental advance
AI Analysis

This addresses negative transfer in recommender systems, which is an incremental improvement for multi-task learning in this domain.

The paper tackles negative transfer in multi-task learning for recommender systems by proposing a Feature Decomposition Network that separates features into task-specific and shared components, achieving noticeable improvements over state-of-the-art methods on synthetic and public datasets.

In recent years, thanks to the rapid development of deep learning (DL), DL-based multi-task learning (MTL) has made significant progress, and it has been successfully applied to recommendation systems (RS). However, in a recommender system, the correlations among the involved tasks are complex. Therefore, the existing MTL models designed for RS suffer from negative transfer to different degrees, which will injure optimization in MTL. We find that the root cause of negative transfer is feature redundancy that features learned for different tasks interfere with each other. To alleviate the issue of negative transfer, we propose a novel multi-task learning method termed Feature Decomposition Network (FDN). The key idea of the proposed FDN is reducing the phenomenon of feature redundancy by explicitly decomposing features into task-specific features and task-shared features with carefully designed constraints. We demonstrate the effectiveness of the proposed method on two datasets, a synthetic dataset and a public datasets (i.e., Ali-CCP). Experimental results show that our proposed FDN can outperform the state-of-the-art (SOTA) methods by a noticeable margin.

Code Implementations1 repo
Foundations

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

Your Notes