paper-with-me

홈 › Papers

Feature Interaction Fusion Self-Distillation Network For CTR Prediction

2024-11-12 · Lei Sang, Qiuze Ru, Honghao Li, Yiwen Zhang, Qian Cao, Xindong Wu

Click-Through Rate (CTR) prediction plays a vital role in recommender systems, online advertising, and search engines. Most of the current approaches model feature interactions through stacked or parallel structures, with some employing knowledge distillation for model compression. However, we observe some limitations with these approaches: (1) In parallel structure models, the explicit and implicit components are executed independently and simultaneously, which leads to insufficient information sharing within the feature set. (2) The introduction of knowledge distillation technology brings about the problems of complex teacher-student framework design and low knowledge transfer efficiency. (3) The dataset and the process of constructing high-order feature interactions contain significant noise, which limits the model's effectiveness. To address these limitations, we propose FSDNet, a CTR prediction framework incorporating a plug-and-play fusion self-distillation module. Specifically, FSDNet forms connections between explicit and implicit feature interactions at each layer, enhancing the sharing of information between different features. The deepest fusion layer is then used as the teacher model, utilizing self-distillation to guide the training of shallow layers. Empirical evaluation across four benchmark datasets validates the framework's efficacy and generalization capabilities. The code is available on https://anonymous.4open.science/r/FSDNet.

📄 PDF Abstract BibTeX arXiv:2411.07508

Code (0)

등록된 구현이 없습니다.

Tasks

Click-Through Rate PredictionKnowledge DistillationModel CompressionPredictionRecommendation SystemsTransfer Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

What Do Students Learn? A Feature-Level Analysis of Dark Knowledge

2026-06-02 · Seungu Kang, Songkuk Kim arxiv

Knowledge Distillation (KD) is a powerful tool for model compression, yet the precise mechanisms by which student models acquire feature representations remain underexplored. In this work, we analyze student feature lear…

Knowledge DistillationModel Compression

Feature Distillation Interaction Weighting Network for Lightweight Image Super-Resolution

2021-12-16 · Guangwei Gao, Wenjie Li, Juncheng Li, Fei Wu 외

Convolutional neural networks based single-image super-resolution (SISR) has made great progress in recent years. However, it is difficult to apply these methods to real-world scenarios due to the computational and memor…

Image Super-ResolutionSuper-Resolution

Efficient Image Super-Resolution with Feature Interaction Weighted Hybrid Network

2022-12-29 · Wenjie Li, Juncheng Li, Guangwei Gao, Weihong Deng 외

Lightweight image super-resolution aims to reconstruct high-resolution images from low-resolution images using low computational costs. However, existing methods result in the loss of middle-layer features due to activat…

Image Super-ResolutionSuper-Resolution

Diffusion Model is Effectively Its Own Teacher

2025-01-01 · CVPR 2025 1 · Xinyin Ma, Runpeng Yu, Songhua Liu, Gongfan Fang 외

In this paper, we introduce a novel self-distillation paradigm for improving the performance of diffusion models. Previous studies have shown that introducing a teacher to distill the diffusion model can enhance its …

model

PMT-MAE: Dual-Branch Self-Supervised Learning with Distillation for Efficient Point Cloud Classification

2024-09-03 · Qiang Zheng, Chao Zhang, Jian Sun

Advances in self-supervised learning are essential for enhancing feature extraction and understanding in point cloud processing. This paper introduces PMT-MAE (Point MLP-Transformer Masked Autoencoder), a novel self-supe…

Point Cloud ClassificationSelf-Supervised LearningTransfer Learning