paper-with-me

홈 › Papers

Distributed Collaborative Hashing and Its Applications in Ant Financial

2018-04-13 · Chaochao Chen, Ziqi Liu, Peilin Zhao, Longfei Li, Jun Zhou, Xiaolong Li

Collaborative filtering, especially latent factor model, has been popularly used in personalized recommendation. Latent factor model aims to learn user and item latent factors from user-item historic behaviors. To apply it into real big data scenarios, efficiency becomes the first concern, including offline model training efficiency and online recommendation efficiency. In this paper, we propose a Distributed Collaborative Hashing (DCH) model which can significantly improve both efficiencies. Specifically, we first propose a distributed learning framework, following the state-of-the-art parameter server paradigm, to learn the offline collaborative model. Our model can be learnt efficiently by distributedly computing subgradients in minibatches on workers and updating model parameters on servers asynchronously. We then adopt hashing technique to speedup the online recommendation procedure. Recommendation can be quickly made through exploiting lookup hash tables. We conduct thorough experiments on two real large-scale datasets. The experimental results demonstrate that, comparing with the classic and state-of-the-art (distributed) latent factor models, DCH has comparable performance in terms of recommendation accuracy but has both fast convergence speed in offline model training procedure and realtime efficiency in online recommendation procedure. Furthermore, the encouraging performance of DCH is also shown for several real-world applications in Ant Financial.

📄 PDF Abstract BibTeX arXiv:1804.04918

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative Filtering

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Interpretable collaborative data analysis on distributed data

2020-11-09 · Akira Imakura, Hiroaki Inaba, Yukihiko Okada, Tetsuya Sakurai

This paper proposes an interpretable non-model sharing collaborative data analysis method as one of the federated learning systems, which is an emerging technology to analyze distributed data. Analyzing distributed data …

Federated Learning

Deep Transfer Hashing for Adaptive Learning on Federated Streaming Data

2024-09-19 · Manuel Röder, Frank-Michael Schleif

This extended abstract explores the integration of federated learning with deep transfer hashing for distributed prediction tasks, emphasizing resource-efficient client training from evolving data streams. Federated lear…

Computational EfficiencyFederated LearningPrivacy PreservingTransfer Learning

Collaborative Hashing

2014-06-01 · CVPR 2014 6 · Xianglong Liu, Junfeng He, Cheng Deng, Bo Lang

Hashing technique has become a promising approach for fast similarity search. Most of existing hashing research pursue the binary codes for the same type of entities by preserving their similarities. In practice, there a…

Image Retrieval

Collaborative Learning for Extremely Low Bit Asymmetric Hashing

2018-09-25 · Yadan Luo, Zi Huang, Yang Li, Fumin Shen 외

Hashing techniques are in great demand for a wide range of real-world applications such as image retrieval and network compression. Nevertheless, existing approaches could hardly guarantee a satisfactory performance with…

Image RetrievalRetrieval

Variational Hashing-based Collaborative Filtering with Self-Masking

2019-09-25 · Casper Hansen, Christian Hansen, Jakob Grue Simonsen, Stephen Alstrup 외

Hashing-based collaborative filtering learns binary vector representations (hash codes) of users and items, such that recommendations can be computed very efficiently using the Hamming distance, which is simply the sum o…

Collaborative Filtering