paper-with-me

Papers

A multi-branch convolutional neural network for detecting double JPEG compression

2017-10-16 · Bin Li, Hu Luo, Haoxin Zhang, Shunquan Tan, Zhongzhou Ji

Detection of double JPEG compression is important to forensics analysis. A few methods were proposed based on convolutional neural networks (CNNs). These methods only accept inputs from pre-processed data, such as histogram features and/or decompressed images. In this paper, we present a CNN solution by using raw DCT (discrete cosine transformation) coefficients from JPEG images as input. Considering the DCT sub-band nature in JPEG, a multiple-branch CNN structure has been designed to reveal whether a JPEG format image has been doubly compressed. Comparing with previous methods, the proposed method provides end-to-end detection capability. Extensive experiments have been carried out to demonstrate the effectiveness of the proposed network.

📄 PDF Abstract BibTeX arXiv:1710.05477

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Double JPEG Detection in Mixed JPEG Quality Factors using Deep Convolutional Neural Network

2018-09-01 · ECCV 2018 9 · Jinseok Park, Donghyeon Cho, Wonhyuk Ahn, Heung-Kyu Lee

Double JPEG detection is essential for detecting various image manipulations. This paper proposes a novel deep convolutional neural network for double JPEG detection using statistical histogram features from each block w…

Quantization

Towards Flexible Blind JPEG Artifacts Removal

2021-09-29 · ICCV 2021 10 · Jiaxi Jiang, Kai Zhang, Radu Timofte

Training a single deep blind model to handle different quality factors for JPEG image artifacts removal has been attracting considerable attention due to its convenience for practical usage. However, existing deep blind …

Image CompressionImage Compression Artifact ReductionImage DeblockingImage Denoising+4

Image Splicing Detection, Localization and Attribution via JPEG Primary Quantization Matrix Estimation and Clustering

2021-02-02 · Yakun Niu, Benedetta Tondi, Yao Zhao, Rongrong Ni 외

Detection of inconsistencies of double JPEG artefacts across different image regions is often used to detect local image manipulations, like image splicing, and to localize them. In this paper, we move one step further, …

ClusteringQuantization

CNN-based first quantization estimation of double compressed JPEG images

2022-11-01 · Journal of Visual Communication and Image Representation 2022 11 · Sebastiano Battiato, Oliver Giudice, Francesco Guarnera, Giovanni Puglisi

Multiple JPEG compressions leave artifacts in digital images: residual traces that could be exploited in forensics investigations to recover information about the device employed for acquisition or image editing software…

Quantization

OAPT: Offset-Aware Partition Transformer for Double JPEG Artifacts Removal

2024-08-21 · Qiao Mo, Yukang Ding, Jinhua Hao, Qiang Zhu 외

Deep learning-based methods have shown remarkable performance in single JPEG artifacts removal task. However, existing methods tend to degrade on double JPEG images, which are prevalent in real-world scenarios. To addres…

Image Restoration