paper-with-me

홈 › Papers

An Empirical Analysis of Recurrent Learning Algorithms In Neural Lossy Image Compression Systems

2022-01-27 · Ankur Mali, Alexander Ororbia, Daniel Kifer, Lee Giles

Recent advances in deep learning have resulted in image compression algorithms that outperform JPEG and JPEG 2000 on the standard Kodak benchmark. However, they are slow to train (due to backprop-through-time) and, to the best of our knowledge, have not been systematically evaluated on a large variety of datasets. In this paper, we perform the first large-scale comparison of recent state-of-the-art hybrid neural compression algorithms, while exploring the effects of alternative training strategies (when applicable). The hybrid recurrent neural decoder is a former state-of-the-art model (recently overtaken by a Google model) that can be trained using backprop-through-time (BPTT) or with alternative algorithms like sparse attentive backtracking (SAB), unbiased online recurrent optimization (UORO), and real-time recurrent learning (RTRL). We compare these training alternatives along with the Google models (GOOG and E2E) on 6 benchmark datasets. Surprisingly, we found that the model trained with SAB performs better (outperforming even BPTT), resulting in faster convergence and a better peak signal-to-noise ratio.

📄 PDF Abstract BibTeX arXiv:2201.11782

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage Compression

Similar Papers 제목 키워드 기반

Learning-Driven Lossy Image Compression; A Comprehensive Survey

2022-01-23 · Sonain Jamil, Md. Jalil Piran, MuhibUrRahman

In the realm of image processing and computer vision (CV), machine learning (ML) architectures are widely applied. Convolutional neural networks (CNNs) solve a wide range of image processing issues and can solve image co…

CPUGPUImage CompressionSurvey

Improved Lossy Image Compression with Priming and Spatially Adaptive Bit Rates for Recurrent Networks

2017-03-29 · CVPR 2018 6 · Nick Johnston, Damien Vincent, David Minnen, Michele Covell 외

We propose a method for lossy image compression based on recurrent, convolutional neural networks that outperforms BPG (4:2:0 ), WebP, JPEG2000, and JPEG as measured by MS-SSIM. We introduce three improvements over previ…

Image CompressionMS-SSIMSSIM

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

TensorCodec: Compact Lossy Compression of Tensors without Strong Data Assumptions

2023-09-19 · Taehyung Kwon, Jihoon Ko, Jinhong Jung, Kijung Shin

Many real-world datasets are represented as tensors, i.e., multi-dimensional arrays of numerical values. Storing them without compression often requires substantial space, which grows exponentially with the order. While …

Effect of Lossy Compression Algorithms on Face Image Quality and Recognition

2023-02-24 · Torsten Schlett, Sebastian Schachner, Christian Rathgeb, Juan Tapia 외

Lossy face image compression can degrade the image quality and the utility for the purpose of face recognition. This work investigates the effect of lossy image compression on a state-of-the-art face recognition model, a…

Face Image QualityFace Image Quality AssessmentFace RecognitionImage Compression+1