paper-with-me

Papers

Learning Multi-granular Quantized Embeddings for Large-Vocab Categorical Features in Recommender Systems

2020-02-20 · Wang-Cheng Kang, Derek Zhiyuan Cheng, Ting Chen, Xinyang Yi, Dong Lin, Lichan Hong, Ed H. Chi

Recommender system models often represent various sparse features like users, items, and categorical features via embeddings. A standard approach is to map each unique feature value to an embedding vector. The size of the produced embedding table grows linearly with the size of the vocabulary. Therefore, a large vocabulary inevitably leads to a gigantic embedding table, creating two severe problems: (i) making model serving intractable in resource-constrained environments; (ii) causing overfitting problems. In this paper, we seek to learn highly compact embeddings for large-vocab sparse features in recommender systems (recsys). First, we show that the novel Differentiable Product Quantization (DPQ) approach can generalize to recsys problems. In addition, to better handle the power-law data distribution commonly seen in recsys, we propose a Multi-Granular Quantized Embeddings (MGQE) technique which learns more compact embeddings for infrequent items. We seek to provide a new angle to improve recommendation performance with compact model sizes. Extensive experiments on three recommendation tasks and two datasets show that we can achieve on par or better performance, with only ~20% of the original model size.

📄 PDF Abstract BibTeX arXiv:2002.08530

Code (0)

등록된 구현이 없습니다.

Tasks

QuantizationRecommendation Systems

Similar Papers 제목 키워드 기반

SHiNe: Semantic Hierarchy Nexus for Open-vocabulary Object Detection

2024-05-16 · CVPR 2024 1 · Mingxuan Liu, Tyler L. Hayes, Elisa Ricci, Gabriela Csurka 외

Open-vocabulary object detection (OvOD) has transformed detection into a language-guided task, empowering users to freely define their class vocabularies of interest during inference. However, our initial investigation i…

object-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object Detection+2

Optimizing Segmentation Granularity for Neural Machine Translation

2018-10-19 · Elizabeth Salesky, Andrew Runge, Alex Coda, Jan Niehues 외

In neural machine translation (NMT), it is has become standard to translate using subword units to allow for an open vocabulary and improve accuracy on infrequent words. Byte-pair encoding (BPE) and its variants are the …

Machine TranslationNMTTranslation

MATE: Matryoshka Audio-Text Embeddings for Open-Vocabulary Keyword Spotting

2026-01-20 · Youngmoon Jung, Myunghun Jung, Joon-Young Yang, Yong-Hyeok Lee 외 arxiv

Open-vocabulary keyword spotting (KWS) with text-based enrollment has emerged as a flexible alternative to fixed-phrase triggers. Prior utterance-level matching methods, from an embedding-learning standpoint, learn embed…

Keyword SpottingMetric Learning

MeshGPT: Generating Triangle Meshes with Decoder-Only Transformers

2023-11-27 · CVPR 2024 1 · Yawar Siddiqui, Antonio Alliegro, Alexey Artemov, Tatiana Tommasi 외

We introduce MeshGPT, a new approach for generating triangle meshes that reflects the compactness typical of artist-created meshes, in contrast to dense triangle meshes extracted by iso-surfacing methods from neural fiel…

Decoder

SGC-Net: Stratified Granular Comparison Network for Open-Vocabulary HOI Detection

2025-03-01 · CVPR 2025 1 · Xin Lin, Chong Shi, Zuopeng Yang, Haojin Tang 외

Recent open-vocabulary human-object interaction (OV-HOI) detection methods primarily rely on large language model (LLM) for generating auxiliary descriptions and leverage knowledge distilled from CLIP to detect unseen in…

Human-Object Interaction DetectionLarge Language ModelSemantic SimilaritySemantic Textual Similarity