Hierarchical Quantization with Domain-Adaptive Sparse Routing for Generative Cross-Domain Recommendation
Haiying He, Xiaopeng Li, Yuchen Gu, Kuo Cai, Bo Chen, Jingtong Gao, Yejing Wang, Derong Xu, Ruiming Tang, Guorui Zhou, Han Li, Xiangyu Zhao
cs.IR
2026-08-07
HD-Rec pairs hierarchical quantization with sparse domain experts and routing consistency for cross-domain generative recommendation, leading three benchmarks with up to 17.6% on Hit Rate.
Generative recommendation (GenRec) is a recent paradigm: compress each item into a few tokens called a Semantic ID (SID), then have a Transformer predict the next token to generate recommendations directly, skipping retrieval over a candidate catalog. It works well within a single domain. Extending it to cross-domain recommendation is harder, because item semantics and user behavior differ sharply across domains; apparel and electronics barely share a vocabulary.
Prior work either forces one globally shared representation across all domains, which lacks capacity, or applies lightweight domain adaptation that breaks down when the domain gap is large. HD-Rec's premise is that cross-domain semantics are hierarchical: coarse patterns (say "sports electronics" or "basketball") can be shared, while fine-grained preference differences need to be domain-specific. The whole framework is built around that premise.
Three components cover representation, capacity, and consistency.
Three cross-domain datasets: Clothing-Sports (Leisure, Amazon), Electronics-Phones (Technology, Amazon), Books-Movies (Entertainment, Douban). Metrics: Hit Rate@10 and NDCG@10. HD-Rec is best on all 12 domain-metric pairs.
| Domain | Best baseline GenCDR H@10 | HD-Rec H@10 | Gain |
| Sports | 0.0403 | 0.0489 | 17.6% |
| Electronics | 0.0342 | 0.0398 | 16.3% |
| Phones | 0.0621 | 0.0683 | 9.9% |
| Clothing | 0.0265 | 0.0278 | 4.9% |
| Movies | 0.1971 | 0.1978 | 0.4% |
Gains concentrate on mid-to-low, high-gap domains (Sports, Electronics); Movies, already high in absolute terms, barely moves. Removing any of the three components hurts, with HDQ and DAS MoE contributing more than CRCL. Inference slows only about 2.0% to 2.5%, and routing variance drops about 6x, evidence that CRCL is doing its job.
Cross-domain recommendation has long been blocked by the need for overlapping users or items, which privacy and platform isolation make impractical. The generative plus hierarchical-representation route sidesteps that requirement, and HD-Rec shows that "shared coarse, domain-specific fine" is a cost-effective compromise. For recommendation engineers, this combination of hierarchical quantization and sparse experts is something to try directly on multi-business scenarios.
The authors concede three points: experiments cover only two-domain settings, so stability and scalability with more or larger domains are unverified; the method depends on content-derived item representations and semantic-ID tokenization, which suffer when metadata is noisy or poorly aligned with real preferences; and only offline evaluation was done, with dynamic catalogs, interest drift, and shifting domain distributions left unaddressed. The near-zero gain on Movies, a dense high-absolute-value domain, also suggests diminishing returns where data is already abundant.