CVNov 19, 2020

Face Forgery Detection by 3D Decomposition

arXiv:2011.09737v1127 citations
AI Analysis

This work provides an incremental improvement in face forgery detection for the general public, aiming to counter the harms of fake media.

This paper addresses the challenge of detecting subtle digital face manipulations by decomposing face images into 3D geometry, lighting, and texture components. They found that direct light and identity texture are key indicators of forgery, leading to a new method that achieves state-of-the-art performance.

Detecting digital face manipulation has attracted extensive attention due to fake media's potential harms to the public. However, recent advances have been able to reduce the forgery signals to a low magnitude. Decomposition, which reversibly decomposes an image into several constituent elements, is a promising way to highlight the hidden forgery details. In this paper, we consider a face image as the production of the intervention of the underlying 3D geometry and the lighting environment, and decompose it in a computer graphics view. Specifically, by disentangling the face image into 3D shape, common texture, identity texture, ambient light, and direct light, we find the devil lies in the direct light and the identity texture. Based on this observation, we propose to utilize facial detail, which is the combination of direct light and identity texture, as the clue to detect the subtle forgery patterns. Besides, we highlight the manipulated region with a supervised attention mechanism and introduce a two-stream structure to exploit both face image and facial detail together as a multi-modality task. Extensive experiments indicate the effectiveness of the extra features extracted from the facial detail, and our method achieves the state-of-the-art performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes