English

AltFreezing for More General Video Face Forgery Detection

Computer Vision and Pattern Recognition 2023-07-18 v1

Abstract

Existing face forgery detection models try to discriminate fake images by detecting only spatial artifacts (e.g., generative artifacts, blending) or mainly temporal artifacts (e.g., flickering, discontinuity). They may experience significant performance degradation when facing out-domain artifacts. In this paper, we propose to capture both spatial and temporal artifacts in one model for face forgery detection. A simple idea is to leverage a spatiotemporal model (3D ConvNet). However, we find that it may easily rely on one type of artifact and ignore the other. To address this issue, we present a novel training strategy called AltFreezing for more general face forgery detection. The AltFreezing aims to encourage the model to detect both spatial and temporal artifacts. It divides the weights of a spatiotemporal network into two groups: spatial-related and temporal-related. Then the two groups of weights are alternately frozen during the training process so that the model can learn spatial and temporal features to distinguish real or fake videos. Furthermore, we introduce various video-level data augmentation methods to improve the generalization capability of the forgery detection model. Extensive experiments show that our framework outperforms existing methods in terms of generalization to unseen manipulations and datasets. Code is available at https: //github.com/ZhendongWang6/AltFreezing.

Keywords

Cite

@article{arxiv.2307.08317,
  title  = {AltFreezing for More General Video Face Forgery Detection},
  author = {Zhendong Wang and Jianmin Bao and Wengang Zhou and Weilun Wang and Houqiang Li},
  journal= {arXiv preprint arXiv:2307.08317},
  year   = {2023}
}

Comments

Accepted by CVPR 2023 Highlight, code and models are available at https: //github.com/ZhendongWang6/AltFreezing

R2 v1 2026-06-28T11:32:12.502Z