Pengembangan Model untuk Mendeteksi Kerusakan pada Terumbu Karang dengan Klasifikasi Citra
Fadhil Muhammad, Alif Bintang Elfandra, Iqbal Pahlevi Amin, Alfan Farizki Wicaksono
TL;DR
This paper tackles automatic detection of coral bleaching in underwater imagery by binary classification of healthy vs bleached corals. It builds and compares CNN-based approaches, training a ResNet variant from scratch against pretrained ResNet50/101/152 models, with Grad-CAM used for model explainability. The dataset comprises 923 Flickr images resized to a maximum dimension of 300 px, with 485 bleached and 438 healthy samples. Results show that a ResNet from-scratch model yields higher precision and accuracy on this small dataset, and image sharpening further improves performance, suggesting practical potential for automated reef monitoring and conservation support.
Abstract
The rich biodiversity of coral reefs in Indonesian waters represents a valuable asset that must be preserved. Rapid climate change and uncontrolled human activities have caused significant degradation of coral reef ecosystems, including coral bleaching, which is a critical indicator of declining reef health. Therefore, this study aims to develop an accurate classification model to distinguish between healthy corals and bleached corals. This research utilizes a specialized dataset consisting of 923 images collected from Flickr using the Flickr API. The dataset comprises two distinct classes: healthy corals (438 images) and bleached corals (485 images). All images were resized so that the maximum width or height does not exceed 300 pixels, ensuring consistent image dimensions across the dataset. The proposed approach employs machine learning techniques, particularly convolutional neural networks (CNNs), to identify and differentiate visual patterns associated with healthy and bleached corals. The dataset can be used to train and evaluate various classification models in order to achieve optimal performance. Using the ResNet architecture, the results indicate that a ResNet model trained from scratch outperforms pretrained models in terms of both precision and accuracy. The successful development of an accurate classification model provides substantial benefits for researchers and marine biologists by enabling a deeper understanding of coral reef health. Furthermore, these models can be applied to monitor environmental changes in coral reef ecosystems, thereby contributing meaningfully to conservation and restoration efforts that are vital to sustaining marine life.
