WO2022217332A1 - Monitoring an ambient air parameter using a trained model - Google Patents

Monitoring an ambient air parameter using a trained model Download PDF

Info

Publication number
WO2022217332A1
WO2022217332A1 PCT/CA2021/051086 CA2021051086W WO2022217332A1 WO 2022217332 A1 WO2022217332 A1 WO 2022217332A1 CA 2021051086 W CA2021051086 W CA 2021051086W WO 2022217332 A1 WO2022217332 A1 WO 2022217332A1
Authority
WO
WIPO (PCT)
Prior art keywords
test value
values
training
measured
sensor
Prior art date
Application number
PCT/CA2021/051086
Other languages
French (fr)
Inventor
Shirook Ali
Mohamed Bakr
Houssam Kanj
Original Assignee
Ecosystem Informatics Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ecosystem Informatics Inc. filed Critical Ecosystem Informatics Inc.
Priority to EP22787186.0A priority Critical patent/EP4323813A1/en
Priority to CA3214847A priority patent/CA3214847A1/en
Priority to PCT/CA2022/050547 priority patent/WO2022217342A1/en
Priority to US17/718,804 priority patent/US20220333940A1/en
Publication of WO2022217332A1 publication Critical patent/WO2022217332A1/en

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01KMEASURING TEMPERATURE; MEASURING QUANTITY OF HEAT; THERMALLY-SENSITIVE ELEMENTS NOT OTHERWISE PROVIDED FOR
    • G01K7/00Measuring temperature based on the use of electric or magnetic elements directly sensitive to heat ; Power supply therefor, e.g. using thermoelectric elements
    • G01K7/42Circuits effecting compensation of thermal inertia; Circuits for predicting the stationary value of a temperature
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/044Recurrent networks, e.g. Hopfield networks
    • G06N3/0442Recurrent networks, e.g. Hopfield networks characterised by memory or gating, e.g. long short-term memory [LSTM] or gated recurrent units [GRU]
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01NINVESTIGATING OR ANALYSING MATERIALS BY DETERMINING THEIR CHEMICAL OR PHYSICAL PROPERTIES
    • G01N33/00Investigating or analysing materials by specific methods not covered by groups G01N1/00 - G01N31/00
    • G01N33/0004Gaseous mixtures, e.g. polluted air
    • G01N33/0009General constructional details of gas analysers, e.g. portable test equipment
    • G01N33/0073Control unit therefor
    • G01N33/0075Control unit therefor for multiple spatially distributed sensors, e.g. for environmental monitoring

Definitions

  • Figure 2 is a schematic block diagram of an embodiment of a sensor unit of the system of Figure 1.
  • Memory refers to a non-transitory tangible computer-readable medium for storing information in a format readable by a processor, and/or instructions readable by a processor to implement an algorithm.
  • the term "memory” includes a plurality of physically discrete, operatively connected devices despite use of the term in the singular.
  • Non-limiting types of memory include solid-state, optical, and magnetic computer readable media.
  • Memory may be non-volatile or volatile. Instructions stored by a memory may be based on a plurality of programming languages known in the art, with non-limiting examples including the C, C++, Python TM, MATLAB TM, and Java TM programming languages.
  • FIG. 1 is a schematic diagram of an embodiment of a system (100) for monitoring pollution levels and air quality as well as weather information, comprising at least one sensor unit (200), and a computer system.
  • the computer system comprises the server computer (300), which is in a server-client relationship with each sensor unit (200).
  • some of sensor units (200) are mobile sensors or are mounted on mobile platforms, in this case in the form of vehicles (10), and others are mounted on a stationary structure (12) (e.g., a street lighting pole, or a building), but the present invention is not limited by the number of sensor units (200) or how they are deployed.
  • the computer system may be physically connected to sensor unit (200), and the sensor unit (200) may store some or all of the sensor data to a memory that is local to the sensor unit (200), so that it may be processed by a processor that is local to the sensor unit (200), in an "offline mode" without the need for a communications network.
  • FIG. 2 is a schematic block diagram of an embodiment of a sensor unit (200), comprising a processor (202) operatively connected to a memory (204), a power input (206), and a plurality of sensors, which may include a nitrogen dioxide concentration sensor (208), an ozone concentration sensor (210), an air temperature sensor (212), carbon monoxide concentration sensor (214), particulate concentration (e.g. lead concentration) sensor (216), a barometric pressure sensor (218), a relatively humidity (RH) sensor (220), a wind speed sensor (222), a data communication module (224), a GPS module (226), and a mobile platform data input interface (228).
  • the sensors (208 to 222) are physically proximate to each other, such that they are reading the same air quality.
  • the sensors (208 to 222) are attached to a common housing that is to be mounted on mobile platform such as a vehicle (10), form part of an integrated mobile sensor, or stationary structure (12).
  • Data communication module (308) may comprise any combination of hardware and/or software that allows for reception of sensor data, and transmission of output data via a communications network.
  • data communication module (308) may comprise an Internet modem.
  • Display device (310) may be any device that allows for display of data in text and /or graphical form. In one embodiment, the display device (310) is a computer display monitor.
  • FIG 4 is a flow chart of an embodiment of a method (400) of the present invention for estimating or predicting test values of first ambient parameter(s) ("first APs") based on a measured test value of a second ambient parameter (“second AP").
  • first APs first ambient parameter(s)
  • second AP second ambient parameter
  • NO2 nitrogen dioxide
  • O3 ozone
  • T air temperature
  • CO carbon monoxide concentration
  • step (402) is implemented by the processor (202) executing instructions on memory (204) of sensor unit (200) to control NO2, O3, T and CO sensors (208 to 222) to measure training values of the applicable first and second APs, at fixed time intervals, as governed by a computer clock.
  • the measured training values of the first and second APs may be time-paired by being stored in a data structure linking the first and second APs, or by being stored in association with a common date/time stamp, or other temporal index, which may or may not explicitly indicate the time that training values were measured.
  • the time-paired measured training values of the first and second APs are shown by the notation (CO, NO2, O3, T) ⁇ , under the heading "Training Mode Output” in Figure 2, and under the hearing "Training Mode Input” in Figure 3.
  • the subscript (k) is an index denoting the temporal index of the time-paired measured training values.
  • the processor (202) controls data communication module (224) of sensor unit (200) to transmit the time- paired training values to cloud database (14) where they are stored.
  • Optional step (404) comprises using a computer system to pre-process the training values of first and second APQs.
  • step (404) is implemented by the processor (302) executing instructions stored on memory (304) of server computer (300) to control data communications module (310) to query the cloud database (14) to access the stored training values of the time-paired first and second APs.
  • the processor (302) executes an algorithm of the training data pre-processing module (312) stored in the memory (304) to perform operations on the training values so that they can be used for training the air quality estimation/prediction model (310).
  • the pre processing operations may comprise deriving additional values from the training data for use with a particular air quality estimation/prediction model, as illustrated by the trust coefficients in Example no.
  • Step (406) comprises using the computer system to train an air quality estimation/prediction model for estimating or predicting a test value of the first APs based on at least one measured test value of the second AP, wherein the training is based on the training values of the first and second APs.
  • This training step is performed to increase the accuracy of the value of a first AP estimated or predicted by the air quality estimation/ prediction model (310).
  • the present invention is not limited by any particular required accuracy level of the trained air quality estimation/prediction model, which may depend on factors such as the target response, and the number of training values of the first and second AP used for training of the air quality estimation/prediction model.
  • the present invention is also not limited by the number of training values of the first and second AP used for training of the air quality estimation/prediction model, which may depend on factors such as the type of first and second APs, and a particular sample of the training values. As an example, tens of thousands of training values may be used for training of the air quality estimation/prediction model.
  • Step (408) comprises using the second sensor to generate at least one measured test value of the second AP.
  • step (408) is implemented by the processor (202) executing instructions on memory (204) of sensor unit (200) to control CO concentration sensor (208) to measure the test value of CO concentration.
  • the measured test value(s) of the second APs is shown by the notation CO(nj, under the heading "Test Mode Output” in Figure 2, and under the heading "Test Mode Input” in Figure 3.
  • the subscript (n) denotes a temporal index of the measured test value of the second AP.
  • the measured test value of the second AP consists of a single measurement, as illustrated by Example no. 1 described below.
  • Optional step (410) comprises using the computer system to pre-process the at least one measured test value of the second APQ.
  • step (410) is implemented by processor (302) executing instructions stored on memory (304) of server computer (300) to control data communications module (310) to query the cloud database (14) to access the stored measured test value(s) of the second AP, CO( n) .
  • the processor (302) executes an algorithm of test data pre-processing module (316) stored in memory (304) to perform operations on the test value of the second AP so that it can be used as input for the air quality estimation/prediction model (310).
  • the first APs are each of NO2 concentration, O3 concentration, and air temperature.
  • the first AP may be one of these APs, or any combination of them.
  • the first AP may be a concentration of another gaseous component of air, or a measure of air quality such as airborne particles.
  • the second AP is CO concentration.
  • the second AP may be a concentration of another gaseous component of air or a measure of air quality such as airborne particles.
  • step (408) of generating the at least one measured test value of the second AP is performed using the same second sensor used in step (402) to generate the training values of the second AP.
  • step (408) of generating the at least one test value of the second AP may be performed using a different sensor, referred to herein as a "third sensor".
  • sensor unit (200a) may be used as a "benchmark” sensor unit for generating training values of the first and second APs, and optionally test values of the second AP.
  • the generation of training values may be performed by a manufacturer or supplier of the sensor units (200) (e.g., as part of a manufacturing process, or as part of the supply of a software-as-a-service (SAAS) delivery model), or by an end user (e.g., a municipality or environment monitoring agency) of the sensor units (200).
  • Sensor unit (200b) may be used as a "test” sensor unit used for generating test values of the second AP. Accordingly, sensor unit (200b) may omit sensor(s) for generating the first APs - i.e., NO2 concentration sensor (208), O3 concentration sensor (210) and air temperature sensor (212) in the embodiment shown in Figure 2.
  • step (408) comprises generating a measured test value of the second AP.
  • step (408) may also comprise using the first sensor to generate a measured test value of the first AP, denoted in Figure 4 as (NO2, O3, T )( n'j ).
  • the measured first and second test values of the AP may be added to the training values of the first and second APs to augment the training values for training the air quality estimation/prediction model (310) in a subsequent performance of step (406).
  • steps (402) through (406) may be performed repeatedly on an augmented set of training values or a new set of training values, so that training of the air quality estimation/prediction model (310) is continuously performed after measured test values of the first AP and second APQ(s) are obtained when step (408) is performed. Examples.
  • Example no. 1 Calibration.
  • Figure 5 is a chart showing an example of speed variation for a sensor unit (200) mounted on a mobile platform in the form of a vehicle over a plurality of time-separated air quality samples collected over a vehicle trip on a typical highway drive.
  • the accuracy of the NO2 concentration values measured by the NO2 concentration sensor (208) is expected to vary as the speed, wind speed, and temperature encountered by the sensor unit (200) vary over the vehicle trip. For example, it is expected that the accuracy of the measured NO2 value degrades with the increase in the speed of the sensor unit (200).
  • the accuracy of CO concentration values (not shown in Fig. 5) measured by the CO concentration sensor (214) tends to be more stable even with speed variations.
  • the time-paired training values of the first and second APs is in the form (NO2, CO )(k).
  • the computer system pre-processes the training values (N02)i3 ⁇ 4) to derive a corresponding trust coefficient (W )(k) that reflects how accurate the training value, (N02) f3 ⁇ 4) , is expected to be - i.e., how "trustable” it is.
  • a higher trust coefficient ( W ),k> indicates that the training value (NO2F/ is more trustable, and means that the particular training value sample (NO2, CO)fi> is assigned a greater weight than other training value samples having lower trust coefficients, when training the air quality estimation/prediction model (310) in step (406).
  • Step (404) results in training values in the form (NO2, CO, for use as input in training step (406).
  • the processor (204) of the sensor unit (200) receives data from the GPS module (226) and/or the mobile platform data interface module (228) that either indicates the speed of the sensor unit (200), or permits the speed of the sensor unit (200) to be computed at the time the training values of the first and second APs were measured by the first and second sensors.
  • the GPS module (226) may generate location coordinates for the sensor unit (200) that are time- paired with measured training values of the first and second APs.
  • the computer system e.g., processor (202) and/or (302)
  • the mobile platform data input interface (228) may interface with a telematics system of a mobile platform (e.g., a vehicle) to directly receive data indicative of the speed of the mobile platform which is used as the speed of the sensor unit (200); again, this data is time-paired with the measured training values of the first and second APs.
  • the computer system computes the trust coefficient, R ⁇ , based on a rule stored in a memory (e.g., expressed by mathematical formulae, and/or logical relationships) relating the trust coefficient, R ⁇ , and the speed, ⁇ (k), of the sensor unit (200).
  • the present invention is not limited by any particular rule.
  • the rule may be based on empirical testing of sensor units (200), and/or theoretical relationships.
  • the rule may define an inverse relationship with between the trust coefficient, R ⁇ , and the speed, Xtki. of the sensor unit (200), such as of the form R ⁇ oc 1 /(wi-fi. so that the value of the trust coefficient decreases as the speed of the sensor unit (200) increases.
  • the air quality estimation/prediction model (310) is in the form an artificial neural network (ANN) which has three dense layers.
  • a "dense layer” refers to a component of the model that models a non-linear mapping between an input and output for the layer.
  • the input is a single measured test value of CO concentration, denoted as (CO )(nj.
  • the output is a single estimated or predicted test value of NO2 concentration, denoted as (N02)» D .
  • a trust coefficient is not used as an input during the estimation/prediction step (412).
  • the estimated test value of (NO2V J concentration may have a higher accuracy than would result from measurement of the NO2 concentration using the NO2 concentration sensor (208), particularly when that sensor is travelling at higher speeds. Accordingly, the estimated test value, (NCh) ⁇ , may be used to calibrate or evaluate the accuracy of a test value of NO2 concentration measured by sensor (208) at the same time as when sensor (214) is used to measure the test value of CO concentration.
  • Example no. 2 Forecasting.
  • This example illustrates an embodiment of the present invention that predicts a future test value of a first AP for forecasting purposes, based on historical measured test values of a second AP.
  • each of NO2 concentration, O3 concentration, and air temperature is a first AP
  • CO concentration is the second AP. It will be understood that this embodiment may be adapted for different first and/or second APs.
  • Figure 7 shows schematically the air quality estimation/prediction model (310) used in this embodiment of the method.
  • the outputs are a single predicted test value of NO2 concentration, denoted NO2 m i .
  • a single predicted test value of O3 concentration denoted O3 m i .
  • T , n n a single value of air temperature denoted T , n n.
  • the value of n is 60.
  • the air quality estimation/prediction model (310) is in the form an artificial neural network (ANN) comprising an input data scaling block, two long short-term memory (LSTM) blocks, two dense layers, and an output data inverse scaling block.
  • LSTM blocks enable processing sequential data (i.e., the vector CO L (i) of n time-separated values) using an input, output and forget gate.
  • the input scaling block may apply a scaling factor or normalize the input data before it is processed by the subsequent blocks and layers, to increase the accuracy of the air quality estimation/prediction model (310) and/or to increase the speed and/or the stability of the training of the air quality estimation/prediction model (310).
  • the output data inverse scaling block applies the inverse of the scaling factor to the output of the preceding blocks and layers to reverse the effect of the input scaling block. Data scaling algorithms suitable for use in machine learning are known in the art.
  • Example no. 3 Augmentation of Training Data.
  • This example illustrates an embodiment of the present invention where the original data that is used to train the air quality estimation/prediction model (310) gets augmented with a small data set, in order to improve accuracy or to extend the range of the prediction.
  • These future small data sets may comprise additional measured values, or may comprise artificial or synthetic values generated programmatically, and can provide anchor points for the training model to provide better accuracy or prevent the model from diverging over an extended estimation/prediction range.
  • each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
  • references in the specification to "one embodiment”, “an embodiment”, etc., indicate that the embodiment described may include a particular aspect, feature, structure, or characteristic, but not every embodiment necessarily includes that aspect, feature, structure, or characteristic. Moreover, such phrases may, but do not necessarily, refer to the same embodiment referred to in other portions of the specification. Further, when a particular aspect, feature, structure, or characteristic is described in connection with an embodiment, it is within the knowledge of one skilled in the art to affect or connect such module, aspect, feature, structure, or characteristic with other embodiments, whether or not explicitly described. In other words, any module, element or feature may be combined with any other element or feature in different embodiments, unless there is an obvious or inherent incompatibility, or it is specifically excluded.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Testing Or Calibration Of Command Recording Devices (AREA)

Abstract

A method and related system are provided for estimating or predicting a test value of a first ambient parameter (AP). A first and second sensor generate a plurality of time-paired training values of the first AP, and a second AP, respectively. A computer system uses the training values to train an air quality prediction model, stored in a memory, for estimating or predicting the test value of the first AP based on a measured test value of the second AP. The computer system estimates predicts the test value of the first AP by applying the trained air quality prediction model to the test value of the second AP. The estimated or predicted test value of the first AP may be used to calibrate the accuracy of measured values of the first AP, or forecast future values of the first AP.

Description

MONITORING AN AMBIENT AIR PARAMETER USING A TRAINED MODEL
Inventors: Shirook ALI (Milton, Ontario, Canada);
Mohamed BAKR (Oakville, Ontario, Canada)
Houssam KANJ (Waterloo, Ontario, Canada) Applicant: ECOSYSTEM INFORMATICS INC. (Mississauga, Ontario,
Canada)
Docket Number: 91602.2 PCT
FIELD OF THE INVENTION
[0001] The present invention relates to monitoring of ambient air parameters. BACKGROUND OF THE INVENTION
[0002] Ambient air parameters, such as the concentration of gaseous air pollutants and air temperature, may be monitored for a variety of reasons, such as alerting populations of health risks, evaluating compliance with air quality standards, and mapping air quality patterns. [0003] Sensors may be stationary or mobile, however, a sensor may be mounted on a moving vehicle could monitor air quality over a greater geographic area than would be possible if the sensor were stationary. However, changing vehicle motion results in temperature, wind direction, and wind speed variations, which can affect the accuracy of the sensor readings. [0004] Different sensors may be used to monitor different ambient parameters.
However, increasing the number of different sensors increases the complexity of a monitoring system, and the amount of the sensor data that needs to be transmitted. This has practical implications for cost, efficiency, and reliability when monitoring is performed on a large scale. [0005] There remains a need in the art for accurate, economical, and efficient monitoring of multiple ambient parameters, particularly using sensors mounted on mobile platforms. SUMMARY OF THE INVENTION
[0006] In one aspect, the invention may comprise a method for estimating or predicting a test value of a first ambient parameter (AP), such as NO2 concentration, O3 concentration, or air temperature, the method comprising the steps of:
(a) generating a plurality of time-separated training values of the first AP and a plurality of time-separated training values of a second AP, wherein each of the training values of the second AP is time-paired with a training value of the first AP;
(b) using a computer system, training an air quality estimation/prediction model for estimating or predicting the test value of the first AP based on at least one measured test value of the second AP, wherein the training is based on the training values of the first and second APs;
(c) measuring the at least one measured test value of the second AP; and
(d) using the computer system, estimating or predicting the test value of the first AP by applying the trained air quality estimation/prediction model to the at least measured one test value of the second AP.
[0007] In some embodiments, the method is implemented on a mobile platform, for example where the first AP training values are measured by a first sensor, and the second AP training values and at least one measured test value of the second AP are measured by a second sensor, which are both mounted to a vehicle. Alternatively, the second AP training values and the at least one measured test value of the second AP may be measured by a second sensor and a third sensor respectively.
[0008] In some embodiments, the method comprises the step of using the estimated test value of the first AP to calibrate the accuracy of a measured test value of the first AP. Alternatively, the at least one measured test value of the second AP are historical measured test values of the second AP, and the method comprises the step of using the predicted test value of the first AP as a future test value of the first AP for forecasting purposes, based on the historical measured test values of the second AP. [0009] In some embodiments, the step of training the air quality estimation/prediction model comprises the determination of a trust coefficient for each time-paired training values of the first AP and second AP. The trust coefficient may be based on any factor which affects the accuracy of measured values of either one or both the first and second APs, such as the speed of the mobile platform, which may be determined by a GPS module used in association with a first sensor for measuring the first AP training values, and a second sensor for measuring the second AP training values.
[0010] In some embodiments, the air quality estimation/prediction model comprises a machine learning module, such as a deep learning module, such as an artificial neural network (ANN). The ANN may comprise at least one dense layer. Preferably, the ANN further comprises an input data scaling block, at least one long short-term memory block, and an output data inverse scaling block.
[0011] In some embodiments, the method comprises the further step of periodically augmenting the air quality estimation/prediction model with a measured or artificial data set.
[0012] In another aspect, the invention may comprise a system for estimating or predicting a test value of a first ambient parameter (AP), such as NO2 concentration, O3 concentration, or air temperature, the system comprising: a first sensor for measuring values of the first AP; a second sensor for measuring values of a second AP, such as CO concentration; a computer system comprising: a processor operatively connected to the first sensor to access the values of the first AP , and to the second sensor to access values of the second AP; and a non-transitory computer readable medium storing instructions that, when executed by the processor, cause the processor to perform a method comprising the steps of:
(a) accessing a plurality of time-separated training values of the first AP and the second AP, wherein each of the training values of the second AP is time-paired with a different one of the training values of the first AP; (b) training an air quality estimation/prediction model for estimating or predicting the test value of the first AP based on at least one measured test value of the second AP, wherein the training is based on the time-paired training values of the first and second APs; (c) accessing the at least one measured test value of the second AP; and
(d) estimating or predicting the test value of the first AP by applying the trained air quality estimation/prediction model to the at least one measured test value of the second AP.
[0013] The system may be configured to implement any embodiment of a method described herein. In some embodiments, at least the first and second sensors are mounted on a mobile platform, and the system further comprises a GPS module or other vehicle telemetry for determining speed of mobile platform.
[0014] In different embodiments, the present invention may comprise a method or system comprising any combination of elements or features described herein, or which specifically omits any particular feature or element described herein.
BRIEF DESCRIPTION OF THE DRAWINGS
[0015] In the drawings, like elements may be assigned like reference numerals. The drawings are not necessarily to scale, with the emphasis instead placed upon the principles of the present invention. Additionally, each of the embodiments depicted are but one of a number of possible arrangements utilizing the fundamental concepts of the present invention.
[0016] Figure 1 is a schematic diagram of an embodiment of a system of the present invention for monitoring air quality.
[0017] Figure 2 is a schematic block diagram of an embodiment of a sensor unit of the system of Figure 1.
[0018] Figure 3 is a schematic block diagram of an embodiment of a server computer of the system of Figure 1. [0019] Figure 4 is a flow chart of an embodiment of a method of the present invention for monitoring air quality.
[0020] Figure 5 is a chart showing an example of speed variation for a vehicle-mounted sensor unit over a plurality of time-separated air quality samples collected over a vehicle trip.
[0021] Figure 6 is a schematic depiction of a first embodiment of an air quality estimation/prediction model used in the present invention.
[0022] Figure 7 is a schematic depiction of a second embodiment of air quality estimation/prediction model used in the present invention. [0023] Figure 8 is a schematic depiction of an example of data augmentation of the air quality estimation/prediction model.
DETAILED DESCRIPTION OF EMBODIMENTS OF THE INVENTION [0024] Definitions.
[0025] The invention relates to monitoring air quality and/or atmospheric condition. Any term or expression not expressly defined herein shall have its commonly accepted definition understood by a person skilled in the art. As used herein, the following terms have the following meanings.
[0026] "Ambient parameter" or "AP" refers any physically measurable property of air. In embodiments, the AP may be a concentration of a gaseous component of air with non- limiting examples of such gaseous components being carbon monoxide (CO), carbon dioxide (CO2), nitrous oxide (NO), nitrogen oxides of the formula NOx such as nitrogen dioxide (NO2), ozone (O3), methane (CH4), and sulfur oxides of the form SOxSuch as sulfur dioxide (SO2) In other embodiments, the AP may be a concentration of suspended particulate matter in general, or a concentration of suspended particulate matter of a specific composition such as lead. In still other non-limiting embodiments, the AP may be a weather condition, such as air temperature, humidity, barometric pressure, and wind speed.
[0027] "Air quality estimation/prediction model" refers to one or more rules (e.g., expressed by mathematical formulae, and/or logical relationships), stored in a memory, that determine an output comprising an estimated or predicted value of a first ambient parameter based on an input comprising a value of a second ambient parameter that is different from the first ambient parameter.
[0028] "GPS module" refers to a device that includes an antenna for receiving satellite navigation signals (e.g., signals transmitted by the Global Positioning System (GPS), the Global Navigation Satellite System (GLONASS), the Galileo positioning system, the Beidou Navigation Satellite System, or satellite navigation systems), and an operatively connected processor that is configured with a set of instructions stored on a memory, to analyze such signals to determine the location of the module, and optionally, other kinematic information such as distance travelled, direction of movement, speed, and acceleration of the module. GPS modules are known in the art, and do not, by themselves constitute the present invention. Persons skilled in the art may refer to a satellite navigation signal receiver module as a "GPS receiver," or a "GNSS receiver," depending on the type of satellite navigation signal used by the module.
[0029] "Memory" refers to a non-transitory tangible computer-readable medium for storing information in a format readable by a processor, and/or instructions readable by a processor to implement an algorithm. The term "memory" includes a plurality of physically discrete, operatively connected devices despite use of the term in the singular. Non-limiting types of memory include solid-state, optical, and magnetic computer readable media. Memory may be non-volatile or volatile. Instructions stored by a memory may be based on a plurality of programming languages known in the art, with non-limiting examples including the C, C++, Python ™, MATLAB ™, and Java ™ programming languages.
[0030] "Mobile platform" or "mobile sensor" refers to any device including a sensor which is not in a fixed stationary geolocation. Mobile platforms may include any consumer or industrial means of transportation, such as automobiles, trucks, buses, trains, tractors, motorcycles, or bicycles, whether powered or not. Mobile platforms may further include handheld or portable devices which are manually moved, such as by a pedestrian.
[0031] "Processor" refers to one or more electronic devices that is/are capable of reading and executing instructions stored on a memory to perform operations on data, which may be stored on a memory or provided in a data signal. The term "processor" includes a plurality of physically discrete, operatively connected devices despite use of the term in the singular. Non-limiting examples of processors include devices referred to as microprocessors, microcontrollers, central processing units (CPU), and digital signal processors.
[0032] "Training", refers to a process, implemented by a processor according to an algorithm stored in a memory, that determines the value(s) of one or more variable(s) of the rule(s) defining an air quality estimation/prediction model, based on a training dataset of known values of first and second ambient parameters, in order to increase the accuracy of the value of the first ambient parameter estimated or predicted by the air quality estimation/prediction model. Overview.
[0033] The present invention exploits observable correlations between values of at least one first ambient parameter (AP) (e.g., nitrogen dioxide (NO2) concentration, ozone (O3) concentration, and/or air temperature (T)), and a different second AP (e.g., carbon monoxide concentration) by using them as "training" values for training an air quality estimation/prediction model, and applying the trained air quality estimation/prediction model to estimate or predict a "test" value for the at least one first AP based on measured "test" value(s) of the second AP.
[0034] In one embodiment, the present invention can be used to estimate a test value of the first AP, which can be used to calibrate or evaluate the accuracy of a measured test value of the first AP. Thus, in some embodiments, the present invention may be useful when the accuracy of measured values of the first AP is expected to be lower or less stable than the accuracy of measured values of the second AP, under anticipated conditions such as changing temperature, wind speed and wind direction conditions, such as those that may be encountered by sensors mounted on a moving mobile platform or forming part of a mobile sensor.
[0035] In some embodiments, the present invention can be used to predict a future test value of the first AP based on historical measured test value(s) of the second AP. Thus, in some embodiments, the present invention may be useful where it is desired to forecast the first AP, before the first AP is measured. [0036] The present invention allows the value of the first AP to be estimated or predicted based on a measured test value of the second AP, without measuring the first AP beyond the training values. Thus, the present invention may be useful where it is desired to reduce measurements of the first AP, the need for sensor equipment to measure the first AP, and/or the amount of sensor data for the first AP that is to be transmitted from the sensor equipment.
System.
[0037] Figure 1 is a schematic diagram of an embodiment of a system (100) for monitoring pollution levels and air quality as well as weather information, comprising at least one sensor unit (200), and a computer system. In this embodiment, the computer system comprises the server computer (300), which is in a server-client relationship with each sensor unit (200). In this embodiment, some of sensor units (200) are mobile sensors or are mounted on mobile platforms, in this case in the form of vehicles (10), and others are mounted on a stationary structure (12) (e.g., a street lighting pole, or a building), but the present invention is not limited by the number of sensor units (200) or how they are deployed. In this embodiment, server computer (300) is capable of accessing sensor data generated by the sensors of sensor units (200) via a communications network (e.g., the Internet, or an intranet) as represented by the connecting lines in Figure 1. In one embodiment, sensor units (200) wirelessly transmit sensor data via the communications network to a memory of a cloud database (14), which stores the sensor data so that it can be accessed by server computer (300). In other embodiments, the sensor units (200) may transmit some or all of the sensor data via a communications network to a memory that is local to server computer (300). In still other embodiments, the computer system may be physically connected to sensor unit (200), and the sensor unit (200) may store some or all of the sensor data to a memory that is local to the sensor unit (200), so that it may be processed by a processor that is local to the sensor unit (200), in an "offline mode" without the need for a communications network.
[0038] Figure 2 is a schematic block diagram of an embodiment of a sensor unit (200), comprising a processor (202) operatively connected to a memory (204), a power input (206), and a plurality of sensors, which may include a nitrogen dioxide concentration sensor (208), an ozone concentration sensor (210), an air temperature sensor (212), carbon monoxide concentration sensor (214), particulate concentration (e.g. lead concentration) sensor (216), a barometric pressure sensor (218), a relatively humidity (RH) sensor (220), a wind speed sensor (222), a data communication module (224), a GPS module (226), and a mobile platform data input interface (228). The sensors (208 to 222) are physically proximate to each other, such that they are reading the same air quality. In one embodiment, for example, the sensors (208 to 222) are attached to a common housing that is to be mounted on mobile platform such as a vehicle (10), form part of an integrated mobile sensor, or stationary structure (12).
[0039] In one embodiment, processor (202) and memory (204) collectively form of a microcontroller, with firmware coded in memory (204) configuring processor (202) to control sensors (208 to 222) for acquisition of sensor data, and to control data communication module (224) for transmission of sensor data via a communications network. In one embodiment, power input (206) may receive electrical power from a supply such as a battery of the sensor unit (200) or a vehicle or other type of mobile platform, or a solar panel. Sensors (208 to 222) may be implemented by digital electrochemical sensors, thermometers, pressure sensors, hygrometers, anemometers, and other sensor devices known in the art that are capable of measuring the applicable AP of interest to generate sensor data in digital form. Data communication module (224) may comprise any combination of hardware and/or software that allows for transmission of the sensor data from sensor unit (200) via a communications network. In one embodiment, data communication module (224) may comprise a cellular modem and antenna for wireless transmission of sensor data to the communications network. GPS module (226) generates data indicative of the location of the sensor unit (200), and optionally other kinematic data of the sensor unit (200), such as its distance travelled, direction of movement, speed, and/or acceleration. Mobile platform data input interface (228) may comprise any combination of hardware and software for receiving data from a system of a mobile platform to which the sensor unit (200) may be mounted. For example, in embodiments where the mobile platform is a vehicle or a portable computer equipped with its own GPS module and/or telematics system for monitoring the mobile platform's location, distance travelled, direction of movement, speed, and/or acceleration, the mobile platform data input interface may comprise a wired or wireless databus for communication with such GPS module and/or telematics system. Thus, the sensor unit (200) may "piggyback" on the mobile platform's GPS module and/or telematics system, and the sensor unit (200) need not have its own GPS module (226).
[0040] Figure 3 is a schematic block diagram of an embodiment of a server computer (300) comprising a processor (302) operatively connected to a memory (304), a power input (306), a data communication module (308), and optionally a display device (310). In one embodiment, processor (302) may be implemented by a CPU, and memory (304) may be implemented by a hard drive or solid-state memory. Memory (304) stores an air quality estimation/prediction model (310), and a set of instructions that are conceptualized in Figure 3 as atraining data pre-processing module (312), atraining module (314), atest data pre-processing module (316), and an estimation/prediction module (318). These instructions are executable by processor (302) to implement steps of the method of the present invention as described below. Data communication module (308) may comprise any combination of hardware and/or software that allows for reception of sensor data, and transmission of output data via a communications network. In one embodiment, data communication module (308) may comprise an Internet modem. Display device (310) may be any device that allows for display of data in text and /or graphical form. In one embodiment, the display device (310) is a computer display monitor.
Method.
[0041] Figure 4 is a flow chart of an embodiment of a method (400) of the present invention for estimating or predicting test values of first ambient parameter(s) ("first APs") based on a measured test value of a second ambient parameter ("second AP"). In this embodiment, each of nitrogen dioxide (NO2) concentration, ozone (O3) concentration, and air temperature (T) is a "first AP", while carbon monoxide concentration (CO) is the "second AP". The method is described with reference to components of system (100) shown in Figures 1 to 3.
[0042] Step (402) comprises using first sensors to generate a plurality of time-separated training values of the applicable first AP, and using a second sensor to generate a plurality of time-separated training values of the second AP. "Time-separated", as used herein means that the plurality of values are measured at different times. Each of measured training values is time-paired with a different one of the training values of the first APs. "Time-paired" as used herein means that the values of the first AP and the second APs are measured at the same time or substantially the same time, such that the generated first and second AP values can be considered as representing a simultaneous state of the first AP and the second AP in an air sample, in the vicinity of physically attached first and second sensors.
[0043] In one embodiment, step (402) is implemented by the processor (202) executing instructions on memory (204) of sensor unit (200) to control NO2, O3, T and CO sensors (208 to 222) to measure training values of the applicable first and second APs, at fixed time intervals, as governed by a computer clock. The measured training values of the first and second APs may be time-paired by being stored in a data structure linking the first and second APs, or by being stored in association with a common date/time stamp, or other temporal index, which may or may not explicitly indicate the time that training values were measured. The time-paired measured training values of the first and second APs are shown by the notation (CO, NO2, O3, T)^, under the heading "Training Mode Output" in Figure 2, and under the hearing "Training Mode Input" in Figure 3. The subscript (k) is an index denoting the temporal index of the time-paired measured training values. The processor (202) controls data communication module (224) of sensor unit (200) to transmit the time- paired training values to cloud database (14) where they are stored.
[0044] Optional step (404) comprises using a computer system to pre-process the training values of first and second APQs. In one embodiment, step (404) is implemented by the processor (302) executing instructions stored on memory (304) of server computer (300) to control data communications module (310) to query the cloud database (14) to access the stored training values of the time-paired first and second APs. The processor (302) executes an algorithm of the training data pre-processing module (312) stored in the memory (304) to perform operations on the training values so that they can be used for training the air quality estimation/prediction model (310). In some embodiments, the pre processing operations may comprise deriving additional values from the training data for use with a particular air quality estimation/prediction model, as illustrated by the trust coefficients in Example no. 1 described below. In other embodiments, the pre-processing operations may comprise formatting the training data so that it is suitable for use with a particular air quality estimation/prediction model, as illustrated by the vector of time- separated second APs in Example no. 2 described below. [0045] Step (406) comprises using the computer system to train an air quality estimation/prediction model for estimating or predicting a test value of the first APs based on at least one measured test value of the second AP, wherein the training is based on the training values of the first and second APs. This training step is performed to increase the accuracy of the value of a first AP estimated or predicted by the air quality estimation/ prediction model (310). The present invention is not limited by any particular required accuracy level of the trained air quality estimation/prediction model, which may depend on factors such as the target response, and the number of training values of the first and second AP used for training of the air quality estimation/prediction model. The present invention is also not limited by the number of training values of the first and second AP used for training of the air quality estimation/prediction model, which may depend on factors such as the type of first and second APs, and a particular sample of the training values. As an example, tens of thousands of training values may be used for training of the air quality estimation/prediction model. In one embodiment, step (406) is implemented by the processor implementing an algorithm of training module (314) to operate on air quality estimation/prediction model (310) stored in memory (304) of server computer (300). In embodiments, the air quality estimation/prediction model (310) may be a machine learning model, and the training algorithm may implement machine learning techniques, known to persons skilled in the art of artificial intelligence. As non-limiting examples, the machine learning model may have an architecture in the form of an artificial neural network (ANN), a regression model including a linear and/or non-linear regression model, decision-tree model, support-vector machine classification models, or Bayesian or belief network model, among others. Training algorithms are known to persons skilled in the art of machine learning. The selection of a training algorithm that is suitable for a particular machine learning model is within the skill of persons of ordinary skill in the art. In embodiments, the machine learning model and training algorithms may be implemented using available software environments or platforms, with non-limiting examples including Google Colaboratory ™ (also known as Colab ™) (Google Research), Juptyer ™ (also known as IPython ™) (Project Jupyter), and Anaconda ™ (Anaconda, Inc.; Austin, TX, USA).
[0046] In one example, the machine learning model is an ANN, and the accuracy of the estimated or predicted value of the first AP is quantified by a loss function that measures how the output of the ANN matches the desired output of the measured test values of the first AP. The training algorithm adjusts parameters of the air quality estimation/prediction model to minimize the value of the loss function, which is when the air quality estimation/prediction model is considered to be "trained." Among the parameters that are adjusted are the number of "layers" that make up the ANN, and the number of "neurons" or "nodes" within each layer. These parameters may be pre-assigned by an operator prior to training the ANN, and then adjusted through an iterative process.
[0047] Step (408) comprises using the second sensor to generate at least one measured test value of the second AP. In one embodiment, step (408) is implemented by the processor (202) executing instructions on memory (204) of sensor unit (200) to control CO concentration sensor (208) to measure the test value of CO concentration. The measured test value(s) of the second APs is shown by the notation CO(nj, under the heading "Test Mode Output" in Figure 2, and under the heading "Test Mode Input" in Figure 3. The subscript (n) denotes a temporal index of the measured test value of the second AP. In some embodiments, the measured test value of the second AP consists of a single measurement, as illustrated by Example no. 1 described below. In other embodiments, the measured test values of the second AP comprises a vector of a plurality of time-separated measurements, as illustrated by Example no. 2 described below, and shown by the vector notation COl (i) for / = 1 to n under the heading "Test Mode Input" in Figure 3. The processor (202) controls data communication module (224) of sensor unit (200) to transmit the test value of the second AP to cloud database (14) where it is stored.
[0048] Optional step (410) comprises using the computer system to pre-process the at least one measured test value of the second APQ. In one embodiment, step (410) is implemented by processor (302) executing instructions stored on memory (304) of server computer (300) to control data communications module (310) to query the cloud database (14) to access the stored measured test value(s) of the second AP, CO(n). The processor (302) executes an algorithm of test data pre-processing module (316) stored in memory (304) to perform operations on the test value of the second AP so that it can be used as input for the air quality estimation/prediction model (310). In some embodiments, the pre processing operations may comprise formatting the test values of the second AP so that they are suitable for use with a particular air quality estimation/prediction model, as illustrated by Example no. 2 described below. [0049] Step (412) comprises using the computer system to estimate or predict the test value of the first AP by applying the trained air quality estimation/prediction model to the at least one measured test value of the second AP. In one embodiment, step (412) is implemented by the processor (302) executing instructions of estimation/prediction module (318) stored in memory (304) to provide the at least one measured test value of the second AP as an input to the air quality estimation/prediction model (310), which is used to compute an output comprising an estimated or predicted test value of the first APs. In some embodiments, the estimated or predicted test value of the first AP is an estimated test value for the same temporal index of the measured test value of the second AP, as illustrated in Example no. 1 described below; this is shown by the notation (NCte, O3, T)mt under the heading "Test Mode Output" in Figure 3. In other embodiments, the estimated or predicted test value of the first AP is a predicted test value for a temporal index that is subsequent to the temporal index or indices of the measured test value(s) of the second AP, as illustrated in Example no. 2 described below; this is shown by the notation (NO2, O3, T>„ n under the heading "Test Mode Output" in Figure 3.
[0050] Step (414) comprises using the computer system to transmit the estimated or predicted test value of the first AP to another computer, machine, or device, and/or display the estimated or predicted value of the first AP on a display device. In one embodiment, step (412) is implemented by processor (302) executing instructions stored on memory (304) of server computer (300) to control data communications module (308) to transmit the estimated or predicted test value of the first AP to the cloud database (14) where it can be accessed by other computer systems. Display device (310) of the server computer (300) or of another computer system accessing the cloud database (14) may display the estimated or predicted test value of the first AP, in a human-readable form such as a textual or a graphical representation.
[0051] In embodiments of the method, steps (408) to (414) are performed in real-time. That is, the elapsed time from the measurement of the test value of the second AP in step (408) to the output of step (414) is practically instantaneous, being practically limited only by any latency in the communication and processing of the sensor data and output. Alternative and specific embodiments.
[0052] In the embodiment of the method (400) described above, the first APs are each of NO2 concentration, O3 concentration, and air temperature. In other embodiments, the first AP may be one of these APs, or any combination of them. In still other embodiments, the first AP may be a concentration of another gaseous component of air, or a measure of air quality such as airborne particles.
[0053] In the embodiment of the method (400) described above, the second AP is CO concentration. In other embodiments, the second AP may be a concentration of another gaseous component of air or a measure of air quality such as airborne particles.
[0054] In the embodiments of the method (400) described above, steps (404), (406), (410), (412), and (414) are implemented by processor (302) executing instructions stored on memory (304) of server computer (300). In other embodiments, any one or more of these steps may be implemented by processor (202) executing instructions stored on memory (204) local to sensor unit (200). In such embodiments, the processing of these steps may be performed "offline" (without a need for a communications network to transmit the data to another computer system), and the results of step (412) may be stored in the memory (204) or another memory local the sensor unit (200) for retrieval or downloading at a later time. In still other embodiments, the instructions executed by either or both of the processors (202, 302) may be stored entirely either on memory (204) or memory (304), or in a combination of memories (204, 304). Accordingly, in embodiments, any one or more of these steps, or further computational steps described in additional embodiments and examples below, may be implemented entirely by processor (302) of server computer (300), entirely by processor (202) of sensor unit (200), or by a combination of the processors (202, 302) executing instructions stored entirely either on memory (204) of sensor unit (200) or on memory (304) of server computer (300), or on a combination of memories (204, 304). Any combination of processor(s) and memory or memories implementing these steps may be considered as the "computer system" in the method shown in Figure 4, and other methods described herein.
[0055] In the embodiment of the method (400) described above, step (408) of generating the at least one measured test value of the second AP is performed using the same second sensor used in step (402) to generate the training values of the second AP. In other embodiments, step (408) of generating the at least one test value of the second AP may be performed using a different sensor, referred to herein as a "third sensor". For example, referring to Figure 1, the second sensor used in step (402) may be a CO concentration sensor of one sensor unit (200a) that either stationary, or a mobile sensor, or mounted to one mobile platform, such as vehicle (10a), while the third sensor used in step (408) may be a CO concentration sensor of a different sensor unit (200b), which may be stationary, or a mobile sensor, or mounted to a different mobile platform, such as another vehicle (10b). If the second and third sensors are alike in construction, then the training model trained with the training values generated by the second sensor in step (406) can be applied to measured test values of the second AP generated by the third sensor. Accordingly, sensor unit (200a) may be used as a "benchmark" sensor unit for generating training values of the first and second APs, and optionally test values of the second AP. In embodiments, the generation of training values may be performed by a manufacturer or supplier of the sensor units (200) (e.g., as part of a manufacturing process, or as part of the supply of a software-as-a-service (SAAS) delivery model), or by an end user (e.g., a municipality or environment monitoring agency) of the sensor units (200). Sensor unit (200b) may be used as a "test" sensor unit used for generating test values of the second AP. Accordingly, sensor unit (200b) may omit sensor(s) for generating the first APs - i.e., NO2 concentration sensor (208), O3 concentration sensor (210) and air temperature sensor (212) in the embodiment shown in Figure 2.
[0056] In the embodiment of the method (400) described above, step (408) comprises generating a measured test value of the second AP. In embodiments, step (408) may also comprise using the first sensor to generate a measured test value of the first AP, denoted in Figure 4 as (NO2, O3, T )(n'j). As shown by return loop (416), the measured first and second test values of the AP may be added to the training values of the first and second APs to augment the training values for training the air quality estimation/prediction model (310) in a subsequent performance of step (406). Accordingly, it will be understood that steps (402) through (406) may be performed repeatedly on an augmented set of training values or a new set of training values, so that training of the air quality estimation/prediction model (310) is continuously performed after measured test values of the first AP and second APQ(s) are obtained when step (408) is performed. Examples.
[0057] The following two examples illustrate specific aspects of exemplary embodiments of the method (400) described above.
[0058] Example no. 1: Calibration.
[0059] Figure 5 is a chart showing an example of speed variation for a sensor unit (200) mounted on a mobile platform in the form of a vehicle over a plurality of time-separated air quality samples collected over a vehicle trip on a typical highway drive. The accuracy of the NO2 concentration values measured by the NO2 concentration sensor (208) is expected to vary as the speed, wind speed, and temperature encountered by the sensor unit (200) vary over the vehicle trip. For example, it is expected that the accuracy of the measured NO2 value degrades with the increase in the speed of the sensor unit (200). In contrast, the accuracy of CO concentration values (not shown in Fig. 5) measured by the CO concentration sensor (214) tends to be more stable even with speed variations.
[0060] In one embodiment, this phenomenon is exploited to calibrate the measured NO2 concentration values. In this embodiment, the first AP is NO2 concentration, and the second AP is CO concentration. It will be understood that this embodiment may be adapted for different combinations of first and/or second APs.
[0061] At step (402), the time-paired training values of the first and second APs is in the form (NO2, CO )(k). At step (404), the computer system pre-processes the training values (N02)i¾) to derive a corresponding trust coefficient (W )(k) that reflects how accurate the training value, (N02)f¾), is expected to be - i.e., how "trustable" it is. A higher trust coefficient ( W ),k> indicates that the training value (NO2F/ is more trustable, and means that the particular training value sample (NO2, CO)fi> is assigned a greater weight than other training value samples having lower trust coefficients, when training the air quality estimation/prediction model (310) in step (406). Step (404) results in training values in the form (NO2, CO,
Figure imgf000019_0001
for use as input in training step (406).
[0062] In one non-limiting embodiment, the determination of the trust coefficient, R^, is based on the speed, nrc of the sensor unit (200) when the training values of the first and second APs are measured by the first and second sensors. To explain, the measurements generated by sensors (208 to 222) of mobile sensor unit (200) are expected to more closely match the measurements generated by a stationary sensor unit (200) when the environment of the mobile sensor unit (200) is more stable. In one embodiment, the stability of the environment can be defined, at least in part, by the speed of the mobile sensor unit (200) - that is, as the speed of the mobile sensor unit (200) increases, the environment is considered to be less stable. In one embodiment, the processor (204) of the sensor unit (200) receives data from the GPS module (226) and/or the mobile platform data interface module (228) that either indicates the speed of the sensor unit (200), or permits the speed of the sensor unit (200) to be computed at the time the training values of the first and second APs were measured by the first and second sensors. For example, in one embodiment, the GPS module (226) may generate location coordinates for the sensor unit (200) that are time- paired with measured training values of the first and second APs. The computer system (e.g., processor (202) and/or (302)) and/or the GPS module (226) uses the location information to compute speed of the sensor unit (200) using known kinematic relationships (e.g., speed = distance/time). As another example, in another embodiment, the mobile platform data input interface (228) may interface with a telematics system of a mobile platform (e.g., a vehicle) to directly receive data indicative of the speed of the mobile platform which is used as the speed of the sensor unit (200); again, this data is time-paired with the measured training values of the first and second APs. The computer system computes the trust coefficient, R^, based on a rule stored in a memory (e.g., expressed by mathematical formulae, and/or logical relationships) relating the trust coefficient, R^, and the speed, \(k), of the sensor unit (200). The present invention is not limited by any particular rule. In embodiments, the rule may be based on empirical testing of sensor units (200), and/or theoretical relationships. As a non-limiting example, the rule may define an inverse relationship with between the trust coefficient, R^, and the speed, Xtki. of the sensor unit (200), such as of the form R^ oc 1 /(wi-fi. so that the value of the trust coefficient decreases as the speed of the sensor unit (200) increases. Therefore, a higher trust coefficient will be assigned to training data generated when the sensor unit (200) is stationary (e.g., when mounted to a vehicle stopped at a traffic light) or moving at a relatively low speed (e.g., when the sensor unit (200) is part of a portable device moved by a walking pedestrian), as compared with training data generated when the sensor unit (200) is moving at high speed (e.g., when mounted to a vehicle travelling on a highway). [0063] As shown schematically in Figure 6, in some embodiments, the air quality estimation/prediction model (310) is in the form an artificial neural network (ANN) which has three dense layers. As used herein, a "dense layer" refers to a component of the model that models a non-linear mapping between an input and output for the layer. The input is a single measured test value of CO concentration, denoted as (CO )(nj. The output is a single estimated or predicted test value of NO2 concentration, denoted as (N02)»D. A trust coefficient is not used as an input during the estimation/prediction step (412).
[0064] As a result of the air estimation/prediction model (310) having been trained on training data that is weighted by trust coefficients, (W )(k), the estimated test value of (NO2VJ concentration may have a higher accuracy than would result from measurement of the NO2 concentration using the NO2 concentration sensor (208), particularly when that sensor is travelling at higher speeds. Accordingly, the estimated test value, (NCh)^, may be used to calibrate or evaluate the accuracy of a test value of NO2 concentration measured by sensor (208) at the same time as when sensor (214) is used to measure the test value of CO concentration.
Example no. 2: Forecasting.
[0065] This example illustrates an embodiment of the present invention that predicts a future test value of a first AP for forecasting purposes, based on historical measured test values of a second AP. In this example, each of NO2 concentration, O3 concentration, and air temperature is a first AP, and CO concentration is the second AP. It will be understood that this embodiment may be adapted for different first and/or second APs.
[0066] Figure 7 shows schematically the air quality estimation/prediction model (310) used in this embodiment of the method. The input is a series of time-separated test values of CO concentrations, denoted by the vector COl (i) for i = 1 to n. The outputs are a single predicted test value of NO2 concentration, denoted NO2 m i . a single predicted test value of O3 concentration, denoted O3 m i . and a single value of air temperature denoted T ,n n. In one non-limiting embodiment, the value of n is 60. That is, the air quality estimation/prediction model (30) forecasts the test values of NO2 concentration, O3 concentration, and air temperature at a future 61st temporal index, based on test values of CO concentration at the historical preceding 60 temporal indices. Accordingly, at steps (404) and (410), the computer system pre-processes the training values (CO)(k) and test values (CO )(n) to format them into the vector COl (i) for i = 1 to 60.
[0067] In the embodiment shown in Figure 7, the air quality estimation/prediction model (310) is in the form an artificial neural network (ANN) comprising an input data scaling block, two long short-term memory (LSTM) blocks, two dense layers, and an output data inverse scaling block. As known in the art, LSTM blocks enable processing sequential data (i.e., the vector COL (i) of n time-separated values) using an input, output and forget gate. The input scaling block may apply a scaling factor or normalize the input data before it is processed by the subsequent blocks and layers, to increase the accuracy of the air quality estimation/prediction model (310) and/or to increase the speed and/or the stability of the training of the air quality estimation/prediction model (310). The output data inverse scaling block applies the inverse of the scaling factor to the output of the preceding blocks and layers to reverse the effect of the input scaling block. Data scaling algorithms suitable for use in machine learning are known in the art.
Example no. 3: Augmentation of Training Data.
[0068] This example, as shown in Figure 8, illustrates an embodiment of the present invention where the original data that is used to train the air quality estimation/prediction model (310) gets augmented with a small data set, in order to improve accuracy or to extend the range of the prediction. These future small data sets may comprise additional measured values, or may comprise artificial or synthetic values generated programmatically, and can provide anchor points for the training model to provide better accuracy or prevent the model from diverging over an extended estimation/prediction range.
Interpretation.
[0069] Aspects of the present invention may be described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
[0070] The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
[0071] The corresponding structures, materials, acts, and equivalents of all means or steps plus function elements in the claims appended to this specification are intended to include any structure, material, or act for performing the function in combination with other claimed elements as specifically claimed.
[0072] References in the specification to "one embodiment", "an embodiment", etc., indicate that the embodiment described may include a particular aspect, feature, structure, or characteristic, but not every embodiment necessarily includes that aspect, feature, structure, or characteristic. Moreover, such phrases may, but do not necessarily, refer to the same embodiment referred to in other portions of the specification. Further, when a particular aspect, feature, structure, or characteristic is described in connection with an embodiment, it is within the knowledge of one skilled in the art to affect or connect such module, aspect, feature, structure, or characteristic with other embodiments, whether or not explicitly described. In other words, any module, element or feature may be combined with any other element or feature in different embodiments, unless there is an obvious or inherent incompatibility, or it is specifically excluded.
[0073] It is further noted that the claims may be drafted to exclude any optional element. As such, this statement is intended to serve as antecedent basis for the use of exclusive terminology, such as "solely," "only," and the like, in connection with the recitation of claim elements or use of a "negative" limitation. The terms "preferably," "preferred," "prefer," "optionally," "may," and similar terms are used to indicate that an item, condition or step being referred to is an optional (not required) feature of the invention.
[0074] The singular forms "a," "an," and "the" include the plural reference unless the context clearly dictates otherwise. The term "and/or" means any one of the items, any combination of the items, or all of the items with which this term is associated. The phrase "one or more" is readily understood by one of skill in the art, particularly when read in context of its usage.
[0075] The term "about" can refer to a variation of ± 5%, ± 10%, ± 20%, or ± 25% of the value specified. For example, "about 50" percent can in some embodiments carry a variation from 45 to 55 percent. For integer ranges, the term "about" can include one or two integers greater than and/or less than a recited integer at each end of the range. Unless indicated otherwise herein, the term "about" is intended to include values and ranges proximate to the recited range that are equivalent in terms of the functionality of the composition, or the embodiment.
[0076] As will be understood by one skilled in the art, for any and all purposes, particularly in terms of providing a written description, all ranges recited herein also encompass any and all possible sub-ranges and combinations of sub-ranges thereof, as well as the individual values making up the range, particularly integer values. A recited range includes each specific value, integer, decimal, or identity within the range. Any listed range can be easily recognized as sufficiently describing and enabling the same range being broken down into at least equal halves, thirds, quarters, fifths, or tenths. As a non-limiting example, each range discussed herein can be readily broken down into a lower third, middle third and upper third, etc. [0077] As will also be understood by one skilled in the art, all language such as "up to", "at least", "greater than", "less than", "more than", "or more", and the like, include the number recited and such terms refer to ranges that can be subsequently broken down into sub-ranges as discussed above. In the same manner, all ratios recited herein also include all sub-ratios falling within the broader ratio.

Claims

CLAIMS The claimed invention is:
1. A method for estimating or predicting a test value of a first ambient parameter (AP), comprising the steps of:
(a) generating a plurality of time-separated training values of the first AP and a plurality of time-separated training values of a second AP, wherein each of the training values of the second AP is time-paired with a training value of the first AP;
(b) using a computer system, training an air quality estimation/prediction model for estimating or predicting the test value of the first AP based on at least one measured test value of the second AP, wherein the training is based on the training values of the first and second APs;
(c) measuring the at least one measured test value of the second AP; and
(d) using the computer system, estimating or predicting the test value of the first AP by applying the trained air quality estimation/prediction model to the at least one measured test value of the second AP.
2 The method of claim 1, wherein generating the first AP training values comprises measuring the first AP training values using a first sensor mounted on a mobile platform; and generating the second AP training values comprises measuring the second AP training values using a second sensor mounted on the mobile platform.
3. The method of claim 2, wherein measuring the at least one measured second AP test value is performed using the second sensor.
4. The method of claim 3, wherein measuring the at least one measured second AP test value is performed using a third sensor.
5. The method of any one of claims 1 to 4 comprising the step of using the estimated test value of the first AP to calibrate the accuracy of a measured test value of the first AP.
6. The method of any one of claims 1 to 4 wherein the at least one measured test value of the second AP is a historical measured test value of the second AP, and the method comprises the step of using the predicted test value of the first AP as a future test value of the first AP for forecasting purposes, based on the historical measured test values of the second AP.
7. The method of any one of claims 1 to 6, wherein the first AP comprises one or more of NCte concentration, O3 concentration, or air temperature.
8. The method of any one of claims 1 to 7 wherein the second AP comprises CO concentration.
9. The method of any one of claims 1 to 8, wherein training the air quality estimation/prediction model comprises determining a trust coefficient for each time-paired training values of the first AP and second AP, wherein the trust coefficient is based on a factor that affects the accuracy of measured values of either one or both the first and second APs.
10. The method of claim 9, wherein the factor comprises a speed of a first sensor for generating the first AP training values, and a speed of a second sensor for generating the second AP training values.
11. The method of any one of claims 1 to 10 wherein the air quality prediction model comprises a machine learning module.
12. The method of claim 11 wherein the machine learning module comprises an artificial neural network.
13. The method of claim 12 wherein the artificial neural network comprises at least one dense layer.
14. The method of any one of claims 12 to 13 wherein the artificial neural network further comprises an input data scaling block, at least one long short-term memory block, and an output data inverse scaling block.
15. The method of any one of claims 1 to 14 comprising the further step of periodically augmenting the air quality estimation/prediction model with a measured or artificial data set.
16. A system for estimating or predicting a test value of a first ambient parameter (AP), such as NO2 concentration, O3 concentration, or air temperature, the system comprising: a first sensor for measuring values of the first AP; a second sensor for measuring values of a second AP, such as CO concentration, wherein the first and second sensors are physically proximate to each other; a computer system comprising: a processor operatively connected to the first sensor to access the values of the first AP, and to the first second sensor to access values of the second AP; and a non-transitory computer readable medium storing instructions that, when executed by the processor, cause the processor to perform a method comprising the steps of:
(a) accessing a plurality of time-separated training values of the first AP and the second AP, wherein each of the training values of the second AP is time-paired with a different one of the training values of the first AP;
(b) training an air quality estimation/prediction model for estimating or predicting the test value of the first AP based on at least one test measured value of the second AP, wherein the training is based on the time-paired training values of the first and second APs;
(c) accessing the at least one measured test value of the second AP; and
(d) estimating or predicting the test value of the first AP by applying the trained air quality estimation/prediction model to the at least one measured test value of the second AP.
17. The system of claim 16 wherein the first and second sensors are mounted on a mobile platform.
18. The system of any one of claims 16 to 17 wherein the method comprises the step of using the estimated test value of the first AP to calibrate the accuracy of a measured test value of the first AP.
19. The system of of any one of claims 16 to 17 wherein the at least one measured test value of the second AP is a historical measured test value of the second AP, and the method comprises the step of using the predicted test value of the first AP as a future test value of the first AP for forecasting purposes, based on the historical measured test values of the second AP.
20. The system of any one of claims 16 to 19, wherein the first AP comprises NCte concentration, Cb concentration, and/or air temperature.
21. The system of any one of claims 16 to 20 wherein the second AP comprises CO concentration.
22. The system of any one of claims 16 to 21, wherein training the air quality estimation/prediction model comprises determining a trust coefficient for each time-paired training values of the first AP and second AP, wherein the trust coefficient is based on a factor that affects accuracy of measured values of either one or both the first and second APs.
23. The system of claim 22, wherein the factor comprises a speed of a first sensor for generating the first AP training values, and a speed of a second sensor for generating the second AP training values
24. The system of any one of claims 16 to 23 wherein the air quality estimation/prediction model comprises a machine learning model.
25. The system of claim 24 wherein the machine learning model comprises an artificial neural network.
26. The system of claim 25 wherein the artificial neural network comprises at least one dense layer.
27. The system of any one of claims 25 to 26 wherein the artificial neural network further comprises an input data scaling block, at least one long short-term memory block, and an output data inverse scaling block.
28. The system of any one of claims 16 to 27 wherein the air quality estimation/prediction model is periodically augmented with a measured or artificial data set.
PCT/CA2021/051086 2021-04-14 2021-08-05 Monitoring an ambient air parameter using a trained model WO2022217332A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
EP22787186.0A EP4323813A1 (en) 2021-04-14 2022-04-08 Monitoring an ambient air parameter using a trained model
CA3214847A CA3214847A1 (en) 2021-04-14 2022-04-08 Monitoring an ambient air parameter using a trained model
PCT/CA2022/050547 WO2022217342A1 (en) 2021-04-14 2022-04-08 Monitoring an ambient air parameter using a trained model
US17/718,804 US20220333940A1 (en) 2021-04-14 2022-04-12 Monitoring an ambient air parameter using a trained model

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US202163174880P 2021-04-14 2021-04-14
US63/174,880 2021-04-14

Publications (1)

Publication Number Publication Date
WO2022217332A1 true WO2022217332A1 (en) 2022-10-20

Family

ID=83639375

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CA2021/051086 WO2022217332A1 (en) 2021-04-14 2021-08-05 Monitoring an ambient air parameter using a trained model

Country Status (1)

Country Link
WO (1) WO2022217332A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2625746A (en) * 2022-12-22 2024-07-03 British Telecomm Air quality modelling and estimation methods

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106529081A (en) * 2016-12-03 2017-03-22 安徽新华学院 PM2.5 real-time level prediction method and system based on neural net
AU2020100700A4 (en) * 2020-05-05 2020-06-11 Li, Jinglin Miss A Correction Method for Gas Sensor Based on Machine Learning
CN112485319A (en) * 2020-10-19 2021-03-12 上海畅合智能技术有限公司 Atmospheric environment navigation monitoring method, information processing method and device and monitoring vehicle

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106529081A (en) * 2016-12-03 2017-03-22 安徽新华学院 PM2.5 real-time level prediction method and system based on neural net
AU2020100700A4 (en) * 2020-05-05 2020-06-11 Li, Jinglin Miss A Correction Method for Gas Sensor Based on Machine Learning
CN112485319A (en) * 2020-10-19 2021-03-12 上海畅合智能技术有限公司 Atmospheric environment navigation monitoring method, information processing method and device and monitoring vehicle

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2625746A (en) * 2022-12-22 2024-07-03 British Telecomm Air quality modelling and estimation methods

Similar Documents

Publication Publication Date Title
Marinov et al. Air quality monitoring in urban environments
Völgyesi et al. Air quality monitoring with sensormap
US9494511B2 (en) System and apparatus for measurement and mapping of pollutants
Nagle et al. Accuracy of networkwide traffic states estimated from mobile probe data
EP3143387A1 (en) Electrical methods and systems for concrete testing
CN105740991A (en) Climate change prediction method and system for fitting various climate modes based on modified BP neural network
US20220357232A1 (en) Gas leak detection system
Tian et al. Environment-adaptive calibration system for outdoor low-cost electrochemical gas sensors
US20220333940A1 (en) Monitoring an ambient air parameter using a trained model
Singh et al. Low cost IoT enabled weather station
Zhang et al. Large-eddy simulation of traffic-related air pollution at a very high resolution in a mega-city: evaluation against mobile sensors and insights for influencing factors
Lu et al. Incorporating the standstill distance and time headway distributions into freeway car-following models and an application to estimating freeway travel time reliability
WO2022217332A1 (en) Monitoring an ambient air parameter using a trained model
Bierlaire et al. Modeling route choice behavior from smartphone GPS data
Ustad et al. Zigbee based wireless air pollution monitoring system using low cost and energy efficient sensors
Zhou et al. Mobile sensing of point-source gas emissions using Bayesian inference: An empirical examination of the likelihood function
CN115907201A (en) Short-term rainfall prediction method, device and system based on bidirectional LSTM network
Mani et al. AI powered IoT based real-time air pollution monitoring and forecasting
Wang et al. Hybrid model for prediction of carbon monoxide and fine particulate matter concentrations near a road intersection
Sivasangari et al. Air pollution monitoring and prediction using multi view hybrid model
Sá et al. Two step calibration method for ozone low-cost sensor: Field experiences with the UrbanSense DCUs
Narayana et al. Eeatc: A novel calibration approach for low-cost sensors
Barthwal et al. Iot system based forecasting and modeling exceedance probability and return period of air quality using extreme value distribution
US20240192185A1 (en) Method and system for calibrating measured values for ambient air parameters using trained models
Tariq et al. Real-time gradient-aware indigenous AQI estimation IoT platform

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21936267

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21936267

Country of ref document: EP

Kind code of ref document: A1