Format-Controlled Multi-Scale JPEG Compression Response Analysis for Image-Level Forgery Screening

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy · Depth: Expert, quick

Summary

A new lightweight, interpretable feature engineering pipeline is proposed for image-level forgery screening, operating solely on CPU computation with gradient boosted trees. This method integrates multi-scale Error Level Analysis (ELA) across seven JPEG quality levels, novel cross-quality ELA ratio features for double-compression artifact detection, augmented by spatial entropy, FFT energy bands, edge density, SRM residuals, and DCT blockiness, forming a 405-dimensional feature vector. Addressing a format confound in CASIA v2.0, the pipeline was rigorously evaluated on a JPEG-only subset of 9,501 images. It achieved an AUC of 0.990 [95% CI: 0.988--0.991] and an F1 score of 0.905 using 5-fold stratified cross-validation. Even with a conservative source-aware group split, AUC remained 0.976. Ablation studies confirm multi-scale ELA's significant contribution (+0.180 AUC gain).

Key takeaway

For AI Security Engineers or digital forensics professionals needing efficient image forgery screening, this CPU-only pipeline offers a robust solution. You can achieve high accuracy (AUC 0.990) without GPU acceleration, making it suitable for resource-constrained deployments. Focus on multi-scale ELA and cross-quality ratios to detect compression-history inconsistencies, ensuring your screening methods are resilient against format-based confounds.

Key insights

Lightweight CPU-based feature engineering with multi-scale ELA effectively screens image forgeries by detecting compression-history inconsistencies.

Principles

Method

The method computes multi-scale ELA at seven JPEG quality levels, cross-quality ELA ratios, spatial entropy, FFT energy bands, edge density, SRM residuals, and DCT blockiness to form a 405-dimensional feature vector for gradient boosted trees.

In practice

Topics

Best for: Computer Vision Engineer, AI Scientist, AI Security Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.