CapsID: Soft-Routed Variable-Length Semantic IDs for Generative Recommendation

📅 2026-05-06
📈 Citations: 0
Influential: 0
📄 PDF

career value

171K/year
📝 Abstract
Generative recommendation maps each item to a sequence of Semantic IDs (SIDs) and recasts retrieval as autoregressive token generation. In this paradigm the main bottleneck is the tokenizer rather than the Transformer: residual vector quantization with a hard nearest-neighbor assignment at every layer collapses multi-faceted item semantics at cluster boundaries and propagates early errors to later SID positions. A common workaround is to append a dense vector or attribute prefix to the SID, but this dual-representation design inflates inference cost and gives up the simplicity of a generative interface. We address the bottleneck at the tokenizer itself. CAPSID replaces hard residual quantization with capsule routing: at each layer an item probabilistically routes to several semantic capsules, the residual is updated by the routed reconstruction rather than by a single winning code, and the SID terminates once the active capsule's confidence is high enough. On top of CAPSID, SEMANTICBPE composes adjacent SID tokens into reusable subwords by combining their co-occurrence with their embedding compatibility. On Amazon Beauty, Sports, Toys, and a 35M-item proprietary industrial catalog, CAPSID+SEMANTICBPE improves Recall at 10 by 9.6% on average over ReSID, the strongest single-representation baseline, and matches or exceeds a COBRA-style sparse-dense system on every public benchmark while running at 51% of its inference latency. Ablations show that soft routing, iterative agreement, and confidence-driven length each contribute independently, and the gains are largest on tail items where boundary semantics dominate.
Problem

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

generative recommendation
semantic IDs
tokenizer bottleneck
residual vector quantization
cluster boundary semantics
Innovation

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

capsule routing
soft routing
variable-length semantic IDs
generative recommendation
SemanticBPE
🔎 Similar Papers
2024-05-12International Conference on Information and Knowledge ManagementCitations: 60