paper-with-me

Papers

MpoxMamba: A Grouped Mamba-based Lightweight Hybrid Network for Mpox Detection

2024-09-06 · Yubiao Yue, Jun Xue, Haihuang Liang, Zhenzhang Li, Yufeng Wang

Due to the lack of effective mpox detection tools, the mpox virus continues to spread worldwide and has once again been declared a public health emergency of international concern by the World Health Organization. Lightweight deep learning model-based detection systems are crucial to alleviate mpox outbreaks since they are suitable for widespread deployment, especially in resource-limited scenarios. However, the key to its successful application depends on ensuring that the model can effectively model local features and long-range dependencies in mpox lesions while maintaining lightweight. Inspired by the success of Mamba in modeling long-range dependencies and its linear complexity, we proposed a lightweight hybrid architecture called MpoxMamba for efficient mpox detection. MpoxMamba utilizes depth-wise separable convolutions to extract local feature representations in mpox skin lesions and greatly enhances the model's ability to model the global contextual information by grouped Mamba modules. Notably, MpoxMamba's parameter size and FLOPs are 0.77M and 0.53G, respectively. Experimental results on two widely recognized benchmark datasets demonstrate that MpoxMamba outperforms state-of-the-art lightweight models and existing mpox detection methods. Importantly, we developed a web-based online application to provide free mpox detection (http://5227i971s5.goho.co:30290). The source codes of MpoxMamba are available at https://github.com/YubiaoYue/MpoxMamba.

📄 PDF Abstract BibTeX arXiv:2409.04218

Code (1)

yubiaoyue/mpoxmamba 공식 구현 pytorch

Tasks

Mamba

Methods 이 논문이 사용한 방법론

Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

A Recent Survey of the Advancements in Deep Learning Techniques for Monkeypox Disease Detection

2023-11-06 · Saddam Hussain Khan, Rashid Iqbal, Saeeda Naz

Monkeypox (MPox) is a zoonotic infectious disease induced by the MPox Virus, part of the poxviridae orthopoxvirus group initially discovered in Africa and gained global attention in mid-2022 with cases reported outside e…

Survey

MaskMamba: A Hybrid Mamba-Transformer Model for Masked Image Generation

2024-09-30 · Wenchao Chen, LiQiang Niu, Ziyao Lu, Fandong Meng 외

Image generation models have encountered challenges related to scalability and quadratic complexity, primarily due to the reliance on Transformer-based backbones. In this study, we introduce MaskMamba, a novel hybrid mod…

Image GenerationMambaText to Image GenerationText-to-Image Generation

Binarized Mamba-Transformer for Lightweight Quad Bayer HybridEVS Demosaicing

2025-03-20 · CVPR 2025 1 · Shiyang Zhou, Haijin Zeng, Yunfan Lu, Tong Shao 외

Quad Bayer demosaicing is the central challenge for enabling the widespread application of Hybrid Event-based Vision Sensors (HybridEVS). Although existing learning-based methods that leverage long-range dependency model…

Computational EfficiencyDemosaickingEvent-based visionMamba

Mpox-AISM: AI-Mediated Super Monitoring for Mpox and Like-Mpox

2023-03-17 · Yubiao Yue, Minghua Jiang, Xinyue Zhang, Jialong Xu 외

Swift and accurate diagnosis for earlier-stage monkeypox (mpox) patients is crucial to avoiding its spread. However, the similarities between common skin disorders and mpox and the need for professional diagnosis unavoid…

Data AugmentationDecision MakingSelf-Supervised LearningSpecificity

Adversarial Masked Image Inpainting for Robust Detection of Mpox and Non-Mpox

2023-10-10 · Yubiao Yue, Zhenzhang Li

Due to the lack of efficient mpox diagnostic technology, mpox cases continue to increase. Recently, the great potential of deep learning models in detecting mpox and non-mpox has been proven. However, existing models lea…

Decision MakingDiagnosticGenerative Adversarial Networkimage-classification+2