paper-with-me

Papers

Model-Agnostic Decentralized Collaborative Learning for On-Device POI Recommendation

2023-04-08 · Jing Long, Tong Chen, Nguyen Quoc Viet Hung, Guandong Xu, Kai Zheng, Hongzhi Yin

As an indispensable personalized service in Location-based Social Networks (LBSNs), the next Point-of-Interest (POI) recommendation aims to help people discover attractive and interesting places. Currently, most POI recommenders are based on the conventional centralized paradigm that heavily relies on the cloud to train the recommendation models with large volumes of collected users' sensitive check-in data. Although a few recent works have explored on-device frameworks for resilient and privacy-preserving POI recommendations, they invariably hold the assumption of model homogeneity for parameters/gradients aggregation and collaboration. However, users' mobile devices in the real world have various hardware configurations (e.g., compute resources), leading to heterogeneous on-device models with different architectures and sizes. In light of this, We propose a novel on-device POI recommendation framework, namely Model-Agnostic Collaborative learning for on-device POI recommendation (MAC), allowing users to customize their own model structures (e.g., dimension \& number of hidden layers). To counteract the sparsity of on-device user data, we propose to pre-select neighbors for collaboration based on physical distances, category-level preferences, and social networks. To assimilate knowledge from the above-selected neighbors in an efficient and secure way, we adopt the knowledge distillation framework with mutual information maximization. Instead of sharing sensitive models/gradients, clients in MAC only share their soft decisions on a preloaded reference dataset. To filter out low-quality neighbors, we propose two sampling strategies, performance-triggered sampling and similarity-based sampling, to speed up the training process and obtain optimal recommenders. In addition, we design two novel approaches to generate more effective reference datasets while protecting users' privacy.

📄 PDF Abstract BibTeX arXiv:2304.03947

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationPrivacy Preserving

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
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 제목 키워드 기반

Semi-decentralized Federated Ego Graph Learning for Recommendation

2023-02-10 · Liang Qu, Ningzhi Tang, Ruiqi Zheng, Quoc Viet Hung Nguyen 외

Collaborative filtering (CF) based recommender systems are typically trained based on personal interaction data (e.g., clicks and purchases) that could be naturally represented as ego graphs. However, most existing recom…

Collaborative FilteringGraph LearningGraph Neural NetworkPrivacy Preserving+1

DecKG: Decentralized Collaborative Learning with Knowledge Graph Enhancement for POI Recommendation

2024-10-14 · Ruiqi Zheng, Liang Qu, Guanhua Ye, Tong Chen 외

Decentralized collaborative learning for Point-of-Interest (POI) recommendation has gained research interest due to its advantages in privacy preservation and efficiency, as it keeps data locally and leverages collaborat…

Decentralized Collaborative Learning Framework for Next POI Recommendation

2022-03-30 · Jing Long, Tong Chen, Nguyen Quoc Viet Hung, Hongzhi Yin

Next Point-of-Interest (POI) recommendation has become an indispensable functionality in Location-based Social Networks (LBSNs) due to its effectiveness in helping people decide the next POI to visit. However, accurate r…

Privacy Preserving

Diffusion-Based Cloud-Edge-Device Collaborative Learning for Next POI Recommendations

2024-05-22 · Jing Long, Guanhua Ye, Tong Chen, Yang Wang 외

The rapid expansion of Location-Based Social Networks (LBSNs) has highlighted the importance of effective next Point-of-Interest (POI) recommendations, which leverage historical check-in data to predict users' next POIs …

Federated Learning

Decentralized Collaborative Learning with Adaptive Reference Data for On-Device POI Recommendation

2024-01-24 · Ruiqi Zheng, Liang Qu, Tong Chen, Lizhen Cui 외

In Location-based Social Networks, Point-of-Interest (POI) recommendation helps users discover interesting places. There is a trend to move from the cloud-based model to on-device recommendations for privacy protection a…