paper-with-me

Papers

Leveraging Auto-Distillation and Generative Self-Supervised Learning in Residual Graph Transformers for Enhanced Recommender Systems

2025-04-08 · Eya Mhedhbi, Youssef Mourchid, Alice Othmani

This paper introduces a cutting-edge method for enhancing recommender systems through the integration of generative self-supervised learning (SSL) with a Residual Graph Transformer. Our approach emphasizes the importance of superior data enhancement through the use of pertinent pretext tasks, automated through rationale-aware SSL to distill clear ways of how users and items interact. The Residual Graph Transformer incorporates a topology-aware transformer for global context and employs residual connections to improve graph representation learning. Additionally, an auto-distillation process refines self-supervised signals to uncover consistent collaborative rationales. Experimental evaluations on multiple datasets demonstrate that our approach consistently outperforms baseline methods.

📄 PDF Abstract BibTeX arXiv:2504.10500

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningRecommendation SystemsRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LapEigen 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Self-distillation Augmented Masked Autoencoders for Histopathological Image Classification

2022-03-31 · Yang Luo, Zhineng Chen, Shengtian Zhou, Xieping Gao

Self-supervised learning (SSL) has drawn increasing attention in histopathological image analysis in recent years. Compared to contrastive learning which is troubled with the false negative problem, i.e., semantically si…

Cell SegmentationClassificationContrastive LearningHistopathological Image Classification+5

Self-Distillation as a Performance Recovery Mechanism for LLMs: Counteracting Compression and Catastrophic Forgetting

2026-04-17 · Chi Liu, Xin Chen, Xu Zhou, Fangbo Tu 외 arxiv

Large Language Models (LLMs) have achieved remarkable success, underpinning diverse AI applications. However, they often suffer from performance degradation due to factors such as catastrophic forgetting during Supervise…

HilDA: Hierarchical Distillation with Diffusion for Advancing Self-Supervised LiDAR Pre-training

2026-06-18 · Maciej Wozniak, Jesper Ericsson, Hariprasath Govindarajan, Truls Nyberg 외 arxiv

Leveraging Vision Foundation Models (VFMs) for camera-to-LiDAR knowledge distillation offers a promising solution to the scarcity of annotated data needed to represent the immense geometric and kinematic diversity of rea…

Knowledge Distillation3D Object DetectionAutonomous Driving

Scale-Aware Contrastive Reverse Distillation for Unsupervised Medical Anomaly Detection

2025-03-18 · Chunlei Li, Yilei Shi, Jingliang Hu, Xiao Xiang Zhu 외

Unsupervised anomaly detection using deep learning has garnered significant research attention due to its broad applicability, particularly in medical imaging where labeled anomalous data are scarce. While earlier approa…

Anomaly DetectionKnowledge DistillationSelf-Supervised LearningUnsupervised Anomaly Detection

On-Policy Distillation of Language Models: Learning from Self-Generated Mistakes

2023-06-23 · Rishabh Agarwal, Nino Vieillard, Yongchao Zhou, Piotr Stanczyk 외

Knowledge distillation (KD) is widely used for compressing a teacher model to reduce its inference cost and memory footprint, by training a smaller student model. However, current KD methods for auto-regressive sequence …

Arithmetic ReasoningKnowledge DistillationMachine Translation