HD-Rec Pairs Hierarchical Quantization with Sparse Domain Experts for Cross-Domain Generative Recommendation, Up to 17.6% on Hit Rate

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.

What problem this solves

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.

Method

Three components cover representation, capacity, and consistency.

Results

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.

DomainBest baseline GenCDR H@10HD-Rec H@10Gain
Sports0.04030.048917.6%
Electronics0.03420.039816.3%
Phones0.06210.06839.9%
Clothing0.02650.02784.9%
Movies0.19710.19780.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.

Why it matters

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.

Limitations

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.

Terms

Source

What people are saying

Related papers

All paper explainers