Aug 2026· Proceedings of the 32nd ACM SIGKDD Conference on Knowledge Discovery and Data Mining V.2· 0 citations· 55 references
TL;DR
Orthogonal Decomposition for Social Recommendation (ODSR) is proposed, an embedding-space framework that orthogonally decomposes the aggregated social message into an aligned component and an orthogonal deviation, and learns a dimension-wise vector gate to regulate the deviation under ranking supervision.
Abstract
Graph-based social recommendation leverages both the interaction graph and the social graph to model user preferences, especially under sparse feedback. However, users' intricate social behaviors may introduce mismatched social ties that contaminate user representations and harm the models' robustness. The majority of existing methods mitigate this by pruning, rewiring, or assigning edge-wise weights before social aggregation. From users' historical behaviors, we observe that a social neighbor often overlaps with the target user on specific interests but differs in others. Thus, using a single weight for each social connection is insufficient, as it only scales the overall message intensity and fails to selectively suppress the misaligned components within the aggregated message. To fill this gap, we propose Orthogonal Decomposition for Social Recommendation (ODSR), an embedding-space framework that orthogonally decomposes the aggregated social message into an aligned component and an orthogonal deviation, and learns a dimension-wise vector gate to regulate the deviation under ranking supervision. Additionally, we introduce a contrastive regularizer that perturbs representations along deviation directions to enhance robustness against imperfect social signals. Extensive experiments on three datasets show that ODSR consistently outperforms strong baselines, and additional analyses verify the effectiveness of selectively gating the orthogonal deviation.
A social relationship adjustment loss function, which dynamically adjusts the weights of social connections, and the Hilbert-Schmidt independence criterion loss function, which reduces the dependence between pre- and post-adjusted user/item embeddings, thereby amplifying the effect of adjusted social relationships on the updated embeddings.
Social recommendation alleviates data sparsity and cold-start issues by leveraging user social networks. However, real-world social graphs are often contaminated with noisy relations, such as weak or spurious links, which are amplified during graph propagation and degrade user representation learning. To address this issue, a core-interest-guided conditional diffusion denoising approach is proposed, where user core interests extracted from historical interactions are used as semantic conditions to progressively refine noisy social representations in the latent space. In addition, real-world recommendation is influenced not only by individual behaviors and social relations but also by global contextual factors, such as popularity trends and environmental biases. Effectively integrating these heterogeneous signals remains challenging. To this end, a multi-source semantic fusion module is developed, which employs soft-threshold multi-head attention and dynamic residual gating to adaptively align and fuse heterogeneous information. Based on these designs, a unified framework, termed CDD-MSF, is proposed. Extensive experiments on three real-world datasets demonstrate that CDD-MSF consistently outperforms state-of-the-art baselines in terms of Recall@K and NDCG@K, and exhibits strong robustness and generalization under highly sparse and noisy conditions.
Xiaowen Liu, Ming Ma, Xin-Huan Chen· IEEE Access· 0 citations
A Cardinality-Decomposed Loss (CDL) is proposed that combines both Cross Entropy (CE) and BPR to enable the model to collectively optimize for relations across cardinalities and is found that CDL consistently improves discriminability in attribute embeddings.
Parul Maheshwari, Amulya Paruchuri, Yiqing Zou et al.· arXiv.org· 0 citations
This work presents a scalable end-to-end GNN ranking system for production social graphs, focusing on two design choices that are critical in this setting: multi-hash ID embeddings and temporal neighbor sampling.
Maksim Utushkin, A. Ovsiannikov, Alexander D'yakonov· 0 citations
The proposed LLM-augmented Multi-Graph Contrastive Learning (LLM-MGCL) is a multi-graph neural network that uses semantic and spatial information about items to extend the LightGCN backbone with two auxiliary item-item graphs that outperforms classical collaborative filtering, matrix factorization, and interaction-only graph neural network baselines.