CNN Model & Tuning for Global Road Damage Detection
Rahul Vishwakarma, Ravigopal Vennelakanti (Hitachi America Ltd., R&D)

TL;DR
This paper evaluates and benchmarks different CNN architectures and tuning strategies for the Global Road Damage Detection Challenge, demonstrating the effectiveness of a generalizable Resnet-50 based Faster R-CNN model across diverse datasets.
Contribution
The study compares single and multi-stage object detection architectures, providing a benchmark and insights into model generalizability for road damage detection across multiple countries.
Findings
Resnet-50 Faster R-CNN achieved a mean F1 score of 0.542.
Resnet-50 showed better generalizability than more complex models.
Benchmark results using Detectron2 and Yolov5 frameworks.
Abstract
This paper provides a report on our solution including model selection, tuning strategy and results obtained for Global Road Damage Detection Challenge. This Big Data Cup Challenge was held as a part of IEEE International Conference on Big Data 2020. We assess single and multi-stage network architectures for object detection and provide a benchmark using popular state-of-the-art open-source PyTorch frameworks like Detectron2 and Yolov5. Data preparation for provided Road Damage training dataset, captured using smartphone camera from Czech, India and Japan is discussed. We studied the effect of training on a per country basis with respect to a single generalizable model. We briefly describe the tuning strategy for the experiments conducted on two-stage Faster R-CNN with Deep Residual Network (Resnet) and Feature Pyramid Network (FPN) backbone. Additionally, we compare this to a one-stage…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsInfrastructure Maintenance and Monitoring · Advanced Neural Network Applications · Medical Imaging and Analysis
Methodspc · RoIPool · Region Proposal Network · Convolution · Softmax · Faster R-CNN
