paper-with-me

Papers

Rethinking Gradient Operator for Exposing AI-enabled Face Forgeries

2022-05-02 · Zhiqing Guo, Gaobo Yang, Dengyong Zhang, Ming Xia

For image forensics, convolutional neural networks (CNNs) tend to learn content features rather than subtle manipulation traces, which limits forensic performance. Existing methods predominantly solve the above challenges by following a general pipeline, that is, subtracting the original pixel value from the predicted pixel value to make CNNs pay attention to the manipulation traces. However, due to the complicated learning mechanism, these methods may bring some unnecessary performance losses. In this work, we rethink the advantages of gradient operator in exposing face forgery, and design two plug-and-play modules by combining gradient operator with CNNs, namely tensor pre-processing (TP) and manipulation trace attention (MTA) module. Specifically, TP module refines the feature tensor of each channel in the network by gradient operator to highlight the manipulation traces and improve the feature representation. Moreover, MTA module considers two dimensions, namely channel and manipulation traces, to force the network to learn the distribution of manipulation traces. These two modules can be seamlessly integrated into CNNs for end-to-end training. Experiments show that the proposed network achieves better results than prior works on five public datasets. Especially, TP module greatly improves the accuracy by at least 4.60% compared with the existing pre-processing module only via simple tensor refinement. The code is available at: https://github.com/EricGzq/GocNet-pytorch.

📄 PDF Abstract BibTeX arXiv:2205.00767

Code (1)

ericgzq/gocnet-pytorch 공식 구현 pytorch

Tasks

Image Forensics

Similar Papers 제목 키워드 기반

Mind the Gap: Rethinking I/O Design for Contact-Rich Visuomotor Policy Learning

2026-02-09 · Cuijie Xu, Shurui Zheng, Zihao Su, Yuanfan Xu 외 arxiv

Contact-rich teleoperation logs expose a policy I/O design choice: demonstrations may contain the robot execution (E), leader command (C), or both. These signals are not interchangeable: E2E may discard contact-generatin…

Continuous Control

FastONN -- Python based open-source GPU implementation for Operational Neural Networks

2020-06-03 · Junaid Malik, Serkan Kiranyaz, Moncef Gabbouj

Operational Neural Networks (ONNs) have recently been proposed as a special class of artificial neural networks for grid structured data. They enable heterogenous non-linear operations to generalize the widely adopted co…

GPU

Detect and Locate: Exposing Face Manipulation by Semantic- and Noise-level Telltales

2021-07-13 · Chenqi Kong, Baoliang Chen, Haoliang Li, Shiqi Wang 외

The technological advancements of deep learning have enabled sophisticated face manipulation schemes, raising severe trust issues and security concerns in modern society. Generally speaking, detecting manipulated faces a…

Decision Making

Towards an AI assistant for power grid operators

2020-12-03 · Antoine Marot, Alexandre Rozier, Matthieu Dussartre, Laure Crochepierre 외

Power grids are becoming more complex to operate in the digital age given the current energy transition to cope with climate change. As a result, real-time decision-making is getting more challenging as the human operato…

Decision Making

NoiseTilt: Noise-Tilted Reverse Kernels for Diffusion Reward Alignment

2026-06-16 · Jisung Hwang, Yunhong Min, Jaihoon Kim, I-Chao Shen 외 arxiv

We introduce the Noise-Tilted Reverse Kernel (NTRK), a reward-guided diffusion sampler that injects reward gradients through the noise term, leaving the pretrained reverse kernel unchanged and requiring only a single sam…