CVLGMMIVSep 25, 2020

Training CNNs in Presence of JPEG Compression: Multimedia Forensics vs Computer Vision

arXiv:2009.12088v142 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of training robust forensic detectors for applications like tampering detection, though it is incremental as it builds on existing CNN methods.

The study investigated how JPEG compression and grid misalignment affect CNN training for multimedia forensics versus computer vision tasks, finding that these effects must be accounted for in forensic training to maintain generalization, while they can be largely ignored in computer vision.

Convolutional Neural Networks (CNNs) have proved very accurate in multiple computer vision image classification tasks that required visual inspection in the past (e.g., object recognition, face detection, etc.). Motivated by these astonishing results, researchers have also started using CNNs to cope with image forensic problems (e.g., camera model identification, tampering detection, etc.). However, in computer vision, image classification methods typically rely on visual cues easily detectable by human eyes. Conversely, forensic solutions rely on almost invisible traces that are often very subtle and lie in the fine details of the image under analysis. For this reason, training a CNN to solve a forensic task requires some special care, as common processing operations (e.g., resampling, compression, etc.) can strongly hinder forensic traces. In this work, we focus on the effect that JPEG has on CNN training considering different computer vision and forensic image classification problems. Specifically, we consider the issues that rise from JPEG compression and misalignment of the JPEG grid. We show that it is necessary to consider these effects when generating a training dataset in order to properly train a forensic detector not losing generalization capability, whereas it is almost possible to ignore these effects for computer vision tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes