paper-with-me

홈 › Papers

FedLLM-Align: Feature Extraction From Heterogeneous Clients

2025-09-29 · Abdelrhman Gaber, Muhammad ElMahdy, Youssif Abuzied, Hassan Abd-Eltawab, Tamer ElBatt arxiv

Federated learning (FL) enables collaborative model training without sharing raw data, making it attractive for privacy-sensitive domains, e.g., healthcare, finance, and IoT. A major obstacle, however, is the potential heterogeneity of tabular data across clients, in practical settings, where schema mismatches and incompatible feature spaces prevent straightforward aggregation. To address this challenge, this paper proposes FedLLM-Align, a federated learning framework that leverages pretrained transformer based language models for feature extraction. Towards this objective, FedLLM-Align serializes tabular records into text and derives semantically aligned embeddings from a pretrained LLM encoder, e.g, DistilBERT, facilitating lightweight local classifier heads that can be trained in a federated manner using standard aggregation schemes, e.g., FedAvg, while keeping all raw data records local. To quantify the merits and trade-offs of FedLLM-Align, we evaluate the proposed framework on binary classification tasks from two different domains: i) Coronary heart disease prediction on partitioned Framingham Heart Study data, and ii) Customer churn prediction on a financial dataset. FedLLM-Align outperforms state-of-the-art baselines by up to 25% in terms of the F1 score, under simulated schema heterogeneity, and achieves a 65% reduction in the communication overhead. These results establish FedLLM-Align as a privacy-preserving and communication-efficient approach for federated training based on clients with heterogeneous tabular datasets, commonly encountered in practice.

📄 PDF Abstract BibTeX arXiv:2510.00065

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationFederated Learning

Similar Papers 제목 키워드 기반

Safe-FedLLM: Delving into the Safety of Federated Large Language Models

2026-01-12 · Mingxiang Tao, Yu Tian, Wenxuan Tu, Yue Yang 외 arxiv

Federated learning (FL) addresses privacy and data-silo issues in the training of large language models (LLMs). Most prior work focuses on improving the efficiency of federated learning for LLMs (FedLLM). However, securi…

Federated Learning

Simple Yet Effective: Extracting Private Data Across Clients in Federated Fine-Tuning of Large Language Models

2025-06-06 · Yingqi Hu, Zhuo Zhang, Jingyuan Zhang, Lizhen Qu 외

Federated fine-tuning of large language models (FedLLMs) presents a promising approach for achieving strong model performance while preserving data privacy in sensitive domains. However, the inherent memorization ability…

Federated LearningMemorizationPrivacy Preserving

FedLLM: A Privacy-Preserving Federated Large Language Model for Explainable Traffic Flow Prediction

2026-04-17 · Seerat Kaur, Sukhjit Singh Sehra, Dariush Ebrahimi arxiv

Traffic prediction plays a central role in intelligent transportation systems (ITS) by supporting real-time decision-making, congestion management, and long-term planning. However, many existing approaches face practical…

Traffic Prediction

OpenFedLLM: Training Large Language Models on Decentralized Private Data via Federated Learning

2024-02-10 · Rui Ye, Wenhao Wang, Jingyi Chai, Dihan Li 외

Trained on massive publicly available data, large language models (LLMs) have demonstrated tremendous success across various fields. While more data contributes to better performance, a disconcerting reality is that high…

Federated LearningInstruction FollowingPrivacy Preserving

Toward Responsible Federated Large Language Models: Leveraging a Safety Filter and Constitutional AI

2025-02-23 · Eunchung Noh, Jeonghun Baek

Recent research has increasingly focused on training large language models (LLMs) using federated learning, known as FedLLM. However, responsible AI (RAI), which aims to ensure safe responses, remains underexplored in th…

Federated Learning