Papers
Topics
Authors
Recent
Search
2000 character limit reached

CARD: Non-Uniform Quantization of Visual Semantic Unit for Generative Recommendation

Published 29 Apr 2026 in cs.IR | (2604.26427v1)

Abstract: Generative recommendation frameworks typically represent items as discrete Semantic IDs (SIDs). While existing studies have sought to enhance SID construction by incorporating multimodal content, collaborative signals, or more advanced quantization techniques, learning high-quality SIDs still faces two key challenges: (1) The two-stage generative recommendation paradigm (SID construction and autoregressive generation) provides insufficient supervision for heterogeneous fusion, which hinders learning high-quality SIDs, and (2) non-uniform embeddings lead to codeword imbalance and generation bias. To address these challenges, we propose a novel generative recommendation framework, called CARD. CARD introduces a visual semantic unit that unifies textual, visual, and collaborative signals into a structured visual representation prior to encoding, enabling holistic semantic modeling and effectively alleviating the semantic gap, thereby reducing the reliance on supervision signals during SID learning. Furthermore, to deal with the highly non-uniform distribution of item semantic embeddings in recommendation scenarios, we develop a non-uniform quantization framework (NU-RQ-VAE), which incorporates a learnable and invertible non-uniform transformation into the quantization process to map skewed semantic distributions into a more balanced latent space, thereby significantly improving codebook utilization and quantization accuracy. Experiments on multiple datasets show that CARD consistently outperforms baseline methods under various settings; meanwhile, the proposed non-uniform transformation module is plug-and-play and remains robust across different quantization schemes. Code is available at https://github.com/HAI-UESTC/CARD.

Summary

  • The paper introduces a unified visual semantic unit that fuses visual, textual, and collaborative signals to construct high-quality semantic IDs for recommendation.
  • It details the novel NU-RQ-VAE method which employs learnable non-uniform transformations to correct skewed embedding distributions prior to quantization.
  • Experiments on Amazon datasets demonstrate that CARD significantly outperforms baselines with improvements exceeding 10% in Recall@10 and NDCG metrics.

Formal Summary of "CARD: Non-Uniform Quantization of Visual Semantic Unit for Generative Recommendation" (2604.26427)

Introduction and Problem Formulation

The paper addresses item representation in generative recommendation frameworks, focusing on constructing high-quality Semantic IDs (SIDs) for effective autoregressive next-item prediction. SID construction in generative recommenders faces two principal challenges: (1) insufficient supervision for heterogeneous fusion impeding effective multimodal signal integration, and (2) non-uniform semantic distributions causing codeword imbalance and generation bias in discrete SID space. Traditional approaches either rely on modality-specific encoders or employ post-hoc fusion/alignment mechanisms, resulting in semantic gaps, insufficient discriminability, and suboptimal quantization when embeddings are highly skewed, especially across dense item clusters and sparse long-tail regions. Figure 1

Figure 1

Figure 1: PCA visualization shows dense clusters versus sparse regions for item embeddings (left), and highly skewed codeword usage that causes generation bias (right).

The CARD Framework: Unified Visual Semantic Representation and Non-Uniform Quantization

To reconcile these limitations, the CARD framework introduces pre-encoding fusion using visual semantic units, which embed textual, visual, and collaborative signals into a unified structured image. This image is processed by a vision-language encoder (SigLIP2), effectively conducting holistic semantic modeling before discrete quantization. Figure 2

Figure 2: CARD overview: item signals unified via card-style image; encoded with SigLIP2; quantized with NU-RQ-VAE; SIDs used for generative next-item prediction.

Visual semantic units comprise: the visual region (item image), textual region (attributes rendered as text panels), and collaborative region (collaborative neighbors rendered as thumbnails with titles, extracted via metric-based neighbor search in latent space). This fusion circumvents modality-specific encoder limitations and empowers the encoder to extract semantically consistent, quantization-friendly embeddings. Figure 3

Figure 3: Examples of visual semantic units integrating visual, textual, and collaborative signals for Clothing and Food datasets.

NU-RQ-VAE: Non-Uniform Residual Quantization for Correcting Distributional Skew

Given the observed highly non-uniform semantic distribution in item representations, the paper proposes NU-RQ-VAEโ€”a residual quantization variational autoencoder incorporating learnable, invertible non-uniform transformations. Two instantiations are introduced:

  • Kumaraswamy-based CDF transformation: leveraging closed-form parameterization to map original semantic embeddings to an approximately uniform latent space, ideal for distributions bounded in [0,1][0,1].
  • Scaled Logistic-Logit transformation: tailored for bell-shaped latent distributions (empirically validated in both T5 and SigLIP2 embeddings), implemented through parameter-invariant scaling around the domain boundaries. Figure 4

    Figure 4: PDF/CDF of the Kumaraswamy distribution, demonstrating tractability for reparameterizing non-uniform semantic distributions.

    Figure 5

    Figure 5: Embedding histograms from T5 and SigLIP2 show bell-shaped distributions, motivating scaled logistic/logit transformations.

Non-uniform transformation T\mathcal{T} is applied prior to quantization, with the inverse Tโˆ’1\mathcal{T}^{-1} during reconstruction. Consistency loss ensures stability and semantic fidelity. Quantization is performed with multi-level codebooks, subsequently decoded for autoregressive sequence generation.

Experimental Validation and Numerical Results

Rigorous evaluation on three Amazon datasets (Food, Phones, Clothing) demonstrates that CARD significantly outperforms both classical sequential recommenders (GRU4Rec, SASRec, BERT4Rec) and recent generative recommenders (TIGER, LETTER, MQL4GRec, MACRec) by wide margins across Recall@KK and NDCG@KK metrics. CARD's improvement is attributed to better integration across modalities and effective correction of distributional skew during quantization. Figure 6

Figure 6: Recall@10 comparison for multimodal fusion strategies. CARD's unified visual semantic unit surpasses concatenation, contrastive alignment, and LLM joint encoding.

Ablation studies reveal that removing any semantic region (visual, textual, or collaborative) degrades performance, and reverting to standard quantization aggravates codeword imbalance and generation bias. Analysis of plug-and-play robustness shows non-uniform quantization consistently yields stable gains across diverse quantization schemes (RQ-VAE, R-VQ) with relative improvements >10% for Recall@10.

Distributional Analysis and SID Quality

Application of non-uniform transformations yields more balanced embedding distributions and significantly increases effective codeword utilization in SID space. Generated SID distributions match target SID distributions more closely, mitigating generation bias. Figure 7

Figure 7

Figure 7: Embedding distribution post non-uniform transformation (left) and balanced codeword usage (right) indicating reduced generation bias.

Figure 8

Figure 8: Codeword utilization: CARD with non-uniform transformation attains more balanced codebook usage compared to TIGER and standard variants.

Practical and Theoretical Implications

The findings indicate that holistic multimodal fusion via visual semantic units is preferable for SID construction under insufficient supervision, as it produces embeddings that are semantically rich and quantization-friendly. Non-uniform quantization is quantizer-agnostic and robust, suitable for generative recommendation scenarios typified by distributional skew and high interaction sparsity. The methodology could generalize to broader semantic tokenization and codebook-based generative modeling tasks.

Future work may automate visual semantic unit construction, potentially leveraging generative vision-LLMs or graph-based structured rendering, improving scalability for large-scale item corpora.

Conclusion

CARD presents a comprehensive solution to SID construction for generative recommendation, resolving two pivotal challenges: modality fusion and quantization in non-uniform embedding spaces. Through unified visual semantic modeling and learnable, invertible non-uniform transformations, CARD achieves superior recommendation performance, balanced SID generation, and strong robustness to distributional variations. This paradigm marks a substantial step toward reliable, distribution-aware SID generation and points to future opportunities in automated representation structuring for scalable, plug-and-play generative recommendation systems.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 3 likes about this paper.