paper-with-me

Papers

Deep Fake Detection: Survey of Facial Manipulation Detection Solutions

2021-06-23 · Samay Pashine, Sagar Mandiya, Praveen Gupta, Rashid Sheikh

Deep Learning as a field has been successfully used to solve a plethora of complex problems, the likes of which we could not have imagined a few decades back. But as many benefits as it brings, there are still ways in which it can be used to bring harm to our society. Deep fakes have been proven to be one such problem, and now more than ever, when any individual can create a fake image or video simply using an application on the smartphone, there need to be some countermeasures, with which we can detect if the image or video is a fake or real and dispose of the problem threatening the trustworthiness of online information. Although the Deep fakes created by neural networks, may seem to be as real as a real image or video, it still leaves behind spatial and temporal traces or signatures after moderation, these signatures while being invisible to a human eye can be detected with the help of a neural network trained to specialize in Deep fake detection. In this paper, we analyze several such states of the art neural networks (MesoNet, ResNet-50, VGG-19, and Xception Net) and compare them against each other, to find an optimal solution for various scenarios like real-time deep fake detection to be deployed in online social media platforms where the classification should be made as fast as possible or for a small news agency where the classification need not be in real-time but requires utmost accuracy.

📄 PDF Abstract BibTeX arXiv:2106.12605

Code (1)

sagarmandiya/DeepFake-Detection 공식 구현 tf

Tasks

Survey

Methods 이 논문이 사용한 방법론

VGG-19 설명 없음
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

DeepFakes and Beyond: A Survey of Face Manipulation and Fake Detection

2020-01-01 · Ruben Tolosana, Ruben Vera-Rodriguez, Julian Fierrez, Aythami Morales 외

The free access to large-scale public databases, together with the fast progress of deep learning techniques, in particular Generative Adversarial Networks, have led to the generation of very realistic fake content with …

AttributeDeepFake DetectionFace GenerationFace Swapping+1

Media Forensics and Deepfake Systematic Survey

2024-06-19 · Nadeem Jabbar CH, Aqib Saghir, Ayaz Ahmad Meer, Salman Ahmad Sahi 외

Deepfake is a generative deep learning algorithm that creates or changes facial features in a very realistic way making it hard to differentiate the real from the fake features It can be used to make movies look better a…

AttributeDeepFake DetectionFace GenerationFace Swapping+1

Deep Learning Technology for Face Forgery Detection: A Survey

2024-09-22 · Lixia Ma, Puning Yang, Yuting Xu, Ziming Yang 외

Currently, the rapid development of computer vision and deep learning has enabled the creation or manipulation of high-fidelity facial images and videos via deep generative approaches. This technology, also known as deep…

DeepFake DetectionDeep LearningFace SwappingMisinformation+1

Robust Sequential DeepFake Detection

2023-09-26 · Rui Shao, Tianxing Wu, Ziwei Liu

Since photorealistic faces can be readily generated by facial manipulation technologies nowadays, potential malicious abuse of these technologies has drawn great concerns. Numerous deepfake detection methods are thus pro…

DeepFake DetectionFace SwappingFacial Editing

GANprintR: Improved Fakes and Evaluation of the State of the Art in Face Manipulation Detection

2019-11-13 · João C. Neves, Ruben Tolosana, Ruben Vera-Rodriguez, Vasco Lopes 외

The availability of large-scale facial databases, together with the remarkable progresses of deep learning technologies, in particular Generative Adversarial Networks (GANs), have led to the generation of extremely reali…

Face GenerationSteganalysis