Liveness Detection
Liveness detection is a technology that checks whether a biometric sample, such as a face shown to a camera, comes from a real, physically present person rather than a fake like a photo, video, or mask. It is intended to help reduce spoofing attempts during processes like remote identity verification and onboarding. It addresses only the presentation-attack risk and does not by itself confirm that the person is who they claim to be.
Liveness detection is an automated technique in which an algorithm evaluates a captured biometric sample, most commonly a face in a video stream, to determine whether it reflects genuine live human presence or a spoofed/fake representation (for example a printed photo, replayed video, mask, or synthetic media). Implementations may be active (prompting the subject to perform actions) or passive (analyzing intrinsic signals without user interaction), and are typically deployed as a component of a broader identity verification or biometric authentication pipeline used in remote onboarding. Liveness detection targets presentation and replay attacks specifically; it is distinct from biometric matching (verifying identity against a reference template) and does not eliminate fraud on its own, as detection accuracy involves false-accept and false-reject trade-offs that vary by implementation, threat model, and evaluation methodology.
Why it matters
Remote identity verification and digital onboarding remove the in-person context that once made it harder to impersonate someone using a stolen photo or recorded video. When a biometric sample such as a face is captured through a camera, an attacker may attempt a presentation attack by holding up a printed photo, replaying a video, wearing a mask, or submitting synthetic media. Liveness detection is intended to help reduce these spoofing attempts by determining whether the sample reflects a real, physically present person at the time of capture.
Who it's relevant to
Inside Liveness Detection
Common questions
Answers to the questions practitioners most commonly ask about Liveness Detection.