Alycia N. Carey

dblp:289/2630 · DBLP profile ↗
← Back
6ranked-venue papers in the field
5as first author
5since 2021 · last 2025
0000-0002-3587-4088ORCID · corroborated

Domains — venue-derived; a paper can count in several

Big Data, Cloud & Distributed Data Systems · 4 (4 first)Data Mining & Knowledge Discovery · 2 (1 first)
YearPublicationVenuePosition
2025 Achieving Flexible Local Differential Privacy in Federated Learning via Influence Functions
Alycia N. Carey, Xintao Wu
ECML/PKDD (5)1
2024 DP-TabICL: In-Context Learning with Differentially Private Tabular Data
abstract
In-context learning (ICL) enables large language models (LLMs) to adapt to new tasks by conditioning on demonstrations of question-answer pairs. Recently, ICL has been extended to allow tabular data to be used as demonstration examples by serializing individual records into natural language formats. However, it is well-known that LLMs can leak information from data it has been prompted on, and since tabular data often contain sensitive information, understanding how to protect tabular data used in ICL is a critical area of research. This work serves as an initial investigation into how differential privacy (DP) can be utilized to protect tabular data used in ICL. Specifically, we investigate the application of DP mechanisms for private tabular ICL via data privatization prior to serialization and prompting. We formulate two private ICL frameworks with provable privacy guarantees in both the local (LDP-TabICL) and global (GDP-TabICL) DP scenarios via injecting noise into individual records or group statistics, respectively. Our evaluations show that DP-based ICL can protect the privacy of the underlying tabular data while achieving comparable performance to non-LLM baselines, especially under high privacy regimes.
Alycia N. Carey, Karuna Bhaila, Kennedy Edemacu, Xintao Wu
IEEE Big Data1
2023 Randomized Response Has No Disparate Impact on Model Accuracy
abstract
Differential privacy, the current gold standard for data anonymization and protection, is commonly known to cause degraded utility, and exacerbate unfairness, for different demographic groups when it is used to train a private machine learning model. However, in contrast with this long-held perception, recent work has shown that local differential privacy, a variant of differential privacy where users perturb their data on their device before it is aggregated, can surprisingly lead to improved fairness measures without significantly affecting the utility of the underlying machine learning model. Motivated by this previous work, in this paper we further show that applying randomized response, a popular local differential privacy method, does not incur disparate impact on the private model’s accuracy for different demographic groups. Specifically, through conducting thorough empirical analysis in which we perform randomized response on the labels, the features, or on both the features and labels across multiple data modalities and model architectures, we empirically show that the absolute difference in utility loss for different demographic groups is negligible.
Alycia N. Carey, Karuna Bhaila, Xintao Wu
IEEE Big Data1
2023 HINT: Healthy Influential-Noise based Training to Defend against Data Poisoning Attacks
abstract
While numerous defense methods have been proposed to prohibit potential poisoning attacks from untrusted data sources, most research works only defend against specific attacks, which leaves many avenues for an adversary to exploit. In this work, we propose an efficient and robust training approach to defend against data poisoning attacks based on influence functions, named Healthy Influential-Noise based Training. Using influence functions, we craft healthy noise that helps to harden the classification model against poisoning attacks without significantly affecting the generalization ability on test data. In addition, our method can perform effectively when only a subset of the training data is modified, instead of the current method of adding noise to all examples that has been used in several previous works. We conduct comprehensive evaluations over two image datasets with state-of-the-art poisoning attacks under different realistic attack scenarios. Our empirical results show that HINT can efficiently protect deep learning models against the effect of both untargeted and targeted poisoning attacks.
Minh-Hao Van, Alycia N. Carey, Xintao Wu
ICDM2
2022 Robust Personalized Federated Learning under Demographic Fairness Heterogeneity
abstract
Personalized federated learning (PFL) gives each client in a federation the power to obtain a model tailored to their specific data distribution or task without the client forfeiting the benefits of training in a federated manner. However, the concept of demographic group fairness has not been widely studied in PFL. Further, fairness heterogeneity – when not all clients enforce the same local fairness metric – has not been studied at all. To fill this gap, we propose Fair Hypernetworks (FHN), a personalized federated learning architecture based on hypernetworks that is robust to statistical (e.g., non-IID and unbalanced data) and fairness heterogeneity. We theoretically show that granting clients the ability to independently choose multiple (possibly conflicting) fairness constraints, such as demographic parity or equalized odds, does not break previously proven generalization bounds on hypernetworks used in the federated setting. Additionally, we empirically test FHN against several baselines in multiple fair federated learning settings, and we find t hat F HN outperforms all other federated baselines when handling clients with heterogeneous fairness metrics. We further demonstrate the scalability of FHN to show that minimal degradation to the accuracy and the fairness of the clients occurs when the federation grows in size. Additionally, we empirically validate our theoretical analysis to show FHN generalizes well to new clients. To our knowledge, our FHN architecture is the first to consider tolerance to fairness heterogeneity which gives clients the freedom to personalize the fairness metric enforced during local training.
Alycia N. Carey, Wei Du 0009, Xintao Wu
IEEE Big Data1
2020 A Cancelable Multi-Modal Biometric Based Encryption Scheme for Medical Images
abstract
In this paper, a novel multi-modal biometric based encryption scheme for medical images is proposed. It is based upon the ever-secure Advanced Encryption Standard Cipher Block Chaining (AES-CBC) mode of encryption and Indexing-First One (IFO) hashing for the generation of the secret keys. The proposed system utilizes two biometrics of the user, the iris and the fingerprint, but instead of using the features of the biometrics directly, they are hashed through the IFO process to create a secret key that can be revoked and regenerated in case of a compromise ensuring the security of the users biometrics. The IFO hashes obtained from the biometric feature vectors are then used as two different secret keys in a two round AES-CBC system to encrypt the medical image. The medical image can be decrypted by performing the AES-CBC rounds in reverse with the correct keys, meaning that with high probability, only the correct user will be able to decrypt the image. This encryption technique improves upon many existing medical encryption schemes based on biometrics, which do not take the protection of the biometric template into account. We were able to perform one full key generation, encryption and decryption in.027 seconds. In addition, this processes is lossless, meaning that there is no change in the pixels of the medical image during the encryption or decryption process, which is necessary of a medical image encryption system.
Alycia N. Carey, Justin Zhijun Zhan
IEEE BigData1