paper-with-me

Papers

A Lightweight and Secure Deep Learning Model for Privacy-Preserving Federated Learning in Intelligent Enterprises

2025-03-03 · Reza Fotohi, Fereidoon Shams Aliee, Bahar Farahani

The ever growing Internet of Things (IoT) connections drive a new type of organization, the Intelligent Enterprise. In intelligent enterprises, machine learning based models are adopted to extract insights from data. Due to the efficiency and privacy challenges of these traditional models, a new federated learning (FL) paradigm has emerged. In FL, multiple enterprises can jointly train a model to update a final model. However, firstly, FL trained models usually perform worse than centralized models, especially when enterprises training data is non-IID (Independent and Identically Distributed). Second, due to the centrality of FL and the untrustworthiness of local enterprises, traditional FL solutions are vulnerable to poisoning and inference attacks and violate privacy. Thirdly, the continuous transfer of parameters between enterprises and servers increases communication costs. To this end, the FedAnil+ model is proposed, a novel, lightweight, and secure Federated Deep Learning Model that includes three main phases. In the first phase, the goal is to solve the data type distribution skew challenge. Addressing privacy concerns against poisoning and inference attacks is covered in the second phase. Finally, to alleviate the communication overhead, a novel compression approach is proposed that significantly reduces the size of the updates. The experiment results validate that FedAnil+ is secure against inference and poisoning attacks with better accuracy. In addition, it shows improvements over existing approaches in terms of model accuracy (13%, 16%, and 26%), communication cost (17%, 21%, and 25%), and computation cost (7%, 9%, and 11%).

📄 PDF Abstract BibTeX arXiv:2503.02017

Code (1)

rezafotohi/FedAnilPlus 공식 구현 pytorch

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Secure Aggregation for Privacy-Preserving Federated Learning on Clinical EEG Data

2026-07-30 · Pouya Rajabi, Mohsen Toorani arxiv

Federated learning enables multiple institutions to train shared models without exchanging raw clinical EEG data, but it does not fully prevent privacy leakage from individual model updates. This paper presents a privacy…

Federated Learning

A Lightweight Federated Learning Approach for Privacy-Preserving Botnet Detection in IoT

2025-10-03 · Taha M. Mahmoud, Naima Kaabouch arxiv

The rapid growth of the Internet of Things (IoT) has expanded opportunities for innovation but also increased exposure to botnet-driven cyberattacks. Conventional detection methods often struggle with scalability, privac…

Intrusion DetectionFederated Learning

Sparsified Secure Aggregation for Privacy-Preserving Federated Learning

2021-12-23 · Irem Ergun, Hasin Us Sami, Basak Guler

Secure aggregation is a popular protocol in privacy-preserving federated learning, which allows model aggregation without revealing the individual models in the clear. On the other hand, conventional secure aggregation p…

Federated LearningPrivacy Preserving

Federated Learning Based Decentralized Adaptive Intelligent Transmission Protocol for Privacy Preserving 6G Networks

2025-12-20 · Ansar Ahmed arxiv

The move to 6th Generation (6G) wireless networks creates new issues with privacy, scalability, and adaptability. The data-intensive nature of 6G is not handled well by older, centralized network models. A shift toward m…

Federated Learning

FastLloyd: Federated, Accurate, Secure, and Tunable $k$-Means Clustering with Differential Privacy

2024-05-03 · Abdulrahman Diaa, Thomas Humphries, Florian Kerschbaum

We study the problem of privacy-preserving $k$-means clustering in the horizontally federated setting. Existing federated approaches using secure computation suffer from substantial overheads and do not offer output priv…

ClusteringConstrained ClusteringPrivacy Preserving