paper-with-me

홈 › Papers

Transformer-based Image Compression

2021-11-12 · Ming Lu, Peiyao Guo, Huiqing Shi, Chuntong Cao, Zhan Ma

A Transformer-based Image Compression (TIC) approach is developed which reuses the canonical variational autoencoder (VAE) architecture with paired main and hyper encoder-decoders. Both main and hyper encoders are comprised of a sequence of neural transformation units (NTUs) to analyse and aggregate important information for more compact representation of input image, while the decoders mirror the encoder-side operations to generate pixel-domain image reconstruction from the compressed bitstream. Each NTU is consist of a Swin Transformer Block (STB) and a convolutional layer (Conv) to best embed both long-range and short-range information; In the meantime, a casual attention module (CAM) is devised for adaptive context modeling of latent features to utilize both hyper and autoregressive priors. The TIC rivals with state-of-the-art approaches including deep convolutional neural networks (CNNs) based learnt image coding (LIC) methods and handcrafted rules-based intra profile of recently-approved Versatile Video Coding (VVC) standard, and requires much less model parameters, e.g., up to 45% reduction to leading-performance LIC.

📄 PDF Abstract BibTeX arXiv:2111.06707

Code (0)

등록된 구현이 없습니다.

Tasks

Image CompressionImage Reconstruction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Towards End-to-End Image Compression and Analysis with Transformers

2021-12-17 · Yuanchao Bai, Xu Yang, Xianming Liu, Junjun Jiang 외

We propose an end-to-end image compression and analysis model with Transformers, targeting to the cloud-based image classification application. Instead of placing an existing Transformer-based image classification model …

Classificationimage-classificationImage ClassificationImage Compression+2

Bi-Level Spatial and Channel-aware Transformer for Learned Image Compression

2024-08-07 · Hamidreza Soltani, Erfan Ghasemi

Recent advancements in learned image compression (LIC) methods have demonstrated superior performance over traditional hand-crafted codecs. These learning-based methods often employ convolutional neural networks (CNNs) o…

Image Compression

TransTIC: Transferring Transformer-based Image Compression from Human Perception to Machine Perception

2023-06-08 · ICCV 2023 1 · Yi-Hsin Chen, Ying-Chieh Weng, Chia-Hao Kao, Cheng Chien 외

This work aims for transferring a Transformer-based image compression codec from human perception to machine perception without fine-tuning the codec. We propose a transferable Transformer-based image compression framewo…

DecoderImage CompressionVisual Prompt Tuning

Easz: An Agile Transformer-based Image Compression Framework for Resource-constrained IoTs

2025-05-03 · Yu Mao, Jingzong Li, Jun Wang, Hong Xu 외

Neural image compression, necessary in various machine-to-machine communication scenarios, suffers from its heavy encode-decode structures and inflexibility in switching between different compression levels. Consequently…

Computational EfficiencyImage CompressionImage Reconstruction

The Devil Is in the Details: Window-based Attention for Image Compression

2022-03-16 · CVPR 2022 1 · Renjie Zou, Chunfeng Song, Zhaoxiang Zhang

Learned image compression methods have exhibited superior rate-distortion performance than classical image compression standards. Most existing learned image compression models are based on Convolutional Neural Networks …

DecoderImage Compression