paper-with-me

홈 › Papers

A secure and private ensemble matcher using multi-vault obfuscated templates

2024-04-08 · Babak Poorebrahim Gilkalaye, Shubhabrata Mukherjee, Reza Derakhshani

Generative AI has revolutionized modern machine learning by providing unprecedented realism, diversity, and efficiency in data generation. This technology holds immense potential for biometrics, including for securing sensitive and personally identifiable information. Given the irrevocability of biometric samples and mounting privacy concerns, biometric template security and secure matching are among the most sought-after features of modern biometric systems. This paper proposes a novel obfuscation method using Generative AI to enhance biometric template security. Our approach utilizes synthetic facial images generated by a Generative Adversarial Network (GAN) as "random chaff points" within a secure vault system. Our method creates n sub-templates from the original template, each obfuscated with m GAN chaff points. During verification, s closest vectors to the biometric query are retrieved from each vault and combined to generate hash values, which are then compared with the stored hash value. Thus, our method safeguards user identities during the training and deployment phases by employing the GAN-generated synthetic images. Our protocol was tested using the AT&T, GT, and LFW face datasets, achieving ROC areas under the curve of 0.99, 0.99, and 0.90, respectively. Our results demonstrate that the proposed method can maintain high accuracy and reasonable computational complexity comparable to those unprotected template methods while significantly enhancing security and privacy, underscoring the potential of Generative AI in developing proactive defensive strategies for biometric systems.

📄 PDF Abstract BibTeX arXiv:2404.05205

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial Network

Similar Papers 제목 키워드 기반

Graph in the Vault: Protecting Edge GNN Inference with Trusted Execution Environment

2025-02-20 · Ruyi Ding, Tianhong Xu, Aidong Adam Ding, Yunsi Fei

Wide deployment of machine learning models on edge devices has rendered the model intellectual property (IP) and data privacy vulnerable. We propose GNNVault, the first secure Graph Neural Network (GNN) deployment strate…

Graph Neural Network

Offline Signature-Based Fuzzy Vault (OSFV: Review and New Results

2014-08-18 · George S. Eskander, Robert Sabourin, Eric Granger

An offline signature-based fuzzy vault (OSFV) is a bio-cryptographic implementation that uses handwritten signature images as biometrics instead of traditional passwords to secure private cryptographic keys. Having a rel…

VaultGemma: A Differentially Private Gemma Model

2025-10-15 · Amer Sinha, Thomas Mesnard, Ryan McKenna, Daogao Liu 외 arxiv

We introduce VaultGemma 1B, a 1 billion parameter model within the Gemma family, fully trained with differential privacy. Pretrained on the identical data mixture used for the Gemma 2 series, VaultGemma 1B represents a s…

The Open Vault Challenge -- Learning how to build calibration-free interactive systems by cracking the code of a vault

2019-06-06 · Jonathan Grizou

This demo takes the form of a challenge to the IJCAI community. A physical vault, secured by a 4-digit code, will be placed in the demo area. The author will publicly open the vault by entering the code on a touch-based …

VAULT: Vigilant Adversarial Updates via LLM-Driven Retrieval-Augmented Generation for NLI

2025-08-01 · Roie Kazoom, Ofir Cohen, Rami Puzis, Asaf Shabtai 외 arxiv

We introduce VAULT, a fully automated adversarial RAG pipeline that systematically uncovers and remedies weaknesses in NLI models through three stages: retrieval, adversarial generation, and iterative retraining. First, …