CORE: Consistent Representation Learning for Face Forgery Detection

Abstract

Face manipulation techniques develop rapidly and arouse widespread public concerns. Despite that vanilla convolutional neural networks achieve acceptable performance, they suffer from the overfitting issue. To relieve this issue, there is a trend to introduce some erasing-based augmentations. We find that these methods indeed attempt to implicitly induce more consistent representations for different augmentations via assigning the same label for different augmented images. However, due to the lack of explicit regularization, the consistency between different representations is less satisfactory. Therefore, we constrain the consistency of different representations explicitly and propose a simple yet effective framework, COnsistent REpresentation Learning (CORE). Specifically, we first capture the different representations with different augmentations, then regularize the cosine distance of the representations to enhance the consistency. Extensive experiments (in-dataset and cross-dataset) demonstrate that CORE performs favorably against state-of-the-art face forgery detection methods. Our code is available at https://github.com/niyunsheng/CORE.

Cite

Text

Ni et al. "CORE: Consistent Representation Learning for Face Forgery Detection." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2022. doi:10.1109/CVPRW56347.2022.00011

Markdown

[Ni et al. "CORE: Consistent Representation Learning for Face Forgery Detection." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2022.](https://mlanthology.org/cvprw/2022/ni2022cvprw-core/) doi:10.1109/CVPRW56347.2022.00011

BibTeX

@inproceedings{ni2022cvprw-core,
  title     = {{CORE: Consistent Representation Learning for Face Forgery Detection}},
  author    = {Ni, Yunsheng and Meng, Depu and Yu, Changqian and Quan, Chengbin and Ren, Dongchun and Zhao, Youjian},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2022},
  pages     = {12-21},
  doi       = {10.1109/CVPRW56347.2022.00011},
  url       = {https://mlanthology.org/cvprw/2022/ni2022cvprw-core/}
}