paper-with-me

Papers

Efficient Contextformer: Spatio-Channel Window Attention for Fast Context Modeling in Learned Image Compression

2023-06-25 · A. Burakhan Koyuncu, Panqi Jia, Atanas Boev, Elena Alshina, Eckehard Steinbach

Entropy estimation is essential for the performance of learned image compression. It has been demonstrated that a transformer-based entropy model is of critical importance for achieving a high compression ratio, however, at the expense of a significant computational effort. In this work, we introduce the Efficient Contextformer (eContextformer) - a computationally efficient transformer-based autoregressive context model for learned image compression. The eContextformer efficiently fuses the patch-wise, checkered, and channel-wise grouping techniques for parallel context modeling, and introduces a shifted window spatio-channel attention mechanism. We explore better training strategies and architectural designs and introduce additional complexity optimizations. During decoding, the proposed optimization techniques dynamically scale the attention span and cache the previous attention computations, drastically reducing the model and runtime complexity. Compared to the non-parallel approach, our proposal has ~145x lower model complexity and ~210x faster decoding speed, and achieves higher average bit savings on Kodak, CLIC2020, and Tecnick datasets. Additionally, the low complexity of our context model enables online rate-distortion algorithms, which further improve the compression performance. We achieve up to 17% bitrate savings over the intra coding of Versatile Video Coding (VVC) Test Model (VTM) 16.2 and surpass various learning-based compression models.

📄 PDF Abstract BibTeX arXiv:2306.14287

Code (0)

등록된 구현이 없습니다.

Tasks

Image Compression

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Contextformer: A Transformer with Spatio-Channel Attention for Context Modeling in Learned Image Compression

2022-03-04 · A. Burakhan Koyuncu, Han Gao, Atanas Boev, Georgii Gaikov 외

Entropy modeling is a key component for high-performance image compression algorithms. Recent developments in autoregressive context modeling helped learning-based methods to surpass their classical counterparts. However…

Image CompressionMS-SSIMSSIM

GContextFormer: A global context-aware hybrid multi-head attention approach with scaled additive aggregation for multimodal trajectory prediction

2025-11-24 · Yuzhi Chen, Yuanchang Xie, Lei Zhao, Pan Liu 외 arxiv

Multimodal trajectory prediction generates multiple plausible future trajectories to address vehicle motion uncertainty from intention ambiguity and execution variability. However, HD map-dependent models suffer from cos…

Trajectory PredictionMultimodal Reasoning

AADNet: Exploring EEG Spatiotemporal Information for Fast and Accurate Orientation and Timbre Detection of Auditory Attention Based on A Cue-Masked Paradigm

2025-01-07 · Keren Shi, Xu Liu, Xue Yuan, Haijie Shang 외

Auditory attention decoding from electroencephalogram (EEG) could infer to which source the user is attending in noisy environments. Decoding algorithms and experimental paradigm designs are crucial for the development o…

EEGElectroencephalogram (EEG)

Spatial-Frequency Attention for Image Denoising

2023-02-27 · Shi Guo, Hongwei Yong, Xindong Zhang, jianqi ma 외

The recently developed transformer networks have achieved impressive performance in image denoising by exploiting the self-attention (SA) in images. However, the existing methods mostly use a relatively small window to c…

DenoisingImage Denoising

Context-Former: Stitching via Latent Conditioned Sequence Modeling

2024-01-29 · Ziqi Zhang, Jingzehua Xu, Jinxin Liu, Zifeng Zhuang 외

Offline reinforcement learning (RL) algorithms can learn better decision-making compared to behavior policies by stitching the suboptimal trajectories to derive more optimal ones. Meanwhile, Decision Transformer (DT) abs…

D4RLDecision MakingImitation LearningOffline RL+1