IP Library Granted Patent US 11,422,545
Granted Patent B2
US 11,422,545 · App. 16/895,651 · Granted Aug 23, 2022

Generating a hybrid sensor to compensate for intrusive sampling

Inventors: Nianjun Zhou (Chappaqua, NY); Dharmashankar Subramanian (White Plains, NY); Wesley M Gifford (Ridgefield, CT)
Assignee: International Business Machines Corporation
G05B23/024G05B13/027G06Q50/04
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 11,422,545
App. No.
16/895,651
Granted
Aug 23, 2022
Kind
B2
Abstract

A hybrid sensor can be generated by training a machine learning model, such as a neural network, based on a training data set. The training data set can include a first time series of upstream sensor data having forward dependence to a target variable, a second time series of downstream sensor data having backward dependence to the target variable and a time series of measured target variable data associated with the target variable. The target variable has measuring frequency which is lower than the measuring frequencies associated with the upstream sensor data and the downstream sensor data. The hybrid sensor can estimate a value of the target variable at a given time, for example, during which no actual measured target variable value is available.

Claims (41)

1. A system of generating a hybrid sensor in industrial processing, comprising:

a hardware processor; and

a storage device coupled with the hardware processor;

the hardware processor configured to at least:

receive a first time series of upstream sensor data having forward dependence to a target variable;

receive a second time series of downstream sensor data having backward dependence to the target variable;

receive a time series of measured target variable data associated with the target variable, the target variable having a measuring frequency which is lower than measuring frequencies associated with the upstream sensor data and the downstream sensor data;

determine a first time window representing a lag of the forward dependence between the upstream sensor data and the target variable;

determine a second time window representing a lag of the backward dependence between the downstream sensor data and the target variable; and

train a machine learning model based on a training data set including at least the first time series of upstream sensor data in the first time window, the second time series of downstream sensor data in the second time window, and the time series of measured target variable data to estimate a value of the target variable at a given time.

2. The system of claim 1 , where in the hardware processor is further configured to create a causality relationship data structure forward linking in time the first time series of the upstream sensor data with the time series of measured target variable data, backward linking in time the second time series of the downstream sensor data with the times series of measured target variable data.

3. The system of claim 2 , wherein the upstream sensor data and the downstream sensor data are selected based on the causality relationship data structure.

4. The system of claim 1 , wherein the trained machine learning model estimates the value of the target variable at the given time, wherein based on the value of the target variable estimated for the given time, the hardware processor further controls a set point in an industrial process.

5. The system of claim 4 , wherein the industrial process includes oil sand processing, and the target variable includes a property associated with tailing.

6. The system of claim 1 , wherein the machine learning model includes an aggregation of a first neural network trained to predict the value of the target variable based on the first time series of the upstream sensor data's forward dependence, a second neural network trained to predict the value of the target variable based on the second time series of the downstream sensor data's backward dependence, and a third neural network trained to predict the value of the target variable based on the times series of measured target variable data.

7. The system of claim 6 , wherein a measured target variable's report time has a delay from the target variable's harvest time, and the training data set including the time series of measured target variable data includes data of the measured target variable determined at report time shifted to the measured target variable's corresponding harvest time, wherein the machine learning model at runtime estimates the value of the target variable at the given time without the delay.

8. The system of claim 1 , wherein the first time series of upstream sensor data includes a multi-dimensional time series data and the second time series of downstream sensor data includes a multi-dimensional time series data.

9. The system of claim 1 , wherein the machine learning model includes a neural network model.

10. A computer program product comprising a computer readable storage medium having program instructions embodied therewith, the program instructions executable by a device to cause the device to:

receive a first time series of upstream sensor data having forward dependence to a target variable;

receive a second time series of downstream sensor data having backward dependence to the target variable;

receive a time series of measured target variable data associated with the target variable, the target variable having a measuring frequency which is lower than measuring frequencies associated with the upstream sensor data and the downstream sensor data;

determine a first time window representing a lag of the forward dependence between the upstream sensor data and the target variable;

determine a second time window representing a lag of the backward dependence between the downstream sensor data and the target variable; and

train a machine learning model based on a training data set including at least the first time series of upstream sensor data in the first time window, the second time series of downstream sensor data in the second time window, and the time series of measured target variable data to estimate a value of the target variable at a given time.

11. The computer program product of claim 10 , wherein the device is further caused to create a causality relationship data structure forward linking in time the first time series of the upstream sensor data with the time series of measured target variable data, and backward linking in time the second time series of the downstream sensor data with the times series of measured target variable data.

12. The computer program product of claim 11 , wherein the upstream sensor data and the downstream sensor data are selected based on the causality relationship data structure.

13. The computer program product of claim 10 , wherein the trained machine learning model estimates the value of the target variable at the given time, wherein based on the value of the target variable estimated for the given time, the hardware processor further controls a set point in an industrial process.

14. The computer program product of claim 13 , wherein the industrial process includes oil sand processing, and the target variable includes a property associated with tailing.

15. The computer program product of claim 10 , wherein the machine learning model includes an aggregation of a first neural network trained to predict the value of the target variable based on the first time series of the upstream sensor data's forward dependence, a second neural network trained to predict the value of the target variable based on the second time series of the downstream sensor data's backward dependence, and a third neural network trained to predict the value of the target variable based on the times series of measured target variable data.

16. The computer program product of claim 15 , wherein a measured target variable's report time has a delay from the target variable's harvest time, and the training data set including the time series of measured target variable data includes data of the measured target variable determined at report time shifted to the measured target variable's corresponding harvest time, wherein the machine learning model at runtime estimates the value of the target variable at the given time without the delay.

17. The computer program product of claim 10 , wherein the first time series of upstream sensor data includes a multi-dimensional time series data and the second time series of downstream sensor data includes a multi-dimensional time series data.

18. The system of claim 1 , wherein the machine learning model includes a neural network model.

19. A method of generating a hybrid sensor in industrial processing, comprising:

receiving a first time series of upstream sensor data having forward dependence to a target variable;

receiving a second time series of downstream sensor data having backward dependence to the target variable;

receiving a time series of measured target variable data associated with the target variable, the target variable having a measuring frequency which is lower than measuring frequencies associated with the upstream sensor data and the downstream sensor data;

determining a first time window representing a lag of the forward dependence between the upstream sensor data and the target variable;

determining a second time window representing a lag of the backward dependence between the downstream sensor data and the target variable; and

training a machine learning model based on a training data set including at least the first time series of upstream sensor data in the first time window, the second time series of downstream sensor data in the second time window, and the time series of measured target variable data to estimate a value of the target variable at a given time.

20. The method of claim 19 , wherein the first time series of upstream sensor data includes a multi-dimensional time series data and the second time series of downstream sensor data includes a multi-dimensional time series data, and wherein the machine learning model includes a neural network model.

Assignments (1)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jun 8, 2020
From: ZHOU, NIANJUN; SUBRAMANIAN, DHARMASHANKAR; GIFFORD, WESLEY M
To: INTERNATIONAL BUSINESS MACHINES CORPORATION
Reel/Frame 052868/0350 →
Continuity (1)
Related Publication 20210382469A1 · Dec 9, 2021