Skip to content

Link to Journal of Ecological Informatics paper ' Camouflaged Detection: Optimization-Based Computer Vision for Alligator sinensis with Low Detectability in Complex Wild Environments '

Notifications You must be signed in to change notification settings

Ap1rate/yolov8-SIM

Repository files navigation

yolov8-SIM

Camouflaged Detection: Optimization-Based Computer Vision for Alligator sinensis with Low Detectability in Complex Wild Environments

image

Introduction

Abstract The Alligator sinensis is among the world's rarest wild animals, often camouflaged to blend seamlessly with its natural habitat. This camouflage complicates detection efforts by both humans and automated systems, underscoring the urgent need for advanced wildlife monitoring technologies. To address this, we introduce YOLO v8-SIM, a novel detection method designed to significantly boost identification accuracy. The YOLO v8-SIM employs an advanced dual-layer attention mechanism, a refined Inner-IoU optimized loss function, and a Slim Neck cross-layer hopping technique. Our findings indicate that the model achieves a precision of 91%, a recall of 89.9%, and a mean average precision (mAP) of 92.3% at an IoU threshold of 0.5, with a frame rate of 72.21 FPS, excelling in detecting partially visible or smaller objects. Further enhancing our efforts, we propose an open-source dataset featuring camouflaged Alligator sinensis in their natural habitat. These advancements collectively contribute to the improved detection of camouflaged species, thereby advancing biodiversity monitoring and protection and aiding ecosystem sustainability.

Algorithmic Network Module Diagram

image

image

image

image

image

image

image

Performance

Single Scale Inference on VGA resolution(max side is equal to 640 and scale).

image

datasets

COD10K:https://paperswithcode.com/dataset/cod10k

Our dataset:https://drive.google.com/file/d/1CsL3lZkf927yPItMYKMOfuFpHWDwqQ2k/view?usp=drive_link

( Some images may not be allowed to be disclosed according to the copyright-related regulations of Alligator sinensis Research Center of Anhui Province )

install

git clone https://github.com/yolov8-SIM  # clone
cd yolov8-SIM
pip install -r requirements.txt  # install

run

python3 test_widerface.py --weights 'your test model' --img-size 640
cd widerface_evaluate
python3 evaluation.py

Experimental Configuration

image

test

image

image

image

image

References

https://github.com/ultralytics/yolov5

https://github.com/ultralytics/yolov7

https://github.com/ultralytics/yolov8

https://github.com/ultralytics/yolovX

Citation

If you think this work is useful for you, please cite

{

Yantong Liu, Sai Che, Liwei Ai, Chuanxiang Song, Zheyu Zhang, Yongkang Zhou, Xiao Yang, Chen Xian, Camouflage detection: Optimization-based computer vision for Alligator sinensis with low detectability in complex wild environments, Ecological Informatics, 2024, 102802, ISSN 1574-9541, https://doi.org/10.1016/j.ecoinf.2024.102802.

}

License

YOLOv8 is available under two different licenses:

  • AGPL-3.0 License: See LICENSE file for details.
  • Enterprise License: Provides greater flexibility for commercial product development without the open-source requirements of AGPL-3.0. Typical use cases are embedding Ultralytics software and AI models in commercial products and applications. Request an Enterprise License at Ultralytics Licensing.

Contact

For YOLOv8 bug reports and feature requests please visit GitHub Issues, and join our Discord community for questions and discussions!


About

Link to Journal of Ecological Informatics paper ' Camouflaged Detection: Optimization-Based Computer Vision for Alligator sinensis with Low Detectability in Complex Wild Environments '

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages