paper-with-me

홈 › Papers

Privacy Vulnerabilities of Attention Layers in Tabular Foundation Models and Protection of High-Risk Queries

2026-06-24 · Tânia Carvalho, Maxime Cordy arxiv

Tabular foundation models are commonly assumed to present limited privacy concerns as they are often pre-trained on large collections of synthetic data. However, these models leverage in-context learning, where sensitive records may be provided directly at inference time as labelled context examples. In this paper, we demonstrate that predictions generated via the attention mechanism leak sufficient information to enable effective Membership Inference Attacks (MIAs). To highlight this vulnerability, we propose AMIA (Attention-based Membership Inference Attack), a shadow-model-free attack that exploits the concentration of transformer attention patterns. Our results show that attention mechanisms reveal strong membership signals, which exceed classical confidence-based attacks, achieving an average gain of 7.7\%, specially in low false-positive regimes. To mitigate this risk, we introduce an inference-time defence inspired by $k$-anonymity principles. This approach reduces the uniqueness of context-key representations without introducing random noise or retraining the model. By targeting only high-risk queries identified through AMIA scores, the defence substantially reduces membership leakage of this attack by an average of 50\% and 25\% against confidence-based attacks, while preserving predictive utility with only 3.9\% performance degradation. Beyond showing that context examples are vulnerable, we further demonstrate that fine-tuning introduces an additional source of privacy risk. In particular, samples whose prediction confidence increases after fine-tuning become more susceptible to MIAs, indicating that fine-tuning can amplify memorisation and expose sensitive training information through confidence shifts.

📄 PDF Abstract BibTeX arXiv:2606.26021

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tydra: An Efficient Hybrid Model for Tabular Data

2026-08-21 · Mieszko Komisarczyk, Saurabh Mathur, Maurice Kraus, Sriraam Natarajan 외 arxiv

Transformer-based tabular foundation models such as TabPFN achieve strong predictive performance but incur quadratic computational cost with context length. On the other hand, subquadratic SSM-based alternatives such as …

Tabular foundation model to detect empathy from visual cues

2025-04-15 · Md Rakibul Hasan, Shafin Rahman, Md Zakir Hossain, Aneesh Krishna 외

Detecting empathy from video interactions is an emerging area of research. Video datasets, however, are often released as extracted features (i.e., tabular data) rather than raw footage due to privacy and ethical concern…

In-Context Learning

HARMONIC: Harnessing LLMs for Tabular Data Synthesis and Privacy Protection

2024-08-06 · Yuxin Wang, Duanyu Feng, Yongfu Dai, Zhengyu Chen 외

Data serves as the fundamental foundation for advancing deep learning, particularly tabular data presented in a structured format, which is highly conducive to modeling. However, even in the era of LLM, obtaining tabular…

Privacy PreservingSynthetic Data GenerationTabular Data Generation

Finding Connections: Membership Inference Attacks for the Multi-Table Synthetic Data Setting

2026-02-06 · Joshua Ward, Chi-Hua Wang, Guang Cheng arxiv

Synthetic tabular data has gained attention for enabling privacy-preserving data sharing. While substantial progress has been made in single-table synthetic generation where data are modeled at the row or item level, mos…

Adversarial Attack

Cutting Through Privacy: A Hyperplane-Based Data Reconstruction Attack in Federated Learning

2025-05-15 · Francesco Diana, André Nusser, Chuan Xu, Giovanni Neglia

Federated Learning (FL) enables collaborative training of machine learning models across distributed clients without sharing raw data, ostensibly preserving data privacy. Nevertheless, recent studies have revealed critic…

Federated LearningReconstruction Attack