Understanding the Impact of Edge Cases from Occluded Pedestrians for ML Systems
Jens Henriksson, Christian Berger, Stig Ursing

TL;DR
This paper investigates how occlusions affect pedestrian detection in self-driving cars using YOLO neural networks, revealing that partial body detection can perform comparably to full body detection under certain confidence thresholds.
Contribution
It provides a comparative analysis of full, upper, and lower body detection neural networks under occlusion conditions, highlighting their robustness and limitations.
Findings
Partial body detection performs similarly to full body detection at high confidence levels.
Networks trained on only upper or lower body are less affected by occlusions of the other half.
Performance remains stable when the full body detection confidence exceeds 0.75.
Abstract
Machine learning (ML)-enabled approaches are considered a substantial support technique of detection and classification of obstacles of traffic participants in self-driving vehicles. Major breakthroughs have been demonstrated the past few years, even covering complete end-to-end data processing chain from sensory inputs through perception and planning to vehicle control of acceleration, breaking and steering. YOLO (you-only-look-once) is a state-of-the-art perception neural network (NN) architecture providing object detection and classification through bounding box estimations on camera images. As the NN is trained on well annotated images, in this paper we study the variations of confidence levels from the NN when tested on hand-crafted occlusion added to a test set. We compare regular pedestrian detection to upper and lower body detection. Our findings show that the two NN using only…
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
TopicsAutonomous Vehicle Technology and Safety · Advanced Neural Network Applications · Traffic Prediction and Management Techniques
MethodsYou Only Look Once
