Pith. sign in

REVIEW 4 major objections 6 minor 56 references

V-FIND: Revealing the Intrinsic Forgery Knowledge Encoded in Video Forgery Detectors

T0 review · 4 major / 6 minor · reviewed 2026-08-08 · deepseek-v4-flash

Pith's one-line read A video forgery detector's real-versus-fake knowledge lives in a sparse set of neurons, and a frozen backbone plus a 211-neuron linear readout can match or beat full retraining.

desk verdict Sparse frozen-neuron forensic subspace is a real, well-controlled finding, but the headline Magic numbers are selected on the test set and need a clean re-run. read the letter →

arxiv 2608.03008 v1 pith:IWNY6AOM submitted 2026-08-04 cs.CV cs.AI

classification cs.CVcs.AI
keywords videoforgerydetectionAI-generatedneuroninterpretabilitysparseforensicsubspacelatentanchorneuronsfrozen-backbonereadoutlayerlocalizationfunctionalspecificity
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

This paper argues that a video forgery detector's ability to tell real videos from AI-generated ones is not spread evenly across its many millions of parameters. Instead, that ability is concentrated in a small set of specialized neurons. The authors propose a two-stage discovery procedure, V-FIND, that first picks out the layers where real and fake videos diverge most and then scores individual neurons by how consistently their responses separate the two classes. With the detector's backbone frozen and only a linear classifier trained on the responses of 211 such "latent anchor neurons," the resulting lightweight readout matches or beats much larger, fully retrained detectors on three external benchmarks. If this is right, detecting AI-generated video can become cheaper, more interpretable, and more adaptable to new generators.

What carries the argument

The load-bearing object is the latent anchor neuron (LAN): an individual latent unit in a critical layer, scored by the product of its activation magnitude and its linear-probe weight, $r_n(x)=|a_n(x)|\,|w_n|$, and selected when its real–fake separation effect size $d_n = |\mu_{\mathrm{fake}}-\mu_{\mathrm{real}}|/(\sigma_{\mathrm{pool}}+\epsilon)$ exceeds a threshold. Layer localization precedes this using the intersection $L^* = L_{\mathrm{sep}} \cap L_{\mathrm{shift}}$ of a directional-separation signal and a normalized centroid-shift signal, which narrows the search from all 32 layers to a few late layers. The selected LAN activations are concatenated into a compact forensic subspace $h_S(x) = [a_n(x)]_{n\in S}$, and a linear classifier trained on this subspace performs the detection while the backbone stays frozen. This construction is what lets the paper attribute performance to specific internal neurons rather than to feature dimensionality.

What would settle it

Zero out the 211 reported LAN activations in the frozen detector (or swap them with activations from real videos) and measure the shift in the detector's real–fake logits: the paper reports large directional shifts and label-flip rates for these neurons, so a replication that finds no larger effect than random same-budget neurons would refute the functional-specialization claim.

Watch

Extended reading notes

Core claim

The paper's central claim is that forgery-discriminative knowledge inside a video forgery detector is localized: a sparse set of latent units, not the full representation space, carries the real-versus-fake signal. V-FIND operationalizes this by computing two layer-wise discrepancy measures (directional separation of class centroids and variance-normalized centroid shift), intersecting the layers they flag, then training a linear probe inside those layers and ranking neurons by an effect size that compares the mean response gap between real and fake videos to pooled within-class variation. Retaining the 211 neurons with the largest effect sizes in layers 28–30 of a frozen Qwen2.5-ViT detector and fitting only a linear readout yields 89.37 mean accuracy and 96.92 mean average precision on Magic Videos, 96.85 accuracy and 99.31 average precision on MovieGen, and 98.2 AUC on DVF, competitive with or better than full-model baselines quoted from prior work. Activation-swap interventions on the selected neurons move the detector's decisions far more than same-budget random neurons, which the paper takes as direct evidence that these neurons are functionally specialized for forgery detection.

Load-bearing premise

The central claim stands on the assumption that the neurons selected by the probe-based effect-size score genuinely carry forgery-discriminative signal and that the quoted baseline numbers were produced under the same evaluation protocol; if either fails, the reported gains could be artifacts rather than evidence of a sparse forensic subspace.

Editorial extensions

If this is right

  • A released detector can be adapted to a new video generator by discovering and reading out its sparse forensic neurons, without touching the backbone's weights.
  • Detection with 211 activations needs very little training data: performance is already strong with a few hundred discovery videos and stabilizes around 2,400 samples.
  • Because only a few neurons drive the decision, the detector's reasoning becomes inspectable: response maps show the neurons firing on textures, boundaries, and repeated structures in fake videos.
  • The discovery procedure transfers across architectures, improving mean accuracy on VINA and X-CLIP backbones by 7.6 to 14.9 points, so sparse forensic knowledge is not unique to one model family.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A natural extension the paper leaves open: if LAN locations are stable across training runs and checkpoints, one could build a reusable neuron atlas so that new detectors inherit known forensic neurons instead of rediscovering them, but the paper explicitly notes intra-family consistency is not yet established.
  • The same neuron-scoring machinery could be pointed at finer questions than real-versus-fake, such as which generator produced a video; nothing in the method restricts it to binary classes.
  • Because the readout is linear, the detection boundary can be inspected coordinate-by-coordinate, which could support auditability requirements for AI-content detectors in deployment.
  • A testable extension: run V-FIND on a detector trained only on face-manipulation deepfakes and compare the localized layers to those found here; overlap would suggest a common forensic substrate across manipulation types, while disjoint layers would imply separate mechanisms.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

4 major / 6 minor

Summary. The paper proposes V-FIND, a framework that claims to uncover sparse, functionally specialized "latent anchor neurons" (LANs) within a frozen video forgery detector (Qwen2.5-ViT), localizing critical layers via two complementary discrepancy signals, selecting neurons via a probe-based effect-size threshold, and training only a linear classifier on the selected LAN activations. The main empirical claims are that this sparse readout achieves 89.37 mACC / 96.92 mAP on Magic Videos, 96.85 ACC / 99.31 AP on MovieGen, and 98.2 AUC on DVF, matching or exceeding full retrained detectors, and that neuron intervention experiments demonstrate functional specificity. The manuscript includes layer/neuron ablations, fixed-budget controls, cross-architecture validation, and an appendix with formal definitions and a theoretical interpretation.

Significance. If the central claim holds, the paper would make a useful contribution by showing that video forgery detectors contain sparse, extractable, and reusable discriminative knowledge, which challenges the uniform-distribution assumption and offers a lightweight, interpretable alternative to full-model retraining. The manuscript's strengths include cross-architecture consistency (Table 3), controlled comparisons against random and PCA baselines at a fixed budget (Figure 7), and causal intervention evidence (Figure 9), all of which are appropriate and well-conceived experimental designs. The theoretical analysis in Appendix C is explicitly framed as an explanatory approximation rather than a formal proof, which is honest. However, the headline quantitative demonstration is weakened by the selection of the key hyperparameter tau_d and the LAN budget on the Magic benchmark itself, and the baseline comparisons are quoted rather than reproduced under a matched protocol, so the magnitude of the reported gains should be treated with caution.

major comments (4)
  1. [Sec. 4.1, Sec. 4.3, Fig. 6, Fig. 10, Appendix A] The claim in Sec. 4.1 and Appendix A that "No external benchmark is involved in layer localization, neuron discovery, threshold choice, or checkpoint selection" is contradicted by the presented evidence. Section 4.3 shows tau_d = 1.5 was selected by a coarse-to-fine sweep whose displayed values are Magic Videos mACC/mAP (Fig. 6), and Fig. 10 similarly shows the 211-neuron LAN budget as the peak of a Magic-based curve (89.37 mACC / 96.92 mAP). Since tau_d determines which neurons enter the forensic subspace, the headline Magic numbers are a selected maximum on the test set rather than an unbiased held-out evaluation. The fixed-budget controls in Fig. 7 also inherit the Magic-selected budget. I would like to see the threshold and budget selection moved to the internal validation split (or justified by a stability argument over discovery splits), with Magic numbers re-reported afterward; the current figures cannot both display the Magic evaluation curve and support a strict separation claim.
  2. [Tables 1 and 2 vs. Sec. 4.1] The comparison against baselines is protocol-sensitive but the protocol is only specified for V-FIND. V-FIND uses 2 FPS decoding, 8 center-aligned frames, and dynamic resolution 224–720p (Sec. 4.1), while the quoted baselines from Li et al. (2026b) have no stated preprocessing in this manuscript. If the baselines used different frame counts, resolutions, or cropping, the reported gains (e.g., +6.17 mACC over Qwen2.5-ViT on Magic, +13.8 AUC on DVF's VideoCrafter1 row in Table 2) could reflect protocol mismatch rather than the forensic subspace. Please state the exact evaluation protocol for every quoted baseline, or re-run the strongest baselines under the V-FIND protocol.
  3. [Sec. 3.2, Eq. (12)] The per-sample response r_n(x_i) = |a_n(x_i)| · |w_n| and the effect size d_n are computed using probe weights w_n trained on the same discovery split that is then used to rank and select neurons. This supervised selection makes it partly guaranteed by construction that selected neurons separate real and fake in the discovery distribution; the paper's own fixed-budget and intervention controls (Figs. 7, 9) mitigate this concern but do not eliminate it. Please add an explicit analysis of selection bias, e.g., by reporting the drop in discriminative effect sizes or in readout performance when LANs are selected on discovery split A and evaluated by training the final readout on a disjoint split B, or by comparing against neurons selected by unsupervised variance or random projection at the same budget.
  4. [Appendix C, Eqs. (30)–(31)] The margin-based argument in Eqs. (30)–(31) is conditional on unverified quantities: the omitted-coordinate norm ||w*_Sbar||_2 · ||z_Sbar(x)||_2 and the reference separator f* are not measured, so the bound is not shown to hold for the actual Qwen2.5-ViT representations. The authors do label the analysis as an explanatory approximation, which is commendable, but the sentence "the sparse projection preserves the sign of the reference decision" is stronger than what is demonstrated. Please either soften this to a conditional statement or add a direct empirical check of the margin condition on the real representations.
minor comments (6)
  1. [Sec. 3.1, Eqs. (6), (8), Appendix B] Tau_sep and tau_shift are defined as mean + std of the layer-wise score distributions on the discovery split, but it is not stated whether this produced L* = {28, 29, 30} deterministically or how stable the intersection is across discovery splits; please report the actual threshold values and the resulting layer sets.
  2. [Sec. 4.3, Fig. 7] The PCA baseline in Fig. 7 is described only by name; please specify whether PCA was fit on the discovery split, which layers were concatenated, and the number of components (presumably 211).
  3. [Sec. 4.4, Fig. 9] The label "Original LAN size / flip rate" in Fig. 9 is ambiguous; the text reports flip rates of 6.8%, 19.7%, 1.2%, and 1.8%, so please clarify which numbers correspond to flip rates and which to logit shifts in the figure.
  4. [Sec. 4.2, Tables 1–2] The tables state that best results are bold and second-best underlined, but no bolding or underlining appears in the provided text version; please ensure the final PDF formatting matches the stated convention.
  5. [Appendix D, Fig. 10] The claim that the 211 budget is a stable region is not strongly supported by the apparent non-monotonicity around the selected budget (e.g., 200 vs. 211 vs. 500); please add error bars or variance across multiple discovery/training seeds, or discuss the observed fluctuations.
  6. [General] Several references appear to be future-dated (e.g., Li et al. 2026a, 2026b; Cao et al. 2026) and the paper is dated August 2026; please verify all citations and ensure the arXiv identifier and version are correctly stated, since this affects reproducibility.

Circularity Check

2 steps flagged · score 6.0 of 10

Headline Magic Videos results are partly a test-set-selected maximum: τd and the 211-neuron budget are chosen by sweeping Magic Videos, then reported as out-of-sample performance.

  1. fitted input called prediction [Section 4.3 'Threshold Sensitivity', Figure 6; cf. Section 4.2 Magic Videos results and Appendix A]
    "To verify whether the threshold for identifying LANs can be selected in a systematic and stable manner rather than being heuristically fixed, we conduct a coarse-to-fine sweep over τd. The results identify a relatively stable and consistently high-performing region around τd ≈1.5, as shown in Figure 6. Specifically, the coarse-to-fine search procedure first narrows the candidate range, and the subsequent fine-grained search shows that τd = 1.5 achieves the best trade-off, reaching the highest mACC and mAP simultaneously. ..."

    The threshold τd determines which 211 neurons form the forensic subspace, and it is selected by sweeping the Magic Videos benchmark and picking the value with the highest mACC/mAP on that benchmark. The same Magic numbers (89.37 mACC, 96.92 mAP) are then reported as the headline out-of-sample result in Table 1 and Section 4.2. This directly contradicts Appendix A's claim that 'No external benchmark is involved in layer localization, neuron discovery, threshold choice, or checkpoint selection.' The reported Magic performance is therefore a selected maximum over the threshold sweep, not an unbiased evaluation of the sparse readout, so the claim that the sparse subspace matches or exceeds full detectors on Magic is partly forced by the selection rule.

  2. fitted input called prediction [Appendix D 'Sensitivity to the Number of Selected LANs', Figure 10; cf. Section 4.1 'yielding 211 LANs' and Figure 7 controls]
    "Sensitivity to the Number of Selected LANs. We first vary the number of selected LANs while keeping the rest of the evaluation protocol unchanged. Figure 10 shows that performance improves rapidly from very small subsets to moderate-size subsets, reaches its strongest region near the main setting, and then becomes comparatively stable."

    The 211-neuron budget is selected using Magic Videos, since Figure 10 reports Magic mACC/mAP and the main setting uses 211 LANs. The same budget is then used for the headline Magic results and for the fixed-budget controls in Figure 7 that compare LANs against random and PCA baselines. Because the budget was chosen at the peak of the Magic curve, the comparison on Magic is not a blind test of neuron informativeness: the selected subspace is measured on the same benchmark used to choose its size. This inflates the apparent advantage of LANs over the matched-budget controls on Magic, making part of the central empirical demonstration a consequence of test-set hyperparameter selection.

full rationale

V-FIND's layer localization and LAN scoring are internal to the discovery split, and the DVF and MovieGen transfer results, together with the random-neuron and intervention controls, provide independent support for the qualitative claim that sparse forensic neurons exist. However, the headline Magic Videos numbers are not clean out-of-sample results: both the τd threshold and the 211-neuron budget are selected by sweeping Magic Videos (Figures 6 and 10), and the same Magic numbers are then reported as the outcome. Appendix A's explicit statement that no external benchmark is involved in threshold choice or checkpoint selection is contradicted by Figure 6, whose values are Magic mACC/mAP and whose selected threshold maximizes those values. This makes the Magic comparison a selected maximum rather than an unbiased held-out evaluation. The central qualitative finding may survive a clean re-run, but the quantitative evidence for the central claim on Magic is overstated and partly forced by construction. Score 6 reflects partial circularity: one set of headline numbers reduces to test-set hyperparameter selection, while other external benchmarks and controls retain independent content.

Assumptions & free parameters 2 free parameters · 4 assumptions · 0 invented entities

No new physical or architectural entities are postulated. Latent anchor neurons are existing units selected by a threshold; the compact forensic subspace is a projection of existing activations. The main hidden choices are the effect-size threshold and the layer-localization threshold rule.

free parameters (2)
  • tau_d (LAN effect-size threshold) = 1.5
    Main selection hyperparameter; chosen by coarse-to-fine sweep on the Magic benchmark (Figure 6), so the reported Magic result is a fitted value. It controls the resulting 211 LANs.
  • Layer-localization threshold rule (tau_sep, tau_shift) = mean(D) + std(D)
    Hand-chosen convention based on full-layer statistics on the discovery split. Not tuned on external benchmarks, but it determines the critical-layer set {28,29,30} used in the main setting.
assumptions (4)
  • domain assumption Spatiotemporal average pooling (Eq. 3) preserves forgery-discriminative information.
    All layer localization, LAN scoring, and subspace features are computed from pooled unit activations; if forgery cues are local and lost in averaging, the method would not find them.
  • ad hoc to paper Within-class activation covariance is approximately isotropic per layer (Appendix C).
    Used to justify D_shift as a Fisher-style separability measure; the paper explicitly calls the analysis an explanatory approximation rather than a formal proof.
  • ad hoc to paper A reference linear separator on the localized representation approximates the nonlinear detector's behavior (Eqs. 30-31).
    The margin condition for sparse projection is stated for a linear separator, while the actual backbone is a nonlinear transformer; the paper does not prove the transfer.
  • domain assumption Internal splits from the source distribution are representative for transfer to external benchmarks.
    Discovery, thresholding, and readout training all use a subset of 15Model-140K; if this subset is biased, the selected neurons and thresholds may not generalize to DVF or MovieGen.

how reviews work

0 comments
Cite this review

Pith. "Pith review of V-FIND: Revealing the Intrinsic Forgery Knowledge Encoded in Video Forgery Detectors." pith.science (2026). https://pith.science/paper/IWNY6AOM

@misc{pith2026260803008,
  author       = {Pith},
  title        = {Pith review of: V-FIND: Revealing the Intrinsic Forgery Knowledge Encoded in Video Forgery Detectors},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/IWNY6AOM}},
  note         = {Machine review of arXiv:2608.03008}
}
read the original abstract

As generated videos become increasingly realistic, reliable video forgery detection is increasingly important. Existing studies typically optimize and use video forgery detectors as black boxes, while the latent forgery-discriminative knowledge inside them remains largely unexplored. Instead of continuing to rely on resource-intensive full-model retraining to steadily improve detection performance, we ask whether video forgery detection can also be achieved by uncovering and activating sparse forensic knowledge within the detector. We find that forgery-discriminative knowledge is not uniformly distributed across the full representation space, but is concentrated in a sparse set of functionally specialized neurons. Based on this insight, we propose a video forgery-intrinsic neuron discovery (V-FIND) framework. V-FIND first localizes critical layers that exhibit pronounced discrepancies between real and forged videos, and then identifies latent anchor neurons that consistently carry forgery-discriminative signals, organizing them into a compact forensic subspace. With the original backbone frozen and only a lightweight linear classifier trained, this subspace still delivers strong detection performance across multiple external benchmarks for generated videos. Further neuron intervention experiments provide direct evidence for the functional specificity of the discovered neurons. Overall, these results suggest that video forgery detectors contain sparse, extractable, and reusable forgery-discriminative knowledge, offering a new perspective on understanding and exploiting their intrinsic forensic capability.

Figures

Figures reproduced from arXiv: 2608.03008 by the authors.

Figure 1
Figure 1. Comparison of conventional end-to-end train￾ing and our V-FIND paradigm. Existing methods retrain all backbone weights as an opaque black box. Conversely, V-FIND uncovers sparse intrinsic forgery neurons within a frozen backbone for parameter-efficient detection. therefore become an important and urgent problem. In response to these escalating threats, the defense landscape has dynamically evolved from deepfake dete… view at source ↗
Figure 2
Figure 2. Overview of the proposed V-FIND framework. We first localize critical layers by complementary layer-wise discrepancy signals, then identify sparse latent anchor neurons within these layers, and finally train a lightweight detector on the resulting compact forensic subspace. 0.00 0.01 0.02 0.03 Dcos (ℓ) AnimateDiff-v2 Apple T2V Gen-3 Hunyuan Jimeng Kling Luma RepVideo 0 4 8 12 16 20 24 28 31 Layer Index 0.0 0.8 1.6 2… view at source ↗
Figure 3
Figure 3. Layer-localization signals across 8 fake-source subsets from the detector training distribution. unit-level representation by spatiotemporal average pooling: a (ℓ) (x) = 1 NtNs X Nt i=1 X Ns j=1 H (ℓ) i,j (x). (3) The scalar a (ℓ) k (x) denotes the response of the k-th latent unit at layer ℓ for input video x. We treat each unit index pair n = (ℓ, k) as a candidate latent anchor neuron. This unit￾level representatio… view at source ↗
Figures from the paper (7 more)
Figure 4
Figure 4. Figure 4: Qualitative visualization of LAN responses on real and forged videos. Response maps of latent anchor neurons (LANs) are shown for paired real and forged videos from the Magic dataset, with consecutive frames arranged from left to right. 70 80 90 100 OpenSora 79.9 Q1 90…
Figure 5
Figure 5. Figure 5: Depth-wise validation. The 32-layer backbone is partitioned into four quarters, Q1 (layers 0–7), Q2 (8–15), Q3 (16–23), and Q4 (24–31), and each interval is evaluated with the same all-channel quarter-level probe. consistent with previous observations on temporal coher…
Figure 8
Figure 8. Figure 8: (a). Specifically, on Jimeng 2.0, accuracy increases from 79.07% with 300 samples to 90.23% with 2400 sam￾ples, before changing to 88.14% with 4800 samples. There￾fore, these results suggest that the discovered forensic sub￾space can support strong detection with a rel…
Figure 9
Figure 9. Figure 9: Directional effects of paired activation swap. Mean decision logit shifts (∆) and label-flip rates under LAN vs. random neuron interventions. Random baseline preserves the same budget and layer allocation. swaps drive logit shifts of +0.884 (vs. +0.414 for random contr…
Figure 10
Figure 10. Figure 10: Sensitivity to the number of selected LANs. Performance improves substantially from very small subsets to moderate-size subsets, reaches its strongest region near the main setting, and drops again when all localized channels are used. frozen backbone with a lightweigh…
Figure 11
Figure 11. Figure 11: Sensitivity to the discovery set size. Magic mACC and mAP remain close across 150–2400 discovery videos, indicating that the downstream readout is relatively stable over a broad range of discovery sizes. 2 4 8 2 4 8 Input Frame Count 86 90 94 98 Performance (%) 88.64 …
Figure 12
Figure 12. Figure 12: Sensitivity to the input frame count. Bars are grouped by metric: the left group compares mACC across 2, 4, and 8 frames, and the right group compares mAP across the same frame counts. The 4-frame and 8-frame settings remain very close. used at inference time. In this…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

56 extracted references · 24 canonical work pages

  1. [1]

    Preserving Forgery Artifacts: AI-Generated Video Detection at Native Scale

    Preserving Forgery Artifacts: AI-Generated Video Detection at Native Scale , author=. arXiv preprint arXiv:2604.04634 , year=

  2. [2]

    arXiv preprint arXiv:2410.13720 , year=

    Movie gen: A cast of media foundation models , author=. arXiv preprint arXiv:2410.13720 , year=

  3. [3]

    ACM Computing Surveys , volume=

    Security and privacy on generative data in aigc: A survey , author=. ACM Computing Surveys , volume=. 2024 , publisher=

  4. [4]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    High-resolution image synthesis with latent diffusion models , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  5. [5]

    Proceedings of the IEEE/CVF international conference on computer vision , pages=

    Scalable diffusion models with transformers , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=

  6. [6]

    OpenAI Blog , volume=

    Video generation models as world simulators , author=. OpenAI Blog , volume=

  7. [7]

    https://app

    Kling AI: Next-generation AI creative studio , author=. https://app. klingai. com/ , year=

  8. [8]

    European conference on computer vision , pages=

    Thinking in frequency: Face forgery detection by mining frequency-aware clues , author=. European conference on computer vision , pages=. 2020 , organization=

Show all 56 references
  1. [9]

    for now , author=

    CNN-generated images are surprisingly easy to spot... for now , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  2. [10]

    Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

    Dire for diffusion-generated image detection , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

  3. [11]

    arXiv preprint arXiv:2307.01426 , year=

    Deepfakebench: A comprehensive benchmark of deepfake detection , author=. arXiv preprint arXiv:2307.01426 , year=

  4. [12]

    Proceedings of the IEEE/CVF international conference on computer vision , pages=

    Tall: Thumbnail layout for deepfake video detection , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=

  5. [13]

    Icml , volume=

    Is space-time attention all you need for video understanding? , author=. Icml , volume=

  6. [14]

    International conference on machine learning , pages=

    Learning transferable visual models from natural language supervision , author=. International conference on machine learning , pages=. 2021 , organization=

  7. [15]

    European conference on computer vision , pages=

    Expanding language-image pretrained models for general video recognition , author=. European conference on computer vision , pages=. 2022 , organization=

  8. [16]

    arXiv preprint arXiv , volume=

    Decof: Generated video detection via frame consistency , author=. arXiv preprint arXiv , volume=

  9. [17]

    2025 , journal=

    Genvidbench: A challenging benchmark for detecting ai-generated video , author=. 2025 , journal=

  10. [18]

    arXiv preprint arXiv:2405.15343 , year=

    Distinguish any fake videos: Unleashing the power of large-scale data and motion features , author=. arXiv preprint arXiv:2405.15343 , year=

  11. [19]

    Advances in Neural Information Processing Systems , volume=

    On learning multi-modal forgery representation for diffusion generated video detection , author=. Advances in Neural Information Processing Systems , volume=

  12. [20]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Rethinking the up-sampling operations in cnn-based generative network for generalizable deepfake detection , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  13. [21]

    European Conference on computer vision , pages=

    Leveraging representations from intermediate encoder-blocks for synthetic image detection , author=. European Conference on computer vision , pages=. 2024 , organization=

  14. [22]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Forgery-aware adaptive transformer for generalizable synthetic image detection , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  15. [23]

    arXiv preprint arXiv:2412.17671 , year=

    A bias-free training paradigm for more general ai-generated image detection , author=. arXiv preprint arXiv:2412.17671 , year=

  16. [24]

    arXiv preprint arXiv:2411.15633 , year=

    Orthogonal subspace decomposition for generalizable ai-generated image detection , author=. arXiv preprint arXiv:2411.15633 , year=

  17. [25]

    arXiv preprint arXiv:2405.19707 , year=

    Demamba: Ai-generated video detection on million-scale genvideo benchmark , author=. arXiv preprint arXiv:2405.19707 , year=

  18. [26]

    arXiv preprint arXiv:2506.16802 , year=

    Seeing What Matters: Generalizable AI-generated Video Detection with Forensic-Oriented Augmentation , author=. arXiv preprint arXiv:2506.16802 , year=

  19. [27]

    Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

    Towards a universal synthetic video detector: From face or background manipulations to fully ai-generated content , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

  20. [28]

    arXiv preprint arXiv:2605.21977 , year=

    Video as Natural Augmentation: Towards Unified AI-Generated Image and Video Detection , author=. arXiv preprint arXiv:2605.21977 , year=

  21. [29]

    arXiv preprint arXiv:2504.07491 , year=

    Kimi-vl technical report , author=. arXiv preprint arXiv:2504.07491 , year=

  22. [30]

    Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

    Multimodal neurons in pretrained text-only transformers , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

  23. [31]

    Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

    From Neurons to Semantics: Evaluating Cross-Linguistic Alignment Capabilities of Large Language Models via Neurons Alignment , author=. Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

  24. [32]

    Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , pages=

    Mmneuron: Discovering neuron-level domain-specific interpretation in multimodal large language model , author=. Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , pages=

  25. [33]

    Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

    Language-specific neurons: The key to multilingual capabilities in large language models , author=. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

  26. [34]

    arXiv preprint arXiv:2502.20578 , year=

    Interpreting CLIP with hierarchical sparse autoencoders , author=. arXiv preprint arXiv:2502.20578 , year=

  27. [35]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume=

    Tide: Temporal-aware sparse autoencoders for interpretable diffusion transformers in image generation , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=

  28. [36]

    arXiv preprint arXiv:2412.05276 , year=

    Sparse autoencoders reveal selective remapping of visual concepts during adaptation , author=. arXiv preprint arXiv:2412.05276 , year=

  29. [37]

    Proceedings of the IEEE/CVF international conference on computer vision , pages=

    Ablating concepts in text-to-image diffusion models , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=

  30. [38]

    arXiv preprint arXiv:2509.21008 , year=

    A single neuron works: Precise concept erasure in text-to-image diffusion models , author=. arXiv preprint arXiv:2509.21008 , year=

  31. [39]

    Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

    Granular Concept Circuits: Toward a Fine-Grained Circuit Discovery for Concept Representations , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

  32. [40]

    Importance-based neuron allocation for multilingual neural machine translation , author=. Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers) , pages=

  33. [41]

    Proceedings of the IEEE/CVF international conference on computer vision , pages=

    Exploring temporal coherence for more general video face forgery detection , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=

  34. [42]

    Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

    Face forgery video detection via temporal forgery cue unraveling , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

  35. [43]

    Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , pages=

    Multimodal Language Models See Better When They Look Shallower , author=. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , pages=

  36. [44]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume=

    Causality matters: How temporal information emerges in video language models , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=

  37. [45]

    ICLR workshop on deep generative models for highly structured data , year=

    Video diffusion models , author=. ICLR workshop on deep generative models for highly structured data , year=

  38. [46]

    arXiv preprint arXiv:2209.14792 , year=

    Make-a-video: Text-to-video generation without text-video data , author=. arXiv preprint arXiv:2209.14792 , year=

  39. [47]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Align your latents: High-resolution video synthesis with latent diffusion models , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  40. [48]

    Proceedings of the IEEE conference on computer vision and pattern recognition , pages=

    Network dissection: Quantifying interpretability of deep visual representations , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=

  41. [49]

    International conference on machine learning , pages=

    Interpretability beyond feature attribution: Quantitative testing with concept activation vectors (tcav) , author=. International conference on machine learning , pages=. 2018 , organization=

  42. [50]

    Distill , volume=

    Feature visualization , author=. Distill , volume=

  43. [51]

    arXiv preprint arXiv:1610.01644 , year=

    Understanding intermediate layers using linear classifier probes , author=. arXiv preprint arXiv:1610.01644 , year=

  44. [52]

    Distill , volume=

    Zoom in: An introduction to circuits , author=. Distill , volume=

  45. [53]

    Proceedings of the National Academy of Sciences , volume=

    Understanding the role of individual units in a deep neural network , author=. Proceedings of the National Academy of Sciences , volume=. 2020 , publisher=

  46. [54]

    Controllable Generation With Text-to-Image Diffusion Models: A Survey , year=

    Cao, Pu and Zhou, Feng and Song, Qing and Yang, Lu , journal=. Controllable Generation With Text-to-Image Diffusion Models: A Survey , year=

  47. [55]

    and He, Yuxiong and Tao, Dacheng and Song, Shuaiwen Leon , journal=

    Bie, Fengxiang and Yang, Yibo and Zhou, Zhongzhu and Ghanem, Adam and Zhang, Minjia and Yao, Zhewei and Wu, Xiaoxia and Holmes, Connor and Golnari, Pareesa and Clifton, David A. and He, Yuxiong and Tao, Dacheng and Song, Shuaiwen Leon , journal=. RenAIssance: A Survey Into AI ...

  48. [56]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Where culture fades: revealing the cultural gap in text-to-image generation , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

Pith tools

Reviewed August 8, 2026 · model on record in the stance chip above.