brain/
conceptinterest-graph-recs

On-device recommender

Notes

On-device recommender

One-line summary: Rec serving that runs inference (and sometimes training) on the user’s device with locally stored preference data, versus a fully cloud-hosted ranker.

The insight

The WWW 2024 ODRS tutorial treats traditional recommenders as cloud-trained and cloud-served, then names on-device systems as a response to energy, network, and privacy costs. RecGPT-Mobile (Taobao) is a split: local intent from a behavior store, remote item retrieval. That split is the closest fetched pattern to “user-owned graph + external catalog.” Neither source is YouTube or a hand-drawn graph. From 2026-08-21-autoresearch-best-architecture-for-a-rec-system-web-app.

Evidence

Contradictions / tensions

  • On-device ranking needs a local candidate cache. RecGPT-Mobile keeps catalog retrieval remote because the item set is huge. YouTube’s catalog is similarly remote and quota-bound (youtube-data-access-constraints).
  • Federated recommendation is a subset of on-device training, not the whole ODRS paradigm (ODRS tutorial).

Open questions

Related

Referenced by