[edit]
Optimized Transfer Learning Pipeline Using ResNet-50 and Bayesian Optimization for Oil Spillage Detection
Proceedings of IndabaX Nigeria 2026: Building Scalable AI That Works: From Research to Deployment in Resource-Constrained Environments, PMLR 319:421-434, 2026.
Abstract
This paper presents an efficient transfer learning framework combining a pretrained ResNet-50 backbone with Bayesian hyperparameter optimisation for oil spill detection in Sentinel-1 SAR imagery. The architecture uses a frozen convolutional feature extractor followed by a compact classification head (Dense-256, Dropout, Sigmoid), with SGD optimiser hyperparameters automatically tuned: learning rate (0.001578), weight decay (0.012348), dropout (0.0129), and momentum (0.5872). On an imbalanced cohort with a large proportion of oceanic look-alike dark spots, the refined model achieves accuracy of 85.36%, weighted F1-score of 85.32, and balanced class-wise performance (Non-Oil F1 = 0.89; Oil F1 = 0.79). Training and validation curves demonstrate consistent convergence without overfitting, confirming the effectiveness of Bayesian optimisation in navigating the complex hyperparameter space of SAR-based oil spill classification. The framework provides a computationally efficient solution for operational monitoring with robust discrimination between genuine spills and natural look-alikes.