Pith. sign in

REVIEW 4 major objections 5 minor 294 references

Replaying only the artifact-dense regions of a face, not the whole image, reduces memory and improves incremental deepfake detection while also cutting identity leakage from the replay buffer.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · deepseek-v4-flash

2026-08-01 19:40 UTC pith:FV3RYK75

load-bearing objection The core idea is sound and interesting, but the reported SOTA comparisons are not auditable and two ablation tables contain copy errors; treat the numbers as unverified and ask for a re-run. the 4 major comments →

arxiv 2607.16873 v1 pith:FV3RYK75 submitted 2026-07-18 cs.CV

InfoDense: Density-Aware Regional Decisive Replay for Memory-Efficient Incremental Face Forgery Detection

classification cs.CV
keywords incremental face forgery detectionreplay strategycatastrophic forgettingcross-domain generalizationCLIPdecisive patchesmemory-efficient replayprivacy-preserving replay
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper argues that face-forgery replay buffers waste limited memory on redundant whole-face images, and that storing only the artifact-dense regions of each face is enough to preserve the knowledge a detector needs. It proposes InfoDense, a three-stage strategy: it cuts each historical face into fan-shaped segments, scores every patch by its similarity to a forgery-representative CLIP text embedding, and stores the segment that concentrates the most decisive patches while remaining representative in latent space. Stored fragments are later fused onto current-task samples, with deliberate inter-task and intra-task mixing to avoid class and task bias. On two incremental deepfake protocols, InfoDense reports higher average AUC than recent replay baselines, a lower forgetting rate, and near-zero identity-retrieval recall for stored samples. A sympathetic reader will take this as evidence that spatial compression of replay data can simultaneously reduce memory, improve generalization, and mitigate a privacy risk.

Core claim

InfoDense's central claim is that facial forgery evidence is spatially concentrated and center-symmetric, so replaying an entire face is wasteful. The paper retains, for each historical face, only the fan-shaped segment with the largest number of 'decisive patches' — the top-10 CLIP image tokens most similar to a forgery-representative text embedding. Candidate segments are ranked by a weighted sum of cosine similarity to the task's feature centroid (representativeness) and decisive-patch count (information density), and the top-m are stored. At training time, stored segments are pasted onto current-task images with a binary mask, using four real/fake label combinations across tasks plus int

What carries the argument

The carrying mechanism is the 'decisive patch' — a local image region whose CLIP embedding aligns most closely with forgery semantics. Around it, InfoDense builds three operations: InfoDense Cut uses a two-pointer scan over ClockMix fan-shaped segments to find the segment that covers the maximum number of decisive patches; InfoDense Select ranks segments by a weighted combination of latent-space centroid distance and decisive-patch count; InfoDense Fuse reconstructs unbiased training inputs by masking stored segments onto current-task images with inter-task and intra-task mixing. The underlying assumption is that forgery cues are redundant enough across the face that one compact, center-anch

Load-bearing premise

The reported wins over prior methods rest on the assumption that those baselines would fare the same on the CLIP ViT-L/14 backbone under an identical replay-memory budget, which the paper does not itself re-run.

What would settle it

Re-run the leading baselines (e.g., DFIL, SUR-LID) on the same CLIP ViT-L/14 backbone with the same replay-buffer byte budget and sample count; if their average AUC reaches or exceeds InfoDense's, the regional-selection strategy is not the source of the gain. Alternatively, swap the CLIP-similarity decisive-patch scorer for random scores while keeping the same cut-and-fuse pipeline; a non-drop would show density-awareness is not doing the work.

Watch this falsifier — get emailed when new claim-graph text bears on it.

If this is right

  • Under a fixed memory budget, storing 1/n-size segments enables roughly n times more historical samples to be replayed, which should reduce catastrophic forgetting for any replay-based continual detector.
  • Replay selection based on decisive patches steers the model toward intrinsic manipulation cues rather than dataset-specific background, which the paper shows as higher AUC on unseen diffusion and wild datasets.
  • Storing fragments instead of full faces reduces identity-retrieval recall to near zero, turning replay storage into a partial de-identification mechanism.
  • Global lossy compression (JPEG) degrades high-frequency forgery traces, whereas spatial compression preserves original pixels in decisive areas, so the paper's spatial-selection strategy dominates quality-compression at matched storage.
  • The fusion scheme's combination of inter-task and intra-task mixing prevents fusion-boundary shortcuts, as evidenced by the ablation that drops performance when only inter-task fusion is used.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The decisive-patch scoring depends on CLIP's text-image alignment and on the encoder having acquired some forgery awareness from earlier tasks; a natural test is whether using the detector's own attention or a non-CLIP local-artifact score changes the gains, which would separate the density prior from the backbone.
  • The main tables compare InfoDense's CLIP ViT-L/14 results against baselines reproduced from other architectures, so the incremental and cross-domain gaps may shrink if every method is re-run on the same backbone and the same byte budget; a direct re-implementation would settle how much of the gain is the regional-decisive strategy itself.
  • If the facial-redundancy hypothesis is right, similar regional-decisive replay should benefit other continual perception tasks with localized cues (e.g., forgery of documents, medical image artifacts), where full-image replay is also memory-inefficient.
  • The privacy argument is measured only by face-recognition retrieval; membership inference or attribute inference on fused samples could still leak identity, so the de-identification claim is narrower than 'privacy-safe'.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes InfoDense, a replay-based incremental face forgery detection (IFFD) method that stores only compact, forgery-decisive facial regions instead of full images. The pipeline consists of InfoDense Cut (CLIP-based localization of decisive patches and extraction of the fan-shaped segment containing the most such patches), InfoDense Select (ranking candidates by a weighted combination of latent-space representativeness and decisive-patch density), and InfoFuse (reconstructing training inputs by fusing stored segments with current-task samples, including inter-task and intra-task mixing). The authors report state-of-the-art results on a Protocol 1 benchmark: incremental average AUC 90.42 vs. 86.29 for SUR-LID, and cross-dataset average AUC 90.03 vs. 82.61 for GPL, while claiming substantial storage reduction and privacy benefits. The paper also includes ablations on compression strategies, selection strategies, fusion strategies, and storage-performance trade-offs.

Significance. The core idea — that regional decisive replay can reduce memory, increase replay diversity, and simultaneously improve cross-domain generalization — is well-motivated and potentially impactful for continual deepfake detection. The privacy analysis with ArcFace/CosFace retrieval is a useful and notable addition, and the proposed selection criterion in Eq. (4) is concrete and falsifiable. If the empirical claims are confirmed under controlled conditions, InfoDense would be a meaningful step toward memory-efficient and privacy-aware IFFD. However, the central empirical claim is currently not established: the main comparison is not controlled for backbone or replay budget, and the internal ablation tables contain apparent copy errors. These issues are load-bearing and must be addressed before the contribution can be assessed.

major comments (4)
  1. [§3.2, Table 1] The headline comparison is not controlled. Implementation Details (§3.1) state that InfoDense uses a pre-trained CLIP ViT-L/14 backbone, but the table gives no information about the backbone, replay memory budget, or buffer size m for any baseline row. The text claims 'under the same memory budget,' but the budget is never specified. Because the baseline rows are taken from published papers (e.g., DFIL MM'23, SUR-LID CVPR'25) that use different architectures, the reported gains (+4.13 incremental, +7.42 cross-dataset vs. the best baselines) could reflect the stronger backbone or a larger replay count rather than the regional replay strategy. Please re-run all baselines on the same CLIP ViT-L/14 backbone with identical replay storage budget, training epochs, and optimizer, and report the budget explicitly.
  2. [§3.3, Tables 2 and 3] The ablation tables contain apparent copy errors that make the internal evidence unreliable. In Table 2, the Base(DFIL) cross-dataset row (43.36, 88.31, 51.90, 63.87, 61.86) is identical to the L-Bound row of Table 1, not to DFIL's own row in Table 1 (76.53, 84.87, 70.01, 87.03, 79.61). In Table 3, the Random cross-dataset row is identical to the ClockMix row of Table 2 (83.40, 84.56, 73.78, 81.20, 80.58). These inconsistencies prevent the reader from verifying the claimed advantages of density-aware selection over random selection and of InfoDense over the DFIL baseline. Please correct the tables and re-verify all numbers.
  3. [§2.2, Eq. (1)–(4); Appendix 7.2] The decisive-patch scorer (Eq. (1)) and the representativeness term (Eq. (4)) both use the same CLIP-based model f(·, θ_{t-1}) that is being incrementally trained. Appendix 7.2 confirms that the score is only used after the model has learned forgery-awareness from prior tasks, so the replay selection is not independent of the model's current inductive bias. This creates a self-reinforcing loop: the model selects fragments it already considers decisive, which may amplify dataset-specific artifacts rather than intrinsic forgery cues. The cross-domain generalization claim would be substantially strengthened by comparing against an independent localizer (e.g., zero-shot CLIP or a fixed Grad-CAM from a pre-trained backbone) and showing that the gains persist. Please add such an experiment or otherwise control for this effect.
  4. [§3.1, Fig. 4; Appendix 2] The memory-efficiency claim is expressed only as a pixel-compression ratio n, but actual storage cost depends on the image encoding. Appendix 2 proposes a row-array encoding to make storage reduction 'strictly match' n%, but it is not stated whether the experiments in Fig. 4 and Tables 1–4 use this encoding or simply store masked/cropped images. Furthermore, the replay buffer size m is never specified in the main text. To make the efficiency claim auditable, please report actual storage in bytes (or the number of stored fragments per task) and state m for InfoDense and all baselines.
minor comments (5)
  1. [Throughout] The method is called 'InfoDense Fuse' in the abstract and Section 1, but 'InfoFuse' in Section 2.3. Please use one name consistently.
  2. [§3.1, PD definition] The definition PD = M0 − MN is ambiguous: M0 and MN are described as average AUC in the base and final sessions, but it is unclear which datasets are included in these averages. Please define explicitly.
  3. [§3.3, Table 2 caption] Table 2 is captioned 'Ablation study on compression strategies,' but the paragraph 'Impact of Regional Shapes and Patch Selection' refers to Table 2 for CutMix vs. ClockMix and CutMix+PD. Either the table or the paragraph should be retitled to avoid confusion.
  4. [Appendix and text] There are stray '/uni0000...' strings in the manuscript (e.g., after Table 4 and in the appendix figure captions), which appear to be corrupted Unicode/PDF artifacts. These need to be removed in the production version.
  5. [Reproducibility] No statement is provided about code or trained model release. For a paper whose central contribution is an algorithmic pipeline, a code-availability statement would be valuable.

Circularity Check

0 steps flagged

No significant circularity: the central empirical claim is grounded in external benchmark AUCs; the self-referential replay selection and nSeg metric are design-internal, not definitional predictions.

full rationale

The paper's derivation chain is a heuristic replay design (CLIP-based decisive-patch scoring, segment selection by representativeness and decisive-patch count, and fusion), and its headline claims are empirical AUC results on held-out frames and unseen datasets, not quantities that are definitionally equal to the method's inputs. The replay selector uses the same model that is later trained (Eqs. 1 and 4), which creates a self-reinforcing bias, but this does not force the reported test AUC: the model must still generalize to unselected test frames. The nSeg ablation compares the method against its own selection objective, so the finding that InfoDense has higher decisive-patch coverage is partially self-definitional, but the central conclusions are also supported by AUC, making this non-load-bearing. The uncontrolled backbone/memory-budget comparison and the apparent table copy errors are correctness/statistical-validity concerns, not circularity. Hyperparameter choices (K=10, λ=0.5) appear to have been selected using the same Protocol 1 evaluation, which is a test-set-selection risk, but the reported metrics are not fitted parameters renamed as predictions. Applying the prompt's strict standard of exhibiting a definitional reduction, no load-bearing circular step is present.

Axiom & Free-Parameter Ledger

5 free parameters · 4 axioms · 0 invented entities

No new physical entities are introduced. The method adds a learned prompt token and a replay-selection criterion, both fit on the same data/benchmark; the central claim relies on several domain assumptions about facial redundancy, CLIP scoring, and baseline comparability.

free parameters (5)
  • K (number of decisive patches) = 10
    Chosen via sensitivity analysis on Protocol 1 (Appendix Fig. 8) on the same benchmark used for main results; no separate validation split.
  • lambda (representativeness vs. density weight) = 0.5
    Selected via ablation on the evaluation benchmarks (Appendix Table 6); tuned on the same data as the reported results.
  • n (compression ratio / fan angle divisor) = Unspecified for Table 1
    Main results do not state the segment size; Fig. 4 sweeps n, so reported gains may reflect the best n rather than a fixed storage setting.
  • m (replay buffer size in segments) = Unspecified
    Algorithm 1 takes m as input but the main paper never gives its value; storage budget across methods cannot be audited.
  • CLIP learnable prompt token / z_f = Learned via adapter, value not reported
    The forgery-representative text embedding is produced by a trainable prompt and adapter, making it a fitted quantity whose exact form is not given.
axioms (4)
  • domain assumption Facial images contain substantial redundancy: discriminative forgery cues are concentrated in small regions, and the rest is irrelevant for replay.
    This motivates cutting to 1/n segments (Sec. 2.1). It is empirically plausible and partially tested in Fig. 2, but not proven and could fail for some forgery types.
  • domain assumption CLIP cosine similarity between image patches and a text embedding is a valid forgery-decisive score.
    Used in Eq. (1); relies on CLIP text-image alignment and on a separately trained adapter. The paper does not validate the score against ground-truth artifact masks.
  • domain assumption Baseline results in Table 1 are comparable to InfoDense despite possibly different backbones and memory budgets.
    The paper uses CLIP ViT-L/14 and does not state baseline backbones or replay storage. Without this assumption, the SOTA comparison is invalid.
  • domain assumption 'Any inclusion of a fake segment implies the fused sample is fake' is a correct labeling rule.
    Borrowed from ClockMix (a self-citation). If a fake fragment is blended onto a real face, labeling the composite fake may be reasonable but is a modeling choice.

pith-pipeline@v1.3.0-alltime-deepseek · 24179 in / 14582 out tokens · 153344 ms · 2026-08-01T19:40:57.761885+00:00 · methodology

0 comments
read the original abstract

The rapid evolution of face forgery techniques has introduced an increasing variety of manipulations. Incremental Face Forgery Detection (IFFD), which incrementally adds new forgery data to fine-tune previously trained models, has emerged as a promising approach to handle evolving forgery threats. However, conventional replay-based IFFD methods suffer from catastrophic forgetting. Storing full historical images under limited memory often either fails to preserve subtle forgery cues or introduces domain bias, reducing the model's ability to learn intrinsic and transferable manipulation characteristics. In this paper, we propose a Density-Aware Regional Decisive replay strategy, termed InfoDense, to address these challenges. InfoDense prioritizes artifact-dense and forgery-critical regions, significantly reducing storage requirements while maintaining high-fidelity forgery evidence. We first introduce InfoDense Cut to localize decisive patches using CLIP-based embeddings. Then, InfoDense Select ranks candidate segments by combining latent-space representativeness and decisive patch counts, ensuring both diversity and information density in the replay buffer. Finally, InfoDense Fuse reconstructs unbiased training inputs by adaptively merging stored segments with current-task samples, enhancing knowledge retention and generalization. Extensive experiments on challenging incremental deepfake benchmarks demonstrate that InfoDense effectively mitigates catastrophic forgetting while improving cross-domain generalization.

Figures

Figures reproduced from arXiv: 2607.16873 by Baojin Huang, Guangcheng Wang, Hao Shen, Jikang Cheng, Renye Yan, Xueyi Zhang, Zhongyuan Wang.

Figure 1
Figure 1. Figure 1: Intuitive impression of our motivation: replaying [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Performance impression on compressing redundant [PITH_FULL_IMAGE:figures/full_fig_p002_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: The overall pipeline of the proposed InfoDense. We extract informative regional segments via a cut-and-select strategy. [PITH_FULL_IMAGE:figures/full_fig_p003_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Storage-performance Pareto frontier under vary [PITH_FULL_IMAGE:figures/full_fig_p006_4.png] view at source ↗
Figure 6
Figure 6. Figure 6: Quantitative analysis of identity privacy protection. Top-1 and Top-3 recall rates denote the probability of retrieving [PITH_FULL_IMAGE:figures/full_fig_p007_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Performance comparison strictly aligned by the replay buffer [PITH_FULL_IMAGE:figures/full_fig_p013_7.png] view at source ↗
Figure 9
Figure 9. Figure 9: Robustness evaluation against test-time common image degradations across five progressive severity levels. [PITH_FULL_IMAGE:figures/full_fig_p013_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: Visualization of InfoDense extraction. From left [PITH_FULL_IMAGE:figures/full_fig_p013_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: AA/AF results. 7.9 Privacy Analysis of Fused Training Samples Although InfoDense stores only fragmented facial regions, InfoFuse reconstructs complete training samples by com￾bining historical fragments with current-task images. We therefore further examine whether these fused samples re￾veal the identities of their source faces. Specifically, we use ArcFace and CosFace to retrieve the corresponding origi… view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

294 extracted references · 27 linked inside Pith

  1. [1]

    Bousselham, W.; Boggust, A.; Chaybouti, S.; Strobelt, H.; and Kuehne, H. 2025. Legrad: An explainability method for vision transformers via feature formation sensitivity. In Proceedings of the IEEE/CVF International Conference on Computer Vision, 20336--20345

  2. [2]

    I.; Khvedchenya, E.; Parinov, A.; Druzhinin, M.; and Kalinin, A

    Buslaev, A.; Iglovikov, V. I.; Khvedchenya, E.; Parinov, A.; Druzhinin, M.; and Kalinin, A. A. 2020. Albumentations: fast and flexible image augmentations. Information, 11(2): 125

  3. [3]

    Cao, J.; Ma, C.; Yao, T.; Chen, S.; Ding, S.; and Yang, X. 2022. End-to-End Reconstruction-Classification Learning for Face Forgery Detection. In IEEE Conference on Computer Vision and Pattern Recognition, 4113--4122

  4. [4]

    Chattopadhay, A.; Sarkar, A.; Howlader, P.; and Balasubramanian, V. N. 2018. Grad-cam++: Generalized gradient-based visual explanations for deep convolutional networks. In 2018 IEEE winter conference on applications of computer vision (WACV), 839--847. IEEE

  5. [5]

    Chefer, H.; Gur, S.; and Wolf, L. 2021. Transformer interpretability beyond attention visualization. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 782--791

  6. [6]

    Chen, L.; Zhang, Y.; Song, Y.; Liu, L.; and Wang, J. 2022. Self-supervised learning of adversarial example: Towards good generalizations for deepfake detection. In IEEE Conference on Computer Vision and Pattern Recognition, 18710--18719

  7. [7]

    Chen, S.; Yao, T.; Chen, Y.; Ding, S.; Li, J.; and Ji, R. 2021. Local relation learning for face forgery detection. In AAAI Conference on Artificial Intelligence, volume 35, 1081--1088

  8. [9]

    Cheng, J.; Yan, Z.; Zhang, Y.; Hao, L.; Ai, J.; Zou, Q.; Li, C.; and Wang, Z. 2025 a . Stacking brick by brick: Aligned feature isolation for incremental face forgery detection. In IEEE Conference on Computer Vision and Pattern Recognition, 13927--13936

  9. [10]

    Cheng, J.; Yan, Z.; Zhang, Y.; Luo, Y.; Wang, Z.; and Li, C. 2024. Can we leave deepfake data behind in training deepfake detector? Advances in Neural Information Processing Systems, 37: 21979--21998

  10. [11]

    Cheng, J.; Zhang, Y.; Zou, Q.; Yan, Z.; Liang, C.; Wang, Z.; and Li, C. 2025 b . Ed ˆ4: Explicit data-level debiasing for deepfake detection. IEEE Transactions on Image Processing

  11. [12]

    Cui, X.; Li, Y.; Luo, A.; Zhou, J.; and Dong, J. 2025 a . Forensics Adapter: Adapting CLIP for Generalizable Face Forgery Detection. In IEEE/CVF Conference on Computer Vision and Pattern Recognition, 19207--19217

  12. [13]

    Cui, X.; Li, Y.; Luo, A.; Zhou, J.; and Dong, J. 2025 b . Forensics adapter: Adapting clip for generalizable face forgery detection. In IEEE Conference on Computer Vision and Pattern Recognition Conference, 19207--19217

  13. [14]

    Deng, J.; Guo, J.; Xue, N.; and Zafeiriou, S. 2019. Arcface: Additive angular margin loss for deep face recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 4690--4699

  14. [16]

    Dong, S.; Wang, J.; Ji, R.; Liang, J.; Fan, H.; and Ge, Z. 2023. Implicit identity leakage: The stumbling block to improving deepfake detection generalization. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 3994--4004

  15. [17]

    Guo, J.; Zhu, X.; Zhao, C.; Cao, D.; Lei, Z.; and Li, S. Z. 2020. Learning meta face recognition in unseen domains. In IEEE Conference on Computer Vision and Pattern Recognition, 6163--6172

  16. [18]

    Huang, B.; Wang, Z.; Yang, J.; Ai, J.; Zou, Q.; Wang, Q.; and Ye, D. 2023. Implicit Identity Driven Deepfake Face Swapping Detection. In IEEE Conference on Computer Vision and Pattern Recognition, 4490--4499

  17. [19]

    A.; and Afghah, F

    Kashiani, H.; Talemi, N. A.; and Afghah, F. 2025. Freqdebias: Towards generalizable deepfake detection via consistency-driven frequency debiasing. In IEEE Conference on Computer Vision and Pattern Recognition, 8775--8785. IEEE

  18. [20]

    Kim, M.; Tariq, S.; and Woo, S. S. 2021. Cored: Generalizing fake media detection with continual representation using distillation. In ACM International Conference on Multimedia, 337--346

  19. [21]

    Li, L.; Bao, J.; Zhang, T.; Yang, H.; Chen, D.; Wen, F.; and Guo, B. 2020 a . Face x-ray for more general face forgery detection. In IEEE Conference on Computer Vision and Pattern Recognition, 5001--5010

  20. [22]

    Li, Y.; Chang, M.-C.; and Lyu, S. 2018. In ictu oculi: Exposing ai created fake videos by detecting eye blinking. In IEEE International Workshop on Information Forensics and Security, 1--7

  21. [23]

    Li, Y.; Yang, X.; Sun, P.; Qi, H.; and Lyu, S. 2020 b . Celeb-df: A large-scale challenging dataset for deepfake forensics. In IEEE Conference on Computer Vision and Pattern Recognition, 3207--3216

  22. [24]

    Li, Z.; and Hoiem, D. 2017. Learning without forgetting. IEEE Transactions on Pattern Analysis and Machine Intelligence, 40(12): 2935--2947

  23. [25]

    Liang, J.; Shi, H.; and Deng, W. 2022. Exploring disentangled content information for face forgery detection. In European Conference on Computer Vision, 128--145. Springer

  24. [26]

    Luo, Z.; Liu, Y.; Schiele, B.; and Sun, Q. 2023. Class-incremental exemplar compression for class-incremental learning. In IEEE Conference on Computer Vision and Pattern Recognition, 11371--11380

  25. [28]

    R.; and Andrew Gully, J

    Nick Dufour, G. R.; and Andrew Gully, J. 2019. Deep Fake Detection Dataset. https://ai.googleblog.com/2019/09/contributing-data-to-deepfake-detection.html

  26. [29]

    Pan, K.; Yin, Y.; Wei, Y.; Lin, F.; Ba, Z.; Liu, Z.; Wang, Z.; Cavallaro, L.; and Ren, K. 2023. Dfil: Deepfake incremental learning by exploiting domain-invariant forgery clues. In ACM International Conference on Multimedia, 8035--8046

  27. [30]

    Qian, Y.; Yin, G.; Sheng, L.; Chen, Z.; and Shao, J. 2020. Thinking in frequency: Face forgery detection by mining frequency-aware clues. In European Conference on Computer Vision, 86--103. Springer

  28. [31]

    W.; Hallacy, C.; Ramesh, A.; Goh, G.; Agarwal, S.; Sastry, G.; Askell, A.; Mishkin, P.; Clark, J.; et al

    Radford, A.; Kim, J. W.; Hallacy, C.; Ramesh, A.; Goh, G.; Agarwal, S.; Sastry, G.; Askell, A.; Mishkin, P.; Clark, J.; et al. 2021. Learning transferable visual models from natural language supervision. In International conference on machine learning, 8748--8763. PMLR

  29. [32]

    Rebuffi, S.-A.; Kolesnikov, A.; Sperl, G.; and Lampert, C. H. 2017. icarl: Incremental classifier and representation learning. In IEEE Conference on Computer Vision and Pattern Recognition, 2001--2010

  30. [33]

    Rossler, A.; Cozzolino, D.; Verdoliva, L.; Riess, C.; Thies, J.; and Nie ner, M. 2019. Faceforensics++: Learning to detect manipulated facial images. In IEEE International Conference on Computer Vision, 1--11

  31. [34]

    R.; Cogswell, M.; Das, A.; Vedantam, R.; Parikh, D.; and Batra, D

    Selvaraju, R. R.; Cogswell, M.; Das, A.; Vedantam, R.; Parikh, D.; and Batra, D. 2017. Grad-cam: Visual explanations from deep networks via gradient-based localization. In Proceedings of the IEEE international conference on computer vision, 618--626

  32. [35]

    Shiohara, K.; and Yamasaki, T. 2022. Detecting deepfakes with self-blended images. In IEEE Conference on Computer Vision and Pattern Recognition, 18720--18729

  33. [36]

    Sun, K.; Chen, S.; Yao, T.; Sun, X.; Ding, S.; and Ji, R. 2025. Continual face forgery detection via historical distribution preserving. International Journal of Computer Vision, 133(3): 1067--1084

  34. [37]

    Sun, K.; Yao, T.; Chen, S.; Ding, S.; Li, J.; and Ji, R. 2022. Dual contrastive learning for general face forgery detection. In AAAI Conference on Artificial Intelligence, volume 36, 2316--2324

  35. [38]

    Tian, J.; Yu, C.; Wang, X.; Chen, P.; Xiao, Z.; Han, J.; and Chai, Y. 2024. Dynamic mixed-prototype model for incremental deepfake detection. In ACM International Conference on Multimedia, 8129--8138

  36. [39]

    Wang, C.; and Deng, W. 2021. Representative forgery mining for fake face detection. In IEEE Conference on Computer Vision and Pattern Recognition, 14923--14932

  37. [40]

    Wang, H.; Wang, Y.; Zhou, Z.; Ji, X.; Gong, D.; Zhou, J.; Li, Z.; and Liu, W. 2018. CosFace: Large Margin Cosine Loss for Deep Face Recognition. In IEEE Conference on Computer Vision and Pattern Recognition, 5265--5274

  38. [42]

    Yan, S.; Xie, J.; and He, X. 2021. Der: Dynamically expandable representation for class incremental learning. In IEEE Conference on Computer Vision and Pattern Recognition, 3014--3023

  39. [43]

    Yan, Z.; Luo, Y.; Lyu, S.; Liu, Q.; and Wu, B. 2024 a . Transcending forgery specificity with latent space augmentation for generalizable deepfake detection. In IEEE Conference on Computer Vision and Pattern Recognition, 8984--8994

  40. [44]

    Yan, Z.; Wang, J.; Jin, P.; Zhang, K.-Y.; Liu, C.; Chen, S.; Yao, T.; Ding, S.; Wu, B.; and Yuan, L. 2025 a . Orthogonal Subspace Decomposition for Generalizable AI-Generated Image Detection. In International Conference on Machine Learning, 70268--70288

  41. [45]

    Yan, Z.; Wang, J.; Wang, Z.; Jin, P.; Zhang, K.-Y.; Chen, S.; Yao, T.; Ding, S.; Wu, B.; and Yuan, L. 2025 b . Effort: Efficient orthogonal modeling for generalizable ai-generated image detection. In International Conference on Machine Learning

  42. [47]

    Yan, Z.; Zhang, Y.; Fan, Y.; and Wu, B. 2023 a . UCF: Uncovering Common Features for Generalizable Deepfake Detection. In IEEE International Conference on Computer Vision, 22412--22423

  43. [49]

    Zhang, X.; Zhu, P.; Zhang, C.; Yan, Z.; Cheng, J.; Lao, M.; Cai, S.; and Guo, Y. 2025. Generalization-Preserved Learning: Closing the Backdoor to Catastrophic Forgetting in Continual Deepfake Detection. In Proceedings of the IEEE/CVF International Conference on Computer Vision, 3798--3808

  44. [50]

    Zhao, H.; Zhou, W.; Chen, D.; Wei, T.; Zhang, W.; and Yu, N. 2021. Multi-attentional deepfake detection. In IEEE Conference on Computer Vision and Pattern Recognition, 2185--2194

  45. [51]

    Zhou, Y.; He, X.; Lin, K.; Fan, B.; Ding, F.; and Li, B. 2026. Simplicity Prevails: The Emergence of Generalizable AIGI Detection in Visual Foundation Models. arXiv preprint arXiv:2602.01738

  46. [52]

    Zi, B.; Chang, M.; Chen, J.; Ma, X.; and Jiang, Y.-G. 2020. Wilddeepfake: A challenging real-world dataset for deepfake detection. In ACM International Conference on Multimedia, 2382--2390

  47. [53]

    FirstName LastName , title =

  48. [54]

    FirstName Alpher , title =

  49. [55]

    Journal of Foo , volume = 13, number = 1, pages =

    FirstName Alpher and FirstName Fotheringham-Smythe , title =. Journal of Foo , volume = 13, number = 1, pages =

  50. [56]

    Journal of Foo , volume = 14, number = 1, pages =

    FirstName Alpher and FirstName Fotheringham-Smythe and FirstName Gamow , title =. Journal of Foo , volume = 14, number = 1, pages =

  51. [57]

    IEEE Conference on Computer Vision and Pattern Recognition , pages =

    FirstName Alpher and FirstName Gamow , title =. IEEE Conference on Computer Vision and Pattern Recognition , pages =

  52. [58]

    ACM SIGGRAPH 2008 papers , pages=

    Face swapping: automatically replacing faces in photographs , author=. ACM SIGGRAPH 2008 papers , pages=

  53. [59]

    IEEE International Conference on Computer Vision , pages=

    Fast face-swap using convolutional neural networks , author=. IEEE International Conference on Computer Vision , pages=

  54. [60]

    IEEE International Conference on Computer Vision , pages=

    Everybody dance now , author=. IEEE International Conference on Computer Vision , pages=

  55. [61]

    Acm Transactions on Graphics , volume=

    Deferred neural rendering: Image synthesis using neural textures , author=. Acm Transactions on Graphics , volume=. 2019 , publisher=

  56. [62]

    IEEE Conference on Computer Vision and Pattern Recognition , pages=

    High-fidelity and arbitrary face editing , author=. IEEE Conference on Computer Vision and Pattern Recognition , pages=

  57. [63]

    IEEE International Workshop on Information Forensics and Security , pages=

    Mesonet: a compact facial video forgery detection network , author=. IEEE International Workshop on Information Forensics and Security , pages=

  58. [64]

    IEEE Conference on Computer Vision and Pattern Recognition , pages=

    On the detection of digital face manipulation , author=. IEEE Conference on Computer Vision and Pattern Recognition , pages=

  59. [65]

    IEEE International Conference on Acoustics, Speech and Signal Processing , pages=

    Capsule-forensics: Using capsule networks to detect forged images and videos , author=. IEEE International Conference on Acoustics, Speech and Signal Processing , pages=

  60. [66]

    IEEE International Conference on Computer Vision , pages=

    Faceforensics++: Learning to detect manipulated facial images , author=. IEEE International Conference on Computer Vision , pages=

  61. [67]

    AAAI Conference on Artificial Intelligence , volume=

    Exploiting fine-grained face forgery clues via progressive enhancement learning , author=. AAAI Conference on Artificial Intelligence , volume=

  62. [68]

    AAAI Conference on Artificial Intelligence , volume=

    F ^3 Net: fusion, feedback and focus for salient object detection , author=. AAAI Conference on Artificial Intelligence , volume=

  63. [69]

    IEEE Conference on Computer Vision and Pattern Recognition , pages=

    ArcFace: Additive Angular Margin Loss for Deep Face Recognition , author=. IEEE Conference on Computer Vision and Pattern Recognition , pages=

  64. [70]

    IEEE Conference on Computer Vision and Pattern Recognition , pages=

    CosFace: Large Margin Cosine Loss for Deep Face Recognition , author=. IEEE Conference on Computer Vision and Pattern Recognition , pages=

  65. [71]

    IEEE Conference on Computer Vision and Pattern Recognition , pages=

    Curricularface: adaptive curriculum learning loss for deep face recognition , author=. IEEE Conference on Computer Vision and Pattern Recognition , pages=

  66. [72]

    DeepFakes , author =

  67. [73]

    IEEE Conference on Computer Vision and Pattern Recognition , pages=

    Face2face: Real-time face capture and reenactment of rgb videos , author=. IEEE Conference on Computer Vision and Pattern Recognition , pages=

  68. [74]

    Asian Conference on Computer Vision , pages=

    Fsnet: An identity-aware generative model for image-based face swapping , author=. Asian Conference on Computer Vision , pages=. 2018 , organization=

  69. [75]

    arXiv 2018 , author=

    Rsgan: Face swapping and editing using face and hair representation in latent spaces. arXiv 2018 , author=

  70. [76]

    IEEE Conference on Computer Vision and Pattern Recognition , pages=

    Towards open-set identity preserving face synthesis , author=. IEEE Conference on Computer Vision and Pattern Recognition , pages=

  71. [77]

    IEEE International Conference on Computer Vision , pages=

    Fsgan: Subject agnostic face swapping and reenactment , author=. IEEE International Conference on Computer Vision , pages=

  72. [78]

    arXiv preprint arXiv:1912.13457 , year=

    Faceshifter: Towards high fidelity and occlusion aware face swapping , author=. arXiv preprint arXiv:1912.13457 , year=

  73. [79]

    ACM International Conference on Multimedia , pages=

    Simswap: An efficient framework for high fidelity face swapping , author=. ACM International Conference on Multimedia , pages=

  74. [80]

    IEEE Conference on Computer Vision and Pattern Recognition , pages=

    Information bottleneck disentanglement for identity swapping , author=. IEEE Conference on Computer Vision and Pattern Recognition , pages=

  75. [81]

    ACM International Conference on Multimedia , pages=

    Spatiotemporal inconsistency learning for deepfake video detection , author=. ACM International Conference on Multimedia , pages=

  76. [82]

    European Conference on Computer Vision , pages=

    Two-branch recurrent network for isolating deepfakes in videos , author=. European Conference on Computer Vision , pages=. 2020 , organization=

  77. [83]

    IEEE International Conference on Biometrics Theory, Applications and Systems , pages=

    Multi-task learning for detecting and segmenting manipulated facial images and videos , author=. IEEE International Conference on Biometrics Theory, Applications and Systems , pages=

  78. [84]

    AAAI Conference on Artificial Intelligence , volume=

    Dual contrastive learning for general face forgery detection , author=. AAAI Conference on Artificial Intelligence , volume=

  79. [85]

    ACM International Conference on Multimedia , pages=

    Wilddeepfake: A challenging real-world dataset for deepfake detection , author=. ACM International Conference on Multimedia , pages=

  80. [86]

    arXiv preprint arXiv:1409.1556 , year=

    Very deep convolutional networks for large-scale image recognition , author=. arXiv preprint arXiv:1409.1556 , year=

Showing first 80 references.