Personalized and Multi-View Representation for Federated Cold-Start Recommendation

๐Ÿ“… 2026-08-27
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
ๆœฌๆ–‡้’ˆๅฏน่”้‚ฆๅ†ทๅฏๅŠจๆŽจ่้—ฎ้ข˜๏ผŒๆๅ‡บPMFRecๆ–นๆณ•๏ผŒ้€š่ฟ‡ไธชๆ€งๅŒ–่กจ็คบ็”Ÿๆˆๅ™จๅ’Œๅ…จๅฑ€ๅคš่ง†ๅ›พ็ผ–็ ๅ™จ่งฃๅ†ณ็Žฐๆœ‰ๆ–นๆณ•็š„ๅฑ€้™ๆ€ง๏ผŒๆ้ซ˜ๆŽจ่ๆ•ˆๆžœๅ’Œ้€šไฟกๆ•ˆ็އใ€‚
๐Ÿ“ Abstract
Federated recommendation (FedRec) enables personalized modeling without centralizing users' interaction histories, but most existing methods assume a fixed item pool and thus overlook the practical cold-item setting where new items continuously arrive. Under the dual-sided constraint, where the server cannot access clients' interactions while clients cannot access the server's proprietary item attribute features, prior federated cold-start recommendation approaches suffer from three structural limitations: a lack of personalization, compositionality failure caused by forcing heterogeneous semantics into a single embedding space, and training- and communication-inefficiency arising from explicit alignment between separate collaborative and attribute representations. To address these challenges, we propose Personalized and Multi-view Representation for Federated Cold-Start Recommendation (PMFRec). PMFRec learns a personalized representation generator to produce user-specific item representations from attribute features, and introduces a global multi-view encoder with item-adaptive gating and an orthogonality objective to capture complementary semantic views while reducing cross-view redundancy. In addition, PMFRec fuses collaborative and attribute knowledge into a single exchanged item representation, eliminating the need for an explicit client-side regularizer and reducing communication overhead. Extensive experiments on real-world datasets show that PMFRec consistently outperforms strong baselines in cold-item recommendation and further improves user-level fairness, warm-scenario adaptability, and robustness under Local Differential Privacy (LDP).
Problem

Research questions and friction points this paper is trying to address.

Federated Recommendation
Cold-Start
Personalization
Communication Efficiency
Semantic Embedding
Innovation

Methods, ideas, or system contributions that make the work stand out.

personalized representation generator
global multi-view encoder
item-adaptive gating
orthogonality objective
fused item representation
๐Ÿ”Ž Similar Papers