paper-with-me

홈 › Papers

Learning to Hash for Recommendation: A Survey

2024-12-05 · Fangyuan Luo, Honglei Zhang, Tong Li, Jun Wu

With the explosive growth of users and items, Recommender Systems (RS) are facing unprecedented challenges on both retrieval efficiency and storage cost. Fortunately, Learning to Hash (L2H) techniques have been shown as a promising solution to address the two dilemmas, whose core idea is encoding high-dimensional data into compact hash codes. To this end, L2H for RS (HashRec for short) has recently received widespread attention to support large-scale recommendations. In this survey, we present a comprehensive review of current HashRec algorithms. Specifically, we first introduce the commonly used two-tower models in the recall stage and identify two search strategies frequently employed in L2H. Then, we categorize prior works into two-tier taxonomy based on: (i) the type of loss function and (ii) the optimization strategy. We also introduce some commonly used evaluation metrics to measure the performance of HashRec algorithms. Finally, we shed light on the limitations of the current research and outline the future research directions. Furthermore, the summary of HashRec methods reviewed in this survey can be found at \href{https://github.com/Luo-Fangyuan/HashRec}{https://github.com/Luo-Fangyuan/HashRec}.

📄 PDF Abstract BibTeX arXiv:2412.03875

Code (1)

luo-fangyuan/hashrec 공식 구현

Tasks

Recommendation SystemsSurvey

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

A Comprehensive Review on Hashtag Recommendation: From Traditional to Deep Learning and Beyond

2025-03-24 · Shubhi Bansal, Kushaan Gowda, Anupama Sureshbabu K, Chirag Kothari 외

The exponential growth of user-generated content on social media platforms has precipitated significant challenges in information management, particularly in content organization, retrieval, and discovery. Hashtags, as a…

Recommendation SystemsSentiment Analysis

Hit ratio: An Evaluation Metric for Hashtag Recommendation

2020-10-03 · Areej Alsini, Du Q. Huynh, Amitava Datta

Hashtag recommendation is a crucial task, especially with an increase of interest in using social media platforms such as Twitter in the last decade. Hashtag recommendation systems automatically suggest hashtags to a use…

Recommendation Systems

HARRISON: A Benchmark on HAshtag Recommendation for Real-world Images in Social Networks

2016-05-17 · Minseok Park, Hanxiang Li, Junmo Kim

Simple, short, and compact hashtags cover a wide range of information on social networks. Although many works in the field of natural language processing (NLP) have demonstrated the importance of hashtag recommendation, …

#REVAL: a semantic evaluation framework for hashtag recommendation

2023-05-24 · Areej Alsini, Du Q. Huynh, Amitava Datta

Automatic evaluation of hashtag recommendation models is a fundamental task in many online social network systems. In the traditional evaluation method, the recommended hashtags from an algorithm are firstly compared wit…

Content-aware Neural Hashing for Cold-start Recommendation

2020-05-31 · Casper Hansen, Christian Hansen, Jakob Grue Simonsen, Stephen Alstrup 외

Content-aware recommendation approaches are essential for providing meaningful recommendations for \textit{new} (i.e., \textit{cold-start}) items in a recommender system. We present a content-aware neural hashing-based c…

Collaborative FilteringRecommendation Systems