The reviewed record of science sign in
Pith

arxiv: 2305.12102 · v3 · pith:XNAUCN67 · submitted 2023-05-20 · cs.LG · cs.IR

Unified Embedding: Battle-Tested Feature Representations for Web-Scale ML Systems

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:XNAUCN67record.jsonopen to challenge →

classification cs.LG cs.IR
keywords featureembeddingfeaturesacrossbillionshighlysystemsunified
0
0 comments X
read the original abstract

Learning high-quality feature embeddings efficiently and effectively is critical for the performance of web-scale machine learning systems. A typical model ingests hundreds of features with vocabularies on the order of millions to billions of tokens. The standard approach is to represent each feature value as a d-dimensional embedding, introducing hundreds of billions of parameters for extremely high-cardinality features. This bottleneck has led to substantial progress in alternative embedding algorithms. Many of these methods, however, make the assumption that each feature uses an independent embedding table. This work introduces a simple yet highly effective framework, Feature Multiplexing, where one single representation space is used across many different categorical features. Our theoretical and empirical analysis reveals that multiplexed embeddings can be decomposed into components from each constituent feature, allowing models to distinguish between features. We show that multiplexed representations lead to Pareto-optimal parameter-accuracy tradeoffs for three public benchmark datasets. Further, we propose a highly practical approach called Unified Embedding with three major benefits: simplified feature configuration, strong adaptation to dynamic data distributions, and compatibility with modern hardware. Unified embedding gives significant improvements in offline and online metrics compared to highly competitive baselines across five web-scale search, ads, and recommender systems, where it serves billions of users across the world in industry-leading products.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Multi-Probe Zero Collision Hash (MPZCH): Mitigating Embedding Collisions and Enhancing Model Freshness in Large-Scale Recommenders

    cs.LG 2026-02 unverdicted novelty 6.0

    MPZCH applies multi-probe linear hashing plus eviction policies to achieve zero collisions on user embeddings and higher freshness on item embeddings while keeping training and inference speeds comparable to standard methods.