Facebook Report on Privacy of fNIRS data
Md Imran Hossen, Sai Venkatesh Chilukoti, Liqun Shan, Vijay Srinivas Tida, Xiali Hei
TL;DR
This work tackles privacy risks inherent in fNIRS data by developing privacy-preserving ML approaches that combine differential privacy (DP) with centralized and federated training. It systematically compares DP-SGD and DP-Adam for centralized DP training and explores federated learning with and without DP, including a local DP setting, on the Tufts fNIRS2MW dataset. The findings show that DP-Adam generally yields higher utility under a given privacy budget, and that IID federated learning can approach centralized performance, while locally private FL incurs notable accuracy costs. The work highlights concrete privacy-utility trade-offs, outlines practical steps for implementing DP in FL, and proposes future directions toward non-IID data and transformer-based architectures for improved performance under privacy constraints.
Abstract
The primary goal of this project is to develop privacy-preserving machine learning model training techniques for fNIRS data. This project will build a local model in a centralized setting with both differential privacy (DP) and certified robustness. It will also explore collaborative federated learning to train a shared model between multiple clients without sharing local fNIRS datasets. To prevent unintentional private information leakage of such clients' private datasets, we will also implement DP in the federated learning setting.
