paper-with-me

홈 › Papers

Leveraging Spatial and Semantic Feature Extraction for Skin Cancer Diagnosis with Capsule Networks and Graph Neural Networks

2024-03-18 · K. P. Santoso, R. V. H. Ginardi, R. A. Sastrowardoyo, F. A. Madany

In the realm of skin lesion image classification, the intricate spatial and semantic features pose significant challenges for conventional Convolutional Neural Network (CNN)-based methodologies. These challenges are compounded by the imbalanced nature of skin lesion datasets, which hampers the ability of models to learn minority class features effectively. Despite augmentation strategies, such as those using Generative Adversarial Networks (GANs), previous attempts have not fully addressed these complexities. This study introduces an innovative approach by integrating Graph Neural Networks (GNNs) with Capsule Networks to enhance classification performance. GNNs, known for their proficiency in handling graph-structured data, offer an advanced mechanism for capturing complex patterns and relationships beyond the capabilities of traditional CNNs. Capsule Networks further contribute by providing superior recognition of spatial hierarchies within images. Our research focuses on evaluating and enhancing the Tiny Pyramid Vision GNN (Tiny Pyramid ViG) architecture by incorporating it with a Capsule Network. This hybrid model was applied to the MNIST:HAM10000 dataset, a comprehensive skin lesion dataset designed for benchmarking classification models. After 75 epochs of training, our model achieved a significant accuracy improvement, reaching 89.23% and 95.52%, surpassing established benchmarks such as GoogLeNet (83.94%), InceptionV3 (86.82%), MobileNet V3 (89.87%), EfficientNet-B7 (92.07%), ResNet18 (92.22%), ResNet34 (91.90%), ViT-Base (73.70%), and IRv2-SA (93.47%) on the same dataset. This outcome underscores the potential of our approach in overcoming the inherent challenges of skin lesion classification, contributing to the advancement of image-based diagnosis in dermatology.

📄 PDF Abstract BibTeX arXiv:2403.12009

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingClassificationimage-classificationImage ClassificationLesion ClassificationSkin Lesion Classification

Methods 이 논문이 사용한 방법론

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 Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Local Response Normalization Local Response Normalization is a normalization layer that implements the idea of lateral inhibition. Lateral inhibition is a concept in neurobiology that refers to the…
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…
Average Pooling 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…

Similar Papers 제목 키워드 기반

ZigzagPointMamba: Spatial-Semantic Mamba for Point Cloud Understanding

2025-05-27 · Linshuang Diao, Dayong Ren, Sensen Song, Yurong Qian

State Space models (SSMs) such as PointMamba enable efficient feature extraction for point cloud self-supervised learning with linear complexity, outperforming Transformers in computational efficiency. However, existing …

Computational EfficiencyMambaSelf-Supervised LearningState Space Models

HM: Hybrid Masking for Few-Shot Segmentation

2022-03-24 · Seonghyeon Moon, Samuel S. Sohn, Honglu Zhou, Sejong Yoon 외

We study few-shot semantic segmentation that aims to segment a target object from a query image when provided with a few annotated support images of the target class. Several recent methods resort to a feature masking (F…

Few-Shot Semantic SegmentationSegmentationSemantic Segmentation

Skin Lesion Classification Based on ResNet-50 Enhanced With Adaptive Spatial Feature Fusion

2025-10-04 · Runhao Liu, Fengyi Zha, Fei Ding, Guangzhen Yao 외 arxiv

Skin cancer classification is challenging due to high inter-class similarity, intra-class variability, and artifacts in dermoscopic images. To address these issues, we propose an improved ResNet-50 with Adaptive Spatial …

Skin Lesion ClassificationSkin Cancer Classification

SIGMAE: A Spectral-Index-Guided Foundation Model for Multispectral Remote Sensing

2026-03-08 · Xiaokang Zhang, Bo Li, Chufeng Zhou, Weikang Yu 외 arxiv

Pretraining and fine-tuning have emerged as a new paradigm in remote sensing image interpretation. Among them, Masked Autoencoder (MAE)-based pretraining stands out for its strong capability to learn general feature repr…

Spectral ReconstructionRepresentation LearningSemantic SegmentationScene Classification

VILLS -- Video-Image Learning to Learn Semantics for Person Re-Identification

2023-11-27 · Siyuan Huang, Ram Prabhakar, Yuxiang Guo, Rama Chellappa 외

Person Re-identification is a research area with significant real world applications. Despite recent progress, existing methods face challenges in robust re-identification in the wild, e.g., by focusing only on a particu…

Interactive SegmentationPerson Re-IdentificationSelf-Supervised Learning