paper-with-me

홈 › Papers

FL-Sailer: Efficient and Privacy-Preserving Federated Learning for Scalable Single-Cell Epigenetic Data Analysis via Adaptive Sampling

2026-05-06 · Guangyi Zhang, Yi Dai, Yiyun He, Junhao Liu arxiv

Single-cell ATAC-seq (scATAC-seq) enables high-resolution mapping of chromatin accessibility, yet privacy regulations and data size constraints hinder multi-institutional sharing. Federated learning (FL) offers a privacy-preserving alternative, but faces three fundamental barriers in scATAC-seq analysis: ultra-high dimensionality, extreme sparsity, and severe cross-institutional heterogeneity. We propose FL-Sailer, the first FL framework designed for scATAC-seq data. FL-Sailer integrates two key innovations: (i) adaptive leverage score sampling, which selects biologically interpretable features while reducing dimensionality by 80%, and (ii) an invariant VAE architecture, which disentangles biological signals from technical confounders via mutual information minimization. We provide a convergence guarantee, showing that FL-Sailer converges to an approximate solution of the original high-dimensional problem with bounded error. Extensive experiments on synthetic and real epigenomic datasets demonstrate that FL-Sailer not only enables previously infeasible multi-institutional collaborations but also surpasses centralized methods by leveraging adaptive sampling as an implicit regularizer to suppress technical noise. Our work establishes that federated learning, when tailored to domain-specific challenges, can become a superior paradigm for collaborative epigenomic research.

📄 PDF Abstract BibTeX arXiv:2605.04519

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Scalable and Private Federated Learning Using Distributed Differential Privacy and Secure Aggregation

2026-04-08 · Wenjing Wei, Farid Nait-Abdesselam, Alla Jammine arxiv

This article presents DDP-SA, a scalable privacy-preserving federated learning framework that jointly leverages client-side local differential privacy (LDP) and full-threshold additive secret sharing (ASS) for secure agg…

Federated Learning

Harnessing Wireless Channels for Scalable and Privacy-Preserving Federated Learning

2020-07-03 · Anis Elgabli, Jihong Park, Chaouki Ben Issaid, Mehdi Bennis

Wireless connectivity is instrumental in enabling scalable federated learning (FL), yet wireless channels bring challenges for model training, in which channel randomness perturbs each worker's model update while multipl…

Federated LearningPrivacy Preserving

Federated Learning and RAG Integration: A Scalable Approach for Medical Large Language Models

2024-12-18 · Jincheol Jung, Hongju Jeong, Eui-Nam Huh

This study analyzes the performance of domain-specific Large Language Models (LLMs) for the medical field by integrating Retrieval-Augmented Generation (RAG) systems within a federated learning framework. Leveraging the …

Federated LearningPrivacy PreservingRAGRetrieval+2

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

FastPFRec: A Fast Personalized Federated Recommendation with Secure Sharing

2026-03-18 · Zhenxing Yan, Jidong Yuan, Yongqi Sun, Haiyang Liu 외 arxiv

Graph neural network (GNN)-based federated recommendation systems effectively capture user-item relationships while preserving data privacy. However, existing methods often face slow convergence on graph data and privacy…

Recommendation SystemsGraph Neural Network