Explainable AI analysis for smog rating prediction
Yazeed Yasin Ghadi1, Sheikh Muhammad Saqib2, Tehseen Mazhar3,4
1Department of Computer Science and Software Engineering, Al Ain University, 12555, Abu Dhabi, United Arab Emirates.
Scientific Reports
|March 7, 2025
Summary
This study uses machine learning to predict individual vehicle smog contributions, achieving 86% accuracy. The developed model offers a novel way to assess vehicle impact on air quality.
Area of Science:
- Environmental Science
- Computer Science
- Data Science
Background:
- Smog significantly impacts human health and the environment.
- Vehicles are a major collective contributor to smog formation.
- Quantifying individual vehicle smog impact is challenging but crucial.
Purpose of the Study:
- To develop a machine learning model for predicting individual vehicle smog contributions.
- To classify vehicles based on their smog impact using a 1-8 rating scale.
- To leverage explainable AI for actionable insights into vehicle emissions.
Main Methods:
- Utilized a dataset including vehicle model, year, city fuel consumption, and fuel type.
- Employed Random Forest and Explainable Boosting Classifier models.
- Applied SMOTE (Synthetic Minority Oversampling Technique) for data balancing.
Main Results:
- Achieved 86% accuracy in predicting vehicle smog contribution.
- Reported Mean Squared Error of 0.2269 and R-squared of 0.9624.
- Incorporated explainable AI techniques for model interpretability.
Conclusions:
- The proposed machine learning approach effectively predicts vehicle smog impact.
- Results outperform previous studies, offering timely and relevant insights.
- This research is a significant step towards mitigating vehicle-related air pollution.
Related Concept Videos
Regression Analysis
5.5K
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
5.5K
Residuals and Least-Squares Property
7.2K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.2K
Steps in Outbreak Investigation
102
In the ever-evolving field of public health, statistical analysis serves as a cornerstone for understanding and managing disease outbreaks. By leveraging various statistical tools, health professionals can predict potential outbreaks, analyze ongoing situations, and devise effective responses to mitigate impact. For that to happen, there are a few possible stages of the analysis:
102
Multiple Regression
2.9K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
2.9K
Residual Plots
4.5K
A residual plot is a statistical representation of data used to analyze correlation and regression results. It helps verify the requirements for drawing specific conclusions about correlation and regression. To obtain the residual plot, first, the residual for each data value is calculated, which is simply the vertical distance between the observed and the predicted value obtained from the regression equation.
When the residual values are plotted against the variable x, it is called a residual...
When the residual values are plotted against the variable x, it is called a residual...
4.5K
Prediction Intervals
2.2K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.2K


