Search papers, labs, and topics across Lattice.
This paper introduces InforID, a novel framework for adaptive semantic capacity allocation in parallel generative recommendation systems, addressing the limitations of traditional beam-search decoding in generating item identifiers. By dynamically adjusting the allocation of prediction capacity across heterogeneous semantic slots, InforID enhances the effective length of IDs and optimizes codebook sizes based on specific slot utility. Experimental results reveal that InforID significantly improves recommendation accuracy without increasing computational complexity, maintaining one-step parallel prediction capabilities.
Allocating prediction capacity dynamically across semantic slots can boost recommendation accuracy while keeping computational costs in check.
Autoregressive semantic ID recommenders are constrained by expensive beam-search decoding, which limits the practical length of item identifiers. Parallel generation methods alleviate this bottleneck by predicting all semantic ID tokens simultaneously, enabling longer IDs. However, existing semantic ID methods still rely on manually predefined and homogeneous ID structures, where both the number of semantic slots and the codebook size of each slot are treated as fixed hyperparameters. This ignores the heterogeneous capacity demands of different semantic subspaces and may allocate prediction capacity to slots with limited utility. We show that uniformly expanding semantic slots can provide limited gains, indicating redundant capacity in homogeneous semantic IDs. We propose InforID, a lightweight adaptive semantic target construction framework for parallel generative recommendation. InforID allocates a fixed capacity budget across candidate semantic slots, thereby jointly determining the effective ID length and slot-specific codebook sizes. Experiments demonstrate improved recommendation accuracy under comparable capacity budgets while preserving one-step parallel prediction.