paper-with-me

홈 › Papers

Reciprocal Attention Mixing Transformer for Lightweight Image Restoration

2023-05-19 · Haram Choi, Cheolwoong Na, Jihyeon Oh, Seungjae Lee, Jinseop Kim, Subeen Choe, Jeongmin Lee, TaeHoon Kim, Jihoon Yang

Although many recent works have made advancements in the image restoration (IR) field, they often suffer from an excessive number of parameters. Another issue is that most Transformer-based IR methods focus only on either local or global features, leading to limited receptive fields or deficient parameter issues. To address these problems, we propose a lightweight IR network, Reciprocal Attention Mixing Transformer (RAMiT). It employs our proposed dimensional reciprocal attention mixing Transformer (D-RAMiT) blocks, which compute bi-dimensional (spatial and channel) self-attentions in parallel with different numbers of multi-heads. The bi-dimensional attentions help each other to complement their counterpart's drawbacks and are then mixed. Additionally, we introduce a hierarchical reciprocal attention mixing (H-RAMi) layer that compensates for pixel-level information losses and utilizes semantic information while maintaining an efficient hierarchical structure. Furthermore, we revisit and modify MobileNet V1 and V2 to attach efficient convolutions to our proposed components. The experimental results demonstrate that RAMiT achieves state-of-the-art performance on multiple lightweight IR tasks, including super-resolution, color denoising, grayscale denoising, low-light enhancement, and deraining. Codes are available at https://github.com/rami0205/RAMiT.

📄 PDF Abstract BibTeX arXiv:2305.11474

Code (1)

rami0205/ramit 공식 구현 pytorch

Tasks

DenoisingImage RestorationRain RemovalSuper-Resolution

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Space-time Mixing Attention for Video Transformer

2021-06-10 · NeurIPS 2021 12 · Adrian Bulat, Juan-Manuel Perez-Rua, Swathikiran Sudhakaran, Brais Martinez 외

This paper is on video recognition using Transformers. Very recent attempts in this area have demonstrated promising results in terms of recognition accuracy, yet they have been also shown to induce, in many cases, signi…

Action ClassificationAction RecognitionAction Recognition In VideosVideo Recognition

Less is More: AMBER-AFNO -- a New Benchmark for Lightweight 3D Medical Image Segmentation

2025-08-03 · Andrea Dosi, Semanto Mondal, Rajib Chandra Ghosh, Massimo Brescia 외 arxiv

We adapt the remote sensing-inspired AMBER model from multi-band image segmentation to 3D medical datacube segmentation. To address the computational bottleneck of the volumetric transformer, we propose the AMBER-AFNO ar…

Medical Image Segmentation

Story2Board: A Training-Free Approach for Expressive Storyboard Generation

2025-08-13 · David Dinkevich, Matan Levy, Omri Avrahami, Dvir Samuel 외 arxiv

We present Story2Board, a training-free framework for expressive storyboard generation from natural language. Existing methods narrowly focus on subject identity, overlooking key aspects of visual storytelling such as sp…

Visual Storytelling

Spatial-Frequency Gated Swin Transformer for Remote Sensing Single-Image Super-Resolution

2026-05-10 · Md Aminur Hossain, Parekh Valkesh, Ayush V. Patel, Yogesh Jethani 외 arxiv

Remote Sensing (RS) single-image super-resolution aims to reconstruct high-resolution imagery from low-resolution observations while preserving fine spatial structures. Recent Swin Transformer-based models, including Swi…

Image Super-Resolution

DTRNet: Dynamic Token Routing Network to Reduce Quadratic Costs in Transformers

2025-08-31 · Aman Sharma, Saeed Najafi, Parsa Farinneya, Benyamin Jamialahmadi 외 arxiv

Transformers achieve state-of-the-art results across many tasks, but their uniform application of quadratic self-attention to every token at every layer makes them computationally expensive. We introduce DTRNet (Dynamic …