paper-with-me

Papers

Privacy-Enhancing Infant Cry Classification with Federated Transformers and Denoising Regularization

2025-12-15 · Geofrey Owino, Bernard Shibwabo arxiv

Infant cry classification can aid early assessment of infant needs. However, deployment of such solutions is limited by privacy concerns around audio data, sensitivity to background noise, and domain shift across recording environments. We present an end-to-end infant cry analysis pipeline that integrates a denoising autoencoder (DAE), a convolutional tokenizer, and a Transformer encoder trained using communication-efficient federated learning (FL). The system performs on-device denoising, adaptive segmentation, post hoc calibration, and energy-based out-of-distribution (OOD) abstention. Federated training employs a regularized control variate update with 8-bit adapter deltas under secure aggregation. Using the Baby Chillanto and Donate-a-Cry datasets with ESC-50 noise overlays, the model achieves a macro F1 score of 0.938, an AUC of 0.962, and an Expected Calibration Error (ECE) of 0.032, while reducing per-round client upload from approximately 36 to 42 MB to 3.3 MB. Real-time edge inference on an NVIDIA Jetson Nano (4 GB, TensorRT FP16) achieves 96 ms per one-second spectrogram frame. These results demonstrate a practical path toward privacy-preserving, noise-robust, and communication-efficient infant cry classification suitable for federated deployment.

📄 PDF Abstract BibTeX arXiv:2512.13880

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

The Prospect of Enhancing Large-Scale Heterogeneous Federated Learning with Transformers

2023-08-07 · Yulan Gao, Zhaoxiang Hou, Chengyi Yang, Zengxiang Li 외

Federated learning (FL) addresses data privacy concerns by enabling collaborative training of AI models across distributed data owners. Wide adoption of FL faces the fundamental challenges of data heterogeneity and the l…

Federated Learning

Towards Privacy-Preserving Medical Imaging: Federated Learning with Differential Privacy and Secure Aggregation Using a Modified ResNet Architecture

2024-12-01 · Mohamad Haj Fares, Ahmed Mohamed Saad Emam Saad

With increasing concerns over privacy in healthcare, especially for sensitive medical data, this research introduces a federated learning framework that combines local differential privacy and secure aggregation using Se…

Federated Learningimage-classificationImage ClassificationManagement+2

Scaling Federated Learning Solutions with Kubernetes for Synthesizing Histopathology Images

2025-04-05 · Andrei-Alexandru Preda, Iulian-Marius Tăiatu, Dumitru-Clementin Cercel

In the field of deep learning, large architectures often obtain the best performance for many tasks, but also require massive datasets. In the histological domain, tissue images are expensive to obtain and constitute sen…

Federated Learningimage-classificationImage Classification

Enhancing Infant Crying Detection with Gradient Boosting for Improved Emotional and Mental Health Diagnostics

2024-10-11 · Kyunghun Lee, Lauren M. Henry, Eleanor Hansen, Elizabeth Tandilashvili 외

Infant crying can serve as a crucial indicator of various physiological and emotional states. This paper introduces a comprehensive approach detecting infant cries within audio data. We integrate Wav2Vec with traditional…

DWFL: Enhancing Federated Learning through Dynamic Weighted Averaging

2024-11-07 · Prakash Chourasia, Tamkanat E Ali, Sarwan Ali, Murray Pattersn

Federated Learning (FL) is a distributed learning technique that maintains data privacy by providing a decentralized training method for machine learning models using distributed big data. This promising Federated Learni…

Federated LearningPrivacy Preserving