You are currently viewing a new version of our website. To view the old version click .
Atmosphere
  • Article
  • Open Access

28 September 2022

Predictive Analysis of In-Vehicle Air Quality Monitoring System Using Deep Learning Technique

,
,
,
,
,
and
1
Faculty of Mechanical Engineering & Technology, University Malaysia Perlis, Arau 02600, Malaysia
2
Centre of Excellence for Advanced Sensor Technology (CEASTech), University Malaysia Perlis, Arau 02600, Malaysia
3
Faculty of Electronic Engineering & Technology, University Malaysia Perlis, Arau 02600, Malaysia
4
Graduate Faculty of Interdisciplinary Research, University of Yamanashi, Kofu 400-8511, Yamanashi, Japan
This article belongs to the Special Issue Air Quality Prediction and Modeling

Abstract

In-vehicle air quality monitoring systems have been seen as promising paradigms for monitoring drivers’ conditions while they are driving. This is because some in-vehicle cabins contain pollutants that can cause drowsiness and fatigue to drivers. However, designing an efficient system that can predict in-vehicle air quality has challenges, due to the continuous variation in parameters in cabin environments. This paper presents a new approach, using deep learning techniques that can deal with the varying parameters inside the vehicle environment. In this case, two deep learning models, namely Long-short Term Memory (LSTM) and Gated Recurrent Unit (GRU) are applied to classify and predict the air quality using time-series data collected from the built-in sensor hardware. Both are compared with conventional methods of machine learning models, including Support Vector Regression (SVR) and Multi-layer Perceptron (MLP). The results show that GRU has an excellent prediction performance with the highest coefficient of determination value (R2) of 0.97.

1. Introduction

According to the World Health Organization (WHO), approximately 1.35 million fatal accidents have occurred around the world, and the number is increasing annually [1]. Within this number, the study states that 15% of these accidents are caused by driver drowsiness and impaired cognition ability. Moreover, agencies such as the American Automobile Association (AAA) predict that one out of eight accidents in the United States which require hospitalization happen because of driver drowsiness and fatigue [2]. Thus, this condition can be seen as a life-threatening event, especially when the driver is cruising at a high speed, and the damage caused by these accidents is even more severe to public lives and property.
Drowsiness can be caused by many factors. Among them are chronic driver fatigue, lack of sleep, and increased CO2 concentration in the vehicle [3]. Some studies show that the cabin inside a vehicle contains different pollutants that can affect human health such as carbon monoxide (CO), carbon dioxide (CO2), nitrogen dioxide (NO2) and volatile organic compounds (VOC) [4,5]. They can cause various health concerns including impaired vision and physical coordination while driving, as well as dizziness and fatigue to the occupants [6]. Furthermore, these combinations make it difficult for drivers to operate vehicles on the road [7,8].
Over time, a new generation of vehicle manufacturers have concentrated on Heating, Ventilation and Air Conditioning (HVAC) systems to provide a fresh air mode or re-circulation (RC) mode options for the occupants. Most HVAC systems use RC modes to help in reducing the distribution of pollutants and gases which come from the exhaust system. However, since most of the major air pollutants cannot be seen with human eyes, drivers are not aware of the air quality inside the vehicle cabin. Nevertheless, they inhale oxygen and then replace it with carbon dioxide (CO2), which acts as a part of contamination known as human bio-effluents [9]. The elevated concentration of CO2 reduces individuals’ cognitive ability, which results in drowsiness, dizziness and fatigue [10].
Thus, there is a need to provide monitoring systems that can measure in-vehicle air pollutants and ultimately monitor drivers’ conditions while driving. Previous studies used monitoring technologies such as cameras and in-vehicle sensors that are difficult to install and may constrain the driver’s behavior. Most of the existing systems have employed artificial intelligence techniques to provide decision-making processes on air quality [11]. Such approaches include rule-based systems. Although they have made significant contributions in this area, real-time monitoring systems are still immature and remain challenging. This may be due to the need to provide various rules in order to allow the system to work efficiently. Detection accuracy also depends on the parameters inside the in-vehicle environment, which always vary continuously. Furthermore, these studies only focused on classifying the air quality in real-time, without having the ability to predict future conditions [12].
In order to provide accurate prediction tasks, real-time information on various pollutants in the vehicle is required. Up to this date, the information has not been available in an online and public repository, nor in a constantly updated database. There are only a few published works which focus on driver drowsiness and its relationship with air pollutants inside the vehicle. Furthermore, there is little information on the available systems on the market that can classify and predict the future state of in-vehicle conditions and visualize them in an interactive visualization mode.
This paper recognizes the above-mentioned limitations and addresses them by proposing a new approach to classify in-vehicle air quality and predict the future state of its conditions. In this respect, two deep learning models are used to handle the time-series data, which are Long Short-term Memory (LSTM) and Gated Recurrent Units (GRU). These methods are then compared with the conventional approaches of machine learning algorithms such as Support Vector Regression (SVR) and Multi-Layer Perceptron (MLP) to evaluate their performances in terms of performance metrics such as Root Mean Square Error (RMSE), Mean Absolute Error (MAE) and coefficient of determination (R2).
The remainder of the paper is organized as follows: Section 2 describes the previous work related to this study. Section 3 gives detailed explanations of the data used and the methodology applied to predict the future state. Section 4 presents the experimental results. Finally, Section 5 concludes the study and provides directions for future research.

3. Proposed Method

3.1. Overall System Design

An integrated in-vehicle air quality monitoring system was developed for this study. The system is composed of multi-modal sensors that are integrated together to monitor gasses components in the vehicle cabin. Figure 1 presents the overall system architecture. It consists of three main sensors and one communication module. These sensors are used to monitor several parameters, including CO2, PM2.5 and PM10, temperature and humidity. In addition, the SIM808 GSM communication module is used to provide the speed and location of the vehicle.
Figure 1. Overall System Design for Air Quality Prediction.
The data collection process starts by initializing elements and peripherals on the multiple sensors in the device node. The initialization time is set to thirty seconds to make sure that all the sensors are properly connected to the cloud server. The connection between the sensor device and the cloud database is performed using the Message Queuing Telemetry Transport (MQTT) messaging protocol. Once established, the process of collecting data using a microprocessor starts. The sensor data is divided into different buffers and encapsulated into the MQTT protocol format. The data is then pushed to the cloud. In the case of an unsuccessful connection, the microcontroller checks the MQTT network connection and continues the collection process so that there are no data left unsampled. Figure 2 presents the complete flowchart of the process sequence.
Figure 2. Flow Process of the Overall Operation Sequence.
The collected data is processed and sorted in the cloud database. Device nodes located in the vehicle cabin are assigned their unique identifier (ID) to avoid any mislocation of data entry. Furthermore, a database handler is developed to reject distorted data entry and invalid device ID. Finally, a web page display is developed to view the real-time sensor data of air quality status in the vehicle cabin. The visualization helps users to learn the data patterns of the in-vehicle air quality system.

3.2. Sensor Development

Figure 3 presents the hardware of the device node. The hardware power supply is supplied using the in-car charger, where the voltage ranges from 11.9 V to 14.8 V. From the experiment, it can be seen that the voltage value is not fixed. The value fluctuates from time to time within the voltage range. A step-down process is then performed using a transformer in the device, to allow the use of different voltage supplies from the sensors. These sensors only need 3.8 V to operate. Therefore, a step-down process is important to avoid a short circuit and subsequently damaging the device node.
Figure 3. Development of Sensors in the Device Node.

3.3. Air Quality Prediction

In this study, the output of the prediction system is based on the air quality index (AQI). It acts as an indicator to determine whether the environment is composed of air pollutants that can affect human health. The study selects several parameters such as CO2 and particulate matter (PM2.5 and PM10) as well as time, latitude, longitude and speed. Based on the identified parameters, the study proposes to predict the future index of air quality inside the vehicle cabin, using an established indoor air quality standard as a guide. Table 3 shows the pollutants concentration guidelines used to obtain the AQI value.
Table 3. Concentration Value for Measuring AQI.
The function of the value concentration is to classify and indicate the risk of adverse health effects on the occupants. Using Table 3, the in-vehicle air quality parameters can be categorized into five bands to form their own class of AQI. Each of the bands has a value to represent the air quality of a specific air parameter. The value of AQI can be calculated using Equation (1). For example, the air sensor reading is recorded as CO2 = 1600 ppm, PM2.5 = 11.3 µg/m3 and PM10 = 39 µg/m3. Each of the parameters will be calculated using Equation (1). After the calculation, CO2, PM2.5 and PM10 fall into the AQI of band four (155.8), band one (12.1) and band one (36.1), respectively.
AQI = I H i I L o B P H i B P L o   ( C p B P L o ) + I L o
where
C p = the rounded concentration of pollutant p
B P H i = the breakpoint that is greater than or equal to C p
B P L o = the breakpoint that is less than or equal to C p
I H i = the AQI value corresponding to B P H i
I L o = the AQI value corresponding to B P L o

3.4. Data Collection

The data collection is conducted inside the vehicle cabin. The duration of the data collection process is approximately two months, with an average usage of two hours each day. The experiments are performed using built-in sensors located in the car cabin, as in Figure 4.
Figure 4. Representation of Sensor Device in Vehicle Cabin.
The sensors are powered up using an in-car adapter charger and placed between the driver seat and passenger seat. The cabin condition is set to recirculation mode with the air conditioner always turned on. This is to make sure that it represents the real-life scenarios of drivers while driving the car. The experiment is then separated into two different time slots. Firstly, data is taken in the morning, between 06:00 and 08:00. Another set of experiments is then conducted in the evening, between 13:00 and 15:00. Overall, the traveling distance during the experiments reached a total of 875 km for 19 days (between June 2019 and July 2019). Figure 5 shows the average daily traveling distance, which was approximately 46.1 km per day. Meanwhile, Table 4 depicts the overall size of data samples that were collected, based on monthly and periodic sections throughout the data collection process.
Figure 5. Daily Traveling Distance for Data Collection.
Table 4. Description of data features and sample sizes for data collection process.

4. Prediction Models

4.1. Data Pre-Processing

The initial stage of developing an efficient prediction model is the data pre-processing, which consists of data cleaning, data labelling and data normalization. Data pre-processing is needed as it can help to clean the data and take significant patterns before giving them to the prediction models. This is because the collected sensor data consists of noisy and meaningless information and sensor errors which are known as outliers, as well as missing data. Thus, improper processing of the datasets can lead to inaccurate and unreliable prediction models which result in underperformed performance rates of the predictive or classification model.
In the data pre-processing, the data cleaning process is first performed. The task uses the nearest-neighbor interpolation method. The method is suitable for datasets that have missing values or outlier conditions. Equation (2) shows the mathematical formula for the nearest-neighbor method [40]. When any of the outlier values occur in position xi, the value of the closest known neighbor is then used to substitute the outlier value. Moreover, if the number of outliers is greater than five, the average of the five previous data will then be used to substitute back in the original outlier values.
x i = {   x i 1 + x i 2 2   ,   i f   i = 2 ;   x i 1 + x i 2 + x i 3 3   ,   i f   i = 3 ; x i 1 + x i 2 + x i 3 + x i 4 4   ,   i f   i = 4 ; x i 1 + x i 2 + x i 3 + x i 4 + x i 5 5   ,     o t h e r w i s e  
where x i is the outlier value.
Data labelling is the second part of the data pre-processing step. The process is needed as the prediction model uses the supervised learning approach, in which the model should have a ground truth or a set of labelling output data. The labelled data functions for the orientation of the training and testing process for the target in the AI predictive model. Multiple raw data from the device node in the vehicle cabin such as CO2, PM2.5, PM10, vehicle speed, temperature, and humidity are used as the input data. The output data is calculated using the air quality index stated in [41]. Subsequently, data normalization is implemented to help the prediction model to capture the significant patterns. The function of the normalization process is to convert the numeric values in the dataset into a set with 0 to 1 range. The process is conducted without changing the original characteristics of the dataset. In this study, the normalization procedure uses the Min-Max method.

4.2. Deep Learning Models

The study uses two types of algorithms from machine learning and two algorithms from deep learning methods. The models are used to predict the state of the air quality index inside the car cabin. They are built based on historical data collected over two months.
The proposed approach is divided into machine learning algorithms of SVR and MLP, while deep learning methods are composed of LSTM and GRU models. These models are chosen as they provide a good performance when dealing with time-series data. Furthermore, the real-world dataset that is used in this study is composed of a three-dimensional data structure with timestamps associated with each of the sensor readings. Therefore, the use of LSTM and GRU is the most suitable learning model that can handle the time-series data.
The learning model utilizes data from sensors such as CO2, PM2.5, PM10, vehicle speed, temperature, and humidity. Firstly, the data from these sensors are presented in the two-dimensional data representation. After this, multiple rows are combined to create a set of three-dimensional data, as shown in Figure 6.
Figure 6. Input Data Representation.
The structure of this multiple sequence prediction method is used to predict air quality in a step-by-step sequence. To predict value X ̂_(t + 1) at timestamp t + 1, previous historical data X_1, X_2, X_3, …, X_t, which are known as time lags, are required. When generating the next prediction value of X ̂_(t + 2), X ̂_(t + 1), data is fed back into the dataset. The process flow will continue until the designed moving windows are completed. The GRU model is composed of three hidden layers with a sigmoid activation function applied to each layer. The output layer is computed using a dense function, which compresses the three-dimensional data to one-dimensional data. Adam optimization is then implemented in the training model to calculate the probabilistic errors between the ground truth and output of the prediction model. Figure 7 shows the proposed overall structure for the deep learning model. It is implemented in the multiple sequence prediction task.
Figure 7. Prediction of Multiple Sequence using GRU and LSTM.

4.3. Hyperparameter Testing

The next step is to set the hyper-parameters for the prediction model to work effectively. The efficiency of the model could be affected based on the parameter settings of the model. For example, learning rate, number of hidden nodes and hidden layers play an important part in building an effective prediction model. If the value is not in the optimum mode, the output of the learning model may contribute to overfitting problems. In this study, the grid-search method is utilized to find the optimum parameters of the learning model that can be used. The method employs an optimization algorithm that can select the best parameters by dividing the domain of the hyper-parameters into a discrete grid. Then, the performance metrics of the model are calculated in each grid, using the cross-validation tool. Table 5 presents the range of hyperparameters that are determined and applied in the predictive models.
Table 5. Range of Hyperparameters of the Predictive Model.

5. Experimental Results

The comparison process was performed to evaluate which approaches gave the best performances. It was carried out between the machine learning and deep learning models. The machine learning algorithm was represented by SVR and MLP, while deep learning models were comprised of LSTM and GRU, which are the variant models from Recurrent Neural Network (RNN). In this paper, SVR and MLP are regarded as the machine learning approach because they have not been provided with the recurrence feedback to update the weight and bias. However, for the deep learning approach, both the LSTM and GRU models were provided with recurrent feedback to improve the weight and bias values that were used.
The hyperparameter values were decided using the grid-search method. Table 6 presents the specific value of the hyperparameters that were applied using the grid-search method. It can be seen that tuning in these parameters impacts greatly the prediction results. The structures of MLP, LSTM and GRU are much more similar, as they are composed of a similar branch of learning model, while SVR is different in terms of different parameters such as kernel, kernel coefficient, and regularization parameter.
Table 6. Hyperparameters Implemented in the Prediction Task.
The next process was to build the prediction models with the predefined hyperparameters that were determined in the previous process. The collected data was used to build the proposed models. The input for the training and validation model was divided into 80% and 20%, respectively. The training data were also based on the section and monthly data. Table 7 presents the performance of the proposed models validated by the section and monthly data. The result clearly shows that the SVR with RBF kernel and GRU models had almost the same performance index in the evaluation results. However, the proposed GRU prediction model presented much higher performance rates in terms of prediction accuracy and reduced error rates. The GRU model obtained the R2 value of 0.83 for the section data and 0.97 for the monthly data.
Table 7. Overall Results of Proposed Model based on Section and Monthly Data.
Lastly, the final step was to evaluate the performance of the prediction of in-vehicle air quality. Table 8 shows the results of the future prediction data. It compares the three types of time periods: five minutes, ten minutes and twenty minutes. It can be seen that the prediction of the five-minute data had a slightly higher performance rate, compared with the ten- and twenty-minute data predictions. The results also show that the proposed GRU prediction model gave a very stable evaluation performance across the three types of data. Meanwhile, Figure 8 shows the graph visualization of the prediction results, using the proposed GRU prediction models compared with the actual data.
Table 8. Results of Prediction Data for Three Types of data.
Figure 8. Comparison of Prediction Results using GRU Prediction Model with Actual Data.

6. Conclusions

After an extensive series of experiments, it can be concluded that the GRU model from the deep learning approach gives a good performance in predicting in-vehicle air quality. The model was compared with the LSTM model as well as with SVR and MLP from the traditional machine learning models. The proposed model achieved the highest prediction error of 0.97 for R2. Furthermore, the GRU model also showed the lowest error in terms of MSE, RMSE and MAE. From these experiments, it can be seen that the performance of the prediction system depends on the time taken to collect the data. From the result, the GRU model with five-minute data had the highest performance compared with the ten- and twenty-minute data.
Moreover, the model’s hyperparameters were also optimized using the grid-search method. This allowed the optimum value to be used for the model to predict air quality. The overall results showed that the GRU model was able to capture the historical data of installed sensors and predict them successfully. However, some limitations were noted throughout the study. It can be seen that some data are missing due to the loss of internet connectivity. Furthermore, the in-vehicle system needs to be provided with reliable communication systems in order to provide an efficient prediction system
For future work, the model will be embedded in the cloud database for faster data processing. This task can be extended to various applications of prediction systems for smart mobility applications. Furthermore, the feature extraction process can be conducted before performing the prediction task. The goal is to autonomously extract relevant features for representing environmental conditions and to compare the performance rates with non-extracted feature methods.

Author Contributions

Funding acquisition, X.M. and H.N.; Methodology, G.C.C. and A.Z.; Project administration, L.M.K.; Software, S.M.M.S.Z.; Writing—original draft, A.S.A.S. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by Malaysian Technical University Network (MTUN) Research Grant by Ministry of Higher Education of Malaysia (MOHE) (9002-00094/9028-00002).

Institutional Review Board Statement

Not applicable.

Acknowledgments

The research has been carried out under Malaysian Technical University Network (MTUN) Research Grant by Ministry of Higher Education of Malaysia (MOHE) (9002-00094/9028-00002).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. World Health Organization (WHO). World Health Statistics 2017; WHO: Geneva, Switzerland, 2017; Volume 91. [Google Scholar]
  2. Gross, A. New Study Reveals When, Where and How Much Motorists Drive; American Automobile Association: Washington, DC, USA, 2015. [Google Scholar]
  3. Hudda, N.; Fruin, S.A. Carbon dioxide accumulation inside vehicles: The effect of ventilation and driving conditions. Sci. Total Environ. 2018, 610–611, 1448–1456. [Google Scholar] [CrossRef] [PubMed]
  4. Brodzik, K.; Faber, J.; Łomankiewicz, D.; Gołda-Kopek, A. In-vehicle VOCs composition of unconditioned, newly produced cars. J. Environ. Sci. 2014, 26, 1052–1061. [Google Scholar] [CrossRef]
  5. Harik, G.; El-Fadel, M.; Shihadeh, A.; Alameddine, I.; Hatzopoulou, M. Is in-cabin exposure to carbon monoxide and fine particulate matter amplified by the vehicle’s self-pollution potential? Quantifying the rate of exhaust intrusion. Transp. Res. Part D Transp. Environ. 2017, 54, 225–238. [Google Scholar] [CrossRef]
  6. Thriumani, R.; Zakaria, A.; Hashim YZ, H.Y.; Jeffree, A.I.; Helmy, K.M.; Kamarudin, L.M.; Omar, M.I.; Shakaff, A.Y.M.; Adom, A.H.; Persaud, K.C. A study on volatile organic compounds emitted by in-vitro lung cancer cultured cells using gas sensor array and SPME-GCMS. BMC Cancer 2018, 18, 362. [Google Scholar] [CrossRef]
  7. Mathur, G. Use of Partial Recirculation to Limit Build-Up of Cabin Carbon Dioxide Concentrations to Safe Limits per ASHRAE Standard-62; SAE Technical Paper; SAE International: Warrendale, PA, USA, 2020. [Google Scholar] [CrossRef]
  8. Szczurek, A.; Maciejewska, M. Categorisation for air quality assessment in car cabin. Transp. Res. Part D Transp. Environ. 2016, 48, 161–170. [Google Scholar] [CrossRef]
  9. Zhang, X.; Wargocki, P.; Lian, Z. Human responses to carbon dioxide, a follow-up study at recommended exposure limits in non-industrial environments. Build. Environ. 2016, 100, 162–171. [Google Scholar] [CrossRef]
  10. Permentier, K.; Vercammen, S.; Soetaert, S.; Schellemans, C. Carbon dioxide poisoning: A literature review of an often forgotten cause of intoxication in the emergency department. Int. J. Emerg. Med. 2017, 10, 17–20. [Google Scholar] [CrossRef]
  11. Sánchez-Corcuera, R.; Nuñez-Marcos, A.; Sesma-Solance, J.; Bilbao-Jayo, A.; Mulero, R.; Zulaika, U.; Azkune, G.; Almeida, A. Smart cities survey: Technologies, application domains and challenges for the cities of the future. Int. J. Distrib. Sens. Netw. 2019, 15, 1–36. [Google Scholar] [CrossRef]
  12. Dass, A.; Srivastava, S.; Chaudhary, G. Air pollution: A review and analysis using fuzzy techniques in Indian scenario. Environ. Technol. Innov. 2021, 22, 101441. [Google Scholar] [CrossRef]
  13. Barnes, N.M.; Ng, T.; Ma, K.K.; Lai, K.M. In-cabin air quality during driving and engine idling in air-conditioned private vehicles in Hong Kong. Int. J. Environ. Res. Public Health 2018, 15, 611. [Google Scholar] [CrossRef]
  14. Baldi, T.; Delnevo, G.; Girau, R.; Mirri, S. On the Prediction of Air Quality within Vehicles using Outdoor Air Pollution: Sensors and Machine Learning Algorithms. Assoc. Comput. Mach. 2022, NET4us ’22, 14–19. [Google Scholar]
  15. Pushpam, V.S.E.; Kavitha, N.S.; Karthik, A.G. IoT Enabled Machine Learning for Vehicular Air Pollution Monitoring. In Proceedings of the 2019 International Conference on Computer Communication and Informatics, ICCCI, Coimbatore, India, 23–25 January 2019. [Google Scholar] [CrossRef]
  16. Angelova, R.A.; Markov, D.G.; Simova, I.; Velichkova, R.; Stankov, P. Accumulation of metabolic carbon dioxide (CO2) in a vehicle cabin. IOP Conf. Ser. Mater. Sci. Eng. 2019, 664, 012010. [Google Scholar] [CrossRef]
  17. Kirimtat, A.; Krejcar, O.; Kertesz, A.; Tasgetiren, M.F. Future Trends and Current State of Smart City Concepts: A Survey. IEEE Access 2020, 8, 86448–86467. [Google Scholar] [CrossRef]
  18. Xu, B.; Chen, X.; Xiong, J. Air quality inside motor vehicles’ cabins: A review. Indoor Built Environ. 2018, 27, 452–465. [Google Scholar] [CrossRef]
  19. Satish, U.; Mendell, M.J.; Shekhar, K.; Hotchi, T.; Sullivan, D.; Streufert, S.; Fisk, W.J. Is CO2 an indoor pollutant? direct effects of low-to-moderate CO2 concentrations on human decision-making performance. Environ. Health Perspect. 2012, 120, 1671–1677. [Google Scholar] [CrossRef]
  20. Kadiyala, A.; Ashok, K. Vector Time Series-Based Radial Basis Function Neural Network Modeling of Air Quality Inside a Public Transportation Bus Using Available Software. Environ. Prog. Sustain. Enegy 2017, 36, 4–10. [Google Scholar] [CrossRef]
  21. Hable-Khandekar, V.; Srinath, P. Machine Learning Techniques for Air Quality Forecasting and Study on Real-Time Air Quality Monitoring. In Proceedings of the 2017 International Conference on Computer, Communication, Control and Automatisation, ICCUBEA, Pune, India, 17–18 August 2017. [Google Scholar] [CrossRef]
  22. Jung, H. Modeling CO2 concentrations in vehicle cabin. SAE Tech. Pap. 2013, 2, 1–6. [Google Scholar] [CrossRef]
  23. Lohani, D.; Acharya, D. Real time in-vehicle air quality monitoring using mobile sensing. In Proceedings of the 2016 IEEE Annual India Conference INDICON, Bangalore, India, 16–18 December 2016; pp. 1–5. [Google Scholar] [CrossRef]
  24. Santana, P.; Almeida, A.; Mariano, P.; Correia, C.; Martins, V.; Almeida, S.M. Air quality mapping and visualisation: An affordable solution based on a vehicle-mounted sensor network. J. Clean. Prod. 2021, 315, 128194. [Google Scholar] [CrossRef]
  25. Russi, L.; Guidorzi, P.; Pulvirenti, B.; Aguiari, D.; Pau, G.; Semprini, G. Air Quality and Comfort Characterisation within an Electric Vehicle Cabin in Heating and Cooling Operations. Sensors 2022, 22, 543. [Google Scholar] [CrossRef]
  26. Rani, N.L.A.; Azid, A.; Khalit, S.I.; Juahir, H.; Samsudin, M.S. Air pollution index trend analysis in Malaysia, 2010-15. Pol. J. Environ. Stud. 2018, 27, 801–808. [Google Scholar] [CrossRef]
  27. Rahman, N.H.A.; Lee, M.H. Air pollutant index calendar-based graphics for visualizing trends profiling and analysis. Sains Malays. 2020, 49, 201–209. [Google Scholar] [CrossRef]
  28. Cui, Y.; Xu, Y.; Wu, D. EEG-Based Driver Drowsiness Estimation Using Feature Weighted Episodic Training. IEEE Trans. Neural Syst. Rehabil. Eng. 2019, 27, 2263–2273. [Google Scholar] [CrossRef] [PubMed]
  29. Verma, B.; Choudhary, A. Deep Learning Based Real-Time Driver Emotion Monitoring. In Proceedings of the 2018 IEEE International Conference on Vehicular Electronics and Safety, ICVES, Madrid, Spain, September 2018; pp. 12–14. [Google Scholar] [CrossRef]
  30. Lohani, D.; Barthwal, A.; Acharya, D. Modeling vehicle indoor air quality using sensor data analytics. J. Reliab. Intell. Environ. 2022, 8, 105–115. [Google Scholar] [CrossRef]
  31. EPA. NAAQS Table; US Environmental Protection Agency: Washington, DC, USA, 2016.
  32. Manisalidis, I.; Stavropoulou, E.; Stavropoulos, A.; Bezirtzoglou, E. Environmental and Health Impacts of Air Pollution: A Review. Front. Public Health 2020, 8, 14. [Google Scholar] [CrossRef] [PubMed]
  33. DOSH. Industry Code of Practice on Indoor Air Quality 2010; Ministry of Human Resources Department of Occupational Safety and Health: Putrajaya, Malaysia, 2010; pp. 1–50.
  34. Hussein, W.N.; Kamarudin, L.M.; Hussain, H.N.; Hamzah, M.R.; Jadaa, K.J. Technology elements that influence the implementation success for big data analytics and IoT-oriented transportation system. Int. J. Adv. Trends Comput. Sci. Eng. 2019, 8, 2347–2352. [Google Scholar] [CrossRef]
  35. Sukor, A.S.A.; Zakaria, A.; Rahim, N.A. Activity recognition using accelerometer sensor and machine learning classifiers. In Proceedings of the 2018 IEEE 14th International Colloquim on Signal Processing & Its Application, Penang, Malaysia, 9–10 March 2018; pp. 233–238. [Google Scholar] [CrossRef]
  36. Sukor, A.S.A.; Zakaria, A.; Rahim, N.A.; Kamarudin, L.M.; Nishizaki, H. Abnormality Detection Approach using Deep Learning Models in Smart Home Environments. In Proceedings of the International Conference on Communications and Broadband Networking, ICCBN, Nagoya, Japan, 12–15 April 2019; pp. 22–27. [Google Scholar] [CrossRef]
  37. Almaleeh, A.S.; Zakaria, A.A.A. A Review on the efficiency and accuracy of localization of moisture distributions sensing in agricultural silos. IOP Conf. Ser. Mater. Sci. Eng. 2019, 705, 012054. [Google Scholar] [CrossRef]
  38. Xayasouk, T.; Lee, H.M.; Lee, G. Air pollution prediction using long short-term memory (LSTM) and deep autoencoder (DAE) models. Sustainability 2020, 12, 2570. [Google Scholar] [CrossRef]
  39. Athira, V.; Geetha, P.; Vinayakumar, R.; Soman, K.P. DeepAirNet: Applying Recurrent Networks for Air Quality Prediction. Procedia Comput. Sci. 2018, 132, 1394–1403. [Google Scholar] [CrossRef]
  40. Lepot, M.; Aubin, J.B.; Clemens, F.H.L.R. Interpolation in time series: An introductive overview of existing methods, their performance criteria and uncertainty assessment. Water 2017, 9, 796. [Google Scholar] [CrossRef]
  41. Goh, C.C.; Kamarudin, L.M.; Zakaria, A.; Nishizaki, H.; Ramli, N.; Mao, X.; Zakaria, S.M.M.S.; Kanagaraj, E.; Sukor, A.S.A.; Elham, M.F. Real-time in-vehicle air quality monitoring system using machine learning prediction algorithm. Sensors 2021, 21, 4956. [Google Scholar] [CrossRef]
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Article Metrics

Citations

Article Access Statistics

Multiple requests from the same IP address are counted as one view.