paper-with-me

홈 › Papers

Multi-scale alignment and Spatial ROI Module for COVID-19 Diagnosis

2022-07-04 · Hongyan Xu, Dadong Wang, Arcot Sowmya

Coronavirus Disease 2019 (COVID-19) has spread globally and become a health crisis faced by humanity since first reported. Radiology imaging technologies such as computer tomography (CT) and chest X-ray imaging (CXR) are effective tools for diagnosing COVID-19. However, in CT and CXR images, the infected area occupies only a small part of the image. Some common deep learning methods that integrate large-scale receptive fields may cause the loss of image detail, resulting in the omission of the region of interest (ROI) in COVID-19 images and are therefore not suitable for further processing. To this end, we propose a deep spatial pyramid pooling (D-SPP) module to integrate contextual information over different resolutions, aiming to extract information under different scales of COVID-19 images effectively. Besides, we propose a COVID-19 infection detection (CID) module to draw attention to the lesion area and remove interference from irrelevant information. Extensive experiments on four CT and CXR datasets have shown that our method produces higher accuracy of detecting COVID-19 lesions in CT and CXR images. It can be used as a computer-aided diagnosis tool to help doctors effectively diagnose and screen for COVID-19.

📄 PDF Abstract BibTeX arXiv:2207.01345

Code (0)

등록된 구현이 없습니다.

Tasks

COVID-19 Diagnosis

Methods 이 논문이 사용한 방법론

Spatial Pyramid Pooling Spatial Pyramid Pooling (SPP) is a pooling layer that removes the fixed-size constraint of the network, i.e. a CNN does not require a fixed-size input image. Specifically, we…

Similar Papers 제목 키워드 기반

Multi-modality Regional Alignment Network for Covid X-Ray Survival Prediction and Report Generation

2024-05-23 · Zhusi Zhong, Jie Li, John Sollee, Scott Collins 외

In response to the worldwide COVID-19 pandemic, advanced automated technologies have emerged as valuable tools to aid healthcare professionals in managing an increased workload by improving radiology report generation an…

Image to textSentenceSurvival Prediction

Spatial-Scale Aligned Network for Fine-Grained Recognition

2020-01-05 · Lizhao Gao, Hai-Hua Xu, Chong Sun, Junling Liu 외

Existing approaches for fine-grained visual recognition focus on learning marginal region-based representations while neglecting the spatial and scale misalignments, leading to inferior performance. In this paper, we pro…

Fine-Grained Visual Recognition

Multi-Level Aggregation and Recursive Alignment Architecture for Efficient Parallel Inference Segmentation Network

2024-02-03 · Yanhua Zhang, Ke Zhang, Jingyu Wang, Yulin Wu 외

Real-time semantic segmentation is a crucial research for real-world applications. However, many methods lay particular emphasis on reducing the computational complexity and model size, while largely sacrificing the accu…

Autonomous NavigationReal-Time Semantic SegmentationSemantic Segmentation

COXNet: Cross-Layer Fusion with Adaptive Alignment and Scale Integration for RGBT Tiny Object Detection

2025-08-13 · Peiran Peng, Tingfa Xu, Liqiang Song, Mengqi Zhu 외 arxiv

Detecting tiny objects in multimodal Red-Green-Blue-Thermal (RGBT) imagery is a critical challenge in computer vision, particularly in surveillance, search and rescue, and autonomous navigation. Drone-based scenarios exa…

Object Detection

BAFPN: Bi directional alignment of features to improve localization accuracy

2024-12-01 · Li Jiakun, Wang Qingqing, Dong Hongbin, Li Kexin

Current state-of-the-art vision models often utilize feature pyramids to extract multi-scale information, with the Feature Pyramid Network (FPN) being one of the most widely used classic architectures. However, tradition…