Identification of Rare Wildlife in the Field Environment Based on the Improved YOLOv5 Model

Xiaohui Su,Jiawei Zhang,Zhibin Ma,Yanqi Dong,Jiali Zi,Nuo Xu,Haiyan Zhang,Fu Xu,Feixiang Chen
DOI: https://doi.org/10.3390/rs16091535
IF: 5
2024-04-27
Remote Sensing
Abstract:Research on wildlife monitoring methods is a crucial tool for the conservation of rare wildlife in China. However, the fact that rare wildlife monitoring images in field scenes are easily affected by complex scene information, poorly illuminated, obscured, and blurred limits their use. This often results in unstable recognition and low accuracy levels. To address this issue, this paper proposes a novel wildlife identification model for rare animals in Giant Panda National Park (GPNP). We redesigned the C3 module of YOLOv5 using NAMAttention and the MemoryEfficientMish activation function to decrease the weight of field scene features. Additionally, we integrated the WIoU boundary loss function to mitigate the influence of low-quality images during training, resulting in the development of the NMW-YOLOv5 model. Our model achieved 97.3% for mAP50 and 83.3% for mAP50:95 in the LoTE-Animal dataset. When comparing the model with some classical YOLO models for the purpose of conducting comparison experiments, it surpasses the current best-performing model by 1.6% for mAP50:95, showcasing a high level of recognition accuracy. In the generalization ability test, the model has a low error rate for most rare wildlife species and is generally able to identify wildlife in the wild environment of the GPNP with greater accuracy. It has been demonstrated that NMW-YOLOv5 significantly enhances wildlife recognition accuracy in field environments by eliminating irrelevant features and extracting deep, effective features. Furthermore, it exhibits strong detection and recognition capabilities for rare wildlife in GPNP field environments. This could offer a new and effective tool for rare wildlife monitoring in GPNP.
environmental sciences,imaging science & photographic technology,remote sensing,geosciences, multidisciplinary
What problem does this paper attempt to address?
This paper attempts to address the problem of accurately identifying rare wild animals in field environments. Specifically, the authors point out that images of rare wild animals taken in field scenes are easily affected by factors such as complex scene information, insufficient lighting, occlusion, and blurriness, leading to instability and low accuracy in existing recognition methods. To overcome these issues, the paper proposes an improved YOLOv5 model (NMW-YOLOv5) to enhance the accuracy of rare wild animal identification in field environments such as the Giant Panda National Park (GPNP). ### Main Issues: 1. **Poor quality of field images**: Images taken in the field are often affected by complex backgrounds, poor lighting conditions, animal occlusion, or blurriness. 2. **Inaccurate recognition by existing models**: Traditional recognition methods perform poorly on such low-quality images, resulting in unstable recognition results and low accuracy. ### Solutions: 1. **Improved YOLOv5 model**: By redesigning the C3 module of the YOLOv5 model, introducing the NAMAttention mechanism and the MemoryEfficientMish activation function, the model reduces the weight of field scene features and enhances its ability to extract important features. 2. **Introduction of WIoU boundary loss function**: The WIoU boundary loss function is used during training to mitigate the impact of low-quality images on model training. ### Experimental Results: - **High accuracy**: The improved NMW-YOLOv5 model achieved 97.3% mAP50 and 83.3% mAP50:95 on the LoTE-Animal dataset. - **Outperforms existing models**: Compared to some classic YOLO models, NMW-YOLOv5 improved the mAP50:95 metric by 1.6%. - **Good generalization ability**: The model has a low error rate for most rare wild animal species, enabling more accurate identification of wild animals in the GPNP field environment. ### Significance: - **Enhanced protection of rare wild animals**: By improving recognition accuracy, it is possible to better monitor and protect rare wild animals. - **Provision of new tools**: The NMW-YOLOv5 model provides a new effective tool for monitoring rare wild animals in areas such as GPNP.