paper-with-me

홈 › Papers

Learning to Automatically Catch Potholes in Worldwide Road Scene Images

2021-05-17 · J. Javier Yebes, David Montero, Ignacio Arriola

Among several road hazards that are present in any paved way in the world, potholes are one of the most annoying and also involving higher maintenance costs. There exists an increasing interest on the automated detection of these hazards enabled by technological and research progress. Our research work tackled the challenge of pothole detection from images of real world road scenes. The main novelty resides on the application of the latest progress in AI to learn the visual appearance of potholes. We built a large dataset of images with pothole annotations. They contained road scenes from different cities in the world, taken with different cameras, vehicles and viewpoints under varied environmental conditions. Then, we fine-tuned four different object detection models based on Faster R-CNN and SSD deep neural networks. We achieved high average precision and the pothole detector was tested on the Nvidia DrivePX2 platform with GPGPU capability, which can be embedded on vehicles. Moreover, it was deployed on a real vehicle to notify the detected potholes to a given IoT platform as part of AUTOPILOT H2020 project.

📄 PDF Abstract BibTeX arXiv:2105.07986

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
RoIPool 설명 없음
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Real-time pothole detection with onboard sensors and camera on vehicles

2025-11-10 · Aswath Muthuselvam, Jeevak Raj S, Mohanaprasad K arxiv

Road conditions play an important role in our everyday commute. With the proliferating number of vehicles on the road each year, it has become necessary to access the road conditions very frequently, this would ensure th…

RoadScan: A Novel and Robust Transfer Learning Framework for Autonomous Pothole Detection in Roads

2023-08-07 · Guruprasad Parasnis, Anmol Chokshi, Vansh Jain, Kailas Devadkar

This research paper presents a novel approach to pothole detection using Deep Learning and Image Processing techniques. The proposed system leverages the VGG16 model for feature extraction and utilizes a custom Siamese n…

Computational Efficiencyobject-detectionObject DetectionTransfer Learning+1

An Intelligent System to Detect, Avoid and Maintain Potholes: A Graph Theoretic Approach

2013-05-23 · Shreyas Balakuntala, Sandeep Venkatesh

In this paper, we propose a conceptual framework where a centralized system, classifies the road based upon the level of damage. The centralized system also identifies the traffic intensity thereby prioritizing the roads…

Vehicle Driving Assistant

2020-02-10 · Akanksha Dwivedi, Anoop Toffy, Athul Suresh, Tarini Chandrashekhar

Autonomous vehicles has been a common term in our day to day life with car manufacturers like Tesla shipping cars that are SAE Level 3. While these vehicles include a slew of features such as parking assistance and cruis…

Autonomous Vehicles

Road Network Deterioration Monitoring Using Aerial Images and Computer Vision

2022-09-30 · Nicolas Parra-A, Vladimir Vargas-Calderón, Herbert Vinck-Posada, Nicanor Vinck

Road maintenance is an essential process for guaranteeing the quality of transportation in any city. A crucial step towards effective road maintenance is the ability to update the inventory of the road network. We presen…