paper-with-me

Papers

Lost in Compression: the Impact of Lossy Image Compression on Variable Size Object Detection within Infrared Imagery

2022-05-16 · Neelanjan Bhowmik, Jack W. Barker, Yona Falinie A. Gaus, Toby P. Breckon

Lossy image compression strategies allow for more efficient storage and transmission of data by encoding data to a reduced form. This is essential enable training with larger datasets on less storage-equipped environments. However, such compression can cause severe decline in performance of deep Convolution Neural Network (CNN) architectures even when mild compression is applied and the resulting compressed imagery is visually identical. In this work, we apply the lossy JPEG compression method with six discrete levels of increasing compression {95, 75, 50, 15, 10, 5} to infrared band (thermal) imagery. Our study quantitatively evaluates the affect that increasing levels of lossy compression has upon the performance of characteristically diverse object detection architectures (Cascade-RCNN, FSAF and Deformable DETR) with respect to varying sizes of objects present in the dataset. When training and evaluating on uncompressed data as a baseline, we achieve maximal mean Average Precision (mAP) of 0.823 with Cascade R-CNN across the FLIR dataset, outperforming prior work. The impact of the lossy compression is more extreme at higher compression levels (15, 10, 5) across all three CNN architectures. However, re-training models on lossy compressed imagery notably ameliorated performances for all three CNN models with an average increment of ~76% (at higher compression level 5). Additionally, we demonstrate the relative sensitivity of differing object areas {tiny, small, medium, large} with respect to the compression level. We show that tiny and small objects are more sensitive to compression than medium and large objects. Overall, Cascade R-CNN attains the maximal mAP across most of the object area categories.

📄 PDF Abstract BibTeX arXiv:2205.08002

Code (0)

등록된 구현이 없습니다.

Tasks

Image Compressionobject-detectionObject Detection

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…
FSAF FSAF, or Feature Selective Anchor-Free, is a building block for single-shot object detectors. It can be plugged into single-shot detectors with feature pyramid structure. The…
Cascade R-CNN Cascade R-CNN is an object detection architecture that seeks to address problems with degrading performance with increased IoU thresholds (due to overfitting during training…

Similar Papers 제목 키워드 기반

Modeling Lost Information in Lossy Image Compression

2020-06-22 · Yaolong Wang, Mingqing Xiao, Chang Liu, Shuxin Zheng 외

Lossy image compression is one of the most commonly used operators for digital images. Most recently proposed deep-learning-based image compression methods leverage the auto-encoder structure, and reach a series of promi…

DecoderImage Compression

Does lossy image compression affect racial bias within face recognition?

2022-08-16 · Seyma Yucer, Matt Poyser, Noura Al Moubayed, Toby P. Breckon

Yes - This study investigates the impact of commonplace lossy image compression on face recognition algorithms with regard to the racial characteristics of the subject. We adopt a recently proposed racial phenotype-based…

Face RecognitionImage Compression

The Effect of Lossy Compression on 3D Medical Images Segmentation with Deep Learning

2024-09-25 · Anvar Kurmukov, Bogdan Zavolovich, Aleksandra Dalechina, Vladislav Proskurov 외

Image compression is a critical tool in decreasing the cost of storage and improving the speed of transmission over the internet. While deep learning applications for natural images widely adopts the usage of lossy compr…

Image Compression

Machine Perceptual Quality: Evaluating the Impact of Severe Lossy Compression on Audio and Image Models

2024-01-15 · Dan Jacobellis, Daniel Cummings, Neeraja J. Yadwadkar

In the field of neural data compression, the prevailing focus has been on optimizing algorithms for either classical distortion metrics, such as PSNR or SSIM, or human perceptual quality. With increasing amounts of data …

Data Compressionimage-classificationImage ClassificationImage Segmentation+5

Adversarial Distortion for Learned Video Compression

2020-04-20 · Vijay Veerabadran, Reza Pourreza, Amirhossein Habibian, Taco Cohen

In this paper, we present a novel adversarial lossy video compression model. At extremely low bit-rates, standard video coding schemes suffer from unpleasant reconstruction artifacts such as blocking, ringing etc. Existi…

BlockingMS-SSIMSSIMVideo Compression