Synthetic video is getting harder to spot

A synthetic clip no longer needs to be flawless. It only needs to look plausible during a quick scroll, arrive with a persuasive caption and spread faster than anyone can verify the source.

Evidence confidence91%
Hype riskMedium
Adoption stageRapid adoption
The 60-second answer

What is happening?

A person may still notice strange fingers, reflections or motion in some AI videos. That is no longer a safe verification method. The stronger approach is to obtain the earliest file, check its declared origin and edit history, confirm the event through other sources, and use forensic detectors as limited evidence rather than a magic answer. A missing watermark or missing Content Credential does not prove the video is real or fake.

Why now

Why this trend is moving

  • 01Large video transformers can coordinate subjects, camera motion and scene structure across longer sequences.
  • 02Image-to-video and video-editing tools let users preserve a familiar face or scene while changing motion, context or selected objects.
  • 03Upscaling, interpolation, stabilization and ordinary editing can hide artifacts that once made synthetic clips easy to dismiss.
  • 04Generation is reaching consumer workflows faster than provenance and verification tools are reaching every camera, editor and platform.
  • 05New benchmarks now test fully generated video, unfamiliar generators and post-processing rather than only face swaps from known datasets.
What it changes

What this means in practice

  • Newsrooms, companies and public agencies need a repeatable verification process before a high-impact clip is published or acted upon.
  • Provenance, watermarking and synthetic-media detection should be shown as separate evidence layers because each answers a different question.
  • Detector results need testing on unseen generators, social-platform compression and mixed real-synthetic clips.
  • High-consequence analysis should preserve the original file, record hashes and tool versions, and allow an inconclusive result.
  • People should verify the source, date, location and claim before studying small visual defects.
  • A valid Content Credential supports the recorded history of a file; it does not prove that the scene or caption is truthful.
Engineering Lens

What the headline leaves out

This is the practical technical view: how the system is put together, where it can fail, and what a real deployment asks from the team running it.

01

How it is built

Modern video generators usually compress video into a latent representation, divide it into spatiotemporal tokens and use a diffusion transformer or flow-based model to create motion conditioned by text, images, video, audio or editing controls. The result is decoded and often upscaled, interpolated, stabilized or edited again. Responsible systems may add signed provenance and an embedded watermark before distribution, but later cropping, transcoding and reposting can change or remove parts of that evidence.

02

How inference behaves

Video generation has to preserve identity, geometry, lighting, motion and cause-and-effect across many frames. More duration, resolution and frame rate increase the material the model must coordinate. Detection faces the reverse problem: it must find transferable evidence of synthesis after unknown generators, codecs and edits have changed the file. A detector can easily learn shortcuts tied to its training data instead of a general property of synthetic video.

03

What the tests can miss

A credible verification benchmark holds out complete generators, tests face manipulation and fully generated scenes, applies recompression, resizing, blur, subtitles and screen recording, and reports performance at low false-positive rates. It should also measure calibration, mixed-content localization, abstention, watermark robustness, provenance failure states and the accuracy of the human-plus-tool workflow. One accuracy score on a familiar dataset is not enough.

04

What deployment involves

Organizations should start with source-first verification: preserve the original, record where it came from, validate any Content Credential, check supported watermarks, test the event and caption against independent evidence, and then use calibrated forensic tools. Platforms may use automation for triage, while legal, financial and safety cases need reproducible analysis and a documented chain of custody.

05

Where the risks sit

The main risks include impersonation, fraud, harassment, non-consensual imagery, fabricated evidence and false accusations caused by unreliable detectors. Verification systems also receive sensitive biometric and private media. Signing-key protection, careful credential status, approved processing boundaries, retention limits, analyst access control and a correction path are part of the security design.

06

What it really costs

Video is expensive to decode and inspect because resolution, frame rate and duration multiply the material processed. A practical system may sample first, then escalate uncertain or high-risk clips to full temporal analysis. Total cost includes storage, transcoding, detector inference, provenance services, analyst time, repeated testing and incident response—not only one model call.

07

What the evidence supports

The engineering trend is well supported: current generation systems use large spatiotemporal models and compressed video representations, while recent detection research continues to focus on unseen generators, full-frame synthesis and post-processing robustness. Provenance standards and watermark systems are maturing, but authoritative guidance treats them as complementary controls rather than universal proof. The defensible conclusion is that visual inspection alone is no longer sufficient for serious verification.

How it works in practice

A convincing clip is no longer strong evidence by itself. The safer question is not whether a viewer can spot a flaw, but whether the file has a trustworthy origin, an intact history, corroborating context and forensic results that remain valid after compression, editing and an unfamiliar generator.

Architecture Constraints Benchmarks Security Deployment
The full system

How the parts work together

The headline technology is only one part of the product. Reliability, security and cost are usually decided by the handoffs around it.

  1. 01

    Prompt and reference conditioning

    The generator receives text, images, video, audio, masks, camera instructions or identity references. These inputs shape the scene and may also carry copyrighted, private or impersonation-sensitive material.

  2. 02

    Compressed video representation

    A video encoder reduces pixels across space and time into a smaller latent representation. Compression makes training and inference practical, but the decoder must later reconstruct fine detail, motion and identity from that compact state.

  3. 03

    Spatiotemporal tokenization

    The latent video is divided into patches or tokens that cover both image area and time. Longer duration, higher resolution and higher frame rate increase the sequence the model has to coordinate.

  4. 04

    Denoising or flow generation

    A transformer repeatedly turns noise or an intermediate latent state into a video that follows the conditioning. Attention links subjects, objects and motion across frames, although the model can still lose geometry, identity or cause and effect.

  5. 05

    Decoding and media finishing

    The latent result is decoded into frames, then may be upscaled, interpolated, stabilized, color graded, edited or paired with generated audio. These finishing steps can remove obvious artifacts and complicate detector attribution.

  6. 06

    Provenance and watermark insertion

    A responsible generation or editing system can attach signed provenance records, record actions and embed a model-specific watermark. These mechanisms answer different questions and should not be treated as interchangeable.

  7. 07

    Distribution and transformation

    Social platforms, messaging apps and editors may resize, crop, recompress, transcode, strip metadata or combine clips. The version seen by a reviewer can be several generations away from the original file.

  8. 08

    Layered verification

    A verification system checks provenance, file structure, source history, contextual claims and detector outputs. High-consequence decisions should preserve the original file and allow an analyst to abstain when the evidence is incomplete.

Back-of-the-envelope planning

Estimate the limits before the demo

These equations are planning tools rather than substitutes for testing. They help expose a design that is unlikely to fit its hardware, budget, reliability or risk limits.

Why video scale rises quickly

pixel samples = width × height × frames per second × duration

This is not a model-compute formula, but it shows the amount of visual material that must be generated, decoded, stored or inspected. Doubling both width and height multiplies pixel work by four before duration or frame rate changes.

  • A 10-second 1920×1080 clip at 30 fps contains about 622 million pixel samples.
  • The same duration at 3840×2160 contains roughly four times as many pixel samples.
  • Verification cost can rise again when several crops, codecs or frame windows are tested.

A detector score depends on the base rate

positive predictive value = sensitivity × prevalence ÷ [sensitivity × prevalence + (1 − specificity) × (1 − prevalence)]

Even a detector with impressive laboratory sensitivity and specificity can produce many false alarms when synthetic videos are rare in the reviewed population. The operating threshold must match the setting: public uploads, a fraud queue and courtroom evidence have different base rates and consequences.

  • At 95% sensitivity, 95% specificity and 1% prevalence, fewer than one in six positive flags would be a true positive.
  • A triage detector may accept more false positives because a human reviews the queue.
  • An automatic accusation or takedown requires a much stricter threshold and supporting evidence.

Evidence should update, not replace, prior context

posterior odds = prior odds × likelihood ratio

A forensic signal changes the probability of a hypothesis; it does not create certainty. The likelihood ratio should come from testing on relevant generators, codecs and transformations. When that evidence is missing, the honest output is limited or unknown.

  • A strong provenance record can support origin, but it does not prove the recorded scene is truthful.
  • A missing watermark says little when the clip may come from another generator or have been transformed.
  • Several independent signals are more useful than repeated versions of the same detector artifact.
The practical threat

A fake does not need to survive a forensic laboratory

Most misleading video is not examined frame by frame before it spreads. It appears in a feed, a private message or a hurried newsroom queue, often with a caption that tells the viewer what to see. A short clip can do damage before anyone obtains the original file.

That changes the engineering target. Perfect photorealism is not required. The clip only needs to be plausible at the size, speed and emotional temperature of its distribution channel. A cropped phone recording with motion blur may look more believable than a pristine studio render because its imperfections resemble ordinary evidence.

Visual mistakes still occur: unstable hands, drifting logos, impossible reflections, changing jewellery or motion that lacks weight. These clues are useful prompts for closer inspection. They are poor foundations for a universal rule because generators improve, editors hide defects and real videos also contain blur, rolling shutter, frame interpolation and compression damage.

  • Treat visual anomalies as leads, not verdicts.
  • Ask for the earliest available file rather than a screen recording of a repost.
  • Separate the question 'was this file generated or altered?' from 'is the claim attached to it true?'.
  • Escalate clips that could cause financial, legal, safety or reputational harm.
Inside the generator

Why motion is harder than making one good frame

Modern video generators usually work in a compressed latent space rather than painting every output pixel directly. A video autoencoder reduces the source material across space and time. A diffusion transformer or flow-based model then creates a sequence of latent patches conditioned by text, images, audio or existing video. The decoder turns those patches back into visible frames.

The model has to preserve much more than appearance. A person should remain the same person after turning away. An object should keep its shape when it is partly hidden. Lighting, camera movement and physical interactions should continue across time. Each extra second gives inconsistency more room to appear.

Scaling and better training data improve this coordination. Technical reports from Sora, Movie Gen and Step-Video-T2V describe large transformer systems, compressed video representations and long token sequences. Their demonstrations also show why old checklists age quickly: the generator is learning scene-wide motion and editing behavior rather than merely swapping a face.

  • Text-to-video creates a scene from language conditioning.
  • Image-to-video animates a supplied frame and inherits its identity and composition.
  • Video-to-video editing can alter only selected objects, backgrounds, motion or style.
  • Audio-video generation adds lip synchronization, ambient sound and another channel for forensic inconsistency.
Do not collapse the tools

Provenance, watermarking and detection answer different questions

Provenance records the declared history of an asset. C2PA Content Credentials can bind signed assertions to a file and describe creation, editing and ingredients. A validator can check whether that record is well formed, cryptographically valid and connected to a trusted signer. The record does not decide whether the depicted event really happened.

A watermark is a signal embedded in the content. A provider may use it to identify media produced by its own system even after ordinary transformations. Detection usually asks a broader question by looking for statistical or temporal evidence of synthesis or manipulation. It may work on files with no cooperation from the generator, but it has to generalize to techniques it has never seen.

Absence is especially easy to misread. No Content Credential may mean the camera or platform never supported it, the file was transformed, or the record was removed. No vendor watermark may mean the content came from a different model. Neither absence proves human origin.

  • Use provenance to inspect declared origin and editing history.
  • Use watermarks to test for a supported generator's embedded signal.
  • Use forensic detectors as probabilistic evidence with a known operating range.
  • Use contextual verification to test the event, time, place and source claim.
The hard part of detection

A detector can learn the generator instead of learning fakery

Detection models often perform well when training and test data share the same generators, codecs and subject matter. Real deployments are different. New generators arrive, platform compression changes, and a clip may include both camera footage and synthetic regions.

Recent research tries to reduce this shortcut learning with full-frame features, temporal adapters, synthetic hard negatives and foundation-model representations. The direction is promising, yet the recurring focus on cross-dataset and unseen-generator performance is itself evidence that generalization remains unresolved.

The 2026 AIGVDBench work evaluates dozens of detectors across 31 generation models and hundreds of thousands of videos. The SAFE challenge adds blind testing and common transformations such as recompression, resizing and blur. These are closer to operational conditions than a single in-domain accuracy figure, although no benchmark can predict every future generator.

  • Hold out entire generators, not merely random clips from a familiar generator.
  • Test fully generated scenes as well as face swaps and localized edits.
  • Include platform transformations, subtitles, borders, screen recordings and mixed real-synthetic timelines.
  • Calibrate the score and publish an abstention region rather than forcing every sample into real or fake.
Source-first verification

Content Credentials work best when the chain starts at capture

A provenance system is strongest when a camera, recorder or trusted creation tool signs the first asset and each participating editor adds a new action without discarding the earlier history. The final file can then carry a tamper-evident chain from capture through publication.

The chain can break. A social platform may strip the manifest, a screenshot may create a new asset, or an editor may export through software that does not preserve credentials. C2PA therefore supports embedded and externally stored information, hard and soft bindings, trust lists and validation states. Version 2.4 also adds repository receipts and extends support around live video and JSON reporting.

Implementers still have to protect signing keys, choose trustworthy identities, handle revocation and design a user interface that does not turn a complex status into a misleading green badge. Provenance succeeds as infrastructure, not as a logo placed on a page.

  • Preserve the original asset and its manifest before transcoding.
  • Validate the signature, trust chain, asset binding and claimed actions separately.
  • Display missing, invalid, untrusted and valid provenance as different states.
  • Keep a copy of validation results and the specification or trust-list version used.
A workflow for real decisions

Start with the claim, then work back to the file

A useful verification desk begins by writing down the claim. Who is supposedly shown? What happened, where and when? What decision depends on the answer? This prevents the team from spending an hour deciding whether pixels are synthetic while ignoring that the location, weather or public schedule disproves the caption.

Next, preserve the highest-quality file and record where it came from. Inspect container metadata, timestamps, edit history and Content Credentials. Search for earlier appearances, alternative angles and reliable witnesses. Run forensic tools only after deciding what question each tool can answer.

The final report should separate observations from conclusions. 'No valid Content Credential was found' is an observation. 'The video is fake' is a conclusion that requires more evidence. Where evidence conflicts, the report should say so and name the remaining uncertainty.

  • Record the source URL, account, retrieval time and original hash.
  • Preserve the file without opening and resaving it in consumer editing software.
  • Check context, provenance, watermark and forensic signals independently.
  • Seek corroboration from original publishers, nearby cameras or known event records.
  • Use a second reviewer for high-consequence findings.
Evidence handling

The analysis is weak if the file history is uncertain

For routine moderation, a platform may only need enough evidence to route a post for review. Legal, insurance, financial and safety decisions demand a stricter chain of custody. The organization must be able to show which file was received, who handled it, which tools ran and whether the evidence changed.

Hashing the original and each derived working copy is a basic control. So is recording tool versions, model versions, parameters and timestamps. Screenshots of detector dashboards are not reproducible evidence when the underlying service, threshold or model can change without notice.

Privacy belongs in the same design. A verification service may receive intimate, confidential or biometric media. Uploading it to several public detectors can create a second incident. Local analysis, approved vendors, retention limits and access controls should be chosen before a crisis arrives.

  • Keep the original read-only and analyze a documented working copy.
  • Store cryptographic hashes and acquisition notes.
  • Record detector model, threshold, calibration set and output—not only a label.
  • Restrict sensitive uploads and define deletion and retention rules.
  • Preserve enough information for an independent review.
Building verification into products

A good interface makes uncertainty visible

Users often want one answer: real or fake. A responsible product resists that pressure when the evidence cannot support it. It can show whether provenance is present and valid, whether a known watermark is detected, how a forensic model scored the clip, and which limitations apply.

The product should also distinguish creation from deception. Synthetic animation disclosed by its maker is different from a fabricated emergency recording. Detection is only one input to moderation policy, which must consider consent, impersonation, fraud, public interest and context.

An operational service needs monitoring for model drift, new generators and changes in platform codecs. A detector that was acceptable six months ago may become a source of false confidence. Re-evaluation is part of maintenance, not a one-time launch task.

  • Show evidence layers separately rather than blending them into an unexplained score.
  • Provide an 'inconclusive' result and a clear escalation path.
  • Do not label a person dishonest solely from an automated detector.
  • Track false positives, false negatives and performance by media source and transformation.
  • Version user-facing explanations alongside the underlying models and policies.
Test it properly

What a benchmark worth believing should report

A performance number means little unless the workload, system configuration and quality bar are fixed. This is the minimum record a team should keep.

MetricHow to measure itWhy it matters
Unseen-generator performance Hold out complete generation systems and report AUROC plus true-positive rate at fixed low false-positive rates. Random train-test splits can reward recognition of a familiar generator rather than transferable evidence of synthesis.
Post-processing robustness Test recompression, resizing, cropping, frame-rate conversion, blur, subtitles, borders and screen recording at documented strengths. The file arriving from a social platform rarely matches the generator's original export.
Mixed-content localization Score clips containing real and synthetic segments or localized edits, including the accuracy of temporal and spatial localization. A whole-video label can hide the fact that only one short region was altered.
Calibration Report reliability diagrams, Brier score or expected calibration error on the intended deployment distribution. A score of 0.9 should have a known meaning before it influences a serious decision.
Low-base-rate precision Estimate positive predictive value using realistic prevalence and review thresholds. A small false-positive rate can overwhelm a queue when most uploaded videos are genuine.
Provenance validation Test valid, invalid, untrusted, revoked, missing, detached and recovered credentials across supported formats. A provenance interface must handle failure states without equating missing data with fakery.
Watermark robustness Measure detection after common transformations and report false detections on unwatermarked media. A watermark is useful only within a stated transformation and generator range.
Human-plus-tool accuracy Compare trained reviewers with and without the interface on realistic claims, not isolated clips. The system is deployed to improve decisions, not to maximize a model score in isolation.
Abstention quality Measure how often the system returns inconclusive and how error changes as abstention increases. Refusing uncertain cases can be safer than producing a confident binary label.
Operational cost and latency Record decode time, sampled frames, model runtime, storage, external-service fees and analyst minutes per resolved case. A forensic stack that is too slow or expensive will be bypassed during a fast-moving event.
Reproducibility Repeat analysis from the preserved file using recorded tool versions, thresholds and hashes. A serious finding must survive independent review after the original dashboard session is gone.
Product choices

Four sensible deployment patterns

01

Provenance-first publishing

Where it fits
Newsrooms, cameras, creative tools and public institutions that control capture or publication.
What you take on
Strong declared history when the chain is preserved, but limited coverage for legacy devices, reposts and unsupported editors.
02

Platform triage pipeline

Where it fits
Large upload services that need to route suspicious or policy-sensitive media for review.
What you take on
High throughput is possible, yet low prevalence makes false-positive control and abstention essential.
03

Newsroom or corporate verification desk

Where it fits
Teams checking a manageable number of high-impact clips with access to human investigators.
What you take on
Contextual verification is stronger than detector-only screening, but skilled review takes time during breaking events.
04

Forensic evidence laboratory

Where it fits
Legal, insurance, financial or safety cases where findings must be reproducible and defensible.
What you take on
Preservation, chain of custody and expert review improve rigor while increasing cost and turnaround time.
Lessons from the edge cases

Where projects usually go wrong

01

The detector recognizes yesterday's generators

What you see: Excellent benchmark scores collapse on a new text-to-video or editing model.

What to do: Use generator-held-out tests, frequent challenge sets and an inconclusive region for out-of-distribution files.

02

Compression erases the evidence

What you see: A result changes after a platform transcode, crop or screen recording.

What to do: Test documented transformations and obtain the earliest available file before drawing a conclusion.

03

Missing credentials are treated as proof of fakery

What you see: Ordinary camera footage is flagged because no Content Credential survives the upload path.

What to do: Display missing provenance as unknown and keep it separate from invalid or tampered provenance.

04

Valid provenance is treated as proof of truth

What you see: A signed file receives a credibility badge even though the caption or recorded scene is misleading.

What to do: Explain that provenance authenticates a declared history, then verify the event and publisher independently.

05

No watermark is read as human origin

What you see: A clip from an unsupported generator passes because one vendor's watermark is absent.

What to do: Scope watermark results to the supported system and never use absence as universal evidence.

06

Frame sampling misses the manipulated moment

What you see: A short synthetic insertion falls between sampled frames or a temporal artifact disappears in still images.

What to do: Use scene-aware and temporal sampling, plus full-clip escalation for high-risk cases.

07

A mixed clip receives one misleading label

What you see: Real footage with a synthetic voice, background or inserted segment is classified as wholly real or wholly fake.

What to do: Support modality, time and region localization and describe exactly what evidence was found.

08

The caption is false but the video is real

What you see: Forensic tools focus on synthesis while an old or unrelated clip is misrepresented as a new event.

What to do: Run source, date, location and reverse-search checks before escalating to expensive media forensics.

09

A false positive becomes an accusation

What you see: An automated score is published as proof that a person fabricated evidence.

What to do: Require corroboration and human review, document uncertainty and provide a correction and appeal path.

10

The analysis modifies the evidence

What you see: A reviewer opens, exports or uploads the only copy and cannot reproduce the original result.

What to do: Hash and preserve the original, analyze working copies and record every transformation and tool version.

11

Sensitive media leaks through verification

What you see: Confidential or intimate content is uploaded to several third-party detectors with unclear retention.

What to do: Use approved processing boundaries, minimize uploads, restrict access and enforce deletion rules.

Before release

A checklist you can actually use

  1. Write down the exact claim the video is being used to support.
  2. Estimate the consequence of a wrong decision and choose the review depth accordingly.
  3. Acquire the earliest and highest-quality file available.
  4. Record the source, retrieval time and cryptographic hash before analysis.
  5. Preserve the original as read-only and work from documented copies.
  6. Inspect provenance status without treating absence as evidence of synthesis.
  7. Check supported watermarks and state their generator and transformation limits.
  8. Verify time, place, publisher and event context independently of pixel analysis.
  9. Use detectors tested on unseen generators and relevant platform transformations.
  10. Review calibration and the threshold chosen for the actual base rate.
  11. Allow an inconclusive result rather than forcing a binary answer.
  12. Localize suspected edits by time, region and modality where possible.
  13. Record model versions, tool versions, parameters, scores and limitations.
  14. Protect confidential media with approved storage, processing and retention controls.
  15. Require a second reviewer before a high-consequence accusation or legal conclusion.
  16. Re-test the stack when generators, codecs, platforms or provenance standards change.
Plain-language definitions

Terms worth knowing

Synthetic video
Video generated or materially altered by a model, including fully generated scenes, face manipulation, object editing, background replacement and generated audio-video content.
Latent video representation
A compressed numerical form of video used to reduce the cost of generation before decoding back to visible frames.
Diffusion transformer
A transformer-based model trained to turn noise into structured media over a sequence of denoising steps.
Flow matching
A generative training approach that learns a continuous path from a simple distribution, such as noise, toward the data distribution.
Provenance
Recorded information about an asset's origin, ingredients, editing history and participating tools or organizations.
Content Credential
A cryptographically bound C2PA manifest containing signed assertions about an asset and its history.
Hard binding
A cryptographic link, commonly based on hashing, that ties provenance data to a specific asset.
Soft binding
A recoverable link based on content characteristics that may reconnect provenance after the embedded record is lost or the file is transformed.
Watermark
A signal embedded in media so a compatible detector can identify supported generated or edited content.
Out-of-distribution
Media that differs materially from the data used to train or calibrate a detector, such as output from a new generator or codec.
Calibration
The degree to which a detector's confidence scores correspond to observed probabilities on the intended deployment data.
Chain of custody
A documented record of how evidence was acquired, preserved, handled, analyzed and transferred.
Abstention
A system decision to return unknown or inconclusive when the available evidence does not support a reliable label.
About the author

H. Omer Aktas

H. Omer Aktas is the independent editor and publisher of WTFIsTrending.com. He applies more than 30 years of operational, surveillance, analytics and systems experience from regulated casino environments to questions of evidence, controls, implementation risk and deployment reality.

Source trail · 16 references

Primary references and technical starting points

These sources support the architecture, runtime, benchmark and security claims. Vendor capabilities can change, so the article records the distinction between established evidence, measured product behavior and editorial interpretation.

  1. 01 C2PA Content Credentials technical specification 2.4spec.c2pa.org
  2. 02 C2PA Content Credentials explainerc2pa.org
  3. 03 NIST AI 100-4: Reducing Risks Posed by Synthetic Contentnist.gov
  4. 04 NIST Media Forensics programnist.gov
  5. 05 NIST GenAI: Deepfakes 2026 evaluation initiativeai-challenges.nist.gov
  6. 06 NIST: Guardians of Forensic Evidencenist.gov
  7. 07 Google DeepMind SynthIDdeepmind.google
  8. 08 OpenAI: Video generation models as world simulatorsopenai.com
  9. 09 Meta: Movie Gen technical paperai.meta.com
  10. 10 Step-Video-T2V technical reportarxiv.org
  11. 11 VBench: Comprehensive Benchmark Suite for Video Generative Modelsopenaccess.thecvf.com
  12. 12 VBench-2.0: Intrinsic faithfulness for generated videoarxiv.org
  13. 13 CVPR 2025: Universal synthetic video detectionopenaccess.thecvf.com
  14. 14 CVPR 2025: Generalizing deepfake video detectionopenaccess.thecvf.com
  15. 15 CVPR 2026: AIGVDBench synthetic video detection benchmarkopenaccess.thecvf.com
  16. 16 SAFE Challenge: Reliable synthetic video detectionarxiv.org