# Frequently asked questions

## What is liveness detection?

Liveness detection is a method that identifies if an authentication attempt is by a real human being rather than via a photo, video, or spoofing attack.&#x20;

## What is the difference between active and passive liveness detection?

Active liveness detection refers to methods where the end-user is required to interact with the authentication process in some way.  Typically, this means the person looking to authenticate is required to perform an action, such as blinking, making facial movements, or keystroking. The advantage of active liveness detection lies in the fact that it can make it more difficult and time-consuming for someone to spoof the system.

Conversely, passive liveness detection methods are invisible to the end-user and require no interaction on the part of end-user.  Passive detection is often the preferred option where a frictionless authentication process is required.

## What is biometric authentication?

Biometric authentication is the use of a person’s unique human characteristics for verifying their identity.

## How does facial recognition work?

Facial recognition compares many characteristics of a person’s facial structure, not eye or skin color, against a previously stored model of that person’s facial structure to determine a match.  Facial recognition works because facial structure is significantly different for each person.

## What is facial liveness and how is it used?

Facial liveness, short for facial liveness detection, determines if a face presented to a facial recognition system is that of a live person or a high-resolution photo, cut out photo, 3D mask, or video.&#x20;

Typical liveness techniques include asking the person in front of the camera to blink, smile, move their head a certain way, or move the camera itself in some way, all resulting in time and complexity for detecting liveness.&#x20;

Further, there are known techniques for beating these active liveness methods. Passive facial liveness is the ability to determine liveness without the person’s participation.&#x20;

Facial liveness is a critical step in the process of accurately authenticating a person with facial recognition technology when the facial recognition system is operating without human supervision, such as authentication on a mobile phone.

## What is biometric spoofing?

Biometric spoofing is an attempt to gain access using falsified biometrics to appear as a real person. For example, a voice biometric spoofing attempt may use a recording of the target person’s voice. Or the spoofing attempt may use a computer to synthesize the person speaking a voice biometric passphrase.&#x20;

For facial recognition systems, the spoofing attempt may be a photograph, cut out photo, video screen, or a moving video. Spoofing attempts like these are best combated with voice liveness and passive facial liveness detection technology.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.progeny.tech/frequently-asked-questions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
