AIBullisharXiv – CS AI · 3d ago7/10
🧠FD-RAG introduces a federated framework for retrieval-augmented generation that enables decentralized LLM deployment across edge devices without centralizing sensitive data. The system achieves 7.8% accuracy improvements and 8.4x latency reductions by splitting lightweight memory access from expensive LLM reasoning, while aggregating anonymized knowledge across fragmented device networks.
AIBearisharXiv – CS AI · 3d ago7/10
🧠Researchers identify critical vulnerabilities in Quantum Federated Learning (QFL) systems through a novel Circuit-Level Backdoor Threat (CULT) model that demonstrates how malicious clients can exploit quantum mechanisms to degrade model accuracy. Existing defense mechanisms fail to fully prevent attacks, with accuracy dropping up to 50% even against popular mitigation strategies like Krum and FLGuardian.
AI × CryptoBullisharXiv – CS AI · May 127/10
🤖Researchers present a novel federated learning architecture that integrates Zero-Knowledge Proofs to validate distributed machine learning computations while preserving privacy. The system addresses model poisoning attacks and scalability bottlenecks, achieving 94.2% accuracy retention across 1,000 parallel nodes—bridging cryptographic security with high-performance distributed AI.
AIBullisharXiv – CS AI · May 127/10
🧠FairHealth is an open-source Python library designed to address critical gaps in healthcare AI for low-resource settings, particularly in low-income countries. The toolkit integrates fairness auditing, privacy-preserving federated learning, explainability tools, and Global South datasets into a unified framework, making trustworthy AI more accessible to underserved healthcare systems.
AIBullisharXiv – CS AI · May 117/10
🧠ForgeVLA introduces a federated learning framework that enables Vision-Language-Action models to train on distributed robot data without centralizing sensitive information or requiring manual language annotations. The system uses embodied instruction classifiers to automatically generate missing language labels and addresses vision-language feature collapse through contrastive learning and adaptive aggregation.
AIBullisharXiv – CS AI · May 117/10
🧠Researchers demonstrated that federated learning enables multiple medical centers to collaboratively train pediatric organ segmentation models without sharing sensitive patient data. The approach matched local performance while significantly improving cross-center robustness for CT-based radiotherapy planning, addressing a critical gap in pediatric cancer care where data scarcity has limited model development.
AIBullisharXiv – CS AI · May 117/10
🧠VISTA is a novel decentralized machine learning algorithm designed to operate securely when adversaries control the majority of worker nodes. By implementing an incentive-based framework that rewards mutually consistent reports, the system converts adversarial nodes from pure saboteurs into rational agents, enabling convergence comparable to standard SGD without requiring an honest majority.
AIBullisharXiv – CS AI · May 97/10
🧠DeTrigger is a new federated learning framework that uses gradient analysis to detect and neutralize backdoor attacks in distributed machine learning systems. The approach achieves 251x faster detection than existing methods while mitigating 98.9% of backdoor attacks with minimal accuracy loss, addressing a critical vulnerability in privacy-preserving collaborative AI training.
AI × CryptoBullisharXiv – CS AI · May 77/10
🤖Researchers introduce Knowledge-Free Correlated Agreement (KFCA), a novel mechanism for incentivizing federated learning that rewards client contributions without requiring ground truth labels or public test sets. The approach addresses security vulnerabilities in existing correlated agreement systems and demonstrates practical viability through real-world applications in LLM adapter tuning and industrial inspection tasks.
AIBearisharXiv – CS AI · Apr 207/10
🧠Researchers identify a critical vulnerability in federated learning systems where malicious 'dictator clients' can erase other participants' contributions while preserving their own, compromising the collaborative training process. The study provides theoretical and empirical analysis of single and multiple dictator scenarios, revealing fundamental security weaknesses in decentralized machine learning architectures.
AIBullisharXiv – CS AI · Apr 157/10
🧠Researchers propose Safe-FedLLM, a defense framework addressing security vulnerabilities in federated large language model training by detecting malicious clients through analysis of LoRA update patterns. The lightweight classifier-based approach effectively mitigates attacks while maintaining model performance and training efficiency, representing a significant advancement in securing distributed LLM development.
AINeutralarXiv – CS AI · Apr 147/10
🧠Researchers introduce PAC-Bench, a benchmark for evaluating how AI agents collaborate while maintaining privacy constraints. The study reveals that privacy protections significantly degrade multi-agent system performance and identify coordination failures as a critical unsolved challenge requiring new technical approaches.
$PAC
AIBearisharXiv – CS AI · Apr 137/10
🧠Researchers have developed XFED, a novel model poisoning attack that compromises federated learning systems without requiring attackers to communicate or coordinate with each other. The attack successfully bypasses eight state-of-the-art defenses, revealing fundamental security vulnerabilities in FL deployments that were previously underestimated.
AINeutralarXiv – CS AI · Apr 67/10
🧠Researchers propose a new heuristic algorithm combining server learning with client update filtering and geometric median aggregation to improve federated learning robustness against malicious attacks. The approach maintains model accuracy even when over 50% of clients are malicious and works with non-identical data distributions across clients.
AINeutralarXiv – CS AI · Mar 177/10
🧠Researchers propose group-conditional federated conformal prediction (GC-FCP), a new protocol that enables trustworthy AI uncertainty quantification across distributed clients while providing coverage guarantees for specific groups. The framework addresses challenges in federated learning for applications in healthcare, finance, and mobile sensing by creating compact weighted summaries that support efficient calibration.
AIBullisharXiv – CS AI · Mar 177/10
🧠Researchers propose HO-SFL (Hybrid-Order Split Federated Learning), a new framework that enables memory-efficient fine-tuning of large AI models on edge devices by eliminating backpropagation on client devices while maintaining convergence speed comparable to traditional methods. The approach significantly reduces communication costs and memory requirements for distributed AI training.
AIBullisharXiv – CS AI · Mar 127/10
🧠Researchers propose a novel lightweight architecture for verifiable aggregation in federated learning that uses backdoor injection as intrinsic proofs instead of expensive cryptographic methods. The approach achieves over 1000x speedup compared to traditional cryptographic baselines while maintaining high detection rates against malicious servers.
AIBullisharXiv – CS AI · Mar 97/10
🧠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.
AI × CryptoBullisharXiv – CS AI · Mar 56/10
🤖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.
AIBearisharXiv – CS AI · Mar 56/10
🧠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
🧠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.
AINeutralarXiv – CS AI · Mar 47/105
🧠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.
AINeutralarXiv – CS AI · Feb 277/105
🧠Researchers propose FedWQ-CP, a new approach for uncertainty quantification in federated learning that addresses both data and model heterogeneity challenges. The method enables reliable uncertainty estimation across distributed agents while maintaining efficiency through single-round communication and weighted threshold aggregation.
AIBullisharXiv – CS AI · Feb 277/107
🧠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.
AIBullisharXiv – CS AI · 2d ago6/10
🧠Researchers develop a federated domain generalization framework to improve respiratory sound classification across different stethoscope devices, addressing inter-device variability that hinders multi-site AI deployment in pulmonary disease detection. The approach combines causality-inspired interventions with multimodal learning to outperform existing baselines without requiring access to unseen devices during training.