All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Tubi's Shallow-RHS: An Asymmetric Graph Architecture for Cold-Start Item Recommendation

By

[Submitted on 4 Jun 2026]

4h ago· 2 min readenInsight

Summary

This paper presents Shallow-RHS, an asymmetric graph architecture developed by Tubi to address the cold-start item recommendation problem in production retrieval systems. The approach formulates cold-start recommendation as an inductive graph-completion problem on a temporal bipartite device-content graph. The architecture features a left-hand side (LHS) device tower that uses watch-history message passing for collaborative signals, while the right-hand side (RHS) content tower is intentionally shallow, encoding content solely from intrinsic features without ID-based embeddings or interaction-derived representations. This forces the content encoder to map intrinsic features into a collaborative-filtering-aware embedding space, enabling embeddings for both warm and newly ingested content. The system also extends to device cold-start using cohort-based embeddings from demographic features. Large-scale online experiments showed consistent improvements in content cold-start engagement, promotion speed, impression acquisition, and device cold-start engagement.

Key quotes

· 5 pulled
Collaborative filtering and graph-based recommendation models are highly effective because they leverage observed user interactions, but this dependence creates a fundamental cold-start challenge when newly added content has no interaction history.
We propose Shallow-RHS, an asymmetric link-prediction architecture in which the left-hand side (LHS) device tower leverages temporally valid watch-history message passing to capture collaborative signals, while the right-hand side (RHS) content tower is intentionally shallow with respect to the graph and encodes content solely from intrinsic features.
The RHS tower does not use ID-based embeddings, content-side subgraphs, neighbor aggregation, or interaction-derived representations, forcing the content encoder to map intrinsic features into a collaborative-filtering-aware embedding space.
After training, the learned content encoder generates embeddings for both warm and newly ingested content, enabling implicit graph completion through retrieval of warm surrogate neighbors.
Large-scale online experiments demonstrate consistent relative improvements in content cold-start engagement, promotion speed, impression acquisition, and device cold-start engagement.
Snippet from the RSS feed
Collaborative filtering and graph-based recommendation models are highly effective because they leverage observed user interactions, but this dependence creates a fundamental cold-start challenge when newly added content has no interaction history. In Tub

You might also wanna read