paper-with-me

홈 › Papers

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

2021-12-17 · Yuanchao Bai, Xu Yang, Xianming Liu, Junjun Jiang, YaoWei Wang, Xiangyang Ji, Wen Gao

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 directly after an image codec, we aim to redesign the Vision Transformer (ViT) model to perform image classification from the compressed features and facilitate image compression with the long-term information from the Transformer. Specifically, we first replace the patchify stem (i.e., image splitting and embedding) of the ViT model with a lightweight image encoder modelled by a convolutional neural network. The compressed features generated by the image encoder are injected convolutional inductive bias and are fed to the Transformer for image classification bypassing image reconstruction. Meanwhile, we propose a feature aggregation module to fuse the compressed features with the selected intermediate features of the Transformer, and feed the aggregated features to a deconvolutional neural network for image reconstruction. The aggregated features can obtain the long-term information from the self-attention mechanism of the Transformer and improve the compression performance. The rate-distortion-accuracy optimization problem is finally solved by a two-step training strategy. Experimental results demonstrate the effectiveness of the proposed model in both the image compression and the classification tasks.

📄 PDF Abstract BibTeX arXiv:2112.09300

Code (1)

bychao100/towards-image-compression-and-analysis-with-transformers 공식 구현 pytorch

Tasks

Classificationimage-classificationImage ClassificationImage CompressionImage ReconstructionInductive Bias

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Enhancing Image Authenticity Detection: Swin Transformers and Color Frame Analysis for CGI vs. Real Images

2024-09-07 · Preeti Mehta, Aman Sagar, Suchi Kumari

The rapid advancements in computer graphics have greatly enhanced the quality of computer-generated images (CGI), making them increasingly indistinguishable from authentic images captured by digital cameras (ADI). This i…

Misinformation

DiTFastAttnV2: Head-wise Attention Compression for Multi-Modality Diffusion Transformers

2025-03-28 · Hanling Zhang, Rundong Su, Zhihang Yuan, Pengtao Chen 외

Text-to-image generation models, especially Multimodal Diffusion Transformers (MMDiT), have shown remarkable progress in generating high-quality images. However, these models often face significant computational bottlene…

2kImage GenerationText to Image GenerationText-to-Image Generation

CoD-Lite: Real-Time Diffusion-Based Generative Image Compression

2026-04-14 · Zhaoyang Jia, Naifu Xue, Zihan Zheng, Jiahao Li 외 arxiv

Recent advanced diffusion methods typically derive strong generative priors by scaling diffusion transformers. However, scaling fails to generalize when adapted for real-time compression scenarios that demand lightweight…

Image Compression

A Comprehensive Survey of Transformers for Computer Vision

2022-11-11 · Sonain Jamil, Md. Jalil Piran, Oh-Jin Kwon

As a special type of transformer, Vision Transformers (ViTs) are used to various computer vision applications (CV), such as image recognition. There are several potential problems with convolutional neural networks (CNNs…

Anomaly DetectionDenoisingimage-classificationImage Classification+9

GABIC: Graph-based Attention Block for Image Compression

2024-10-03 · Gabriele Spadaro, Alberto Presta, Enzo Tartaglione, Jhony H. Giraldo 외

While standardized codecs like JPEG and HEVC-intra represent the industry standard in image compression, neural Learned Image Compression (LIC) codecs represent a promising alternative. In detail, integrating attention m…

Image Compression