Can friends with different tastes improve recommendations?
Does incorporating social networks through friends' diverse preferences rather than similar tastes lead to better recommendations? This challenges conventional homophily-based approaches that assume friends like the same things.
The conventional approach to incorporating social networks in recommendation is to assume friends have similar tastes (homophily) and pull connected users' latent representations together via regularization. Each user's preferences are shaped to be closer to their friends' preferences. But this confounds two different things: people with similar tastes happen to be friends (homophily) versus people influence their friends' specific choices (influence). The first is just preference-similarity-by-correlation. The second is causal — your friend's recommendation made you read this book.
Social Poisson Factorization (SPF) decouples them. The model uses friends with different preferences to help recommend items outside the user's usual taste. Imagine a user who likes an item simply because many of her friends liked it, even though it falls outside her usual preferences. Models that pull friends' overall preferences together would miss this — they assume tastes converge, so they discount the anomalous item. SPF allows the network to surface specifically anomalous-but-influence-driven items.
The empirical claim is that this approach outperforms previous network-aware factorization methods. The conceptual claim is that "trust" or "social regularization" methods misidentify the channel through which networks help: they treat the network as a way to enforce taste similarity, but the actual value is in finding items the user wouldn't reach through their own taste alone — items their friends' diverse tastes expose them to.
Source: Recommenders Personalized
Related concepts in this collection
-
Can conversational recommenders recover lost preference signals from history?
Conversational recommenders abandoned item and user similarity signals when they shifted to dialogue-focused design. Can integrating historical sessions and look-alike users restore these channels without losing dialogue benefits?
complements: look-alike-user channel works through similarity; friend-influence channel works through difference — both extend beyond the current-session amputation
-
Can cross-user behavior reveal news relations that individual histories miss?
When a single user's reading history is too sparse for personalized recommendations, can patterns from many users' collective clicking behavior expose hidden connections between articles that no individual user alone could discover?
complements: both pull cross-user signal; SPF uses social-graph differences, GLORY uses behavior co-occurrence
-
Why do recommender systems struggle to balance accuracy and diversity?
Recommender systems treat accuracy and diversity as competing objectives, requiring separate tuning. But what if the conflict is artificial, stemming from how we measure success rather than a fundamental tension?
extends: friend-influence is one mechanism for surfacing items outside the user's usual taste — diversity emerges from social-difference rather than from re-ranking
-
Do humans learn to prefer AI partners over time?
Exploring whether repeated interaction with AI agents shifts human partner selection despite initial bias against machines. This matters because it tests whether behavioral performance can overcome identity-based resistance in hybrid societies.
complements: AI agents could play the friend-with-different-preferences role at scale — population-level extension of SPF's mechanism
Click a node to walk · click center to open · click Open full network for a force-directed map
Original note title
social network recommendation should use friends with different preferences — homophily-based methods miss the influence channel entirely