paper-with-me

Papers

FedRule: Federated Rule Recommendation System with Graph Neural Networks

2022-11-13 · Yuhang Yao, Mohammad Mahdi Kamani, Zhongwei Cheng, Lin Chen, Carlee Joe-Wong, Tianqiang Liu

Much of the value that IoT (Internet-of-Things) devices bring to ``smart'' homes lies in their ability to automatically trigger other devices' actions: for example, a smart camera triggering a smart lock to unlock a door. Manually setting up these rules for smart devices or applications, however, is time-consuming and inefficient. Rule recommendation systems can automatically suggest rules for users by learning which rules are popular based on those previously deployed (e.g., in others' smart homes). Conventional recommendation formulations require a central server to record the rules used in many users' homes, which compromises their privacy and leaves them vulnerable to attacks on the central server's database of rules. Moreover, these solutions typically leverage generic user-item matrix methods that do not fully exploit the structure of the rule recommendation problem. In this paper, we propose a new rule recommendation system, dubbed as FedRule, to address these challenges. One graph is constructed per user upon the rules s/he is using, and the rule recommendation is formulated as a link prediction task in these graphs. This formulation enables us to design a federated training algorithm that is able to keep users' data private. Extensive experiments corroborate our claims by demonstrating that FedRule has comparable performance as the centralized setting and outperforms conventional solutions.

📄 PDF Abstract BibTeX arXiv:2211.06812

Code (2)

yh-yao/FedRule 공식 구현 pytorch
conti748/wyze-rule-recommendation pytorch

Tasks

Link PredictionRecommendation Systems

Similar Papers 제목 키워드 기반

Wyze Rule: Federated Rule Dataset for Rule Recommendation Benchmarking

2023-09-26 · NeurIPS 2023 11

In the rapidly evolving landscape of smart home automation, the potential of IoT devices is vast. In this realm, rules are the main tool utilized for this automation, which are predefined conditions or triggers that esta…

Recommendation Systems

UFGraphFR: An attempt at a federated recommendation system based on user text characteristics

2025-01-14 · Xudong Wang

Federated learning has emerged as a key paradigm in privacy-preserving computing due to its "data usable but not visible" property, enabling users to collaboratively train models without sharing raw data. Motivated by th…

AttributeFederated Learninggraph constructionPrivacy Preserving+1

GPFedRec: Graph-guided Personalization for Federated Recommendation

2023-05-13 · Chunxu Zhang, Guodong Long, Tianyi Zhou, Zijjian Zhang 외

The federated recommendation system is an emerging AI service architecture that provides recommendation services in a privacy-preserving manner. Using user-relation graphs to enhance federated recommendations is a promis…

Federated LearningPrivacy PreservingRelation

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

Graph Federated Learning for Personalized Privacy Recommendation

2025-08-08 · Ce Na, Kai Yang, Dengzhao Fang, Yu Li 외 arxiv

Federated recommendation systems (FedRecs) have gained significant attention for providing privacy-preserving recommendation services. However, existing FedRecs assume that all users have the same requirements for privac…

Recommendation SystemsFederated Learning