paper-with-me

Papers

Multi-task Learning For Detecting and Segmenting Manipulated Facial Images and Videos

2019-06-17 · Huy H. Nguyen, Fuming Fang, Junichi Yamagishi, Isao Echizen

Detecting manipulated images and videos is an important topic in digital media forensics. Most detection methods use binary classification to determine the probability of a query being manipulated. Another important topic is locating manipulated regions (i.e., performing segmentation), which are mostly created by three commonly used attacks: removal, copy-move, and splicing. We have designed a convolutional neural network that uses the multi-task learning approach to simultaneously detect manipulated images and videos and locate the manipulated regions for each query. Information gained by performing one task is shared with the other task and thereby enhance the performance of both tasks. A semi-supervised learning approach is used to improve the network's generability. The network includes an encoder and a Y-shaped decoder. Activation of the encoded features is used for the binary classification. The output of one branch of the decoder is used for segmenting the manipulated regions while that of the other branch is used for reconstructing the input, which helps improve overall performance. Experiments using the FaceForensics and FaceForensics++ databases demonstrated the network's effectiveness against facial reenactment attacks and face swapping attacks as well as its ability to deal with the mismatch condition for previously seen attacks. Moreover, fine-tuning using just a small amount of data enables the network to deal with unseen attacks.

📄 PDF Abstract BibTeX arXiv:1906.06876

Code (1)

nii-yamagishilab/ClassNSeg pytorch

Tasks

Binary ClassificationDecoderFace SwappingGeneral ClassificationMulti-Task Learning

Similar Papers 제목 키워드 기반

On the Detection of Digital Face Manipulation

2019-10-03 · CVPR 2020 6 · Hao Dang, Feng Liu, Joel Stehouwer, Xiaoming Liu 외

Detecting manipulated facial images and videos is an increasingly important topic in digital media forensics. As advanced face synthesis and manipulation methods are made available, new types of fake face representations…

Binary ClassificationFace DetectionFace GenerationGeneral Classification+1

Detecting and Recovering Sequential DeepFake Manipulation

2022-07-05 · 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 EditingImage Captioning

GGViT:Multistream Vision Transformer Network in Face2Face Facial Reenactment Detection

2022-10-12 · Haotian Wu, Peipei Wang, Xin Wang, Ji Xiang 외

Detecting manipulated facial images and videos on social networks has been an urgent problem to be solved. The compression of videos on social media has destroyed some pixel details that could be used to detect forgeries…

Improving Object Detection Performance through YOLOv8: A Comprehensive Training and Evaluation Study

2025-05-16 · Rana Poureskandar, Shiva Razzagzadeh

This study evaluated the performance of a YOLOv8-based segmentation model for detecting and segmenting wrinkles in facial images.

object-detectionObject DetectionSegmentation

Face Forgery Detection Based on Facial Region Displacement Trajectory Series

2022-12-07 · Yuyang Sun, Zhiyong Zhang, Isao Echizen, Huy H. Nguyen 외

Deep-learning-based technologies such as deepfakes ones have been attracting widespread attention in both society and academia, particularly ones used to synthesize forged face images. These automatic and professional-sk…

Graph Attention