paper-with-me

Papers

Transformer-based Transform Coding

2021-09-29 · ICLR 2022 4 · Yinhao Zhu, Yang Yang, Taco Cohen

Neural data compression based on nonlinear transform coding has made great progress over the last few years, mainly due to improvements in prior models, quantization methods and nonlinear transforms. A general trend in many recent works pushing the limit of rate-distortion performance is to use ever more expensive prior models that can lead to prohibitively slow decoding. Instead, we focus on more expressive transforms that result in a better rate-distortion-computation trade-off. Specifically, we show that nonlinear transforms built on Swin-transformers can achieve better compression efficiency than transforms built on convolutional neural networks (ConvNets), while requiring fewer parameters and shorter decoding time. Paired with a compute-efficient Channel-wise Auto-Regressive Model prior, our SwinT-ChARM model outperforms VTM-12.1 by $3.68\%$ in BD-rate on Kodak with comparable decoding speed. In P-frame video compression setting, we are able to outperform the popular ConvNet-based scale-space-flow model by $12.35\%$ in BD-rate on UVG. We provide model scaling studies to verify the computational efficiency of the proposed solutions and conduct several analyses to reveal the source of coding gain of transformers over ConvNets, including better spatial decorrelation, flexible effective receptive field, and more localized response of latent pixels during progressive decoding.

📄 PDF Abstract BibTeX

Code (3)

Nikolai10/SwinT-ChARM tf
ali-zafari/TBTC pytorch
leelitian/Transformer-Based-Transform-Coding pytorch

Tasks

Computational EfficiencyData CompressionImage CompressionQuantizationVideo Compression

Similar Papers 제목 키워드 기반

Comparing Graph Transformers via Positional Encodings

2024-02-22 · Mitchell Black, Zhengchao Wan, Gal Mishne, Amir Nayyeri 외

The distinguishing power of graph transformers is closely tied to the choice of positional encoding: features used to augment the base transformer with information about the graph. There are two primary types of position…

Navigate

Learning Precoding in Multi-user Multi-antenna Systems: Transformer or Graph Transformer?

2025-03-04 · Yuxuan Duan, Jia Guo, Chenyang Yang

Transformers have been designed for channel acquisition tasks such as channel prediction and other tasks such as precoding, while graph neural networks (GNNs) have been demonstrated to be efficient for learning a multitu…

Viterbi Decoding of Directed Acyclic Transformer for Non-Autoregressive Machine Translation

2022-10-11 · Chenze Shao, Zhengrui Ma, Yang Feng

Non-autoregressive models achieve significant decoding speedup in neural machine translation but lack the ability to capture sequential dependency. Directed Acyclic Transformer (DA-Transformer) was recently proposed to m…

Machine TranslationTranslation

LoopSpec: Pipelined Self-Speculative Decoding for Looped Transformers

2026-09-15 · SangLyul Cho, Langqing Cui, Sehoon Kim, Dongsu Han 외 arxiv

Looped Transformers achieve strong performance with compact parameter sizes by repeatedly applying a shared stack of Transformer blocks across recurrent depths. However, they incur higher decoding latency than standard T…

An Empirical Study on the Impact of Positional Encoding in Transformer-based Monaural Speech Enhancement

2024-01-18 · Qiquan Zhang, Meng Ge, Hongxu Zhu, Eliathamby Ambikairajah 외

Transformer architecture has enabled recent progress in speech enhancement. Since Transformers are position-agostic, positional encoding is the de facto standard component used to enable Transformers to distinguish the o…

POSPositionSpeech Enhancement