<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Tunisian-Algerian Joint Conference on Applied Computing, November</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Towards an AI-Based Approach for Adaptive Emission Control and Sensor Diagnostics: A gasoline engine case study</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Latifa Heroual</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mohamed Lamine Berkane</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nour El Houda Bouzerzour</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>LIRE Laboratory, Faculty of information and communication technologies, University of Abdelhamid Mehri - Constantine 2, Ali Mendjeli Campus</institution>
          ,
          <addr-line>25000 Constantine</addr-line>
          ,
          <country country="DZ">Algeria</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>0</volume>
      <fpage>6</fpage>
      <lpage>08</lpage>
      <abstract>
        <p>The integration of ML (Machine Learning) techniques and predictive maintenance strategies has revolutionized various fields, including the automotive industry. The intersection of the automotive sector and computer science has long been a focal point of research, with numerous studies directed towards enhancing the reliability of vehicles and implementing efective emission control strategies as well as diagnosing various malfunctions, thereby emphasizing the significance of predictive maintenance in ensuring optimal performance. Oxygen sensors and Catalytic converter play a significant role in monitoring and reducing the emissions produced by a vehicle's engine, which contribute to environmental protection and regulatory compliance. Regardless of that, the attention towards identifying and diagnosing malfunctions of these components has been limited in the literature. In this paper, we propose an innovative pipeline framework design to identify faulty oxygen sensor and Catalytic converter. Our framework combines data-centric and algorithm-centric features, we aim to optimize the vehicle's performance and improve fuel eficiency by predicting sensors malfunction based on real-time data and adapting to keep the engine running at or near the stoichiometric air-fuel ratio, which is the most fuel-eficient condition for many gasoline engines. Our method harnesses the capabilities of XGBoost (Extreme Gradient Boosting) and LSTM (Long Short-Term Memory) algorithms to analyze data extracted from the car's Electronic Control Unit (ECU). This analysis allows us to identify anomalies related to vehicle emission control systems and trigger adaptive measures.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Machine learning</kwd>
        <kwd>Predictive maintenance</kwd>
        <kwd>Data-centric</kwd>
        <kwd>Algorithm-centric</kwd>
        <kwd>Automotive diagnostics</kwd>
        <kwd>Lambda sensors</kwd>
        <kwd>Emission Control</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>The automotive industry has always been at the forefront of adopting technology, beginning with
the integration of on-board electronic components and systems within vehicles during the 1970s
[1], which was primarily triggered by the implementation of emissions regulations. This played
a major role in the widespread utilization of electronic engine controls. As a result, technological
evolution eventually led to the establishment of On-Board Diagnostics (OBD) systems in vehicles,
which now has become a standard that most of the Electronic Control Units (ECUs) are equipped
with [2]. Today, with the emergence of Artificial Intelligence (AI), the automotive industry is
undergoing a revolutionary transformation [3]. Over the years, IT (Information Technology)
has brought significant advancements to the field of automotive industry, such as emission
control [4] and predictive maintenance [3] enhancing real-time diagnosis and decision-making.
According to statista.com (August, 2023)1, during the second half of 2019, the number of
registered 2 and re-registered vehicles in Algeria was approximately 400,000 using gasoline with
only around 200,000 vehicles powered by diesel, creating a significant impact on the country’s
fuel consumption and emissions landscape. As the automotive industry continues to grow and
gasoline-powered vehicles remain prevalent, addressing emissions becomes paramount. The
high number of gasoline vehicles on the road implies a substantial contribution to air pollution
and greenhouse gas emissions. This scenario emphasizes the urgency to develop eficient and
adaptive strategies for emission control, utilizing the advancements in technology, such as
AI-driven diagnostics and optimization algorithms. In this paper, we propose an innovative
approach that combines data-centric and algorithm-centric features to retrieve and process a set
of parameter’s values from a vehicle’s OBD-II system with the aim of diagnosing malfunctions
associated to oxygen sensor and Catalytic converter. Through this study, we aspire to make a
meaningful contribution to the automotive industry by advancing the diagnostic capabilities,
improving emission control, optimizing engine performance and thus contributing to the overall
environmental sustainability and performance optimization of modern vehicles.</p>
      <p>The remainder of the paper is organized as follows: In section 2, we provide foundational
concepts to establish overall understanding of the context. Section 3 ofers a comprehensive
literature review. In section 4 we present our proposed solution for malfunction prediction and
emission optimization. Finally, section 5 provides perspectives and concludes this paper.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related concepts</title>
      <p>To establish the foundation for both the context and significance of our study, it is essential to
explore the following key related concepts:</p>
      <sec id="sec-2-1">
        <title>2.1. Electronic Control Unit</title>
        <p>Every automobile is equipped with an electrical instrumentation panel that is used as a driver
information centre, formerly known as a dashboard [5]. It contains various gauges and indicators
that provide valuable information to the driver. The information displayed on the dash board is
retrieved from the Electronic Control Unit (ECU) of the vehicle [6].
1https://www.statista.com/statistics/1261249/vehicle-registrations-and-re-registrations-in-algeria-by-type-and-fuel/
2A vehicle registration oficially certifies that a vehicle can be driven on public roads and connects a vehicle to both
a state and an owner. Each state requires vehicles to be registered with the appropriate government agency, which
then issues a vehicle registration certificate that shows who’s responsible for it and signifies that it’s legal to drive.
https://www.progressive.com/answers/what-is-vehicle-registration/</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. On-Board Diagnostics</title>
        <p>On-board diagnostics (OBD) is an automotive term that pertains to a vehicle’s self-diagnostic and
reporting capability. OBD systems empower vehicle owners and automobile repair technicians
to access the status of various vehicle sub-systems. The OBD-II standard defines the diagnostic
connector’s type, pinout, electrical signaling protocols, and message format. This standard is
upheld internationally by the International Organization for Standardization (ISO).</p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3. Oxygen sensor</title>
        <p>
          Oxygen sensors are not limited to automotive applications; they are used in a wide range of
contexts beyond cars. They are in fact vital in environmental monitoring, chemical processes,
remote sensing in space, agriculture, and medicine [7]. In the automotive industry, oxygen
detection is used to control combustion by measuring the concentration of gases in the exhaust
[8], a process that is generally done by an Exhaust Gas Oxygen (EGO) sensor known as the
"Lambda" sensor from the greek letter ( ) [9]. This component is an essential element of the
modern automobile’s on-board diagnostic (OBD) system. It is a key parameter that measures
the non-dimensional air–fuel ratio (AFR) which is defined as the ratio of the mass of air to
that of fuel and is mathematically equivalent to the equation depicted in (
          <xref ref-type="bibr" rid="ref1">1</xref>
          ). The air-fuel ratio
significantly influences performance, horsepower, emissions (including Nitrogen Oxides and
Carbon Monoxide), and fuel consumption. Therefore, maintaining the appropriate ratio is
crucial to prevent engine pinging and knocking, and it also contributes to the longevity of the
catalytic converter [10]. Conditions related to this ratio will be discussed in section ??. Lambda
value can also be calculated using the equation in (
          <xref ref-type="bibr" rid="ref2">2</xref>
          ).
        </p>
        <p>
          at stoichiometry (
          <xref ref-type="bibr" rid="ref1">1</xref>
          )
fuaierl (
          <xref ref-type="bibr" rid="ref2">2</xref>
          )
14.7
        </p>
      </sec>
      <sec id="sec-2-4">
        <title>2.4. Catalytic Converter</title>
        <p>Catalytic vehicles equipped with three-way catalysts mark a significant advancement in reducing
automotive emissions, especially urban pollution. Maintaining the exhaust and fuel control
systems through routine lambda sensor and catalytic converter maintenance is critical [9]. The
oxygen sensor collaborates with the catalytic converter to simultaneously reduce hydrocarbons
(HCs), carbon monoxide (CO), and nitrogen oxides (NOx), playing a pivotal role in emission
reduction [7].</p>
        <p>When engine emissions surpass OBD thresholds due to a degraded oxygen sensor, the fault
indicator lamp is triggered, and fault codes are recorded. However, confirming a malfunctioning
lambda sensor requires professional inspection [11].</p>
        <p>The catalytic converter, in conjunction with the oxygen sensor, provides an efective solution
for reducing CO, HC, and NOx emissions in gasoline vehicles [12]. Using two oxygen sensors
to measure oxygen concentration before and after the catalytic converter, the air-to-fuel ratio is
computed as the basis for regulation by the fuel injector controller [13].</p>
      </sec>
      <sec id="sec-2-5">
        <title>2.5. Motivation</title>
        <p>Few research have addressed emission control involving the oxygen sensors, some have
suggested the use of AI to predict its malfunction, while others proposed monitoring methods.
However, lacking aspects within all of them are (i) diagnostic aspects involving the combined
interaction between the catalytic converter and oxygen sensor; and, (ii) taking adaptive
measures i.e. the implementation of adaptive strategies to reduce emission in vehicles equipped
with faulty Lambda sensors.</p>
        <p>In addition to aforementioned limitations, our research is driven by several key motivations:</p>
        <sec id="sec-2-5-1">
          <title>2.5.1. Inconclusive OBD Codes</title>
          <p>The Diagnostic Trouble Codes (DTCs) generated by On-Board Diagnostics (OBD) systems often
lack definitive insights into the specific issues afecting catalytic converter and oxygen sensors,
requiring more analysis.</p>
        </sec>
        <sec id="sec-2-5-2">
          <title>2.5.2. Environmental concern</title>
          <p>As the transportation sectors stands as the largest contributor to greenhouse gases [14], catalytic
converters and oxygen sensors are pivotal in emission control, making their eficient functioning
indispensable for both environmental preservation and regulatory compliance.</p>
        </sec>
        <sec id="sec-2-5-3">
          <title>2.5.3. Predictive maintenance demand</title>
          <p>The growing demand for predictive maintenance practices necessitates robust diagnostic tools
that can identify potential issues in these critical automotive components well in advance and
act upon the results of these predictions.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Related works</title>
      <p>Predictive maintenance has been a topic of interest and gained attention, recently. While the
computing science domain has witnessed significant advancements in various aspects, including
AI-driven diagnostics, there remains a distinct limitation in the exploration of specific topics
such as the combined efect of components like upstream and downstream oxygen sensors and
the catalytic converter on emission. However, some notable contributions, such as those by
Giordano et al [15] applying a prognostic pipeline in the context of automotive field to detect
deviations from nominal behavior in high pressure fuel (HPF) systems. In a subsequent study
[16], they employed the pipeline approach to predict and anticipate potential clogging status
of the oxygen sensor in diesel engines. Both studies were data-driven. Another work was
proposed by Ekinci and Ertuğrul [17], in their study, they focus on developing a model-based
methodology to monitor and diagnose oxygen sensors precisely and accurately with the aim
to meet legislations and performance benchmarks while reducing calibration efort. Table 2
depicts a comparison between the two works from diferent perspectives.</p>
      <p>In addition to its close predictions and better classifications, the combination of LSTM with
XGBoost has already been proven as valid and efective in terms of: overfitting avoidness,
improved generalizability as well as feasability and eficiency in works such as [ 18, 19, 20, 21,
22, 23]. [18] have tried the combination of LSTM with XGBoost to predict trafic flow while
[18] used the same combination to detect abnormal behaviour from normal. On the other
hand, research around Lambda sensors exist in other fields such as physics, applied science,
automation, electronics and mechanical engineering as well as state laboratories in the U.S and
China. Botsaris and Polyhroniadis [9] describe a new design for a microprocessor controlled
exhaust gas lambda sensor device. Authors claim that portability and interaction could have
been integrated by using an external keyboard. Also, higher storage capacity would enhance
the statistical processing of more data. Amato et al [24] examined the possibility of employing
a Virtual Lambda Sensor (VLS) mode through a Fuzzy Inference System (FIS), they designed
a model to predict the engine air-fuel ratio using the cylinder pressure signal from a gasoline
engine. The authors of this paper acknowledged the necessity for enhancing both accuracy and
robustness. De Lima et al [25] presented a simple and low-cost method to determine oxygen
concentration in the exhaust gases of combustion more specifically, in the industrial combustion
by mounting a combustion chamber with a heated lambda sensor in its chimney. A drawback
of this study is the nonlinear outputs of the sensor preventing their conversion to meaningful
oxygen concentration values. Wang Dongliang et al’s [22] study defines three forms of oxygen
variables
Fuel injection, Test bench,
Exhaust gas temperature,
Engine airflow, Catalytic
converter, Exhaust manifold,
Torque control, Diagnostic
Trouble Codes (DTC),
Accelerator, Engine
temperature, Pressure, Fuel rail, NOx
emissions, Oxygen sensor,
Combustion mode , Other.</p>
      <p>Oxygen sensor
models used
Decision Trees, Random Forest (RF),
Suport Vector Machine (SVM),
Neural Networks (NN), (Multilayer
Perceptron), MLP
NN (Nueral Networks), NARX
(Nonlinear Autoregressive Exogenous),
PCA (Principal Component
Analysis)
sensor degradation and analyses the influence of oxygen sensor degradation on both emission
and air-fuel ratio. This study used response signals of a good oxygen sensor and simulated the
signals of a degraded oxygen sensor using a signal generator. The TWC’s functionality relies on
maintaining the correct combustion mixture AFR and oxygen storage levels. To achieve precise
control, Mallik et al. [13] integrated measurements from oxygen sensors (UEGO) positioned
before and after the catalytic stage. The objective is to enhance AFR control performance by
utilizing data from both UEGO sensors. Di Maio et al [26] investigated the efect of deviations
in Lambda values, among other conditions on the eficiency of the catalytic converter. However,
oxygen storage phenomena and perturbations in AFR were not considered. Al-Arkawazi [27]
dedicates his study to understanding “the relationship between the AFR, lambda ( ) and the
exhaust emissions of gasoline-fueled vehicles”, according to the author “it is connecting the
actual field measurements and results with theoretical relation between AFR, Lambda (  ) and
the gasoline-fueled vehicles exhaust emissions percentages and values”. Data for this study
consisted of exhaust gas composition and were collected directly from the exhaust shaft of
several vehicles by an emission measurement device.</p>
      <p>In the context of automation, Meng, Lei, et al [28] developed an adaptive AFR regulation
controller and proposed a generalized predictive control method to address nonlinearities, time
delays, parameter changes, and uncertainties in the AFR closed loop. The controller is based on
a predictive control method and the data was obtained from an experimental engine system and
experiments were conducted on an engine test bench. Selvam et al [4] proposed a physics-aware
AI model leveraging the concepts of variability of driving scenarios, co-occurrence patterns,
and a low-order combustion-physics-based model . In this study, data from the OBD of a transit
bus in a metro transit were used to evaluate the model and a nonlinear regression method to
predict NOx emission values. This paper focuses on the prediction of NOx emissions from
vehicles, however, the authors did not consider other vehicular emissions nor did they address
Lambda sensors. Salehi et al [29] introduced a Nonlinear Auto Regressive with eXogenous
inputs (NARX) model designed to simulate the nonlinear output voltage of the oxygen sensor
located after the catalyst (a.k.a the upstream Lambda sensor). The authors proposed a real-time
applicable algorithm. However they only considered the upstream Lambda sensor and the
exhaust gas flow as input for their system.</p>
      <p>Aside from [4], the above-mentioned works did not use AI which resulted in drawbacks in
terms of accuracy and robustness in [24] and [25] due to non-linearity issues. The
aforementioned studies did not consider the oxygen sensor as a key component in emission, whereas
[29] focused on the upstream Lambda sensor only. The obvious diversity of research across
various fields as well as its chronological extent highlights the sustained interest in this topic.
The fact that diferent disciplines continue to explore and innovate this area reflects both the
significance and complexity of the technological aspect of such components.
4. Proposed solution: AI based approach for predictive
maintenance and emission control
In this section, we present our innovative approach, which blends data-centric and
algorithmcentric (a.k.a model-centric) features to: (i) forecast Lambda sensor malfunction; (ii) make
automatic suitable adaptive adjustments on these sensors and the catalytic converter in order
to optimize performance, reduce emission; and, (iii) achieve fuel eficiency.</p>
      <sec id="sec-3-1">
        <title>4.1. Overview</title>
        <p>The data-centric aspect of our approach follows the principle of «systematically engineering
the data needed to build an efective AI system» (Andrew Ng, 2022) 1. The prevailing approach
in many projects is centered around obtaining and downloading datasets, with a primary focus
on enhancing the code to achieve better performance [30]. In contrast, a data-centric approach
emphasizes the significance of data engineering. By dedicating eforts to process, clean, and
enrich the data, we can unleash the full potential of the ML algorithms. Data engineering allows
us to handle large volumes of information, handle missing values, and create relevant features
that lead to more accurate and robust models. We recognize the importance of data engineering
as a foundation for success [31]. We prioritize the efective preparation and transformation
of dataset before applying sophisticated algorithms. By doing so, we can maximize the value
of the data and achieve more accurate and meaningful results in predicting Lambda sensor
malfunctions. The model-centric aspect acknowledges the maturity of existing algorithms [32].</p>
        <p>Instead of solely relying on data-centric methods, we recognize that some algorithms, like
LSTM and XGBoost, have already proven their efectiveness in various domains. Thus, we adopt
a model-centric perspective as well by selecting suitable performing models that align with our
objectives.</p>
        <p>XGBoost is an ensemble learning technique known for its eficiency and efectiveness in
handling both numerical and categorical data and excelling in feature importance analysis.
This technique would particularly be useful for control strategies optimization, such as finding
the optimal air-fuel mixture for emission reduction while maintaining engine performance
[33]. LSTM as a recurrent neural network designed for sequential data analysis [34] is suitable
for time-series data from ECUs. Its ability to capture temporal dependencies and patterns in
the data would also help the prediction process based on historical sensor readings. It would
also be valuable for detecting gradual changes or anomalies and deviations. Leveraging the
power of XGBoost and LSTM models, we have devised a comprehensive pipeline that enables
to continuously learn from data, predict malfunctions and adapt strategy to reduce emission
and achieve fuel eficiency.</p>
      </sec>
      <sec id="sec-3-2">
        <title>4.2. Proposed framework</title>
        <p>Our proposed framework is depicted in figure 2, and it has the following steps:
• Data acquisition: Data is primarily obtained from car sensors. Due to limited storage
space in the embedded car processing unit, an eventual historization process on a
cloudbased database using Python scikit-learn library1 is necessary. This process would serve
as continuous learning. The same process applies to driving profiles 2.
1https://mitsloan.mit.edu/ideas-made-to-matter/why-its-time-data-centric-artificial-intelligence
1https://scikit-learn.org
2A driver profile represents a group of drivers with similar behaviors.[35]
• Data processing: This step involves handling missing values and outliers and removing
irrelevant data. Vectorization is needed for LSTM. Engineered features are: time since
the last emission change, cumulative emissions and diference between upstream and
downstream Lambda values. Table 3 shows the most significant features to include in
both the prediction and adjustment measures process, where:
– Time since last emission change: Duration since the previous significant change in
emissions.
– Cumulative emissions: Total sum of emission values over a certain period.
– Δ : Disparity between upstream and downstream lambda sensor values.
From ECU Engineered features
Upstream Lambda, Downstream Lambda, Time since the last emission change, Cumulative
EmisEngine temperature, RPM sions = ∑︀ Emission Values, Δ =  upstream -  downstream
• Decision-making: Structured data are extracted using XGBoost and embeddings are then
fed into the LSTM model. At this level, features including RPM (Revolutions Per Minute),
both upstream and downstream lambda sensor values, NOx levels, engine temperature as
well as, the previously mentioned engineered features which are: time since last emission
change, cumulative emissions, disparity between upstream and downstream lambda
sensor values. It is worth mentioning that our approach takes into consideration both
upstream and downstream lambda sensors for more accurate air-fuel ratio adjustments,
especially that diference in values read from these two components may trigger a false
positive, while in fact it can be used to determine whether the catalytic converter is
efectively consuming oxygen and doing a good job burning harmful pollutants to facilitate
the emission reduction process. Detecting similar downstream and upstream values
indicates incomplete combustion and suggests faulty catalytic converter.
• Output: Based on the predictions made in the preceding step, the output will include
notifying the driver of a possible clogged catalytic converter. Additionally, it will involve
making auto-adaptive adjustments on the actuators to optimize emissions.</p>
      </sec>
      <sec id="sec-3-3">
        <title>4.3. Adaptive measures</title>
        <p>Figure 2 illustrates the decision making process and the diferent actuators afected by the
adaptive measures. Adaptive measures encompass a set of rules to be applied using the actuators
in case a malfunction leading to more harmful emission due to incomplete combustion.</p>
        <p>If one of the Lambda sensors is faulty, the lambda value is calculated using the equation: If 
&lt; 1, this means that the combustion is low and thus mixture is rich i.e. contains more unburnt
fuel and insuficient oxygen to completely burn all the fuel. In this case, the ECU must adjust
the air intake opening to allow more air to enter and decrease the opening of fuel injectors (the
ECU can achieve this by manipulating the duration of time the fuel injectors stay open during
each engine cycle) to reduce fuel wastage and achieve eficiency.</p>
        <p>Algorithm 1 Categorization of Catalytic Converter Clogging
function CategorizeCC(UpstreamLambda, DownstreamLambda, Tolerance, Thresholds)
Diference ← UpstreamLambda − DownstreamLambda
if Diference &lt; − Tolerance then</p>
        <p>return "Severely Clogged"
else if − Tolerance ≤ Diference ≤ Tolerance then</p>
        <p>return "Normal Operation"
else if Diference &gt; Tolerance and Diference ≤ Thresholds[1] then</p>
        <p>return "Reduced Eficiency"
end if
end function</p>
        <p>As an adaptive measure, algorithm 1 leverages the delta lambda value, which represents the
diference between the upstream and downstream lambda sensor values, to determine the
potential clogging in the catalytic converter. This algorithm categorizes Catalytic Converter health
into three states - Severely Clogged, Normal, or Reduced Eficiency. It does this by analyzing
the diference between upstream and downstream lambda sensor values. This classification aids
real-time monitoring of Three-Way Catalytic Converter performance. Physically, unclogging
the catalytic converter could either be controlled by the engine ECU or simply instructing the
driver to use the acceleration pedal.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>5. Conclusion</title>
      <p>The evolution of ML and the automotive industry today is reshaping how we optimize vehicle
performance and emissions control, marking a significant shift in the industry’s landscape. In
our paper, we aimed to predict malfunctions in the oxygen sensor, considering both upstream
and downstream oxygen sensors and the catalytic converter, to reduce harmful emissions. To
achieve this, we proposed a framework that capitalizes on XGBoost’s high accuracy and
decisionmaking capabilities for auto-adaptive adjustment measures and leverages LSTM’s proficiency
in processing time-series data and learning over time. XGBoost assists in implementing
autoadaptive adjustments, while LSTM aligns with the data historization process during acquisition
and processing time-series data. This combination ensures a comprehensive approach that
efectively addresses both prediction and adaptation.</p>
      <p>Our proposed solution of a pipeline framework seamlessly integrates algorithm-centric and
data-centric methodologies, suitable for both prediction and decision-making. It’s important to
note that problems requiring ML models to solve are unique and finding suitable public datasets
can be challenging. Focusing on model architecture alone doesn’t guarantee a significant
increase in performance. Our study is, to the best of our knowledge, the first to use AI to
predict malfunctions in these two components and apply adaptive strategies to achieve greener
and more eficient gasoline engine performance. No prior research has explored the combined
efects and interactions between lambda sensors and the catalytic converter in the context of
the vehicle emission control system</p>
      <p>Looking ahead, future potential advancements and areas of innovative exploration could
involve the generalizability of our adaptive algorithm across various engine types and operating
conditions and exploring how it could be integrated with autonomous driving systems. The
potential of large-scale data collection through collaborations with automotive manufacturers
or organizations could lead to more generalized models applicable to a wider range of scenarios,
including the expansion towards the internet of things. Extending the study to include hybrid
and electric vehicles and adapting the algorithm to their specific emissions control systems
could contribute to the eco-friendliness of alternative propulsion technologies.
[3] M. Hofmann, F. Neukart, T. Bäck, Artificial intelligence and data science in the automotive
industry, arXiv preprint arXiv:1709.01989 (2017).
[4] H. P. Selvam, Y. Li, P. Wang, W. F. Northrop, S. Shekhar, Vehicle emissions prediction with
physics-aware ai models: Preliminary results, arXiv preprint arXiv:2105.00375 (2021).
[5] J. Erjavec, Automotive Technology, 4th ed. ed., New York: Thomson Delmar Learning,
2005.
[6] M. M. Oluwaseyi, A. M. Sunday, N. Federal University of Technology, Minna, Specifications
and analysis of digitized diagnostics of automobiles: A case study of on board diagnostic
(obd ii), International Journal of Engineering Research and V9(01) (2020). doi:https:
//doi.org/10.17577/IJERTV9IS010045.
[7] J. Schwank, M. DiBattista, Oxygen sensors: Materials and applications, MRS Bulletin
(1999). doi:https://doi.org/10.1557/S0883769400052507.
[8] A. S. Sobrinho, A. De Souza, F. S. C. A. Junior, L. C. De Lima, Monitoring industrial
combustion through automotive oxygen sensor, INTERNATIONAL TRANSACTION
JOURNAL OF ENGINEERING MANAGEMENT &amp; APPLIED SCIENCES &amp; TECHNOLOGIES
3 (2012) 203–211.
[9] P. N. Botsaris, A. Polyhroniadis, Microprocessor controlled exhaust gas lambda sensor,</p>
      <p>Microprocessors and Microsystems 24 (2000) 121–127.
[10] D. Rimpas, A. Papadakis, M. Samarakou, Obd-ii sensor diagnostics for monitoring vehicle
operation and consumption, Energy Reports 6 (2020) 55–63.
[11] W. D. et al., Obd system oxygen sensor degradation monitoring and mechanism analysis,
volume V9(01), 2011. doi:https://doi.org/10.17577/IJERTV9IS010045.
[12] K. K. N. K. H. Singh, Comprehensive review of three way catalytic converter (????).
[13] A. Mallik, et al., State feedback based control of air-fuel-ratio using two wide-band oxygen
sensors, in: 2015 10th Asian control conference (ASCC), IEEE, 2015, pp. 1–6.
[14] S. K. Thakrar, S. Balasubramanian, P. J. Adams, I. M. Azevedo, N. Z. Muller, S. N. Pandis,
S. Polasky, C. A. Pope III, A. L. Robinson, J. S. Apte, et al., Reducing mortality from
air pollution in the united states by targeting specific emission sources, Environmental
Science &amp; Technology Letters 7 (2020) 639–645.
[15] D. Giordano, E. Pastor, F. Giobergia, T. Cerquitelli, E. Baralis, M. Mellia, A. Neri, D. Tricarico,
Dissecting a data-driven prognostic pipeline: A powertrain use case, Expert Syst. Appl.
180 (2021) 115109. URL: https://api.semanticscholar.org/CorpusID:235540270.
[16] D. Giordano, F. Giobergia, E. Pastor, A. La Macchia, T. Cerquitelli, E. Baralis, M. Mellia,
D. Tricarico, Data-driven strategies for predictive maintenance: Lesson learned from an
automotive use case, Computers in Industry 134 (2022) 103554.
[17] K. Ekinci, Ş. Ertuğrul, Model based diagnosis of oxygen sensors, IFAC-PapersOnLine 52
(2019) 185–190.
[18] X. Zhang, Q. Zhang, Short-term trafic flow prediction based on lstm-xgboost combination
model., CMES-Computer Modeling in Engineering &amp; Sciences 125 (2020).
[19] Z. Yang, Y. Wang, J. Li, L. Liu, J. Ma, Y. Zhong, Airport arrival flow prediction considering
meteorological factors based on deep-learning methods, Complexity 2020 (2020) 1–11.
[20] X. Wang, X. Lu, A host-based anomaly detection framework using xgboost and lstm for
iot devices, Wireless Communications and Mobile Computing 2020 (2020) 1–13.
[21] K. Aqbar, R. A. Supomo, Performance analysis of lstm and xgboost models optimization in
forecasting crude palm oil (cpo) production at palm oil mill (pom), International Journal
of Computer Applications 975 (????) 8887.
[22] W. Dongliang, H. Kaisheng, W. Xiaozhong, W. Yinhui, The impact of oxygen sensor
degradation on air-fuel ratio and emissions, in: 2011 International Conference on Electric
Information and Control Engineering, IEEE, 2011, pp. 2773–2776.
[23] W. Dongliang, H. Kaisheng, L. Wei, L. Zhihua, W. Yinhui, Obd system oxygen sensor
degradation monitoring and mechanism analysis, in: 2011 Third International Conference
on Measuring Technology and Mechatronics Automation, volume 2, IEEE, 2011, pp. 740–
744.
[24] P. Amato, N. Cesario, M. Di Meglio, F. Pirozzi, Realization of a virtual lambda sensor
on a fixed precision system, in: Design, Automation and Test in Europe, IEEE, 2005, pp.
192–197.
[25] L. C. de Lima, H. A. Carmona, C. V. da Silva, F. C. Junior, Oxygen excess control of
industrial combustion through the use of automotive lambda sensor, Int. Trans. J. Eng.</p>
      <p>Manag. Appl. Sci. Technol 3 (2011) 365–373.
[26] D. Di Maio, C. Beatrice, V. Fraioli, P. Napolitano, S. Golini, F. G. Rutigliano, Modeling
of three-way catalyst dynamics for a compressed natural gas engine during lean–rich
transitions, Applied Sciences 9 (2019) 4610.
[27] S. A. F. Al-Arkawazi, Analyzing and predicting the relation between air–fuel ratio (afr),
lambda ( ) and the exhaust emissions percentages and values of gasoline-fueled vehicles
using versatile and portable emissions measurement system tool, SN Applied Sciences 1
(2019) 1370.
[28] L. Meng, X. Wang, C. Zeng, J. Luo, Adaptive air-fuel ratio regulation for port-injected
spark-ignited engines based on a generalized predictive control method, Energies 12 (2019)
173.
[29] R. Salehi, A. Alasti, G. Vossoughi, M. Boroushaki, Nonlinear oxygen sensor output voltage
estimation in a gasoline engine using narx model, Engine Research 22 (2022) 13–20.
[30] J. Jakubik, M. Vössing, N. Kühl, J. Walk, G. Satzger, Data-centric artificial intelligence,
arXiv preprint arXiv:2212.11854 (2022).
[31] O. H. Hamid, Data-centric and model-centric ai: Twin drivers of compact and robust
industry 4.0 solutions, Applied Sciences 13 (2023) 2753.
[32] D. Harvey, M. Waite, P. Logan, T. Liddy, Document the model, don’t model the document,
in: Proc. Syst. Eng./Test Eval. Conf. 6th Asia Pac. Conf. Syst. Eng, 2012.
[33] I. Ullah, K. Liu, T. Yamamoto, R. E. Al Mamlook, A. Jamal, A comparative performance
of machine learning algorithm to predict electric vehicles energy consumption: A path
towards sustainability, Energy &amp; Environment 33 (2022) 1583–1612.
[34] S. Hochreiter, J. Schmidhuber, Long short-term memory, Neural computation 9 (1997)
1735–80. doi:10.1162/neco.1997.9.8.1735.
[35] D. I. Tselentis, E. Papadimitriou, Driver profile and driving pattern recognition for road
safety assessment: Main challenges and future directions, IEEE Open Journal of Intelligent
Transportation Systems (2023).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>G.</given-names>
            <surname>Rizzoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Onori</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rubagotti</surname>
          </string-name>
          ,
          <article-title>Diagnosis and prognosis of automotive systems: motivations, history and some results</article-title>
          ,
          <source>IFAC Proceedings Volumes</source>
          <volume>42</volume>
          (
          <year>2009</year>
          )
          <fpage>191</fpage>
          -
          <lpage>202</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>I.</given-names>
            <surname>Aris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zakaria</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Abdullah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Sidek</surname>
          </string-name>
          ,
          <article-title>Development of obd-ii driver information system</article-title>
          ,
          <source>International Journal of Engineering and Technology</source>
          <volume>4</volume>
          (
          <year>2007</year>
          )
          <fpage>253</fpage>
          -
          <lpage>259</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>