y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#federated-learning News & Analysis

140 articles tagged with #federated-learning. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

140 articles
AIBullisharXiv – CS AI · Mar 97/10
🧠

FLoRG: Federated Fine-tuning with Low-rank Gram Matrices and Procrustes Alignment

Researchers propose FLoRG, a new federated learning framework for efficiently fine-tuning large language models that reduces communication overhead by up to 2041x while improving accuracy. The method uses Gram matrix aggregation and Procrustes alignment to solve aggregation errors and decomposition drift issues in distributed AI training.

AIBearisharXiv – CS AI · Mar 56/10
🧠

Structure-Aware Distributed Backdoor Attacks in Federated Learning

Researchers have discovered that model architecture significantly affects the success of backdoor attacks in federated learning systems. The study introduces new metrics to measure model vulnerability and develops a framework showing that certain network structures can amplify malicious perturbations even with minimal poisoning.

AINeutralarXiv – CS AI · Mar 56/10
🧠

From Privacy to Trust in the Agentic Era: A Taxonomy of Challenges in Trustworthy Federated Learning Through the Lens of Trust Report 2.0

Researchers propose Trustworthy Federated Learning (TFL) framework that treats trust as a continuously maintained system condition rather than static property, addressing challenges in AI systems with autonomous decision-making. The framework introduces Trust Report 2.0 as a privacy-preserving coordination blueprint for multi-stakeholder governance in federated learning deployments.

AI × CryptoBullisharXiv – CS AI · Mar 56/10
🤖

Zero-Knowledge Federated Learning with Lattice-Based Hybrid Encryption for Quantum-Resilient Medical AI

Researchers introduce ZKFL-PQ, a quantum-resistant cryptographic protocol for federated learning in medical AI that combines zero-knowledge proofs, lattice-based encryption, and homomorphic encryption. The protocol achieves 100% rejection of malicious updates while maintaining model accuracy, addressing vulnerabilities from gradient inversion attacks and future quantum threats.

AINeutralarXiv – CS AI · Mar 47/105
🧠

Federated Inference: Toward Privacy-Preserving Collaborative and Incentivized Model Serving

Researchers introduce Federated Inference (FI), a new collaborative paradigm where independently trained AI models can work together at inference time without sharing data or model parameters. The study identifies key requirements including privacy preservation and performance gains, while highlighting system-level challenges that differ from traditional federated learning approaches.

AIBullisharXiv – CS AI · Feb 277/107
🧠

Distributed LLM Pretraining During Renewable Curtailment Windows: A Feasibility Study

Researchers developed a system that trains large language models using renewable energy during curtailment periods when excess clean electricity would otherwise be wasted. The distributed training approach across multiple GPU clusters reduced operational emissions to 5-12% of traditional single-site training while maintaining model quality.

AINeutralarXiv – CS AI · Jun 256/10
🧠

TL++: Accuracy and Privacy Preserving Traversal Learning for Distributed Intelligent Systems

TL++ is a new distributed machine learning framework that enables training across isolated data sources while maintaining privacy and reducing communication overhead. The system uses secret-sharing techniques to protect sensitive activations while achieving superior accuracy compared to federated and split-learning baselines, demonstrating 13x communication reduction on CIFAR-10.

AIBullisharXiv – CS AI · Jun 256/10
🧠

Privacy-preserving federated tensor decomposition of single-cell immune data: recovering multicellular programs across institutions

Researchers developed a federated tensor decomposition method that enables privacy-preserving analysis of single-cell immune data across multiple institutions without sharing raw patient data. The approach recovers multicellular immune programs—coordinated patterns of gene expression across cell types—while protecting patient privacy through secure aggregation, demonstrated on systemic lupus erythematosus and COVID-19 datasets.

AINeutralarXiv – CS AI · Jun 236/10
🧠

Subspace-Constrained Federated Learning with Low-Rank Adaptation

Researchers propose a subspace-regularized federated learning approach for low-rank adaptation (LoRA) that addresses geometric misalignment issues when training large language models across distributed clients with heterogeneous data. The method achieves superior performance on RoBERTa-large while demonstrating near-perfect basis overlap (0.9999) across multiple models and random seeds, outperforming existing federated learning baselines.

AINeutralarXiv – CS AI · Jun 236/10
🧠

Towards Transparent Mental Health Insights: An Explainable AI Model for Career-Related Depression and Anxiety Among University Students Using Structured Data

Researchers developed an Explainable AI framework using Federated Learning to identify career-related depression and anxiety among university students while preserving privacy. The model achieved 92.08% accuracy by analyzing behavioral data and facial expressions, successfully identifying key depression indicators consistent with psychological theory.

AINeutralarXiv – CS AI · Jun 236/10
🧠

Priority-Aware Learning-Unlearning Correction for Dynamic Decentralized LoRA Fine-Tuning

Researchers propose a priority-aware learning-unlearning correction framework for decentralized federated learning of large language models, enabling efficient parameter updates when devices dynamically join or leave the network. The orthogonal LoRA mechanism addresses the critical bottleneck of disentangling device contributions from global parameters, with experiments demonstrating robust correction across membership changes.

AINeutralarXiv – CS AI · Jun 236/10
🧠

FLFL: Federated Latent Factor Learning for Private Recovery of Spatio-Temporal Signals

Researchers propose FLFL (Federated Latent Factor Learning), a privacy-preserving machine learning framework for recovering missing data in wireless sensor networks without centralizing raw data on servers. The model combines federated learning with spatio-temporal signal analysis to maintain data privacy while improving recovery accuracy across distributed sensors.

AINeutralarXiv – CS AI · Jun 236/10
🧠

Fed-CausalDiff: Decoupled Synchronization for Federated Do-Simulation and Policy Evaluation

Fed-CausalDiff introduces a federated learning framework that enables causal inference and policy evaluation across decentralized data sources by separating global causal mechanisms from local confounders. The approach improves accuracy in treatment effect estimation and policy value calculation while reducing communication overhead, addressing a fundamental limitation of standard federated learning methods that cannot handle interventional scenarios.

AINeutralarXiv – CS AI · Jun 236/10
🧠

FedSA-GCL: A Semi-Asynchronous Federated Graph Learning Framework with Personalized Aggregation and Cluster-Aware Broadcasting

Researchers introduce FedSA-GCL, a semi-asynchronous federated learning framework designed to improve graph neural network training across distributed systems. The method addresses synchronization inefficiencies in existing approaches while accounting for graph topology properties, achieving 1.9-3.0% performance improvements over baseline methods.

AIBullisharXiv – CS AI · Jun 236/10
🧠

MedFedPure: A Medical Federated Framework with MAE-based Detection and Diffusion Purification for Inference-Time Attacks

Researchers present MedFedPure, a federated learning defense framework that protects medical AI models from adversarial attacks at inference time while preserving patient privacy. The system combines personalized federated learning, masked autoencoders for attack detection, and diffusion-based purification, achieving 87.33% robustness against strong attacks while maintaining 97.67% clean accuracy on brain MRI datasets.

AINeutralarXiv – CS AI · Jun 236/10
🧠

Federated Learning for Global Carbon Emission Forecasting: A Hybrid Time-Series Approach with Statistical and Neural Models

Researchers propose a federated learning framework that combines ARIMA, GARCH, LSTM-Attention, and XGBoost models to forecast global carbon emissions while preserving data privacy. The system enables collaborative forecasting across distributed clients without sharing raw data, achieving R² values averaging 0.73 across 14 test clients.

AINeutralarXiv – CS AI · Jun 236/10
🧠

SCRUB-FL: Sanitizing and Cleansing Representations via Unlearning of Backdoors

Researchers introduce SCRUB-FL, a post-training defense mechanism against backdoor attacks in federated learning systems that reduces attack success rates to 3.88% while preserving model accuracy. The method uses spectral analysis and machine unlearning to remove trigger-target associations without requiring prior knowledge of attack patterns or clean datasets.

AINeutralarXiv – CS AI · Jun 116/10
🧠

Privacy-Preserving Federated Autoencoder for ECG Anomaly Detection on Edge Devices

Researchers developed a federated learning system for ECG anomaly detection that simultaneously achieves GDPR/HIPAA compliance, real-time edge device performance, and clinical-grade detection accuracy across non-uniform hospital data. The system combines differential privacy, quantization, and federated averaging to enable privacy-preserving cardiac monitoring on resource-constrained hardware like Raspberry Pi 4.

AINeutralarXiv – CS AI · Jun 106/10
🧠

QSplitFL: Capability Aware Deep Q-Learning for Optimal Split Point Selection in Split Federated Learning

QSplitFL introduces a Deep Q-Network framework that optimizes split point selection in federated learning by considering device heterogeneity, using lightweight hardware metrics instead of model weights. The approach demonstrates improved convergence and accuracy across multiple datasets and neural network architectures while adapting to varying client capabilities.

AINeutralarXiv – CS AI · Jun 106/10
🧠

FedSteer: Taming Extreme Gradient Staleness in Federated Learning with Corrective Projections and Caching

FedSteer is a novel federated learning method that addresses gradient staleness in decentralized training systems where clients participate inconsistently. By projecting stale gradients onto a dynamically-maintained subspace and applying corrective techniques, the approach prevents training instability and achieves up to 7% accuracy improvements over existing baselines.

AINeutralarXiv – CS AI · Jun 106/10
🧠

Multi-Level Analyzation of Imbalance to Resolve Non-IID-Ness in Federated Learning

Researchers propose FedBB, a federated learning framework that addresses class imbalance across three levels—within classes, between classes, and across distributed clients—using a specialized loss function and client reweighting strategy. The approach improves model performance on non-IID data while minimizing privacy risks through limited statistical information requirements.

AINeutralarXiv – CS AI · Jun 106/10
🧠

MoE Enhanced Federated Learning for Spatiotemporal Prediction

Researchers propose MoE-FedTP, a federated learning framework using Mixture-of-Experts networks to improve traffic prediction across cities while preserving privacy. The system enables data-rich cities to share knowledge with data-scarce regions by dynamically fusing expert networks tailored to different urban environments, achieving superior accuracy without centralized data collection.

AINeutralarXiv – CS AI · Jun 106/10
🧠

From Data Heterogeneity to Convergence: A Data-Centric Review of Federated Learning

A comprehensive survey analyzes federated learning through a data-centric lens, examining how non-IID data heterogeneity, experimental splitting protocols, and adversarial vulnerabilities affect model convergence and stability. The research ranks data properties by their convergence impact and provides actionable guidance for practitioners designing FL systems with predictable performance.

← PrevPage 2 of 6Next →