Home

Awesome

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.

}

<div align="center">License</div>

YOLOv8 is available under two different licenses:

<div align="center">Contact</div>

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

<br> <div align="center"> <a href="https://github.com/ultralytics" style="text-decoration:none;"> <img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-github.png" width="3%" alt="" /></a> <img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="" /> <a href="https://www.linkedin.com/company/ultralytics/" style="text-decoration:none;"> <img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-linkedin.png" width="3%" alt="" /></a> <img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="" /> <a href="https://twitter.com/ultralytics" style="text-decoration:none;"> <img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-twitter.png" width="3%" alt="" /></a> <img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="" /> <a href="https://youtube.com/ultralytics" style="text-decoration:none;"> <img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-youtube.png" width="3%" alt="" /></a> <img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="" /> <a href="https://www.tiktok.com/@ultralytics" style="text-decoration:none;"> <img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-tiktok.png" width="3%" alt="" /></a> <img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="" /> <a href="https://www.instagram.com/ultralytics/" style="text-decoration:none;"> <img src="https://github.com/ultralytics/assets/raw/main/social/logo-social-instagram.png" width="3%" alt="" /></a> <img src="https://github.com/ultralytics/assets/raw/main/social/logo-transparent.png" width="3%" alt="" /> <a href="https://discord.gg/n6cFeSPZdD" style="text-decoration:none;"> <img src="https://github.com/ultralytics/assets/blob/main/social/logo-social-discord.png" width="3%" alt="" /></a> </div>