paper-with-me

Papers

FedAT: Federated Adversarial Training for Distributed Insider Threat Detection

2024-09-19 · R G Gayathri, Atul Sajjanhar, Md Palash Uddin, Yong Xiang

Insider threats usually occur from within the workplace, where the attacker is an entity closely associated with the organization. The sequence of actions the entities take on the resources to which they have access rights allows us to identify the insiders. Insider Threat Detection (ITD) using Machine Learning (ML)-based approaches gained attention in the last few years. However, most techniques employed centralized ML methods to perform such an ITD. Organizations operating from multiple locations cannot contribute to the centralized models as the data is generated from various locations. In particular, the user behavior data, which is the primary source of ITD, cannot be shared among the locations due to privacy concerns. Additionally, the data distributed across various locations result in extreme class imbalance due to the rarity of attacks. Federated Learning (FL), a distributed data modeling paradigm, gained much interest recently. However, FL-enabled ITD is not yet explored, and it still needs research to study the significant issues of its implementation in practical settings. As such, our work investigates an FL-enabled multiclass ITD paradigm that considers non-Independent and Identically Distributed (non-IID) data distribution to detect insider threats from different locations (clients) of an organization. Specifically, we propose a Federated Adversarial Training (FedAT) approach using a generative model to alleviate the extreme data skewness arising from the non-IID data distribution among the clients. Besides, we propose to utilize a Self-normalized Neural Network-based Multi-Layer Perceptron (SNN-MLP) model to improve ITD. We perform comprehensive experiments and compare the results with the benchmarks to manifest the enhanced performance of the proposed FedATdriven ITD scheme.

📄 PDF Abstract BibTeX arXiv:2409.13083

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

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 제목 키워드 기반

FedAT: A High-Performance and Communication-Efficient Federated Learning System with Asynchronous Tiers

2020-10-12 · Zheng Chai, Yujing Chen, Ali Anwar, Liang Zhao 외

Federated learning (FL) involves training a model over massive distributed devices, while keeping the training data localized. This form of collaborative learning exposes new tradeoffs among model convergence speed, mode…

Federated Learning

Federated Attention: A Distributed Paradigm for Collaborative LLM Inference over Edge Networks

2025-11-04 · Xiumei Deng, Zehui Xiong, Binbin Chen, Dong In Kim 외 arxiv

Large language models (LLMs) are proliferating rapidly at the edge, delivering intelligent capabilities across diverse application scenarios. However, their practical deployment in collaborative scenarios confronts funda…

Computational Efficiency

FedAttr: Towards Privacy-preserving Client-Level Attribution in Federated LLM Fine-tuning

2026-05-07 · Su Zhang, Junfeng Guo, Heng Huang arxiv

Watermark radioactivity testing type of methods can detect whether a model was trained on watermarked documents, and have become key tools for protecting data ownership in the fine-tuning of large language models (LLMs).…

Federated Learning

HFedATM: Hierarchical Federated Domain Generalization via Optimal Transport and Regularized Mean Aggregation

2025-08-07 · Thinh Nguyen, Trung Phan, Binh T. Nguyen, Khoa D Doan 외 arxiv

Federated Learning (FL) is a decentralized approach where multiple clients collaboratively train a shared global model without sharing their raw data. Despite its effectiveness, conventional FL faces scalability challeng…

Domain GeneralizationFederated Learning

FedAttack: Effective and Covert Poisoning Attack on Federated Recommendation via Hard Sampling

2022-02-10 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang 외

Federated learning (FL) is a feasible technique to learn personalized recommendation models from decentralized user data. Unfortunately, federated recommender systems are vulnerable to poisoning attacks by malicious clie…

Federated LearningRecommendation Systems