← Research papers
2023arXivunread

Undercover Deepfakes: Detecting Fake Segments in Videos

Sanjay SahaRashindrie PereraSachith SeneviratneTamasha MalepathiranaSanka RasnayakaDeshani GeethikaTerence SimSaman Halgamuge
Publisher pagePDF
Open graph

Citations

0

Open access

No

Source

arxiv

OpenAlex

Not enriched

arXiv

2305.06564

Abstract

The recent renaissance in generative models, driven primarily by the advent of diffusion models and iterative improvement in GAN methods, has enabled many creative applications. However, each advancement is also accompanied by a rise in the potential for misuse. In the arena of the deepfake generation, this is a key societal issue. In particular, the ability to modify segments of videos using such generative techniques creates a new paradigm of deepfakes which are mostly real videos altered slightly to distort the truth. This paradigm has been under-explored by the current deepfake detection methods in the academic literature. In this paper, we present a deepfake detection method that can address this issue by performing deepfake prediction at the frame and video levels. To facilitate testing our method, we prepared a new benchmark dataset where videos have both real and fake frame sequences with very subtle transitions. We provide a benchmark on the proposed dataset with our detection method which utilizes the Vision Transformer based on Scaling and Shifting to learn spatial features, and a Timeseries Transformer to learn temporal features of the videos to help facilitate the interpretation of possible deepfakes. Extensive experiments on a variety of deepfake generation methods show excellent results by the proposed method on temporal segmentation and classical video-level predictions as well. In particular, the paradigm we address will form a powerful tool for the moderation of deepfakes, where human oversight can be better targeted to the parts of videos suspected of being deepfakes. All experiments can be reproduced at: github.com/rgb91/temporal-deepfake-segmentation.

Collections

Add to collection

Paper intelligence

Research analysis

Confidence 95%

25 source chunks

Summary

The recent renaissance in generative models, driven primarily by the advent of diffusion models and iterative improvement in GAN methods, has enabled many creative applications. However, each advancement is also accompanied by a rise in the potential for misuse. In the arena of the deepfake generation, this is a key societal issue. In particular, the ability to modify segments of videos using such generative techniques creates a new paradigm of deepfakes which are mostly real videos altered slightly to distort the truth. This paradigm has been under-explored by the current deepfake detection methods in the academic literature.

Plain-language summary

The recent renaissance in generative models, driven primarily by the advent of diffusion models and iterative improvement in GAN methods, has enabled many creative applications. However, each advancement is also accompanied by a rise in the potential for misuse. In the arena of the deepfake generation, this is a key societal issue. In particular, the ability to modify segments of videos using such generative techniques creates a new paradigm of deepfakes which are mostly real videos altered slightly to distort the truth. This paradigm has been under-explored by the current deepfake detection methods in the academic literature.

Research problem

However, each advancement is also accompanied by a rise in the potential for misuse. In particular, the paradigm we address will form a powerful tool for the moderation of deepfakes, where human oversight can be better targeted to the parts of videos suspected of being deepfakes. There exist many methods to tackle the deepfake detection problem formulated as a binary classification problem [1], [5], [13].

Methodology

In this paper, we present a deepfake detection method that can address this issue by performing deepfake prediction at the frame and video levels. To facilitate testing our method, we prepared a new benchmark dataset where videos have both real and fake frame sequences with very subtle transitions. We provide a benchmark on the proposed dataset with our detection method which utilizes the Vision Transformer based on Scaling and Shifting to learn spatial features, and a Timeseries Transformer to learn temporal features of the videos to help facilitate the interpretation of possible deepfakes. Extensive experiments on a variety of deepfake generation methods show excellent results by the proposed method on temporal segmentation and classical video-level predictions as well. We provide a benchmark on the proposed dataset with our detection method which utilizes the Vision Transformer based on Scaling and Shifting [38] to learn spatial features, and a Timeseries Transformer to learn temporal features of the videos to help facilitate the interpretation of possible deepfakes.

Main findings

The recent renaissance in generative models, driven primarily by the advent of diffusion models and iterative improvement in GAN methods, has enabled many creative applications. Undercover Deepfakes: Detecting Fake Segments in Videos Sanjay Saha∗, Rashindrie Perera†§, Sachith Seneviratne†§, Tamasha Malepathirana†, Sanka Rasnayaka∗, Deshani Geethika†, Terence Sim∗, Saman Halgamuge† ∗National University of Singapore, Singapore †University of Melbourne, Australia sanjaysaha@u.nus.edu∗, cdperera@student.unimelb.edu.au†, sachith.seneviratne@unimelb.edu.au†, tmalepathira@student.unimelb.edu.au†, sanka@nus.edu.sg∗ , dpoddenige@student.unimelb.edu.au†, terence.sim@nus.edu.sg∗, saman@unimelb.edu.au† Abstract—The recent renaissance in generative models, driven primarily by the advent of diffusion models and iterative improvement in GAN methods, has enabled many creative applications. INTRODUCTION Deep learning has made significant advances over the last few years, with varying degrees of societal impact. Figure 1(a) demonstrates deepfake videos where the entire video is not fake, but some of the real frames were replaced by fake frames. This differs from classical deepfake detection where the detector makes a video level prediction as demonstrated in Figure 1(b).

Key contributions

Contribution 1

In this paper, we present a deepfake detection method that can address this issue by performing deepfake prediction at the frame and video levels.

Contribution 2

However, there is a more pressing drawback in these studies that we §Equal contribution (a) Simplified illustration of sample videos from the newly introduced benchmark dataset for temporal deepfake segment detection.Classical Detector Real / Fake (video) Temporal Segment Detector Real / Fake (video) Fake segment #1 start, end Fake segment #2 start, end Fake segment #n start, end Video with real and fake segments Video with real and fake segments (b) Comparison of our method with the classical deepfake detection.

Contribution 3

1: (a) We propose a new deepfake benchmark dataset consisting of videos with one or two manipulated segments, represented in the two images respectively.

Contribution 4

We present a benchmark dataset with videos similar to those in Figure 1(a) to test our method on the temporal deepfake segmentation problem.

Contribution 5

With an emphasis on the novel deepfake temporal segmentation task, this paper makes the following contributions, • We emphasize on the new threat of faking small parts of a longer video to pass it off as real.

Contribution 6

In this paper, we introduce a new, easily reproducible dataset based on the FaceForensics++ [55] and a method for not only detecting deepfake videos but also segmenting the fake frame-segments within them.

Contribution 7

METHODOLOGY We propose a two-stage method as shown in Figure 2.

Limitations

  • However, there is a more pressing drawback in these studies that we §Equal contribution (a) Simplified illustration of sample videos from the newly introduced benchmark dataset for temporal deepfake segment detection.Classical Detector Real / Fake (video) Temporal Segment Detector Real / Fake (video) Fake segment #1 start, end Fake segment #2 start, end Fake segment #n start, end Video with real and fake segments Video with real and fake segments (b) Comparison of our method with the classical deepfake detection.

Future work

  • This provides a new direction for future research. • We curated a new dataset specifically for deepfake tem- poral segmentation, which will be publicly available for researchers to evaluate their methods.
  • Our rigorous experiments establish benchmark results for temporal segmentation of deepfakes, providing a baseline for future work.
  • This allows maximal flexibility in analyzing content for the presence of deepfakes and additionally provides comparison points for future research along these related but separate evaluation protocols.

Models and methods

TransformerVision TransformerViTGPTCNNGAN

Datasets

Dataset 1

To facilitate testing our method, we prepared a new benchmark dataset where videos have both real and fake frame sequences with very subtle transitions.

Dataset 2

We provide a benchmark on the proposed dataset with our detection method which utilizes the Vision Transformer based on Scaling and Shifting to learn spatial features, and a Timeseries Transformer to learn temporal features of the videos to help facilitate the interpretation of possible deepfakes.

Dataset 3

We provide a benchmark on the proposed dataset with our detection method which utilizes the Vision Transformer based on Scaling and Shifting [38] to learn spatial features, and a Timeseries Transformer to learn temporal features of the videos to help facilitate the interpretation of possible deepfakes.

Dataset 4

However, there is a more pressing drawback in these studies that we §Equal contribution (a) Simplified illustration of sample videos from the newly introduced benchmark dataset for temporal deepfake segment detection.Classical Detector Real / Fake (video) Temporal Segment Detector Real / Fake (video) Fake segment #1 start, end Fake segment #2 start, end Fake segment #n start, end Video with real and fake segments Video with real and fake segments (b) Comparison of our method with the classical deepfake detection.

Dataset 5

1: (a) We propose a new deepfake benchmark dataset consisting of videos with one or two manipulated segments, represented in the two images respectively.

Dataset 6

We present a benchmark dataset with videos similar to those in Figure 1(a) to test our method on the temporal deepfake segmentation problem.

Dataset 7

This provides a new direction for future research. • We curated a new dataset specifically for deepfake tem- poral segmentation, which will be publicly available for researchers to evaluate their methods.

Dataset 8

Our rigorous experiments establish benchmark results for temporal segmentation of deepfakes, providing a baseline for future work.

Dataset 9

In this paper, we introduce a new, easily reproducible dataset based on the FaceForensics++ [55] and a method for not only detecting deepfake videos but also segmenting the fake frame-segments within them.

Dataset 10

3: Samples from temporal dataset where segments were carefully selected (hand-crafted) through manual inspection.

Evaluation metrics

accuracyprecisionAUCIoU

Code repositories

Keywords

machine learningdeep learningcomputer visionrobustness

No graph connections yet.

Sync citations or add papers to shared collections to build this network.

Knowledge graph

Citation network

Explore references, papers that cite this work and related papers in your Codex library.

References

0

No references have been linked yet.

Cited by

0

No saved paper is currently linked as citing this work.

Related papers

0

Add papers to shared collections or enrich their topics to find related work.

Research workspace

Attach the paper PDF, extract its text, classify its contents and create semantic embeddings.

Attach PDF

Upload the research paper so Codex can extract, chunk and search its contents.

Paper resources

Undercover Deepfakes- Detecting Fake Segments in Videos.pdf

Status: completed25 chunks69272 charactersapplication/pdf