paper-with-me

홈 › Papers

EVM-Fusion: An Explainable Vision Mamba Architecture with Neural Algorithmic Fusion

2025-05-23 · Zichuan Yang

Medical image classification is critical for clinical decision-making, yet demands for accuracy, interpretability, and generalizability remain challenging. This paper introduces EVM-Fusion, an Explainable Vision Mamba architecture featuring a novel Neural Algorithmic Fusion (NAF) mechanism for multi-organ medical image classification. EVM-Fusion leverages a multipath design, where DenseNet and U-Net based pathways, enhanced by Vision Mamba (Vim) modules, operate in parallel with a traditional feature pathway. These diverse features are dynamically integrated via a two-stage fusion process: cross-modal attention followed by the iterative NAF block, which learns an adaptive fusion algorithm. Intrinsic explainability is embedded through path-specific spatial attention, Vim {\Delta}-value maps, traditional feature SE-attention, and cross-modal attention weights. Experiments on a diverse 9-class multi-organ medical image dataset demonstrate EVM-Fusion's strong classification performance, achieving 99.75% test accuracy and provide multi-faceted insights into its decision-making process, highlighting its potential for trustworthy AI in medical diagnostics.

📄 PDF Abstract BibTeX arXiv:2505.17367

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Makingimage-classificationImage ClassificationMambaMedical Image Classification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Batch Normalization 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Block A Dense Block is a module used in convolutional neural networks that connects *all layers* (with matching feature-map sizes) directly with each other. It was originally…
Kaiming Initialization 설명 없음

Similar Papers 제목 키워드 기반

Famba-V: Fast Vision Mamba with Cross-Layer Token Fusion

2024-09-15 · Hui Shen, Zhongwei Wan, Xin Wang, Mi Zhang

Mamba and Vision Mamba (Vim) models have shown their potential as an alternative to methods based on Transformer architecture. This work introduces Fast Mamba for Vision (Famba-V), a cross-layer token fusion technique to…

Mamba

MambaDSF: Multi-Scale SSM with Dilated Feature Fusion for Sonar Small Target Detection

2026-05-24 · Hui Lin, Jiayi Li, Jing Wang, Shenghui Rong arxiv

Sonar imaging is the primary modality for underwater target detection, yet small targets remain difficult to detect due to insufficient pixel coverage, low acoustic contrast, and scale ambiguity across imaging ranges. CN…

DiM: Diffusion Mamba for Efficient High-Resolution Image Synthesis

2024-05-23 · Yao Teng, Yue Wu, Han Shi, Xuefei Ning 외

Diffusion models have achieved great success in image generation, with the backbone evolving from U-Net to Vision Transformers. However, the computational cost of Transformers is quadratic to the number of tokens, leadin…

Image GenerationMambaState Space Models

UAVD-Mamba: Deformable Token Fusion Vision Mamba for Multimodal UAV Detection

2025-07-01 · Wei Li, Jiaman Tang, Yang Li, Beihao Xia 외 arxiv

Unmanned Aerial Vehicle (UAV) object detection has been widely used in traffic management, agriculture, emergency rescue, etc. However, it faces significant challenges, including occlusions, small object sizes, and irreg…

Object Detection

2DMCG:2DMambawith Change Flow Guidance for Change Detection in Remote Sensing

2025-03-01 · JunYao Kaung, Hongwei Ge

Remote sensing change detection (CD) has made significant advancements with the adoption of Convolutional Neural Networks (CNNs) and Transformers. While CNNs offer powerful feature extraction, they are constrained by rec…

Change DetectionMamba