Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

A Lightweight and Robust Framework for Real-Time Colorectal Polyp Detection Using LOF-Based Preprocessing and YOLO-v11n

Created by
  • Haebom

Author

Saadat Behzadi, Danial Sharifrazi, Bita Mesbahzadeh, Javad Hassannataj Joloudari, Roohallah Alizadehsani

Outline

Timely and accurate detection of colon polyps plays a crucial role in the diagnosis and prevention of colon cancer. In this study, we propose a novel, lightweight, and efficient polyp detection framework that combines the Local Outlier Factor (LOF) algorithm to filter out noisy data and the YOLO-v11n deep learning model. In an experimental study using a public dataset, we applied 5-fold cross-validation, removed outliers using LOF, and trained the model using YOLO-v11n to improve polyp detection performance.

Takeaways, Limitations

Takeaways:
Improved accuracy of colon polyp detection (precision 95.83%, recall 91.85%, F1 score 93.48%, mAP@0.5 96.48%, mAP@0.5 :0.95 77.75%).
Improved accuracy and efficiency compared to existing YOLO-based methods.
Presenting a model suitable for real-time endoscopy support.
Emphasize the importance of data preprocessing and model efficiency when designing medical imaging AI systems.
Limitations:
Specific Limitations is not stated in the paper.
👍