paper-with-me

Papers

ParseCaps: An Interpretable Parsing Capsule Network for Medical Image Diagnosis

2024-11-03 · Xinyu Geng, JiaMing Wang, Jun Xu

Deep learning has excelled in medical image classification, but its clinical application is limited by poor interpretability. Capsule networks, known for encoding hierarchical relationships and spatial features, show potential in addressing this issue. Nevertheless, traditional capsule networks often underperform due to their shallow structures, and deeper variants lack hierarchical architectures, thereby compromising interpretability. This paper introduces a novel capsule network, ParseCaps, which utilizes the sparse axial attention routing and parse convolutional capsule layer to form a parse-tree-like structure, enhancing both depth and interpretability. Firstly, sparse axial attention routing optimizes connections between child and parent capsules, as well as emphasizes the weight distribution across instantiation parameters of parent capsules. Secondly, the parse convolutional capsule layer generates capsule predictions aligning with the parse tree. Finally, based on the loss design that is effective whether concept ground truth exists or not, ParseCaps advances interpretability by associating each dimension of the global capsule with a comprehensible concept, thereby facilitating clinician trust and understanding of the model's classification results. Experimental results on CE-MRI, PH$^2$, and Derm7pt datasets show that ParseCaps not only outperforms other capsule network variants in classification accuracy, redundancy reduction and robustness, but also provides interpretable explanations, regardless of the availability of concept labels.

📄 PDF Abstract BibTeX arXiv:2411.01564

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationMedical Image Classification

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Capsule Network A capsule is an activation vector that basically executes on its inputs some complex internal computations. Length of these activation vectors signifies the probability of…
Axial Attention 설명 없음

Similar Papers 제목 키워드 기반

DPR-CAE: Capsule Autoencoder with Dynamic Part Representation for Image Parsing

2021-04-30 · Canqun Xiang, Zhennan Wang, Wenbin Zou, Chen Xu

Parsing an image into a hierarchy of objects, parts, and relations is important and also challenging in many computer vision tasks. This paper proposes a simple and effective capsule autoencoder to address this issue, ca…

DecoderTranslation

Capsule-ConvKAN: A Hybrid Neural Approach to Medical Image Classification

2025-07-08 · Laura Pituková, Peter Sinčák, László József Kovács, Peng Wang arxiv

This study conducts a comprehensive comparison of four neural network architectures: Convolutional Neural Network, Capsule Network, Convolutional Kolmogorov-Arnold Network, and the newly proposed Capsule-Convolutional Ko…

Medical Image Classification

Encoding Visual Attributes in Capsules for Explainable Medical Diagnoses

2019-09-12 · Rodney LaLonde, Drew Torigian, Ulas Bagci

Convolutional neural network based systems have largely failed to be adopted in many high-risk application areas, including healthcare, military, security, transportation, finance, and legal, due to their highly uninterp…

AttributeLung Cancer DiagnosisMulti-Task Learning

HP-Capsule: Unsupervised Face Part Discovery by Hierarchical Parsing Capsule Network

2022-03-21 · CVPR 2022 1 · Chang Yu, Xiangyu Zhu, Xiaomei Zhang, Zidu Wang 외

Capsule networks are designed to present the objects by a set of parts and their relationships, which provide an insight into the procedure of visual perception. Although recent works have shown the success of capsule ne…

SS-3DCapsNet: Self-supervised 3D Capsule Networks for Medical Segmentation on Less Labeled Data

2022-01-15 · Minh Tran, Loi Ly, Binh-Son Hua, Ngan Le

Capsule network is a recent new deep network architecture that has been applied successfully for medical image segmentation tasks. This work extends capsule networks for volumetric medical image segmentation with self-su…

DecoderHippocampusImage SegmentationMedical Image Segmentation+4