Causal-Invariant Cross-Domain Out-of-Distribution Recommendation
About
Cross-Domain Recommendation (CDR) aims to leverage knowledge from a relatively data-richer source domain to address the data sparsity problem in a relatively data-sparser target domain. While CDR methods need to address the distribution shifts between different domains, i.e., cross-domain distribution shifts (CDDS), they typically assume independent and identical distribution (IID) between training and testing data within the target domain. However, this IID assumption rarely holds in real-world scenarios due to single-domain distribution shift (SDDS). The above two co-existing distribution shifts lead to out-of-distribution (OOD) environments that hinder effective knowledge transfer and generalization, ultimately degrading recommendation performance in CDR. To address these co-existing distribution shifts, we propose a novel Causal-Invariant Cross-Domain Out-of-distribution Recommendation framework, called CICDOR. In CICDOR, we first learn dual-level causal structures to infer domain-specific and domain-shared causal-invariant user preferences for tackling both CDDS and SDDS under OOD environments in CDR. Then, we propose an LLM-guided confounder discovery module that seamlessly integrates LLMs with a conventional causal discovery method to extract observed confounders for effective deconfounding, thereby enabling accurate causal-invariant preference inference. Extensive experiments on two real-world datasets demonstrate the superior recommendation accuracy of CICDOR over state-of-the-art methods across various OOD scenarios.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Cross-domain Recommendation | Douban Movie → Book | HR41.36 | 28 | |
| Cross-domain Out-of-Distribution Recommendation | Douban Movie -> Book OOD #2 | HR@1039.51 | 20 | |
| Cross-domain Out-of-Distribution Recommendation | Douban Movie -> Book OOD #3 | HR@1042.98 | 20 | |
| Cross-domain Out-of-Distribution Recommendation | Douban Movie -> Music OOD #2 | HR@100.3564 | 20 | |
| Cross-domain Out-of-Distribution Recommendation | Douban Movie -> Music OOD #3 | HR@1038.82 | 20 | |
| Cross-domain Out-of-Distribution Recommendation | Amazon Elec -> Cloth OOD #2 | HR@1065.84 | 20 | |
| Cross-domain Recommendation | Douban Movie -> Music (IID) | HR@1037.06 | 13 | |
| Cross-domain Recommendation | Douban Movie -> Music (OOD #1) | HR@1035.25 | 13 | |
| Cross-domain Recommendation | Amazon Elec -> Cloth (IID) | HR@1069.38 | 13 | |
| Cross-domain Recommendation | Amazon Elec -> Cloth (OOD #1) | HR@1064.48 | 13 |