paper-with-me

Papers

LungX: A Hybrid EfficientNet-Vision Transformer Architecture with Multi-Scale Attention for Accurate Pneumonia Detection

2025-11-23 · Mansur Yerzhanuly arxiv

Pneumonia remains a leading global cause of mortality where timely diagnosis is critical. We introduce LungX, a novel hybrid architecture combining EfficientNet's multi-scale features, CBAM attention mechanisms, and Vision Transformer's global context modeling for enhanced pneumonia detection. Evaluated on 20,000 curated chest X-rays from RSNA and CheXpert, LungX achieves state-of-the-art performance (86.5 percent accuracy, 0.943 AUC), representing a 6.7 percent AUC improvement over EfficientNet-B0 baselines. Visual analysis demonstrates superior lesion localization through interpretable attention maps. Future directions include multi-center validation and architectural optimizations targeting 88 percent accuracy for clinical deployment as an AI diagnostic aid.

📄 PDF Abstract BibTeX arXiv:2511.18425

Code (0)

등록된 구현이 없습니다.

Tasks

Pneumonia Detection

Similar Papers 제목 키워드 기반

FastViT: A Fast Hybrid Vision Transformer using Structural Reparameterization

2023-03-24 · ICCV 2023 1 · Pavan Kumar Anasosalu Vasu, James Gabriel, Jeff Zhu, Oncel Tuzel 외

The recent amalgamation of transformer and convolutional designs has led to steady improvements in accuracy and efficiency of the models. In this work, we introduce FastViT, a hybrid vision transformer architecture that …

3D Hand Pose EstimationGPUimage-classificationImage Classification+1

A Computer Vision Hybrid Approach: CNN and Transformer Models for Accurate Alzheimer's Detection from Brain MRI Scans

2026-01-21 · Md Mahmudul Hoque, Shuvo Karmaker, Md. Hadi Al-Amin, Md Modabberul Islam 외 arxiv

Early and accurate classification of Alzheimers disease (AD) from brain MRI scans is essential for timely clinical intervention and improved patient outcomes. This study presents a comprehensive comparative analysis of f…

A Hybrid Architecture for Benign-Malignant Classification of Mammography ROIs

2026-04-14 · Mohammed Asad, Mohit Bajpai, Sudhir Singh, Rahul Katarya arxiv

Accurate characterization of suspicious breast lesions in mammography is important for early diagnosis and treatment planning. While Convolutional Neural Networks (CNNs) are effective at extracting local visual patterns,…

Binary Classification

LeViT: a Vision Transformer in ConvNet's Clothing for Faster Inference

2021-04-02 · ICCV 2021 10 · Ben Graham, Alaaeldin El-Nouby, Hugo Touvron, Pierre Stock 외

We design a family of image classification architectures that optimize the trade-off between accuracy and efficiency in a high-speed regime. Our work exploits recent findings in attention-based architectures, which are c…

CPUGeneral Classificationimage-classificationImage Classification

FMViT: A multiple-frequency mixing Vision Transformer

2023-11-09 · Wei Tan, Yifeng Geng, Xuansong Xie

The transformer model has gained widespread adoption in computer vision tasks in recent times. However, due to the quadratic time and memory complexity of self-attention, which is proportional to the number of input toke…