Maintaining and Managing Road Quality:Using MLP and DNN
Makgotso Jacqueline Maotwana

TL;DR
This paper evaluates machine learning models, including MLP and DNN, for classifying road surface conditions from images to enhance traffic safety and maintenance efficiency.
Contribution
It develops and compares multiple ML models, including a custom MLP, DNN with Keras, Logistic Regression, and KNN with feature engineering for road quality classification.
Findings
DNN with Keras achieved the highest accuracy.
KNN with feature engineering outperformed other models.
Logistic Regression provided valuable interpretability.
Abstract
Poor roads are a major issue for cars, drivers, and pedestrians since they are a major cause of vehicle damage and can occasionally be quite dangerous for both groups of people (pedestrians and drivers), this makes road surface condition monitoring systems essential for traffic safety, reducing accident rates ad also protecting vehicles from getting damaged. The primary objective is to develop and evaluate machine learning models that can accurately classify road conditions into four categories: good, satisfactory, poor, and very poor, using a Kaggle dataset of road images. To address this, we implemented a variety of machine learning approaches. Firstly, a baseline model was created using a Multilayer Perceptron (MLP) implemented from scratch. Secondly, a more sophisticated Deep Neural Network (DNN) was constructed using Keras. Additionally, we developed a Logistic Regression model…
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
TopicsSemantic Web and Ontologies
MethodsLogistic Regression
