GCA-SUNet: A Gated Context-Aware Swin-UNet for Exemplar-Free Counting
Exemplar-Free Counting aims to count objects of interest without intensive annotations of objects or exemplars. To achieve this, we propose a Gated Context-Aware Swin-UNet (GCA-SUNet) to directly map an input image to the density map of countable objects. Specifically, a set of Swin transformers form an encoder to derive a robust feature representation, and a Gated Context-Aware Modulation block is designed to suppress irrelevant objects or background through a gate mechanism and exploit the attentive support of objects of interest through a self-similarity matrix. The gate strategy is also incorporated into the bottleneck network and the decoder of the Swin-UNet to highlight the features most relevant to objects of interest. By explicitly exploiting the attentive support among countable objects and eliminating irrelevant features through the gate mechanisms, the proposed GCA-SUNet focuses on and counts objects of interest without relying on predefined categories or exemplars. Experimental results on the real-world datasets such as FSC-147 and CARPK demonstrate that GCA-SUNet significantly and consistently outperforms state-of-the-art methods. The code is available at https://github.com/Amordia/GCA-SUNet.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderExemplar-FreeExemplar-Free CountingObject CountingZero-Shot CountingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
DS-TransUNet:Dual Swin Transformer U-Net for Medical Image Segmentation
Automatic medical image segmentation has made great progress benefit from the development of deep learning. However, most existing methods are based on convolutional neural networks (CNNs), which fail to build long-range…
DecoderImage SegmentationMedical Image SegmentationSegmentation+1SUNet: Swin Transformer UNet for Image Denoising
Image restoration is a challenging ill-posed problem which also has been a long-standing issue. In the past few years, the convolution neural networks (CNNs) almost dominated the computer vision and had achieved consider…
DenoisingImage DenoisingImage RestorationNeuro-TransUNet: Segmentation of stroke lesion in MRI using transformers
Accurate segmentation of the stroke lesions using magnetic resonance imaging (MRI) is associated with difficulties due to the complicated anatomy of the brain and the different properties of the lesions. This study intro…
AnatomyLesion SegmentationSegmentationGCA-ResUNet: Medical Image Segmentation Using Grouped Coordinate Attention
Accurate segmentation of heterogeneous anatomical structures is pivotal for computer-aided diagnosis and subsequent clinical decision-making. Although U-Net based convolutional neural networks have achieved remarkable pr…
Medical Image SegmentationComputational EfficiencyA Spatio-temporal Aligned SUNet Model for Low-light Video Enhancement
Distortions caused by low-light conditions are not only visually unpleasant but also degrade the performance of computer vision tasks. The restoration and enhancement have proven to be highly beneficial. However, there a…
SSIMVideo Enhancement