CNN-Based Automatic Urinary Particles Recognition
Rui Kang, Yixiong Liang, Chunyan Lian, Yuan Mao

TL;DR
This paper applies CNN-based object detection methods, Faster R-CNN and SSD, to automatically recognize urine particles in microscopic images, achieving high accuracy and efficiency for medical diagnostics.
Contribution
It introduces a CNN-based end-to-end approach for urine particle recognition, replacing traditional hand-crafted feature methods with deep learning techniques.
Findings
Achieved a maximum mAP of 84.1% on urine particle dataset.
Processed images in 72 ms on NVIDIA Titan X GPU.
Compared and evaluated different CNN-based detection methods.
Abstract
The urine sediment analysis of particles in microscopic images can assist physicians in evaluating patients with renal and urinary tract diseases. Manual urine sediment examination is labor-intensive, subjective and time-consuming, and the traditional automatic algorithms often extract the hand-crafted features for recognition. Instead of using the hand-crafted features, in this paper, we exploit CNN to learn features in an end-to-end manner to recognize the urine particles. We treat the urine particles recognition as object detection and exploit two state-of-the-art CNN-based object detection methods, Faster R-CNN and SSD, as well as their variants for urine particles recognition. We further investigate different factors involving these CNN-based object detection methods for urine particles recognition. We comprehensively evaluate these methods on a dataset consisting of 5,376…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsRegion Proposal Network · Softmax · RoIPool · Faster R-CNN · Non Maximum Suppression · 1x1 Convolution · SSD · Convolution
