paper-with-me

홈 › Papers

SparseSwin: Swin Transformer with Sparse Transformer Block

2023-09-11 · Krisna Pinasthika, Blessius Sheldo Putra Laksono, Riyandi Banovbi Putera Irsal, Syifa Hukma Shabiyya, Novanto Yudistira

Advancements in computer vision research have put transformer architecture as the state of the art in computer vision tasks. One of the known drawbacks of the transformer architecture is the high number of parameters, this can lead to a more complex and inefficient algorithm. This paper aims to reduce the number of parameters and in turn, made the transformer more efficient. We present Sparse Transformer (SparTa) Block, a modified transformer block with an addition of a sparse token converter that reduces the number of tokens used. We use the SparTa Block inside the Swin T architecture (SparseSwin) to leverage Swin capability to downsample its input and reduce the number of initial tokens to be calculated. The proposed SparseSwin model outperforms other state of the art models in image classification with an accuracy of 86.96%, 97.43%, and 85.35% on the ImageNet100, CIFAR10, and CIFAR100 datasets respectively. Despite its fewer parameters, the result highlights the potential of a transformer architecture using a sparse token converter with a limited number of tokens to optimize the use of the transformer and improve its performance.

📄 PDF Abstract BibTeX arXiv:2309.05224

Code (1)

krisnapinasthika/sparseswin 공식 구현 pytorch

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음
Adam 설명 없음
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

SwInception -- Local Attention Meets Convolutions

2026-05-28 · David Hagerman, Roman Naeem, Jakob Lindqvist, Carl Lindström 외 arxiv

Sparse vision transformers have gained popularity as efficient encoders for medical volumetric segmentation, with Swin emerging as a prominent choice. Swin uses local attention to reduce complexity and yields excellent p…

Image Segmentation

HAAT: Hybrid Attention Aggregation Transformer for Image Super-Resolution

2024-11-27 · Song-Jiang Lai, Tsun-Hin Cheung, Ka-Chun Fung, Kai-wen Xue 외

In the research area of image super-resolution, Swin-transformer-based models are favored for their global spatial modeling and shifting window attention mechanism. However, existing methods often limit self-attention to…

Image Super-ResolutionSuper-Resolution

Residual Swin Transformer Channel Attention Network for Image Demosaicing

2022-04-14 · Wenzhu Xing, Karen Egiazarian

Image demosaicing is problem of interpolating full- resolution color images from raw sensor (color filter array) data. During last decade, deep neural networks have been widely used in image restoration, and in particula…

DemosaickingImage Restoration

Single Image Super-Resolution Using Lightweight Networks Based on Swin Transformer

2022-10-20 · Bolong Zhang, Juan Chen, Quan Wen

Image super-resolution reconstruction is an important task in the field of image processing technology, which can restore low resolution image to high quality image with high resolution. In recent years, deep learning ha…

Image Super-ResolutionSuper-Resolution

Yuan-TecSwin: A text conditioned Diffusion model with Swin-transformer blocks

2025-12-18 · Shaohua Wu, Tong Yu, Shenling Wang, Xudong Zhao arxiv

Diffusion models have shown remarkable capacity in image synthesis based on their U-shaped architecture and convolutional neural networks (CNN) as basic blocks. The locality of the convolution operation in CNN may limit …

Image Restoration