paper-with-me

Papers

Matryoshka Representation Learning for Recommendation

2024-06-11 · Riwei Lai, Li Chen, Weixin Chen, Rui Chen

Representation learning is essential for deep-neural-network-based recommender systems to capture user preferences and item features within fixed-dimensional user and item vectors. Unlike existing representation learning methods that either treat each user preference and item feature uniformly or categorize them into discrete clusters, we argue that in the real world, user preferences and item features are naturally expressed and organized in a hierarchical manner, leading to a new direction for representation learning. In this paper, we introduce a novel matryoshka representation learning method for recommendation (MRL4Rec), by which we restructure user and item vectors into matryoshka representations with incrementally dimensional and overlapping vector spaces to explicitly represent user preferences and item features at different hierarchical levels. We theoretically establish that constructing training triplets specific to each level is pivotal in guaranteeing accurate matryoshka representation learning. Subsequently, we propose the matryoshka negative sampling mechanism to construct training triplets, which further ensures the effectiveness of the matryoshka representation learning in capturing hierarchical user preferences and item features. The experiments demonstrate that MRL4Rec can consistently and substantially outperform a number of state-of-the-art competitors on several real-life datasets. Our code is publicly available at https://github.com/Riwei-HEU/MRL.

📄 PDF Abstract BibTeX arXiv:2406.07432

Code (1)

riwei-heu/mrl 공식 구현 pytorch

Tasks

Recommendation SystemsRepresentation Learning

Similar Papers 제목 키워드 기반

Train Once, Deploy Anywhere: Matryoshka Representation Learning for Multimodal Recommendation

2024-09-25 · Yueqi Wang, Zhenrui Yue, Huimin Zeng, Dong Wang 외

Despite recent advancements in language and vision modeling, integrating rich multimodal knowledge into recommender systems continues to pose significant challenges. This is primarily due to the need for efficient recomm…

Multimodal RecommendationRecommendation SystemsRepresentation LearningSequential Recommendation

MIPIC: Matryoshka Representation Learning via Self-Distilled Intra-Relational and Progressive Information Chaining

2026-04-27 · Phung Gia Huy, Hai An Vu, Minh-Phuc Truong, Thang Duc Tran 외 arxiv

Representation learning is fundamental to NLP, but building embeddings that work well at different computational budgets is challenging. Matryoshka Representation Learning (MRL) offers a flexible inference paradigm throu…

Representation Learning

MatryoshkaLoRA: Learning Accurate Hierarchical Low-Rank Representations for LLM Fine-Tuning

2026-05-08 · Ionut-Vlad Modoranu, Mher Safaryan, Dan Alistarh arxiv

With the rise in scale for deep learning models to billions of parameters, the computational cost of fine-tuning remains a significant barrier to deployment. While Low-Rank Adaptation (LoRA) has become the standard for p…

parameter-efficient fine-tuning

Cross-lingual Matryoshka Representation Learning across Speech and Text

2026-02-23 · Yaya Sy, Dioula Doucouré, Christophe Cerisara, Irina Illina arxiv

Speakers of under-represented languages face both a language barrier, as most online knowledge is in a few dominant languages, and a modality barrier, since information is largely text-based while many languages are prim…

Representation LearningIntent Detection

SMEC: Rethinking Matryoshka Representation Learning for Retrieval Embedding Compression

2025-10-14 · Biao Zhang, Lixin Chen, Tong Liu, Bo Zheng arxiv

Large language models (LLMs) generate high-dimensional embeddings that capture rich semantic and syntactic information. However, high-dimensional embeddings exacerbate computational complexity and storage requirements, t…

Dimensionality ReductionRepresentation Learning