用率失真优化方法训练出比DCT更优的线性变换,适合直接集成到现有压缩标准中。
Learning Optimal Linear Block Transform by Rate Distortion Minimization
- 基于率失真最小化直接优化线性变换,不依赖协方差矩阵。
- 在模拟VVC框架下性能显著优于DCT和现有数据驱动变换。
- 结构简单,可直接嵌入现有图像视频压缩标准,适合工程落地。
线性块变换编码仍是图像与视频压缩的核心组件。尽管当前所有压缩标准均采用离散余弦变换(DCT),但其非最优性仍引发对更高效替代变换的持续研究。本文提出一种新型线性块变换——率失真学习变换(RDLT),该变换通过数据驱动方式,针对残差块逼近任务最小化率失真(RD)代价。方法基于端到端学习压缩框架,采用反向传播与随机梯度下降进行优化。与基于变分自编码器(VAE)的非线性变换不同,RDLT旨在设计一种更简单且最优的线性块变换,便于实际集成至现有压缩标准。不同于依赖样本协方差矩阵设计的现有方法(如卡尔亨尼-洛夫变换,KLT),RDLT直接从率失真角度优化。实验表明,该变换显著优于DCT及其他已有数据驱动变换。进一步仿真显示,在类VVC图像压缩框架中引入RDLT可带来显著性能提升。所有实验代码已公开于[1]。
原文摘要 · Abstract (English)
Linear block transform coding remains a fundamental component of image and video compression. Although the Discrete Cosine Transform (DCT) is widely employed in all current compression standards, its sub-optimality has sparked ongoing research into discovering more efficient alternative transforms even for fields where it represents a consolidated tool. In this paper, we introduce a novel linear block transform called the Rate Distortion Learned Transform (RDLT), a data-driven transform specifically designed to minimize the rate-distortion (RD) cost when approximating residual blocks. Our approach builds on the latest end-to-end learned compression frameworks, adopting back-propagation and stochastic gradient descent for optimization. However, unlike the nonlinear transforms used in variational autoencoder (VAE)-based methods, the goal is to create a simpler yet optimal linear block transform, ensuring practical integration into existing image and video compression standards. Differently from existing data-driven methods that design transforms based on sample covariance matrices, such as the Karhunen-Loève Transform (KLT), the proposed RDLT is directly optimized from an RD perspective. Experimental results show that this transform significantly outperforms the DCT or other existing data-driven transforms. Additionally, it is shown that when simulating the integration of our RDLT into a VVC-like image compression framework, the proposed transform brings substantial improvements. All the code used in our experiments has been made publicly available at [1].
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。