paper-with-me

Papers

CardioCaps: Attention-based Capsule Network for Class-Imbalanced Echocardiogram Classification

2024-03-14 · Hyunkyung Han, Jihyeon Seong, Jaesik Choi

Capsule Neural Networks (CapsNets) is a novel architecture that utilizes vector-wise representations formed by multiple neurons. Specifically, the Dynamic Routing CapsNets (DR-CapsNets) employ an affine matrix and dynamic routing mechanism to train capsules and acquire translation-equivariance properties, enhancing its robustness compared to traditional Convolutional Neural Networks (CNNs). Echocardiograms, which capture moving images of the heart, present unique challenges for traditional image classification methods. In this paper, we explore the potential of DR-CapsNets and propose CardioCaps, a novel attention-based DR-CapsNet architecture for class-imbalanced echocardiogram classification. CardioCaps comprises two key components: a weighted margin loss incorporating a regression auxiliary loss and an attention mechanism. First, the weighted margin loss prioritizes positive cases, supplemented by an auxiliary loss function based on the Ejection Fraction (EF) regression task, a crucial measure of cardiac function. This approach enhances the model's resilience in the face of class imbalance. Second, recognizing the quadratic complexity of dynamic routing leading to training inefficiencies, we adopt the attention mechanism as a more computationally efficient alternative. Our results demonstrate that CardioCaps surpasses traditional machine learning baseline methods, including Logistic Regression, Random Forest, and XGBoost with sampling methods and a class weight matrix. Furthermore, CardioCaps outperforms other deep learning baseline methods such as CNNs, ResNets, U-Nets, and ViTs, as well as advanced CapsNets methods such as EM-CapsNets and Efficient-CapsNets. Notably, our model demonstrates robustness to class imbalance, achieving high precision even in datasets with a substantial proportion of negative cases.

📄 PDF Abstract BibTeX arXiv:2403.09108

Code (1)

jihyeonseong/cardiocaps 공식 구현 pytorch

Tasks

image-classificationImage Classificationregression

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Anomaly Detection using Capsule Networks for High-dimensional Datasets

2021-12-27 · Inderjeet Singh, Nandyala Hemachandra

Anomaly detection is an essential problem in machine learning. Application areas include network security, health care, fraud detection, etc., involving high-dimensional datasets. A typical anomaly detection system alway…

Anomaly DetectionBinary ClassificationFraud DetectionOutlier Detection+1

Assessing Capsule Networks With Biased Data

2019-04-09 · Bruno Ferrarini, Shoaib Ehsan, Adrien Bartoli, Aleš Leonardis 외

Machine learning based methods achieves impressive results in object classification and detection. Utilizing representative data of the visual world during the training phase is crucial to achieve good performance with s…

Imbalanced Data Learning by Minority Class Augmentation using Capsule Adversarial Networks

2020-04-05 · Pourya Shamsolmoali, Masoumeh Zareapoor, Linlin Shen, Abdul Hamid Sadka 외

The fact that image datasets are often imbalanced poses an intense challenge for deep learning techniques. In this paper, we propose a method to restore the balance in imbalanced images, by coalescing two concurrent meth…

Automated interpretation of congenital heart disease from multi-view echocardiograms

2023-11-30 · Jing Wang, Xiaofeng Liu, Fangyun Wang, Lin Zheng 외

Congenital heart disease (CHD) is the most common birth defect and the leading cause of neonate death in China. Clinical diagnosis can be based on the selected 2D key-frames from five views. Limited by the availability o…

Binary Classification

Capsule Networks against Medical Imaging Data Challenges

2018-07-19 · Amelia Jiménez-Sánchez, Shadi Albarqouni, Diana Mateus

A key component to the success of deep learning is the availability of massive amounts of training data. Building and annotating large datasets for solving medical image classification problems is today a bottleneck for …

General Classificationimage-classificationImage ClassificationMedical Image Analysis+1