Development Of A Vision- based Anti-drone Identification Friend Or Foe Model To Recognize Birds And Drones Using Deep Learning

Yasmine Ghazlane,Maha Gmira,Hicham Medromi
DOI: https://doi.org/10.1080/08839514.2024.2318672
IF: 2.777
2024-02-19
Applied Artificial Intelligence
Abstract:Recently, the growing use of drones has paved the way for limitless applications in all the domains. However, their malicious exploitations have affected the airspace safety, making them double-edged weapons. Therefore, intelligent anti-drone systems capable of recognizing and neutralizing airborne targets become highly required. In the existing literature, most of the attention has been centered on recognizing drones as unique airborne target, whereas the real challenge is to distinguish between drones and non-drone targets. To address this issue, this study develops an Identification Friend or Foe (IFF) model able to classify the aerial targets in foe or friend categories by determining whether the aerial target is a drone or bird, respectively. To achieve this objective, artificial intelligence and computer vision approaches have been combined through transfer learning, data augmentation and other techniques in our model. Another contribution of this work is the study of the impact of depth on the classification performance, which is demonstrated through our experiments. A comparison is performed based on eight models, where EfficientNetB6 shows the best results with 98.12% accuracy, 98.184% precision, 98.115% F1 score and 99.85% Area Under Curve (AUC). The computational results demonstrate the practicality of the developed model.
computer science, artificial intelligence,engineering, electrical & electronic
What problem does this paper attempt to address?
The main problem that this paper attempts to solve is to distinguish between drones and birds in order to improve the safety and effectiveness of anti - drone systems. With the development of drone technology, drones are increasingly widely used in various fields, but at the same time, they also bring security risks, such as malicious use, invasion of privacy and security threats. Therefore, it has become particularly important to develop intelligent anti - drone systems that can accurately identify whether an aerial target is a drone. However, most of the existing research mainly focuses on single - target recognition, that is, only recognizing drones, while ignoring the birds co - existing in the same airspace as drones. This has led to the fact that in practical applications, anti - drone systems may mistakenly identify birds as drones, thus triggering unnecessary alarms or misoperations. To meet this challenge, this paper proposes a vision - based Identification Friend or Foe (IFF) model, which combines artificial intelligence and computer vision technologies, especially deep - learning methods, to distinguish between drones and birds. This model not only improves the recognition accuracy of drones, but also reduces the false alarm rate, thereby enhancing the reliability and practicality of anti - drone systems. Specifically, the main contributions of this paper include: 1. **Proposing a backbone model suitable for anti - drone deployment**: This model can accurately distinguish between drones and birds in complex environments. 2. **Developing a two - class IFF backbone model**: This model serves as a core module in the anti - drone system and is used to identify the types of aerial targets. 3. **Studying the influence of model depth on classification performance**: The performance of different - depth models has been verified through experiments, providing a basis for selecting the optimal model. In conclusion, this paper aims to solve the difficult problem of distinguishing between drones and birds in anti - drone systems through advanced visual recognition technologies and deep - learning methods, thereby improving air safety and the effectiveness of anti - drone systems.