中文
相关论文

相关论文: Flexible Neural Image Compression via Code Editing

200 篇论文

This paper aims to delve into the rate-distortion-complexity trade-offs of modern neural video coding. Recent years have witnessed much research effort being focused on exploring the full potential of neural video coding. Conditional…

图像与视频处理 · 电气工程与系统科学 2024-10-08 Yi-Hsin Chen , Kuan-Wei Ho , Martin Benjak , Jörn Ostermann , Wen-Hsiao Peng

The rate-distortion performance of neural image compression models has exceeded the state-of-the-art for non-learned codecs, but neural codecs are still far from widespread deployment and adoption. The largest obstacle is having efficient…

计算机视觉与模式识别 · 计算机科学 2023-11-23 David Minnen , Nick Johnston

Learned image compression has achieved great success due to its excellent modeling capacity, but seldom further considers the Rate-Distortion Optimization (RDO) of each input image. To explore this potential in the learned codec, we make…

图像与视频处理 · 电气工程与系统科学 2022-03-31 Dezhao Wang , Wenhan Yang , Yueyu Hu , Jiaying Liu

This paper introduces a novel framework for end-to-end learned video coding. Image compression is generalized through conditional coding to exploit information from reference frames, allowing to process intra and inter frames with the same…

图像与视频处理 · 电气工程与系统科学 2021-04-29 Théo Ladune , Pierrick Philippe , Wassim Hamidouche , Lu Zhang , Olivier Déforges

This paper presents variable bitrate lossy image compression using a VAE-based neural network. An adaptable image quality adjustment strategy is proposed. The key innovation involves adeptly adjusting the input scale exclusively during the…

图像与视频处理 · 电气工程与系统科学 2024-09-11 Bouzid Arezki , Fangchen Feng , Anissa Mokraoui

Variable rate is a requirement for flexible and adaptable image and video compression. However, deep image compression methods are optimized for a single fixed rate-distortion tradeoff. While this can be addressed by training multiple…

图像与视频处理 · 电气工程与系统科学 2020-07-23 Fei Yang , Luis Herranz , Joost van de Weijer , José A. Iglesias Guitián , Antonio López , Mikhail Mozerov

Neural video compression (NVC) has demonstrated superior compression efficiency, yet effective rate control remains a significant challenge due to complex temporal dependencies. Existing rate control schemes typically leverage frame content…

图像与视频处理 · 电气工程与系统科学 2026-02-03 Wuyang Cong , Junqi Shi , Lizhong Wang , Weijing Shi , Ming Lu , Hao Chen , Zhan Ma

In recent years we have witnessed an increasing interest in applying Deep Neural Networks (DNNs) to improve the rate-distortion performance in image compression. However, the existing approaches either train a post-processing DNN on the…

图像与视频处理 · 电气工程与系统科学 2020-10-27 Yannick Strümpler , Ren Yang , Radu Timofte

Recent work has shown that Variational Autoencoders (VAEs) can be used to upper-bound the information rate-distortion (R-D) function of images, i.e., the fundamental limit of lossy image compression. In this paper, we report an improved…

图像与视频处理 · 电气工程与系统科学 2023-09-07 Zhihao Duan , Jack Ma , Jiangpeng He , Fengqing Zhu

This paper presents improvements and novel additions to our recent work on end-to-end optimized hierarchical bi-directional video compression to further advance the state-of-the-art in learned video compression. As an improvement, we…

图像与视频处理 · 电气工程与系统科学 2022-06-29 Eren Cetin , M. Akin Yilmaz , A. Murat Tekalp

End-to-end trainable models have reached the performance of traditional handcrafted compression techniques on videos and images. Since the parameters of these models are learned over large training sets, they are not optimal for any given…

图像与视频处理 · 电气工程与系统科学 2022-10-12 Oussama Jourairi , Muhammet Balcilar , Anne Lambert , François Schnitzler

Even though rate-distortion optimization is a crucial part of traditional image and video compression, not many approaches exist which transfer this concept to end-to-end-trained image compression. Most frameworks contain static compression…

图像与视频处理 · 电气工程与系统科学 2022-01-06 Fabian Brand , Kristian Fischer , Alexander Kopte , André Kaup

As the latest video coding standard, versatile video coding (VVC) has shown its ability in retaining pixel quality. To excavate more compression potential for video conference scenarios under ultra-low bitrate, this paper proposes a bitrate…

图像与视频处理 · 电气工程与系统科学 2023-03-21 Anni Tang , Yan Huang , Jun Ling , Zhiyu Zhang , Yiwei Zhang , Rong Xie , Li Song

Lossy image compression is often limited by the simplicity of the chosen loss measure. Recent research suggests that generative adversarial networks have the ability to overcome this limitation and serve as a multi-modal loss, especially…

图像与视频处理 · 电气工程与系统科学 2021-03-09 Jan P. Klopp , Keng-Chi Liu , Liang-Gee Chen , Shao-Yi Chien

Image codecs are typically optimized to trade-off bitrate \vs distortion metrics. At low bitrates, this leads to compression artefacts which are easily perceptible, even when training with perceptual or adversarial losses. To improve image…

计算机视觉与模式识别 · 计算机科学 2024-03-20 Marlène Careil , Matthew J. Muckley , Jakob Verbeek , Stéphane Lathuilière

We study neural image compression based on the Sparse Visual Representation (SVR), where images are embedded into a discrete latent space spanned by learned visual codebooks. By sharing codebooks with the decoder, the encoder transfers…

计算机视觉与模式识别 · 计算机科学 2024-03-01 Wei Jiang , Wei Wang , Yue Chen

Recently it has been shown that deep learning-based image compression has shown the potential to outperform traditional codecs. However, most existing methods train multiple networks for multiple bit rates, which increases the…

图像与视频处理 · 电气工程与系统科学 2019-12-13 Mohammad Akbari , Jie Liang , Jingning Han , Chengjie Tu

Deep variational autoencoders for image and video compression have gained significant attraction in the recent years, due to their potential to offer competitive or better compression rates compared to the decades long traditional codecs…

计算机视觉与模式识别 · 计算机科学 2023-03-07 Bharath Bhushan Damodaran , Muhammet Balcilar , Franck Galpin , Pierre Hellier

Post-training Neural Network (NN) model compression is an attractive approach for deploying large, memory-consuming models on devices with limited memory resources. In this study, we investigate the rate-distortion tradeoff for NN model…

机器学习 · 计算机科学 2024-12-03 Joseph Kampeas , Yury Nahshan , Hanoch Kremer , Gil Lederman , Shira Zaloshinski , Zheng Li , Emir Haleva

In theory, vector quantization (VQ) is always better than scalar quantization (SQ) in terms of rate-distortion (R-D) performance. Recent state-of-the-art methods for neural image compression are mainly based on nonlinear transform coding…

计算机视觉与模式识别 · 计算机科学 2023-05-26 Runsen Feng , Zongyu Guo , Weiping Li , Zhibo Chen