English

Beyond Spatial Frequency: Pixel-wise Temporal Frequency-based Deepfake Video Detection

Computer Vision and Pattern Recognition 2025-07-11 v2 Artificial Intelligence

Abstract

We introduce a deepfake video detection approach that exploits pixel-wise temporal inconsistencies, which traditional spatial frequency-based detectors often overlook. Traditional detectors represent temporal information merely by stacking spatial frequency spectra across frames, resulting in the failure to detect temporal artifacts in the pixel plane. Our approach performs a 1D Fourier transform on the time axis for each pixel, extracting features highly sensitive to temporal inconsistencies, especially in areas prone to unnatural movements. To precisely locate regions containing the temporal artifacts, we introduce an attention proposal module trained in an end-to-end manner. Additionally, our joint transformer module effectively integrates pixel-wise temporal frequency features with spatio-temporal context features, expanding the range of detectable forgery artifacts. Our framework represents a significant advancement in deepfake video detection, providing robust performance across diverse and challenging detection scenarios.

Keywords

Cite

@article{arxiv.2507.02398,
  title  = {Beyond Spatial Frequency: Pixel-wise Temporal Frequency-based Deepfake Video Detection},
  author = {Taehoon Kim and Jongwook Choi and Yonghyun Jeong and Haeun Noh and Jaejun Yoo and Seungryul Baek and Jongwon Choi},
  journal= {arXiv preprint arXiv:2507.02398},
  year   = {2025}
}

Comments

accepted by iccv 2025. code is will be available at https://github.com/rama0126/PwTF-DVD

R2 v1 2026-07-01T03:44:30.170Z