paper-with-me

홈 › Papers

TopoGR: Revealing and Preserving Latent Structure of Semantic ID in Generative Recommendation

2026-07-28 · Ziyu Zheng, Zhengshun Du, Yaming Yang, Bin Tong, Guan Wang, Meng Yan, Ziyu Guan, Wei Zhao arxiv

Semantic ID-based generative recommendation tokenizes each item into a sequence of discrete semantic IDs and predicts the next item by generating semantic IDs. However, existing methods typically regard SIDs as independent discrete symbols, while often overlooking the topology of the learned semantic ID space. We identify a structural mismatch between tokenization and generation: the tokenizer learns a structured code space with semantic neighborhood relations, whereas the generator consumes semantic ID tokens as independent categorical symbols. Consequently, item relatedness is reduced to exact semantic ID overlap, making it difficult to identify semantically similar items whose semantic IDs do not overlap. To address this issue, we propose TopoGR, a topology-preserving generative recommendation framework based on Bit-decomposable Semantic ID(Binary SID). Each Binary SID is learned in a bit-decomposable form and can be deterministically converted to a standard integer SID, while exposing an explicit Hamming geometry. TopoGR exploits this topology at three stages: binary SID features preserve Hamming proximity at the input layer; Hamming soft targets inject topology-aware supervision; and Hamming-consistent reranking aligns candidate items with the predicted binary prototype during inference. We further verify that the Hamming topology can capture item relatedness beyond exact SID matching. Experiments on four benchmark datasets show that TopoGR consistently outperforms existing state-of-the-art baselines in recommendation performance.

📄 PDF Abstract BibTeX arXiv:2607.25216

Code (3)

HaFred/awesome-generative-recsys ★ 7
arxivsub/arXivSub_daily_arxiv ★ 4
phuthiendao/RAG-arxiv-daily

Similar Papers 제목 키워드 기반

Time-Resolved fMRI Shared Response Model using Gaussian Process Factor Analysis

2020-06-10 · MohammadReza Ebrahimi, Navona Calarco, Kieran Campbell, Colin Hawco 외

Multi-subject fMRI studies are challenging due to the high variability of both brain anatomy and functional brain topographies across participants. An effective way of aggregating multi-subject fMRI data is to extract a …

Anatomy

Self-Organizing Maps with Optimized Latent Positions

2026-04-15 · Seiki Ubukata, Akira Notsu, Katsuhiro Honda arxiv

Self-Organizing Maps (SOM) are a classical method for unsupervised learning, vector quantization, and topographic mapping of high-dimensional data. However, existing SOM formulations often involve a trade-off between com…

Computational Efficiency

Topographic VAEs learn Equivariant Capsules

2021-09-03 · NeurIPS 2021 12 · T. Anderson Keller, Max Welling

In this work we seek to bridge the concepts of topographic organization and equivariance in neural networks. To accomplish this, we introduce the Topographic VAE: a novel method for efficiently training deep generative m…

Interpretable EEG Microstate Discovery via Variational Deep Embedding: A Systematic Architecture Search with Multi-Quadrant Evaluation

2026-04-29 · Saheed Faremi, Andrea Visentin, Luca Longo arxiv

EEG microstate analysis segments continuous brain electrical activity into brief, quasi-stable topographic configurations that reflect discrete functional brain states. Conventional approaches such as Modified K-Means op…

When Names Disappear: Revealing What LLMs Actually Understand About Code

2025-10-03 · Cuong Chi Le, Minh V. T. Pham, Cuong Duc Van, Hoang N. Phan 외 arxiv

Large Language Models (LLMs) achieve strong results on code tasks, but how they derive program meaning remains unclear. We argue that code communicates through two channels: structural semantics, which define formal beha…