Sutikno Sutikno
Department of Informatics, Faculty of Science and Mathematics, Diponegoro University, Indonesia

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 2 Documents
Search

Monkeypox Disease Classification Based on Skin Images Using Hierarchical Swin Transformer-Based Convolutional Neural Network Approach Putu Desiana Wulaning Ayu; Sasiwimol Sukket; Sutikno Sutikno; Putu Manik Prihatini; Gede Angga Pradipta; Dandy Pramana Hostiadi
Journal of Applied Data Sciences Vol 7, No 2: May 2026
Publisher : Bright Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47738/jads.v7i2.1313

Abstract

Monkeypox diagnosis can initially be conducted through expert physical examination based on characteristic lesions. However, laboratory confirmation using PCR is still essential, these tests are often hampered by limitations such as high costs, lengthy processing times, and a general lack of detailed symptom knowledge among patients. In light of these issues, image-based diagnostic methods offer a more efficient solution, given that monkeypox manifests as visible lesions on the skin that can be accurately detected using a deep learning. This study employs Transformer network-based deep learning for classifying skin diseases. To improve model robustness and mitigate the limitations of the relatively small dataset, we designed a comprehensive data augmentation pipeline that incorporates both positional and color transformations, including rotation, horizontal and vertical flipping, zooming, shearing, and brightness, contrast, hue, and saturation adjustments. Furthermore, a k-fold cross-validation strategy was employed, where the entire dataset was partitioned into k equal-sized folds to ensure a reliable and unbiased evaluation of the model performance. The Swin Transformer leverages advanced transformer network to analyze images, emphasizing hierarchical relationships within images. Swin Transformer enhances the convolutional Transformer architecture by substituting the standard multi-head-self-attention (MSA) mechanism with a shifted window-based MSA module It enhances efficiency over traditional transformer models by incorporating a shifted window mechanism, which reduces computational demands. The average global accuracy achieved was 0.99 (99%), which is further supported by the AUC values obtained for each disease category. The model achieved an AUC of 1.00 for chickenpox, cowpox, and hand-foot-mouth disease (HFMD), indicating excellent discriminative capability for these classes. Meanwhile, the remaining classes, including healthy skin, measles, and monkeypox, achieved AUC values of 0.99 and 0.98, respectively. These results demonstrate that the proposed Hierarchical Swin Transformer model provides highly reliable classification performance across all skin disease categories included in the dataset.
Multi Domain Feature Fusion and Boosting Based Learning for Robust Gallbladder Ultrasound Image Classification Gede Angga Pradipta; Pharan Chawaphan; Sutikno Sutikno; Putu Desiana Desiana Ayu; Dandy Pramana Hostiadi; Made Liandana
Journal of Applied Data Sciences Vol 7, No 3: September 2026
Publisher : Bright Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47738/jads.v7i3.1268

Abstract

Accurate identification of gallbladder conditions is critically important in the medical sector, as early detection of diseases such as gallstones, cholecystitis, carcinoma, and polyps can substantially improve treatment outcomes, reduce complications, and guide timely surgical or therapeutic interventions. Existing literature on gallbladder disease classification still presents notable gaps. Most prior works rely solely on single-domain feature extraction either deep CNN-based spatial descriptors or handcrafted statistical/texture features without exploiting the complementary strengths of multi-domain feature fusion. This study addresses these gaps by proposing a hybrid framework that combines advanced preprocessing, multi-domain feature fusion, feature selection, and ensemble classification. The preprocessing pipeline applies Non-Local Means (NLM) denoising, Contrast Limited Adaptive Histogram Equalization (CLAHE), frequency-domain low-pass filtering, and Gabor filtering to enhance image quality and highlight diagnostically relevant structures. Features are extracted by fusing deep spatial descriptors from a pretrained Inception V3 network with handcrafted statistical and texture-based features, including Gray Level Dependency Matrix (GLDM) measures. Dimensionality reduction is performed using ANOVA k-best selection to retain the most discriminative attributes. The refined features are classified using LightGBM, XGBoost, Histogram Gradient Boosting, and AdaBoost, enabling a comprehensive performance comparison. Experiments conducted on the balanced UIdataGB dataset (10,692 annotated images across nine diagnostic categories) demonstrate that LightGBM, XGBoost, and Histogram Gradient Boosting achieve near-perfect performance, with accuracies exceeding 98.6% and AUC values of 0.98 across all classes, while AdaBoost shows markedly lower discriminative capability.The results suggest that gradient boosting approaches are a promising option for multi-class gallbladder disease detection, particularly when combined with multi-domain feature fusion and appropriate preprocessing and feature selection techniques.