GemiRec: Interest Quantization and Generation for Multi-Interest Recommendation
Zhibo Wu, Yunfan Wu, Quan Liu, Lin Jiang, Ping Yang, Yao Hu
TL;DR
GemiRec introduces a novel framework for multi-interest recommendation that tackles two core limitations—interest collapse and insufficient modeling of interest evolution—by combining interest quantization with explicit interest generation. The IDMM maintains a shared, discrete Interest Dictionary $\bm{E}^* = \prod_{c=1}^C \bm{E}^c$ using a quantization objective that induces a Voronoi partition, while the decoupled MIPDM employs a user-conditioned GPT to model the next-step distribution over multi-dimensional interests. The MIRM retrieves items using multiple user-interest representations that are formed by fusing the selected interest embedding $\mathbf{e}_{m^*}$ with the user embedding, trained with a joint objective $\mathcal{L}_{\text{total}} = \lambda_1 \mathcal{L}_{IDMM} + \lambda_2 \mathcal{L}_{MIPDM} + \lambda_3 \mathcal{L}_{MIRM}$. Theoretical analysis links quantization to separability via Voronoi cells, and extensive experiments across four real-world datasets—including a production deployment on Rednote—demonstrate superior performance, improved diversity across interests, and effective evolution modeling, confirming the practical value of the framework for industrial retrieval systems.
Abstract
Multi-interest recommendation has gained attention, especially in industrial retrieval stage. Unlike classical dual-tower methods, it generates multiple user representations instead of a single one to model comprehensive user interests. However, prior studies have identified two underlying limitations: the first is interest collapse, where multiple representations homogenize. The second is insufficient modeling of interest evolution, as they struggle to capture latent interests absent from a user's historical behavior. We begin with a thorough review of existing works in tackling these limitations. Then, we attempt to tackle these limitations from a new perspective. Specifically, we propose a framework-level refinement for multi-interest recommendation, named GemiRec. The proposed framework leverages interest quantization to enforce a structural interest separation and interest generation to learn the evolving dynamics of user interests explicitly. It comprises three modules: (a) Interest Dictionary Maintenance Module (IDMM) maintains a shared quantized interest dictionary. (b) Multi-Interest Posterior Distribution Module (MIPDM) employs a generative model to capture the distribution of user future interests. (c) Multi-Interest Retrieval Module (MIRM) retrieves items using multiple user-interest representations. Both theoretical and empirical analyses, as well as extensive experiments, demonstrate its advantages and effectiveness. Moreover, it has been deployed in production since March 2025, showing its practical value in industrial applications.
