CVFeb 13, 2018

Satellite Image Forgery Detection and Localization Using GAN and One-Class Classifier

arXiv:1802.04881v165 citations
Originality Synthesis-oriented
AI Analysis

This addresses the need for specialized forensic tools to ensure the authenticity of satellite images, which differ from consumer images, but it is incremental as it adapts existing methods to a new domain.

The paper tackles the problem of detecting and localizing forgeries in satellite images, where pixels are replaced to add or remove objects, by using a GAN to learn features from pristine images and a one-class SVM for anomaly detection, achieving validation on various forgery types.

Current satellite imaging technology enables shooting high-resolution pictures of the ground. As any other kind of digital images, overhead pictures can also be easily forged. However, common image forensic techniques are often developed for consumer camera images, which strongly differ in their nature from satellite ones (e.g., compression schemes, post-processing, sensors, etc.). Therefore, many accurate state-of-the-art forensic algorithms are bound to fail if blindly applied to overhead image analysis. Development of novel forensic tools for satellite images is paramount to assess their authenticity and integrity. In this paper, we propose an algorithm for satellite image forgery detection and localization. Specifically, we consider the scenario in which pixels within a region of a satellite image are replaced to add or remove an object from the scene. Our algorithm works under the assumption that no forged images are available for training. Using a generative adversarial network (GAN), we learn a feature representation of pristine satellite images. A one-class support vector machine (SVM) is trained on these features to determine their distribution. Finally, image forgeries are detected as anomalies. The proposed algorithm is validated against different kinds of satellite images containing forgeries of different size and shape.

Code Implementations1 repo
Foundations

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

Your Notes