paper-with-me

Papers

Multi-Scale Feature Fusion using Parallel-Attention Block for COVID-19 Chest X-ray Diagnosis

2023-04-25 · Xiao Qi, David J. Foran, John L. Nosher, Ilker Hacihaliloglu

Under the global COVID-19 crisis, accurate diagnosis of COVID-19 from Chest X-ray (CXR) images is critical. To reduce intra- and inter-observer variability, during the radiological assessment, computer-aided diagnostic tools have been utilized to supplement medical decision-making and subsequent disease management. Computational methods with high accuracy and robustness are required for rapid triaging of patients and aiding radiologists in the interpretation of the collected data. In this study, we propose a novel multi-feature fusion network using parallel attention blocks to fuse the original CXR images and local-phase feature-enhanced CXR images at multi-scales. We examine our model on various COVID-19 datasets acquired from different organizations to assess the generalization ability. Our experiments demonstrate that our method achieves state-of-art performance and has improved generalization capability, which is crucial for widespread deployment.

📄 PDF Abstract BibTeX arXiv:2304.12988

Code (1)

endiqq/multi-scale-feature-fusion 공식 구현 pytorch

Tasks

Decision MakingDiagnosticManagement

Similar Papers 제목 키워드 기반

Parallel Scale-wise Attention Network for Effective Scene Text Recognition

2021-04-25 · Usman Sajid, Michael Chow, Jin Zhang, Taejoon Kim 외

The paper proposes a new text recognition network for scene-text images. Many state-of-the-art methods employ the attention mechanism either in the text encoder or decoder for the text alignment. Although the encoder-bas…

DecoderScene Text Recognition

$P^2$ Net: Augmented Parallel-Pyramid Net for Attention Guided Pose Estimation

2020-10-26 · Luanxuan Hou, Jie Cao, Yuan Zhao, Haifeng Shen 외

We propose an augmented Parallel-Pyramid Net ($P^2~Net$) with feature refinement by dilated bottleneck and attention module. During data preprocessing, we proposed a differentiable auto data augmentation ($DA^2$) method.…

Data AugmentationPose Estimation

Attention-guided Chained Context Aggregation for Semantic Segmentation

2020-02-27 · Quan Tang, Fagui Liu, Tong Zhang, Jun Jiang 외

The way features propagate in Fully Convolutional Networks is of momentous importance to capture multi-scale contexts for obtaining precise segmentation masks. This paper proposes a novel series-parallel hybrid paradigm …

DecoderSemantic Segmentation

Encoder Fusion Network with Co-Attention Embedding for Referring Image Segmentation

2021-05-05 · CVPR 2021 1 · Guang Feng, Zhiwei Hu, Lihe Zhang, Huchuan Lu

Recently, referring image segmentation has aroused widespread interest. Previous methods perform the multi-modal fusion between language and vision at the decoding side of the network. And, linguistic feature interacts w…

Image SegmentationSemantic Segmentation

Revisiting the Ordering of Channel and Spatial Attention: A Comprehensive Study on Sequential and Parallel Designs

2026-01-12 · Zhongming Liu, Bingbing Jiang arxiv

Attention mechanisms have become a core component of deep learning models, with Channel Attention and Spatial Attention being the two most representative architectures. Current research on their fusion strategies primari…