Deep Learning Based Multi-Level Classification for Aviation Safety
Elaheh Sabziyan Varnousfaderani, Syed A. M. Shihab, Jonathan King
TL;DR
The paper tackles the risk of bird strikes in aviation by addressing the lack of species-level information in current avian-radar systems. It proposes two CNN-based strategies—Cascade Classification Approach (CCA) and Unified Classification Approach (UCA)—to identify bird species and extract flock characteristics, using a dataset of the top 33 US strike species and synthetic flock imagery, with ResNet50V2 as the core architecture. Results show CNNs outperform traditional baselines (SVM, RF, KNN) across size- and species-specific tasks, with UCA achieving 92.80% overall accuracy and CCA achieving 90.77% end-to-end accuracy; robustness tests reveal degradation under heavy rain, snow, noise, and low light, while flock-type and flock-size classifiers provide additional actionable insights. The study demonstrates a practical pathway to species-aware flight-path prediction and mitigation, though it acknowledges the need for real-world validation of flock data and future refinements to improve robustness and integration with predictive safety systems.
Abstract
Bird strikes pose a significant threat to aviation safety, often resulting in loss of life, severe aircraft damage, and substantial financial costs. Existing bird strike prevention strategies primarily rely on avian radar systems that detect and track birds in real time. A major limitation of these systems is their inability to identify bird species, an essential factor, as different species exhibit distinct flight behaviors, and altitudinal preference. To address this challenge, we propose an image-based bird classification framework using Convolutional Neural Networks (CNNs), designed to work with camera systems for autonomous visual detection. The CNN is designed to identify bird species and provide critical input to species-specific predictive models for accurate flight path prediction. In addition to species identification, we implemented dedicated CNN classifiers to estimate flock formation type and flock size. These characteristics provide valuable supplementary information for aviation safety. Specifically, flock type and size offer insights into collective flight behavior, and trajectory dispersion . Flock size directly relates to the potential impact severity, as the overall damage risk increases with the combined kinetic energy of multiple birds.
