Papers
Topics
Authors
Recent
Search
2000 character limit reached

Personalized Transfer for Cross-Domain Recommendation

Updated 2 May 2026
  • The paper introduces personalized transfer functions using user-specific encoders and meta-learning to improve recommendation accuracy in data-sparse settings.
  • It leverages attention mechanisms and persona disentanglement to capture unique user behaviors for precise cross-domain mapping.
  • It demonstrates robust empirical gains, with improvements of 5–15% over traditional models on datasets like Amazon and MovieLens.

Personalized Transfer of User Preferences for Cross-domain Recommendation (PTUPCDR) encapsulates a family of advanced frameworks and models designed to address the fundamental challenge of transferring individualized user preferences from a data-rich source domain to a data-sparse or cold-start target domain. Rather than employing uniform or population-wide mappings between domains, PTUPCDR explicitly constructs or learns user-specific transfer functions based on users’ unique historical behaviors, semantic context, or multi-faceted persona structures. This results in more accurate and robust cross-domain recommendation performance, particularly under cold-start and sparse-data regimes.

1. Formal Problem Statement and Motivation

Let Us,Vs,Rs\mathcal{U}^s, \mathcal{V}^s, \mathcal{R}^s and Ut,Vt,Rt\mathcal{U}^t, \mathcal{V}^t, \mathcal{R}^t denote the user, item, and feedback sets in the source (s) and target (t) domains, respectively, with Uo=Us∩Ut\mathcal{U}^o = \mathcal{U}^s \cap \mathcal{U}^t the overlapping users. The target is often sparse (cold-start) relative to the source. Given observed interactions in Rs\mathcal{R}^s, PTUPCDR frameworks aim to construct a function fu:uus↦u^utf_{u}:\bm{u}^s_u \mapsto \hat{\bm{u}}^t_u that maps user embeddings from the source to the target domain in a personalized manner, such that recommendations in the target domain for user uu are maximally accurate—typically evaluated via ranking metrics (HR, NDCG) or estimation (MAE, RMSE) over held-out or cold-start users (Zhu et al., 2021, Li et al., 20 Jan 2025, Zhao et al., 2024).

The innovation over classical embedding-and-mapping approaches (e.g., EMCDR) lies in replacing shared or fixed transfer bridges with mappings that adapt to each user's latent interests, history, behavioral facets, and responses to varying item semantics, as verified across real-world benchmarks (Zhu et al., 2021, Kang et al., 7 Mar 2026, Xiao et al., 22 Aug 2025).

2. Architectures and Algorithms for Personalized Transfer

PTUPCDR encompasses a diverse set of instantiations, but the architecture combines: (1) user-specific encoders that characterize transferable features, (2) meta-learned or explicit personalized transfer functions, and (3) task-oriented or contrastive/regularized objectives.

a) Characteristic Encoders

User’s source-domain interactions are processed via attention-based encoders, persona/group/facet disentanglement, or deep sequential/categorical models to yield "characteristic vectors" pu\bm{p}_u, which summarize the user's important behavioral, content, and group-level signals. For example:

  • Attention pooling over source items: pu=∑vjs∈Suajvjs\bm{p}_{u} = \sum_{v^s_j \in S_u} a_j \bm{v}^s_j, with aja_j from attention nets (Zhu et al., 2021).
  • Three-level preference decomposition: sequential (history), content (frequency/tag-augmented), and group (memory tree with orthogonality), as in COUPLE-PTUPCDR (Zhou et al., 2021).
  • Persona models: multi-criteria clustering and attention-weighted persona fusion (Kang et al., 7 Mar 2026).
  • Multi-view encoders or disentanglement: Gumbel-Softmax latent assignment to different behavioral aspects (Tong et al., 2024).

b) Personalized Transfer Functions

The essence of PTUPCDR is a mapping from us\bm{u}^s to Ut,Vt,Rt\mathcal{U}^t, \mathcal{V}^t, \mathcal{R}^t0 parameterized per-user:

  • Meta-network personalized bridge: For each user, a meta-network Ut,Vt,Rt\mathcal{U}^t, \mathcal{V}^t, \mathcal{R}^t1 generates matrix weights Ut,Vt,Rt\mathcal{U}^t, \mathcal{V}^t, \mathcal{R}^t2, governing Ut,Vt,Rt\mathcal{U}^t, \mathcal{V}^t, \mathcal{R}^t3 (Zhu et al., 2021).
  • Hybrid (common + personalized bias): A shared transformation Ut,Vt,Rt\mathcal{U}^t, \mathcal{V}^t, \mathcal{R}^t4 is combined with a meta-learned bias Ut,Vt,Rt\mathcal{U}^t, \mathcal{V}^t, \mathcal{R}^t5 that modulates user-specific sensitivities (Zhao et al., 2024).
  • Gating and attention-based fusion: In multi-domain settings, attention gates select which source-domain facets influence the final representation for each user or domain (Li et al., 2022, Kang et al., 7 Mar 2026, Tong et al., 2024).
  • Distributional or diffusion-based transfer: User preferences are represented as distributions (e.g., Gaussian mixtures) or are injected explicitly via guided generative/diffusion processes (Li et al., 20 Jan 2025, Xiao et al., 22 Aug 2025, Zha et al., 7 Aug 2025).

c) Objective Functions and Optimization

  • Task-oriented optimization: The model is trained not merely to reconstruct embeddings but to minimize the prediction error on target-domain interactions for overlapping users, directly aligning transferred embeddings with downstream recommendation accuracy (Zhu et al., 2021, Zhao et al., 2024).
  • Contrastive/self-supervised regularization: Self-supervised or InfoNCE-style contrastive losses and orthogonality constraints prevent collapsed solutions and aid transfer in data-sparse or non-overlapping regimes (Zhou et al., 2021, Kang et al., 7 Mar 2026, Tong et al., 2024).
  • Meta-learning: Nested or joint optimization—treating each user as a task—updates both global/shared and user-specific parameters (Zhao et al., 2024).

3. Representative PTUPCDR Frameworks and Methodological Advances

Framework Personalization Mechanism Distinguishing Factors
PTUPCDR (Zhu et al., 2021) Meta-net generated per-user bridge Task-oriented meta-training, attention-based encoding
Multi-TAP (Kang et al., 7 Mar 2026) Semantic, multi-criteria persona models Target-adaptive gating, intra-domain heterogeneity
COUPLE-PTUPCDR (Zhou et al., 2021) Multi-level preference (history/content/group), FIFO contrastive learning Domain-aware alignment, negative sampling, memory tree orthogonality
CAT-ART (Li et al., 2022) Attention-based multi-domain transfer with contrastive global embedding Three-stage: per-domain, global (CAT), then attention fusion (ART)
CVPM (Zhao et al., 2024) Fine-grained valence representation + meta-learned bias Valence separation, pseudo sampling, self-supervised transfer
DUP-OT (Xiao et al., 22 Aug 2025) User preference as GMM, OT alignment Non-overlap (users/items) scenarios, optimal transport mapping
MDAP (Tong et al., 2024) Multi-view disentanglement & adaptive gating Gumbel-Softmax view assignment, orthogonality regularization
Memory-Assisted LLM (Chen, 3 May 2025) User-specific memory retrieval for LLM prompt enhancement Cross-domain retrieval-augmented prompting; embedding alignment

The diversity and modularity of PTUPCDR models reflect the multidimensional challenge posed by cross-domain transfer. They span collaborative filtering (e.g., MF with personalized mapping (Zhu et al., 2021)), deep/sequential encoders with domain-aware attention (Zhou et al., 2021, Chen et al., 2021), generative and probabilistic frameworks (Xiao et al., 22 Aug 2025), diffusion-based/retrieval-guided architectures (Zha et al., 7 Aug 2025, Li et al., 20 Jan 2025), and even personalized LLMs (Chen, 3 May 2025).

4. Empirical Evaluation, Benchmarks, and Findings

Empirical protocols consistently leverage real-world datasets and standardized metrics:

  • Datasets: Amazon (Books, Movies & TV, Music, Kindle, Video Games), Douban (Books, Music, Movies), Tencent ColdRec, Taobao/TPMV, Epinions, MovieLens, MegaCDR (Zhu et al., 2021, Li et al., 20 Jan 2025, Kang et al., 7 Mar 2026).
  • Splits/Evaluation: Cold-start or warm-start for held-out overlapping user ratings; sometimes non-overlapping settings; leave-one-out ranking with HR@K/NDCG@K or MAE/RMSE (Zhu et al., 2021, Li et al., 20 Jan 2025, Kang et al., 7 Mar 2026).
  • Baselines: Domain-only (TGT/SMF), shared mapping (EMCDR, CMF), existing advanced CDR (BiTGCF, SSCDR, CoNet), and ablations of PTUPCDR components.

Key results, as documented, include consistent improvements (often 5–15%) over state-of-the-art baselines, especially in low-overlap or highly sparse regimes (Zhu et al., 2021, Kang et al., 7 Mar 2026). Notably, components such as user-level bridges, persona disentanglement, and attention-based fusion are each individually impactful, as shown in ablation studies (Zhou et al., 2021, Kang et al., 7 Mar 2026, Tong et al., 2024).

5. Contemporary Directions and Extensions

PTUPCDR continues to evolve, influenced by methodological advances and new practical challenges:

  • Meta-learning and bi-level optimization: User-specific adaptation is increasingly viewed through the lens of meta-learning, treating each user as a separate adaptation task, with bi-level optimization for learning transferable inductive biases (Zhao et al., 2024, Chen et al., 2021).
  • Fine-grained preference modeling: There is a marked shift toward capturing multi-faceted, disentangled user-personas, semantically structured groupings, or valence-specific signals, rather than single-vector or undifferentiated user representations (Kang et al., 7 Mar 2026, Tong et al., 2024, Zhao et al., 2024).
  • Self-supervised, contrastive and distributional regularization: To overcome data sparseness and reduce negative transfer, PTUPCDR frameworks incorporate auxiliary objectives and probabilistic matching (InfoNCE, OT, or KL-based) (Zhou et al., 2021, Xiao et al., 22 Aug 2025).
  • Non-overlapping and multi-domain settings: PTUPCDR techniques are being generalized to handle strict non-overlap (no users or items shared across domains) using optimal transport, GMM alignment, and domain-invariant representation learning (Xiao et al., 22 Aug 2025, Li et al., 2022).
  • Prompt-based and LLM-driven recommendation: Personalized retrieval and memory-augmented LLMs, utilizing user-specific cross-domain embedding stores, now offer a scalable and interpretable path for PTUPCDR in foundation model architectures (Chen, 3 May 2025).

6. Limitations, Open Problems, and Future Directions

Despite clear empirical successes, certain limitations and future prospects are prominent:

  • Representation expressiveness: Linear bridges or shallow mappings may inadequately capture complex cross-domain user shifts. Nonlinear/multi-layer or distributional bridges are increasingly investigated (Zhao et al., 2024, Xiao et al., 22 Aug 2025).
  • Source sparsity and cold users: Users with minimal interactions in the source pose inherent challenges for robust transfer (Zhu et al., 2021).
  • Negative transfer: Uncontrolled or unfiltered transfer can degrade target-domain performance; attention and gating mechanisms are key countermeasures, but their reliability in more extreme heterogeneity remains open (Li et al., 2022, Kang et al., 7 Mar 2026).
  • Multi-domain and combinatorial transfer: Extending PTUPCDR to large-scale, multi-domain universes—beyond pairwise or dual settings—demands scalable architectural and inference mechanisms (Li et al., 2022).
  • Use of side information and knowledge graphs: There is active interest in expanding PTUPCDR encoders to incorporate side information (e.g., attributes, context, or knowledge graphs) for richer, more context-aware transfer (Zhu et al., 2021, Zhou et al., 2021).

7. Significance and Impact in the Cross-domain Recommendation Landscape

PTUPCDR stands as a watershed concept, driving the view that personalized, user-level transfer is empirically and theoretically superior to population-level mappings in heterogeneous, multi-domain environments. It provides the scientific and algorithmic foundation for a new generation of recommender systems that dynamically adapt to users’ evolving interests across an expanding ecosystem of digital services, content modalities, and interaction patterns. State-of-the-art empirical results across diverse datasets validate its central assertion: cross-domain recommendation must be fundamentally personalized—at the algorithmic, architectural, and objective-function levels—for optimal effectiveness (Zhu et al., 2021, Kang et al., 7 Mar 2026, Li et al., 2022, Xiao et al., 22 Aug 2025).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Personalized Transfer of User Preferences for Cross-domain Recommendation (PTUPCDR).