paper-with-me

Papers

Fine-Grained Embedding Dimension Optimization During Training for Recommender Systems

2024-01-09 · Qinyi Luo, Penghan Wang, Wei zhang, Fan Lai, Jiachen Mao, Xiaohan Wei, Jun Song, Wei-Yu Tsai, Shuai Yang, Yuxi Hu, Xuehai Qian

Huge embedding tables in modern deep learning recommender models (DLRM) require prohibitively large memory during training and inference. This paper proposes FIITED, a system to automatically reduce the memory footprint via FIne-grained In-Training Embedding Dimension pruning. By leveraging the key insight that embedding vectors are not equally important, FIITED adaptively adjusts the dimension of each individual embedding vector during model training, assigning larger dimensions to more important embeddings while adapting to dynamic changes in data. We prioritize embedding dimensions with higher frequencies and gradients as more important. To enable efficient pruning of embeddings and their dimensions during model training, we propose an embedding storage system based on virtually-hashed physically-indexed hash tables. Experiments on two industry models and months of realistic datasets show that FIITED can reduce DLRM embedding size by more than 65% while preserving model quality, outperforming state-of-the-art in-training embedding pruning methods. On public datasets, FIITED can reduce the size of embedding tables by 2.1x to 800x with negligible accuracy drop, while improving model throughput.

📄 PDF Abstract BibTeX arXiv:2401.04408

Code (0)

등록된 구현이 없습니다.

Tasks

Click-Through Rate PredictionRecommendation Systems

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Fine-Grained Alignment in Vision-and-Language Navigation through Bayesian Optimization

2024-11-22 · Yuhang Song, Mario Gianni, Chenguang Yang, Kunyang Lin 외

This paper addresses the challenge of fine-grained alignment in Vision-and-Language Navigation (VLN) tasks, where robots navigate realistic 3D environments based on natural language instructions. Current approaches use c…

Bayesian OptimizationContrastive LearningNavigateVision and Language Navigation

MOA: Multi-Objective Alignment for Role-Playing Agents

2025-12-10 · Chonghua Liao, Ke Wang, Yuchuan Wu, Ruoran Li 외 arxiv

Role-playing agents (RPAs) require balancing multiple objectives, such as instruction following, persona consistency, and stylistic fidelity, which are not always perfectly aligned across different dimensions. While prio…

Reinforcement LearningInstruction Following

Adaptive Global and Fine-Grained Perceptual Fusion for MLLM Embeddings Compatible with Hard Negative Amplification

2026-02-05 · Lexiang Hu, Youze Xue, Dian Li, Gang Liu 외 arxiv

Multimodal embeddings serve as a bridge for aligning vision and language, with the two primary implementations -- CLIP-based and MLLM-based embedding models -- both limited to capturing only global semantic information. …

Controllable Generation of Artificial Speaker Embeddings through Discovery of Principal Directions

2023-10-26 · Florian Lux, Pascal Tilli, Sarina Meyer, Ngoc Thang Vu

Customizing voice and speaking style in a speech synthesis system with intuitive and fine-grained controls is challenging, given that little data with appropriate labels is available. Furthermore, editing an existing hum…

Speech Synthesis

EmbedGrad: Gradient-Based Prompt Optimization in Embedding Space for Large Language Models

2025-08-05 · Xiaoming Hou, Jiquan Zhang, Zibin Lin, DaCheng Tao 외 arxiv

Effectively adapting powerful pretrained foundation models to diverse tasks remains a key challenge in AI deployment. Current approaches primarily follow two paradigms:discrete optimization of text prompts through prompt…

Mathematical ReasoningSentiment AnalysisPrompt Engineering