日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
DeepFake検出arXiv:2609.14437

WAVIE: ウェーブレット拡張視覚中間埋め込みによる軽量で汎用的なDeepFake顔検出

Lightweight Generalized DeepFake Face Detection with WAVIE: Wavelet Augmented Vision Intermediate Embeddings

シェア:XThreadsFacebookLINEはてブBluesky

凍結したCLIPバックボーンの中間特徴にウェーブレット変換を適用し、空間情報と周波数情報を組み合わせることで、未知の偽造手法にも汎化する軽量なDeepFake検出器を提案。

詳しい要約

1. どんなもの?

- 深層学習による顔偽造(DeepFake)検出の汎化性能を高める手法。 - WAVIE (Wavelet Augmented Vision Intermediate Embeddings) というエンドツーエンドアーキテクチャを提案。 - 凍結したCLIPバックボーン上で、空間特徴と周波数特徴を組み合わせる。 - 学習はFaceForensics++のみで行い、未見の操作手法に適用。

2. 先行研究と比べてどこがすごい?

- 既存検出器は学習した偽造手法には強いが、未見のパイプラインでは精度が急落する。 - WAVIEは未見データセットでAUROC 0.852 (Celeb-DF-v1/v2)、0.831 (WildDeepFake)を達成。 - いくつかの最先端汎化ベースラインを上回る。 - 空間と周波数の両ドメインを活用する必要性を示す。

3. 技術・手法の肝は?

- 凍結CLIPバックボーンの中間Transformer埋め込みを軽量学習モジュールで投影。 - 3レベルDaubechies-6 (db6)離散ウェーブレット変換(DWT)を適用。 - 低周波ブランチを洗練し、高周波ブランチを保持。 - 逆DWTで特徴を再構成し、分類を行う。

4. どうやって有効だと検証した?

- FaceForensics++のみで学習し、Celeb-DF-v1、Celeb-DF-v2、WildDeepFake (WDF)で評価。 - フレームレベルでAUROCを報告。 - 広範なアブレーション研究でウェーブレットモジュールと中間特徴集約の重要性を確認。

5. 議論はある?

- 要旨からは不明。

6. 次に読むべき論文は?

- CLIP、FaceForensics++、Celeb-DF-v1、Celeb-DF-v2、WildDeepFake (WDF) などの関連研究。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Arya Pulkit, Aditya Ruhela, Akarshan Kapoor, Arnav Bhavsar

分類: cs.CV, cs.AI

原文アブストラクト

Deepfake detection systems often exhibit significant performance degradation when deployed on unseen manipulation methods, limiting their reliability in real-world multimedia environments. This lack of generalization poses critical challenges for misinformation mitigation, digital forensics, and human-centric AI systems. Existing detectors perform well on the forgery methods they are trained on, but their accuracy drops sharply on unseen pipelines. To bridge this generalization gap, we propose WAVIE (Wavelet Augmented Vision Intermediate Embeddings), an end-to-end architecture that combines complementary spatial and frequency cues on top of a frozen CLIP backbone. WAVIE projects intermediate transformer embeddings through a lightweight learnable module, applies a three-level Daubechies-6 (db6) discrete wavelet transform (DWT), refines the low-frequency branch while preserving the high-frequency branch, reconstructs the feature via inverse DWT, and performs classification. Trained only on FaceForensics++, WAVIE achieves AUROC = 0.852 on Celeb-DF-v1, 0.852 on Celeb-DF-v2 and 0.831 on WildDeepFake (WDF) at the frame level, outperforming several state-of-the-art generalization baselines. Extensive ablation studies confirm the importance of both the wavelet module and the intermediate-feature aggregation for cross-dataset performance, highlighting the necessity of jointly leveraging spatial and frequency domains. These results position WAVIE as a strong baseline for deepfake detection in the wild.