paper-with-me

홈 › Papers

Quality Adaptive Low-Rank Based JPEG Decoding with Applications

2016-01-06 · Xiao Shu, Xiaolin Wu

Small compression noises, despite being transparent to human eyes, can adversely affect the results of many image restoration processes, if left unaccounted for. Especially, compression noises are highly detrimental to inverse operators of high-boosting (sharpening) nature, such as deblurring and superresolution against a convolution kernel. By incorporating the non-linear DCT quantization mechanism into the formulation for image restoration, we propose a new sparsity-based convex programming approach for joint compression noise removal and image restoration. Experimental results demonstrate significant performance gains of the new approach over existing image restoration methods.

📄 PDF Abstract BibTeX arXiv:1601.01339

Code (0)

등록된 구현이 없습니다.

Tasks

DeblurringImage RestorationQuantization

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Committee Draft of JPEG XL Image Coding System

2019-08-13

JPEG XL is a practical approach focused on scalable web distribution and efficient compression of high-quality images. It provides various benefits compared to existing image formats: 60% size reduction at equivalent sub…

JDEC: JPEG Decoding via Enhanced Continuous Cosine Coefficients

2024-04-03 · CVPR 2024 1 · Woo Kyoung Han, Sunghoon Im, Jaedeok Kim, Kyong Hwan Jin

We propose a practical approach to JPEG image decoding, utilizing a local implicit neural representation with continuous cosine formulation. The JPEG algorithm significantly quantizes discrete cosine transform (DCT) spec…

DecoderJPEG Artifact Removal

Deep Selector-JPEG: Adaptive JPEG Image Compression for Computer Vision in Image classification with Human Vision Criteria

2023-02-19 · Hossam Amer, Sepideh Shaterian, En-hui Yang

With limited storage/bandwidth resources, input images to Computer Vision (CV) applications that use Deep Neural Networks (DNNs) are often encoded with JPEG that is tailored to Human Vision (HV). This paper presents Deep…

Classificationimage-classificationImage ClassificationImage Compression+2

Evaluating the Practicality of Learned Image Compression

2022-07-29 · Hongjiu Yu, Qiancheng Sun, Jin Hu, Xingyuan Xue 외

Learned image compression has achieved extraordinary rate-distortion performance in PSNR and MS-SSIM compared to traditional methods. However, it suffers from intensive computation, which is intolerable for real-world ap…

CPUGPUImage CompressionMS-SSIM+3

Need for Speed: A Comprehensive Benchmark of JPEG Decoders in Python

2025-01-22 · Vladimir Iglovikov

Image loading represents a critical bottleneck in modern machine learning pipelines, particularly in computer vision tasks where JPEG remains the dominant format. This study presents a systematic performance analysis of …