OAPT: Offset-Aware Partition Transformer for Double JPEG Artifacts Removal
Qiao Mo, Yukang Ding, Jinhua Hao, Qiang Zhu, Ming Sun, Chao Zhou,, Feiyu Chen, Shuyuan Zhu

TL;DR
This paper introduces OAPT, a novel transformer-based method that effectively removes double JPEG compression artifacts by analyzing pattern clusters and estimating pixel offsets, outperforming existing methods in restoration quality.
Contribution
The paper presents a new Offset-Aware Partition Transformer that clusters compression patterns and estimates pixel offsets, improving double JPEG artifact removal beyond prior approaches.
Findings
OAPT outperforms state-of-the-art methods by over 0.16dB in PSNR.
The pattern clustering module enhances other transformer-based restoration methods.
OAPT effectively handles multiple compression patterns within 8x8 blocks.
Abstract
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 address this issue, we propose Offset-Aware Partition Transformer for double JPEG artifacts removal, termed as OAPT. We conduct an analysis of double JPEG compression that results in up to four patterns within each 8x8 block and design our model to cluster the similar patterns to remedy the difficulty of restoration. Our OAPT consists of two components: compression offset predictor and image reconstructor. Specifically, the predictor estimates pixel offsets between the first and second compression, which are then utilized to divide different patterns. The reconstructor is mainly based on several Hybrid Partition Attention Blocks (HPAB), combining vanilla window-based…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsIndustrial Vision Systems and Defect Detection · Image and Signal Denoising Methods · Image Processing Techniques and Applications
MethodsLinear Layer · Residual Connection · Multi-Head Attention · Adam · Layer Normalization · Attention Is All You Need · Position-Wise Feed-Forward Layer · Dense Connections · Byte Pair Encoding · Absolute Position Encodings
