paper-with-me

Papers

Explaining Face Presentation Attack Detection Using Natural Language

2021-11-08 · Hengameh Mirzaalian, Mohamed E. Hussein, Leonidas Spinoulas, Jonathan May, Wael Abd-Almageed

A large number of deep neural network based techniques have been developed to address the challenging problem of face presentation attack detection (PAD). Whereas such techniques' focus has been on improving PAD performance in terms of classification accuracy and robustness against unseen attacks and environmental conditions, there exists little attention on the explainability of PAD predictions. In this paper, we tackle the problem of explaining PAD predictions through natural language. Our approach passes feature representations of a deep layer of the PAD model to a language model to generate text describing the reasoning behind the PAD prediction. Due to the limited amount of annotated data in our study, we apply a light-weight LSTM network as our natural language generation model. We investigate how the quality of the generated explanations is affected by different loss functions, including the commonly used word-wise cross entropy loss, a sentence discriminative loss, and a sentence semantic loss. We perform our experiments using face images from a dataset consisting of 1,105 bona-fide and 924 presentation attack samples. Our quantitative and qualitative results show the effectiveness of our model for generating proper PAD explanations through text as well as the power of the sentence-wise losses. To the best of our knowledge, this is the first introduction of a joint biometrics-NLP task. Our dataset can be obtained through our GitHub page.

📄 PDF Abstract BibTeX arXiv:2111.04862

Code (0)

등록된 구현이 없습니다.

Tasks

Face Presentation Attack DetectionLanguage ModellingSentenceText Generation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Detection of T-shirt Presentation Attacks in Face Recognition Systems

2026-04-21 · Mathias Ibsen, Loris Tim Ide, Christian Rathgeb, Christoph Busch arxiv

Face recognition systems are often used for biometric authentication. Nevertheless, it is known that without any protective measures, face recognition systems are vulnerable to presentation attacks. To tackle this securi…

Face Recognition

Introduction to Presentation Attack Detection in Face Biometrics and Recent Advances

2021-11-23 · Javier Hernandez-Ortega, Julian Fierrez, Aythami Morales, Javier Galbally

The main scope of this chapter is to serve as an introduction to face presentation attack detection, including key resources and advances in the field in the last few years. The next pages present the different presentat…

Face Presentation Attack DetectionFace Recognition

Sample Attackability in Natural Language Adversarial Attacks

2023-06-21 · Vyas Raina, Mark Gales

Adversarial attack research in natural language processing (NLP) has made significant progress in designing powerful attack methods and defence approaches. However, few efforts have sought to identify which source sample…

Adversarial Attack

GEE: A Gradient-based Explainable Variational Autoencoder for Network Anomaly Detection

2019-03-15 · Quoc Phong Nguyen, Kar Wai Lim, Dinil Mon Divakaran, Kian Hsiang Low 외

This paper looks into the problem of detecting network anomalies by analyzing NetFlow records. While many previous works have used statistical models and machine learning techniques in a supervised way, such solutions ha…

Anomaly Detection

Detection of Makeup Presentation Attacks based on Deep Face Representations

2020-06-09 · Christian Rathgeb, Pawel Drozdowski, Christoph Busch

Facial cosmetics have the ability to substantially alter the facial appearance, which can negatively affect the decisions of a face recognition. In addition, it was recently shown that the application of makeup can be ab…

Face RecognitionFacial Makeup TransferGenerative Adversarial Network