paper-with-me

홈 › Papers

Differentially Private Multimodal Laplacian Dropout (DP-MLD) for EEG Representative Learning

2024-09-20 · Xiaowen Fu, Bingxin Wang, Xinzhou Guo, Guoqing Liu, Yang Xiang

Recently, multimodal electroencephalogram (EEG) learning has shown great promise in disease detection. At the same time, ensuring privacy in clinical studies has become increasingly crucial due to legal and ethical concerns. One widely adopted scheme for privacy protection is differential privacy (DP) because of its clear interpretation and ease of implementation. Although numerous methods have been proposed under DP, it has not been extensively studied for multimodal EEG data due to the complexities of models and signal data considered there. In this paper, we propose a novel Differentially Private Multimodal Laplacian Dropout (DP-MLD) scheme for multimodal EEG learning. Our approach proposes a novel multimodal representative learning model that processes EEG data by language models as text and other modal data by vision transformers as images, incorporating well-designed cross-attention mechanisms to effectively extract and integrate cross-modal features. To achieve DP, we design a novel adaptive feature-level Laplacian dropout scheme, where randomness allocation and performance are dynamically optimized within given privacy budgets. In the experiment on an open-source multimodal dataset of Freezing of Gait (FoG) in Parkinson's Disease (PD), our proposed method demonstrates an approximate 4\% improvement in classification accuracy, and achieves state-of-the-art performance in multimodal EEG learning under DP.

📄 PDF Abstract BibTeX arXiv:2409.13440

Code (0)

등록된 구현이 없습니다.

Tasks

EEGElectroencephalogram (EEG)

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

The Influence of Dropout on Membership Inference in Differentially Private Models

2021-03-16 · Erick Galinkin

Differentially private models seek to protect the privacy of data the model is trained on, making it an important component of model security and privacy. At the same time, data scientists and machine learning engineers …

BIG-bench Machine LearningUncertainty Quantification

Differentially Private Federated Learning with Laplacian Smoothing

2020-05-01 · Zhicong Liang, Bao Wang, Quanquan Gu, Stanley Osher 외

Federated learning aims to protect data privacy by collaboratively learning a model without sharing private data among users. However, an adversary may still be able to infer the private training data by attacking the re…

Federated Learning

Dropout-Robust Mechanisms for Differentially Private and Fully Decentralized Mean Estimation

2025-06-04 · César Sabater, Sonia Ben Mokhtar, Jan Ramon

Achieving differentially private computations in decentralized settings poses significant challenges, particularly regarding accuracy, communication cost, and robustness against information leakage. While cryptographic s…

Learning Differentially Private Mechanisms

2021-01-04 · Subhajit Roy, Justin Hsu, Aws Albarghouthi

Differential privacy is a formal, mathematical definition of data privacy that has gained traction in academia, industry, and government. The task of correctly constructing differentially private algorithms is non-trivia…

Program Synthesis

Differentially Private Multimodal In-Context Learning

2026-03-05 · Ivoline C. Ngong, Zarreen Reza, Joseph P. Near arxiv

Vision-language models are increasingly applied to sensitive domains such as medical imaging and personal photographs, yet existing differentially private methods for in-context learning are limited to few-shot, text-onl…