# Beyond Negative Transfer: Disentangled Preference-Guided Diffusion for Cross-Domain Sequential Recommendation

**Authors:** Xiaoxin Ye, Chengkai Huang, Hongtao Huang, Lina Yao

arXiv: 2509.00389 · 2025-09-12

## TL;DR

This paper introduces DPG-Diff, a novel diffusion model that disentangles user preferences into domain-invariant and domain-specific components to improve cross-domain sequential recommendation and reduce negative transfer.

## Contribution

It is the first diffusion-based model specifically designed for CDSR that effectively separates preference signals and noise, enhancing recommendation accuracy.

## Key findings

- DPG-Diff outperforms state-of-the-art baselines on real-world datasets.
- Disentangling preferences improves robustness to noise and domain heterogeneity.
- The model effectively reduces negative transfer in cross-domain recommendations.

## Abstract

Cross-Domain Sequential Recommendation (CDSR) leverages user behaviors across domains to enhance recommendation quality. However, naive aggregation of sequential signals can introduce conflicting domain-specific preferences, leading to negative transfer. While Sequential Recommendation (SR) already suffers from noisy behaviors such as misclicks and impulsive actions, CDSR further amplifies this issue due to domain heterogeneity arising from diverse item types and user intents. The core challenge is disentangling three intertwined signals: domain-invariant preferences, domain-specific preferences, and noise. Diffusion Models (DMs) offer a generative denoising framework well-suited for disentangling complex user preferences and enhancing robustness to noise. Their iterative refinement process enables gradual denoising, making them effective at capturing subtle preference signals. However, existing applications in recommendation face notable limitations: sequential DMs often conflate shared and domain-specific preferences, while cross-domain collaborative filtering DMs neglect temporal dynamics, limiting their ability to model evolving user preferences. To bridge these gaps, we propose \textbf{DPG-Diff}, a novel Disentangled Preference-Guided Diffusion Model, the first diffusion-based approach tailored for CDSR, to or best knowledge. DPG-Diff decomposes user preferences into domain-invariant and domain-specific components, which jointly guide the reverse diffusion process. This disentangled guidance enables robust cross-domain knowledge transfer, mitigates negative transfer, and filters sequential noise. Extensive experiments on real-world datasets demonstrate that DPG-Diff consistently outperforms state-of-the-art baselines across multiple metrics.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2509.00389/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/2509.00389/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/2509.00389/full.md

---
Source: https://tomesphere.com/paper/2509.00389