NONPARAMETRIC GLUCOSE PREDICTORS

Information

  • Patent Application
  • 20220202323
  • Publication Number
    20220202323
  • Date Filed
    December 22, 2021
    2 years ago
  • Date Published
    June 30, 2022
    a year ago
Abstract
A method of predicting future blood glucose concentrations of an individual patient includes: identifying an individualized linear black box model of glucose-insulin by estimating a plurality of impulse response functions each accounting for an input-output relation of a plurality of individualized patient data sets, the impulse response functions being functions in a Reproducing Kernel Hilbert Space (RKHS); and applying a linear predicting technique to the selected model using the identified impulse response functions to obtain a predicted blood glucose concentration of the individual patient at a future time.
Description
BACKGROUND

The autoimmune metabolic disease called type-1 diabetes (T1D) is characterized by the destruction of the pancreatic beta-cells, responsible for insulin production. The consequent inability to produce insulin, a crucial hormone in glucose homeostasis, is associated with anomalous blood glucose (BG) levels in the body. To keep BG in a safe range, T1D patients need to administer themselves insulin through external infusions. High glucose levels in the body, which could lead to several complications on the long term, can be caused by insufficient insulin administration. Conversely, hypoglycemia (BG less than 70 mg/dL) represents an immediate threat for subject's life, and it can be caused by an insulin over-treatment.


T1D management can be considerably improved by accurate predictions of future glucose levels, and by the design of specific alarm systems through which upcoming critical situations can be detected and prevented. Another promising advancement in T1D management is the so-called artificial pancreas (AP), a system that uses closed-loop control (CLC) algorithms to automatically modulate the insulin infusion, and references therein: several control algorithms for AP leverage predictive models, including the model predictive control (MPC).


The key component of both predictive alert systems and AP is the mathematical model used to describe glucose dynamics, which must be able to deal with inter- and intra-subject variability: the glucose response to insulin and meal is different in every person, and even in the same patient changes over time. This issue can be addressed by learning and updating patient-specific models of the glucose-insulin dynamics and using them to design individualized predictive alert algorithms, or to personalize the model-based CLC algorithm of an AP system.


SUMMARY

In one aspect, systems and methods are described herein that use black-box model-learning algorithms to produce a description of a patient-specific glucose-insulin system that could be integrated, for example, into glucose prediction and control algorithms. In some embodiments a linear time-invariant model is employed. The selection of such a model has a number of advantages. First, for this class of models, the parameters estimation algorithms have been deeply studied in the literature, making available powerful convergence results and statistical properties analysis. Second, these models can be used to generate predictions simply by resorting to well-established and computationally convenient techniques such as the Kalman filter. Third, they are well suited for model-based control schemes such as model predictive control MPC), providing computationally parsimonious implementation. Finally, although the metabolic physiology is non-linear, various experiments (both in-silico and in-vivo) indicate that a linear approximation may suffice to capture the dynamic features essential for a successful control design.


Besides classical parametric models (ARX, ARMAX, ARIMAX, Box-Jenkins) identified using the prediction error method (PEM), in some embodiments a newly emerging paradigm for linear black-box model identification, the non-parametric approach, may be used. This approach has been shown in a preliminary assessment to exhibit superior prediction performance with respect to traditional identification methods on glucose-insulin data in a preliminary assessment.


In yet other embodiments of the systems and techniques described herein, the various degrees of freedom available in the parametric approaches may be used to assess their impact. In particular, a comparison is made between various system parametrizations, various model-order selection criteria, and different parameters estimation methods. The assessment of the various model-learning techniques is performed employing a large experimental dataset collected on a population of 11 T1D individuals using an AP system 24/7 for 5 months. The results show that in some cases non-parametric linear model-learning provides a statistically significant improvement with respect to the parametric approach.


In one particular aspect, a method of predicting future blood glucose concentrations of an individual patient is provided. The method includes: identifying an individualized linear black box model of glucose-insulin by estimating a plurality of impulse response functions each accounting for an input-output relation of a plurality of individualized patient data sets, the impulse response functions being functions in a Reproducing Kernel Hilbert Space (RKHS); and applying a linear predicting technique to the selected model using the identified impulse response functions to obtain a predicted blood glucose concentration of the individual patient at a future time.


In an embodiment of this particular aspect, the linear predicting technique is a Kalman filter.


In another embodiment of this particular aspect, the individualized linear black box model is a time-invariant model.


In another embodiment of this particular aspect, the plurality of individualized input patent data sets includes a data set of previous glucose levels over time for the individual patient, a meal intake data for the individual patient and exogenous insulin delivered to the individual patient over time.


In another embodiment of this particular aspect, 5 pre-processing of the meal intake data and the exogenous insulin that is delivered is performed to decouple the meal intake data from the exogenous insulin that is delivered so that the meal intake data and the exogenous insulin that is delivered are not linearly dependent on one another.


In another embodiment of this particular aspect, the data set of previous glucose levels over time for the individual patient is provided by a continuous glucose monitor.


In another embodiment of this particular aspect, a Stable-Spline Kernel is selected for a kernel of the RKHS.


In another embodiment of this particular aspect, kernel hyperparameters are estimated using maximum marginal likelihood or cross-validation.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is flowchart illustrating at a high level the steps involved in the individualized model-based prediction scheme described herein.



FIGS. 2a and 2b show insulin input data signals before and after being transformed to reduce collinearity, respectively.



FIG. 3 shows the CondNum index (a diagnostic for collinearity) of the training-set matrix that needs to be inverted for model identification for four different cases.



FIG. 4 shows an example of input training data after undergoing preprocessing.



FIGS. 5a-5d show a coefficient of determination metric (COD) to compare a parametric model vs. a non-parametric model for four different prediction horizons.



FIGS. 6a and 6b show the COD metric and the root mean squared error (RMSE) metric, respectively, comparing the performance achieved by a CGM-only model, a parametric model identified using insulin and meal data and a non-parametric model with inputs





DETAILED DESCRIPTION
I. Introduction

Several different glucose-insulin models have been proposed in the literature. According to a high-level classification, these models can be divided in white-box vs. black-box. White-box models are based on mechanistic/semimechanistic description of the physiological processes undergoing in the metabolic system. Their complexity, i.e., number of equations and model parameters, varies greatly depending on the model purpose: “minimal models”, are parsimonious approximate descriptions designed to ensure parameters identifiability in special experimental conditions (e.g., oral glucose tolerance test), while “maximal models” are large-scale models with several equations and parameters mainly designed for simulating in-silico trials. Both minimal and maximal physiological models present some issues when used for model-based glucose prediction or model-based control: minimal models are often too rigid to provide adequate data prediction, while maximal models are normally hard to identify and, hence, present limited effectiveness in dealing with intra- and inter-patient variability. Furthermore, physiological models are non-linear, making the model-based computation of predictions and their use in control algorithms non-trivial, often resulting in computationally expensive algorithms. For these reasons, large efforts have been concentrated in exploring black-box models, which do not describe any physiological process and are simply data driven. In the glucose mathematical modeling literature, several data-driven approaches have been proposed so far, either using classical linear models derived with system identification methods, or with non-linear models obtained using machine learning (ML) strategies or deep learning (DL) techniques. Despite several options having been considered, no algorithm has clearly and significantly outperformed the others in terms of prediction accuracy.



FIG. 1 is flowchart illustrating at a high level the steps involved in the individualized model-based prediction scheme described herein. As shown, the first step 10 in the scheme selects a suitable model structure from among the various available options described above. In the present case the selected model is an individualized linear black-box model of glucose-insulin regulation. As described below, the selected model has model parameters that can be individualized from easily accessible patient logs, such as carbohydrate intake and insulin infusion data, to mimic an individual specific physiology.


In the second step 20 of the prediction scheme shown in FIG. 1 selected ones of the model parameters that are to be personalized for an individual patient are estimated using a nonparametric estimation technique. In one embodiment the parameter estimation technique that is used employs a support vector regression approach, a Gaussian regression approach and a Tikhonov regularization approach. Next, in the third step 30 the obtained personalized model is used within a prediction scheme based, for example, on a linear prediction scheme such as a Kalman filter.


II. Experimental Data

A. Experimental Arrangement


Data were collected during a multicenter clinical trial (www.clinicaltrials.gov: NCT02137512) aimed to assess the feasibility of a long-term closed-loop control (CLC) algorithm within an automated insulin delivery system, namely the Diabetes Assistant (DiAs) developed at the University of Virginia. The study and all experimental procedures were approved by each Institutional or Independent Review Boards, and were overseen by independent Data and Safety Monitoring Boards. Fourteen individuals affected by T1D participated to a 5-month trial testing 24/7 the use of the DiAs system. Glucose data were recorded using a DexCom G4 sensor (DexCom, Inc., San Diego, Calif., USA) with a sample time of 5 min, whereas insulin was infused with a Roche Accu-Check Spirit Combo insulin pump (Roche Diabetes Care, Inc., Indianapolis, Ind., USA). These two off-the-shelf diabetes devices used low energy Bluetooth to communicate with the principal system component, a platform based on an Android smartphone.


Additional details concerning the data may be found in B. Kovatchev et al., “Feasibility of Long-Term Closed-Loop Control: A Multicenter 6-Month Trial of 24/7 Automated Insulin Delivery,” Diabetes Technology and Therapeutics, vol. 19, no. 1, pp. 18-24, 2017. For present purposes a few details concerning the T1D patient therapy are highlighted below and a suitable notation is introduced.


Individuals were instructed to manually deliver a proper amount of insulin for all meals, by inserting in the system all carbohydrate (CHO) intake. We will refer to this manually recorded signal as “meal signal”, m(k). As far as insulin is concerned, at every time step k, the system injected an insulin dose i(k) that can be seen as the sum of two components:






i(k)=iST(k)+ΔiCL(k),


where iST(k) is the insulin prescribed by the standard T1D therapy for patients not using an AP system, and ΔiCL(k) is the real-time insulin correction computed by the CLC algorithm. The insulin iST(k) can be further decomposed as iST(k)=Ib+iB(k), where Ib is the amount of insulin that should be injected in order to maintain BG stable during fasting periods (known as basal insulin, a piece-wise constant signal), while iB (k) is the insulin administered at meal-time to mitigate postprandial peak (known as meal bolus). Specifically, at meal time:














i
ST



(
k
)


=




I
b

+


i
B



(
k
)









=




I
b

+



m


(
k
)


ICR





i
M



(
k
)




+





g


(
k
)


-

G
target


CF

-

iob


(
k
)







i
Corr



(
k
)












(
2
)







where m(k) is the estimated amount of CHO to be consumed, g(k) the recorded glucose level, and Gtarget the BG target. ICR and CF are known as insulin-to-carbohydrate ratio and correction factor, respectively. These two patient-specific numbers, suggested by a clinician, refer to how much insulin is needed to cover a specific amount of carbohydrates, and how much insulin is needed to lower the BG by 1 mg/dL, respectively. Finally, the insulin on board, iob(k), refers to how much insulin from recently delivered boluses is still present in the body.


Note that iM (k) is known as meal-centric bolus component, and aims to provide the insulin coverage of the ingested CHO, while the remaining part, iCorr(k), is the so-called corrective component, that contains a manual insulin correction to compensate for high-glucose levels at meal time, or to take into account of still working insulin in the body.


B. Data Preprocessing


In this section, we illustrate the preprocessing steps performed on the trial data and aimed at obtaining three signals equally sampled at TS=5 min without missing values, describing insulin-related information, i(k), carbohydrates intake, m(k), and CGM measured glucose, g(k).


Glucose and insulin data were collected from different devices, while meals were manually logged by the subjects: the related time series were thus slightly unsynchronized and contained missing values.


To enforce synchronization, all signals were aligned to the same time grid. Then, we considered the missing data. First, patients which had more than 20% of missing data were discarded, resulting in the exclusion of two subjects. On the remaining data, incomplete data portions lasting more than 30 min were discarded, while shorter gaps were interpolated. The interpolation strategy depends on whether the gap occurred in training or test data, as discussed in the following. Finally, a data portion of 14 consecutive days was searched and found in the remaining patients except for one, resulting in a total of three excluded subjects.


For each of the 11 retained subjects, the previously identified 14-day data portion was split in two parts: the first 7 days were used for model training (training-set) while the subsequent 7 days to assess the prediction performance (test-set) on independent data.


The insulin i(k) and meal m(k) signals, both available in our arrangement, strongly affect BG level g(k). For this reason, we consider them as input to a model having glucose g(k) as output. Furthermore, their physiological impact on glucose is very different: insulin injections decrease BG while CHO assumptions increase it. This suggests that these two signals convey very different information and therefore it is important to have both of them as inputs for accurate prediction of future BG levels. However, these two inputs are very similar to one another, as illustrated in FIG. 2a, since every CHO consumption is associated to an insulin bolus, dominated by the meal-centric component (see equation 2) and thus almost linearly proportional to m(k). Intuitively, it is clear how this poses a major challenge for black-box model-learning approaches: in the training data there are only instances where both signals increase simultaneously, making it difficult for the model-learning method to infer from the data the role of each input without any physiological prior information. This fact was previously noticed and reported in relation to linear models. In statistical learning and system identification this phenomenon is a known problem called input collinearity. More specifically, a crucial step in several identification procedures is the inversion of a matrix D built from the training data, that in our case will contain insulin and meal values: the computation of the inverse of a matrix containing collinear signals is prone to large numerical errors. Collinearity can be quantified by the condition number of this matrix, CondNum(D), an index that measures how sensitive a function is to changes or errors in the input, and in our case it can be used as a diagnostic for collinearity.


The condition number of D is defined as






CondNum




(
D
)

=



σ
max



(
D
)




σ
min



(
D
)




,





where σmax(D) and σmin(D) are, respectively, the maximum and minimum singular values of D. If the condition number is at most slightly larger than one, the matrix is well-conditioned, which means that its inverse can be computed with good accuracy. If the condition number is very large, then the matrix is said to be ill-conditioned: practically, such a matrix is almost singular, and the computation of its inverse is prone to large numerical errors. A matrix that is not invertible has condition number equal to infinity.


In our case, with the collinearity of inputs we can have an ill-conditioned matrix: this can lead to a very large CondNum, and hence to a low accurate matrix inversion. To address this issue, in some embodiments an input transformation may be used to mitigate the collinearity, which decouples the two input signals while keeping their interpretability. The new signals are defined as:









i
*



(
k
)


=


i


(
k
)


-

(


I
b

+


m


(
k
)


ICR


)



,







m
*



(
k
)


=


m


(
k
)


-

m
¯



,




where m is the sample mean of the signal m(k) computed on the training set. In this way, the transformed insulin signal, i*(k), contains only the information that is not strictly related to a carbohydrate assumption (see FIG. 2b): the corrective component of the insulin bolus, iCorr(k), and the real-time insulin correction computed by the CLC algorithm, ΔiCL(k).


The proposed transformation results in a significant reduction in the condition number of the matrices to be inverted in parametric and non-parametric identification algorithms, thus proving its efficacy in reducing collinearity. FIG. 3 shows the CondNum of the training-set matrix that need to be inverted for model identification, in 4 different cases: using the new input transformation (input transf) or not (state-of-art mean scale), with a parametric (P) or a non-parametric (NP) identification technique. As we can see, the input transformation significantly lowers the CondNum, leading to a more well-conditioned inversion problem: we obtained an improvement of about 80% and 87% with, respectively, the parametric and the non-parametric approach.


Once again for numerical stability reasons, it is important that the units of measurement are chosen so that signals values span similar ranges. In our case, this is done using [g/min] and [U/h] for meal and insulin information, respectively, while CGM readings are expressed in [mg/dL]. Finally, as per standard system identification pipeline, the glucose g(k) signal is processed by mean scaling, i.e. removing an estimate of its mean:






g*(k)=g(k)−g.


with g being the sample mean computed on the training-set.


To avoid a cumbersome notation, in the following we will denote the preprocessed data used in the identification process simply as g(k), i(k), and m(k), dropping the *. Finally, FIG. 4 shows an example of data, specifically the training-set used for the identification of the subject #1 after the abovementioned preprocessing steps.


The entire training-set is available during model training, that we envision retrospectively performed on previously collected patient data. On the other hand, glucose prediction should be performed in real-time. As a consequence, not all the test-set should be considered known when predicting glucose at time k. In particular, the sample mean of inputs and output computed on the entire test-set cannot be used as a real-time preprocessing. Instead, in the above preprocessing we subtract both training and test data the mean values of the signals computed on the training-set.


Similarly, third-order spline interpolation was used to fill data gaps of less than 30 minutes in the training-set but, since this technique is non-causal, it cannot be used in the test-set. Instead, zero-order hold was used on test data as it is applicable in real-time.


III. Identification Techniques

As anticipated above, one aspect of the systems and techniques described herein identifies linear time-invariant black-box Multi-Input-Single-Output (MISO) models that have as inputs the (transformed) insulin i(k) and meal information m(k), and as output the glucose level g(k). This amounts to identify system transfer function or, equivalently, the system impulse response. To do so, two different approaches are considered: parametric and non-parametric strategies.


A. Parametric Approach

The parametric approach restricts the search of the system dynamics to a finite-dimensional set of transfer functions parametrized by a parameters vector:






g(k)=G1(z−1,θ)i(k−nk1)+G2(z−1,θ)m(k−nk2)++H(z−1,θ)e(k),  (5)


where G1(z−1, θ) and G2 (z−1, θ) are discrete-time transfer functions parametrized by θ, and where the parameters nk1, nk2 have been introduced to capture the physiological delays in the inputs action. The output is also corrupted by a colored noise, obtained filtering a white zero-mean noise e(k) through the transfer function H(z−1,θ). Commonly used parametrization are auto regressive with exogenous input (ARX), auto regressive moving average with exogenous input (ARMAX), auto regressive integrated moving average with exogenous input (ARIMAX), and Box-Jenkins (BJ), listed in increasing order of generality.


The first degree of freedom in the parametric identification pipeline is therefore the choice of a suitable model class: in this work we considered all the above listed options. Another choice that has to be addressed in the identification pipeline is the model complexity, i.e., the number of parameters that have to be estimated (model order). Details on this step are described below.


Finally, the model parameters have to be estimated: the state-of-art approach is the prediction error method (PEM), where the parameter vector is found so as to minimize the 1-step ahead prediction error committed by the associated predictor ĝ(k|k−1,θ). However, in this work we also considered the option of minimizing the prediction error at other prediction horizon (PH):








θ
^

PH

=



arg

min

θ



1
N





1
N




(


g


(
k
)


-


g
^



(


k


k
-
PH


,
θ

)



)

2







where PH is a generic prediction horizon, ĝ(k|k−PH,θ) is the PH-step ahead predictor parametrized by θ, and N is the number of available data.


Model order selection is performed considering two well-known parsimony criteria, the Akaike Information Criterion (AIC), and the Bayesian Information Criterion (BIC). Moreover, for this task we performed also a 7-fold Cross-Validation (CV): for each round of CV we partitioned seven times the data into complementary subsets: 6 days of data were used to train the model, and the remaining day was used to assess the model performance.


Note that exploring all possible orders combinations would have led to a computationally unfeasible analysis: indeed, preliminary studies on an in-silico population, or on real data, showed that a systematic exploration could lead only to a very little improvement in terms of prediction accuracy. For this reason, we forced all the polynomials orders to be equal. We tested orders ranging from 1 to 20 for ARX, ARMAX and ARIMAX parametrizations, whereas from 1 to 15 using BJ models.


The two delays were fixed to physiological values, i.e., nk1=9 step and nk2=3 step, corresponding to 45 min and 15 min.


B. Non-Parametric Approach

Let us now consider that the 1-step ahead predictor can be written as:






ĝ(k|k−1,θ)=h1*i(k)+h2*m(k)+h3*g(k),


where * represents the convolution between two signals, whereas h1, h2, and h3 are impulse responses related to the insulin, meal, and glucose signal, respectively. These functions are unknown, and they have to be estimated from noisy measurements. The estimation of these unknown responses can be performed by solving an optimization problem in an infinite-dimensional functional space given by a reproducing kernel Hilbert space (RKHS). The kernel of the RKHS should reflect the properties of the functions to be estimated and its choice is a key point in the non-parametric approaches. Indeed, it can incorporate useful prior knowledge, e.g. smoothness; moreover, the trade-off between data fit and regularity of the estimate can be properly handled by the estimate of the kernel's unknown parameters. In order to incorporate within the kernel the stability of the predictor's impulse responses, in this study we used the Stable-Spline kernel (SSK), proposed in G. Pillonetto, A. Chiuso, and G. De Nicolao, “Predictor estimation via Gaussian regression,” Proceedings of the IEEE Conference on Decision and Control, pp. 744-749, 2008 and G. Pillonetto and G. De Nicolao, “A new kernel-based approach for linear system identification,” Automatica, vol. 46, no. 1, pp. 81-93, 2010, which are incorporated by reference herein in their entirety. Using this approach, a generic Stable-Spline impulse response fSSK is seen as a realization of a zero-mean Gaussian random process, whose covariance specify the SSK kernel, and can be written as










Cov


(



f
SSK



(
k
)


,


f
SSK



(
l
)



)


=



λ
2



K


(

k
,
l

)



=


λ
2



(




e

-

β


(

k
+
l

)






e

-


β

max



(

k
,
l

)





2

-


e


-
3




β

max



(

k
,
l

)




6


)















where k,l=1,2, . . . , ∞, β, and λ>0. Let now define Kh1, Kh2, and Kh3 as the SSK of h1, h2, and h3 respectively, and let custom-characterh1, custom-characterh2, and custom-characterh3 denote the RKHS of deterministic functions on custom-character associated with Kh1, Kh2, and Kh3 (with norms denoted by

















h
1



,









h
2



,

and














h
3





)

.




The Stable-Spline estimators custom-character, custom-character, and custom-character are obtained from the solution of the following Tikhonov-type problem










(



h
1

^

,


h
2

^

,


h
3

^


)

=


argmin



h
1





h
1



,


h
2





h
2



,


h
3





h
3







{








g
+

-

Ah
1

-

Bh
2

-

Ch
3




2

++



γ

h
1







h
1






h
1


2


+


γ

h
2







h
2






h
2


2


+


γ

h
3







h
3






h
3


2



}






(
9
)












[
A
]

kl

=

i


(

k
-
l

)



,







[
B
]

kl

=

m


(

k
-
l

)



,






[
C
]

kl

=

g


(

k
-
l

)




















k
=
1

,
2
,





,

,





l
=
1

,
2
,





,
n















g
+

=


[




g
1




g
2







g
n




]

T













where ∥⋅∥ is the Euclidian norm, γh12h12, γh32h32, and g+ is a vector containing n CGM data with n being the number of future samples considered in the identification procedure. Note that, to make practically implementable the above strategy, the infinitely long impulse responses are approximated by truncation after Npred samples.


Note also that from (equation 12) the covariances of the impulse responses h1, h2, and h3 include the parameters βh1, βh2, and βh3, respectively. We can therefore define the hyperparameters of our problem (βh1, βh2, βh3, λh1, λh2, λh3, and σ), that have to be properly tuned before to the solution of the Tikhonov problem (equation 13). By assuming known the hyperparameters, the solution of (equation 13) is given by









h
1

^

=


λ

h
1

2



K

h
1




A
T


ϕ


,







h
2

^

=


λ

h
2

2



K

h
2




B
T


ϕ


,







h
3

^

=


λ

h
3

2



K

h
3




C
T


ϕ


,





ϕ
=



(



λ

h
1

2


A


K

h
1




A
T


+


λ

h
2

2


B


K

h
2





B
T

++



λ

h
3

2


C


K

h
3




C
T


+


σ
2



I
n



)


-
1




g
+



,




where In is the n×n identity matrix. Regarding the hyperparameters (denoted by ζ), we estimated them via maximum marginal likelihood:








ζ
^

=



arg

min

ζ



(

J


(


g
+

,
ζ

)


)



,






J


(


g
+

,
ζ

)


=



1
2


ln






(

det




[

2





π






V


[

g
+

]



]

)


+


1
2




(

g
+

)

T




(

V


[

g
+

]


)


-
1




g
+




,






V


[

g
+

]


=



λ

h
1

2


A


K

h
1




A
T


+


λ

h
2

2


B


K

h
2





B
T

++



λ

h
3

2



CK

h
3




C
T


+


σ
2



I
n




,




where J is the opposite log-marginal likelihood of g+.


Let us now make a parallelism with the state-of-art parametric approach. The choice of the kernel might be seen as the logical counterpart of the model's class selection. Whereas the estimation of the kernel hyperparameters can be seen as the counterpart of the model-order selection and can be performed by well-established criteria such as maximum marginal likelihood or cross validation. The major advantage of kernel-based identification is its flexibility: on one side, the parametric model selection forced the choice of a finite and integer number of parameters; whereas, on the other side, the non-parametric strategy uses a fine tuning of regularization parameters by means of well-established criteria. In addition, the SSK contains only two unknown parameters, namely the variance of the impulse response at time zero and its decay rate to zero. Therefore, it is only required to solve a non-linear optimization problem in a low-dimensional space (2 hyperparameters for each of the 3 impulse responses).


The non-parametric approach was implemented in two different ways. On one hand, we considered the Matlab built-in function. This option treats the problem as a regularized parametric approach, considering models of very high order and adding to the standard PEM cost function a regularization term representing a suitable prior on the unknown coefficients, so that overfitting is avoided. As a suitable prior, we adopted the Stable-Spline kernel. On the other hand, we implemented ad-hoc all the passages we have just presented.


IV. Evaluation Metrics

To assess the prediction accuracy of the identified models, we compared the prediction of future CGM values against its actual measured value. Different prediction horizons (PH) were considered.


Let us denote with ĝ(k|k−PH) the PH-step ahead prediction of a model, i.e., the prediction obtained by using past glucose values up to time k−PH, g(k−PH), g(k−PH−1), . . . , and inputs up to time k, i(k), i(k−1), . . . , m(k), m(k−1), . . . The two signals, g(k) and ĝ(k|k−PH), were compared using three different metrics, namely root mean squared error (RMSE), coefficient of determination (COD), and time gain (TG), commonly used in system identification.







RMSE


(
PH
)


=


1

N








g


(
k
)


-


g
^



(

k


k
-
PH


)





2






where ∥x(k)∥2 denotes the custom-character2 norm of the signal x(k), namely √{square root over (Σ1N×(k)2)}, N being the number of samples in the trace.


The metric COD is defined as






COD



(
PH
)

=

1

0

0


(

1
-






g


(
k
)


-


g
^



(

k


k
-
PH


)





2
2






g


(
k
)


-

g
¯




2
2



)







where g is the sample mean of the glucose signal. COD is based on the ratio between the mean squared prediction error (MSE) ∥g(k)−ĝ(k|k−PH)∥22, i.e., the sample variance of the prediction error, and the sample variance of the signal ∥g(k)−g22. This normalization accounts for the fact that signals with larger variance are expected to produce larger prediction errors. When RMSE=0 then COD achieves its maximum possible value, COD=100%; when the RMSE equals the signal sample variance then COD=0%; if the norm of the error increases further, COD becomes negative.


Furthermore, we considered the time gain (TG) granted by the prediction as





TG(PH)=PH−delay(PH),


where the delay between the original and the predicted profiles is quantified by the temporal shift τ that maximizes the cross-correlation (crossCorr), a measure of similarity between g and a shifted version of ĝ:











delay


(
PH
)


=


argmax
τ



crossCorrg


(
k
)




,



g
^



(

k


k
-

P

H



)


τ





(
15
)







The higher the TG, the more useful the prediction.


To compare the accuracy metrics among different complexity criteria an analysis of variance (ANOVA) was performed. The Kruskal-Wallis test was used in place of the ANOVA when one of the analyzed distributions was found non-normal by a Lilliefors test. A paired t-test was performed to compare parametric vs. non-parametric models.


All p-values reported are two-tailed and considered statistically significant when <0.05.


V. Results

Starting from the parametric approach, the first degree of freedom assessed is the choice of the model order. The prediction performances of various order selection criteria, for all classes of the parametric models, are reported in Table 1. Specifically, median and the interquartile range (IQR) of RMSE are reported for different prediction horizons (PH).


Besides considering patient-specific model complexity, achieved by individualizing the model order with AIC, BIC or CV, in Table 1 we also considered the use of population order (PopOrd) for all patients: the model complexity is not individualized while the model parameters are individual specific. This option accelerates model identification in a subject by removing the model-order selection step.


No significant differences between the considered complexity methods are found. This is in line with results that compared the same degrees of freedom using simulated data. In view of this, we decided to use a population order (PopOrd) for the remainder of the analysis. Table 1 shows also the median and IQR of the selected orders: BIC selected the lowest orders, as expected being BIC one of the most conservative parsimony criterion; CV selected the highest orders. Population orders (PopOrd) provides a trade-off between these two ends.









TABLE 1







Comparison of complexity criteria for


different parametric approaches.


Median [IQR] prediction performance


as RMSE [mg/dL] for different prediction


horizons, associated with respective p-values,


along with the median [IQR] of the


selected orders












[min]
30
60
90
120
Order










a) ARX












PopOrd
18.2 [2.9]
31.4 [5.6]
39.6 [5.5]
44.2 [5.4]
13


CV
18.2 [2.9]
31.3 [5.5]
39.7 [5]
43.9 [5.1]
18 [5.5]


BIC
18.4 [3]
30.9 [6.5]
40.4 [4.5]
45.0 [5.5]
4 [1]


AIC
18.1 [3]
31.1 [5.4]
39.9 [4.9]
43.9 [4.8]
8 [11]


p-value
0.98
0.98
0.95
0.96








b) ARMAX












PopOrd
18.1 [3.2]
31.2 [6.7]
39.3 [6.4]
43.5[9.1]
11


CV
18.5 [3]
31.8 [6.4]
40.0 [5.4]
43.1 [7.6]
18 [4]


BIC
18.2 [2.9]
30.9 [6]
39.3 [5.4]
43.5 [5.5]
2 [1]


AIC
18.4 [4.4]
30.9 [7.1]
40.4 [5.4]
43.6 [8]
4 [6]


p-value
0.85
0.97
0.99
0.99








c) ARIMAX












PopOrd
18.3 [2.4]
31.8 [5.5]
40.3 [3.3]
46.4 [3.8]
11


CV
18.6 [3]
31.9 [6.5]
41.4 [5.5]
45.2 [6.5]
18 [7]


BIC
18.8 [3.6]
34.1 [7.7]
43.8 [9.4]
50.4 [11.5]
1 [3]


AIC
18.3 [2.5]
31.5 [5.7]
40.5 [4.7]
44.0 [4.5]
6 [6]


p-value
0.82
0.55
0.19
0.07








d) BJ












PopOrd
18.5 [3]
30.7 [5.9]
38.1 [5.9]
42.7 [7.5]
7


CV
18.0 [5.2]
30.8 [8.9]
40.5 [7.7]
42.7 [8]
13 [2.5]


BIC
18.5 [3.2]
31.0 [6.1]
39.8 [5.7]
43.0 [5]
2 [0]


AIC
18.4 [3.3]
31.0 [6.5]
39.1 [5.8]
43.1 [5.7]
4 [3.5]


p-value
0.99
0.99
0.99
0.99









Table II reports the prediction performance of all considered models for a 60-min ahead prediction horizon. All the considerations drawn in this case remain valid for other prediction horizons presented in Table IV. For baseline comparison, besides individualized models obtained with parametric and non-parametric approaches, we also report the performance of population models, i.e., universal models identified on the data of all subjects, with parametric and non-parametric approaches.









TABLE II







MODEL TYPE













CLASS
RMSE [mg/dL]
COD [%]
TG [min]



















PARAMETRIC
POPULATION

ARX
35.5
51.5
15






[7.6]
[12.7]
[5]





ARMAX
34.9
52.3
15






[7.8]
[12.6]
[4]





ARIMAX
35.9
50.2
10






[7.9]
[13]
[4]





BJ
34.1
53  
20






[8.8]
[16.8]
[5]



INDIVIDUALIZED
PEM
ARX
31.4
55.7
15






[5.6]
[13.1]
[9]





ARMAX
31.2
53.5
15






[6.7]
[10.4]
[5]





ARIMAX
31.8
51.6
10






[5.5]
[19.3]
[5]





BJ
31.7
55.4
20






[5.9]
[20.2]
[9]




PH-
ARX
33.9
54.6
15




step

[7.2]
[8.7]
[13]





ARMAX
34.8
52.5
20






[7.2]
[16.4]
[10]





ARIMAX
34.8
51.8
15






[8.5]
[13.6]
[10]





BJ
36.1
41.1
15






[6.8]
[39.9]
[9]


NON-
POPULATION

Matlab
32.0
52.3
15


PARAMETRIC



[5.3]
[17.6]
[4]





Ad-hoc
31.4
52.6
15





implementation
[5.5]
[16.6]
[5]



INDIVIDUALIZED

Matlab
31.7
53.2
20






[4.7]
[15.9]
[10]





Ad-hoc
29.8
57.4
20





implementation
[5.9]
[12]
[9]









The first thing shown by Table II is that parametric population predictors are systematically outperformed by their individualized counterparts: the best median RMSE achieved by population models is about 34.1 mg/dL, while for individualized models RMSE is always lower than 32 mg/dL. This confirms that inter-patient variability impacts severely on population models' efficacy.


Comparing the parametric models with respect to the parameter estimation method, we can see that the predictors identified by minimizing the 60-min prediction error achieve similar or slightly worse performance compared to models selected with PEM. This is in line with the theory stating that PEM is optimal in a suitable statistical sense.


Regarding model class, the last degree of freedom of the parametric approaches, no significant difference can be found in RMSE or COD between ARX, ARMAX, ARIMAX, or BJ, in line with results previously obtained. Nonetheless, BJ provides superior TG, median of 20 min, with respect to the other model classes.


Finally, Table II shows that the best prediction performance is achieved by the non-parametric approach, in particular by the ad-hoc implementation achieving a median RMSE of about 29.8 mg/dL and a median COD of about 57.4%. This implementation slightly outperforms the Matlab standard function. The improvement is achieved while providing the same time gain (median TG=20 min) offered by BJ models, the most effective among the parametric models. This conclusion if further supported by FIGS. 5a-5d, which compare a parametric model (specifically BJ) to a non-parametric one (ad-hoc implementation). The upper panel of the figures report the boxplots of COD achieved by the two methods in the population for PH=30, 60, 90, and 120 min. Non-parametric models provide an improvement of COD of about 2%, 7%, 21%, and 41% for, respectively, a PH=30, 60, 90, and 120 min. The bottom panel of each figure reports the ΔCOD, that is the difference between COD achieved by the non-parametric model in one patient minus the COD of the parametric model derived for the same patient. Notably, these plots show that the difference is positive in a large majority of the subjects, meaning the prediction improvement is achieved not only in average but in most of the subjects. A paired-sample t-test confirms that the prediction accuracy is significantly different for PH=30, 60, and 90 min (p-value≤0.001, p-value=0.003 and p-value=0.03 respectively), while for PH=120 min, p-value=0.07.















TABLE III







MODEL
PH [min]





MODEL
TYPE
CLASS
30
60
90
120







LINEAR
POPULATION
Parametric
23.7
34.1
42.3
49.1





[5.6]
[8.8]
[11.8]
[11.3]




NonParametric
18.8
31.4
40.1
47.2





[3]
[5.5]
[9.6]
[9.3]



INDIVIDUALIZED
Parametric
18.5
31.7
38.7
49.3





[3]
[5.9]
[5.9]
[8.2]




NonParametric
17.5
29.8
38.1
46.6





[2.7]
[5.9]
[4.5]
[8.3]


NON-
POPULATION
LSTM
19.4
32.9
41.3
47.6


LINEAR


[3.2]
[5.8]
[5.7]
[7.4]




GRU
19.2
31.2
41.7
48.1[8.9]





[2.3]
[5.9]
[5.9]





TCN
18  
31.9
39.4
47.5





[1.6]
[5.9]
[6.7]
[8.6]



INDIVIDUALIZED
LSTM
24.1
36.2
42.7
49.2





[7.1]
[7.3]
[5.2]
[5.8]




GRU
20.2
33.1
40.6
48.9





[4.6]
[9.0]
[6.4]
[6.6]




TCN
20.2
35.5
45.1
49.0





[3.5]
[7.1]
[6.4]
[7.6]









In some aspects the systems and techniques described herein concern the derivation of a patient-specific model of the glucose-insulin interaction for personalized glucose predictions and personalized automated glucose control. Given this, we focused on a systematic analysis of linear data-driven model-learning techniques, since linear approaches have a number of advantages previously discussed for prediction and control. Nonetheless, the patient physiology is nonlinear: therefore, one might wonder if resorting to non-linear data-driven approaches has the potential to significantly improve glucose prediction. As a preliminary investigation of this question, we implemented three state-of-art deep-learning (DL) architectures producing non-linear models. The objective of this analysis is not an exhaustive exploration of these techniques and of the associated degrees of freedom, but only to find whether they provide drastically different performances as compared to the techniques considered in this work, using the same amount of data. In particular, we considered two different recurrent neural network (RNN) architectures, that implement feedback connections in order to capture temporal dependencies in sequential data: a long-short term memory (LSTM), and a gated recurring unit (GRU). Furthermore, we implemented a temporal convolutional network (TCN), that, compared to RNN, uses convolution operations helping in capturing local information along with temporal information. As for the linear techniques, DL methods were used both to derive a population model, identified using all the available data, and to learn a patient-specific model, using only data of a specific subject. Table III presents a comparison of the achieved performance, in terms of RMSE for different PHs.


In comparison to linear strategies, non-linear DL techniques achieve better performance using a population model, probably because they need a larger dataset to accurately estimate their parameters. Furthermore, their structure is highly flexible, so that it is likely that they will internally handle inter-patient variability to a certain extent. Nonetheless, none of these DL approaches drastically outperform linear models, and they actually achieve slightly inferior performance for each PH with respect to the proposed linear non-parametric technique. This preliminary analysis does not exclude the possibility that other DL or non-linear machine-learning algorithms might outperform the linear black-box technique proposed, but it shows that the linear assumption is a viable alternative to more complex models.


With respect to other (linear and non-linear) methods, our findings, in terms of prediction accuracy, are comparable or slightly better. However, a word of caution is due: a comparison of literature works based on numerical results only could be misleading, due to the use of different datasets, pre-processing techniques and evaluation metrics.


A different version of the non-parametric approach was tested using Gaussian processes or kernel-based adaptive filters, obtaining results aligned with our findings. Nonetheless, the Stable-Spline kernel used herein is specifically designed to enforce stability of the predictor's impulse response, an important feature for control purposes.


To avoid the need of gathering simultaneously and synchronously glucose, insulin and meal data, a number of contributions in the literature tried to avoid the use of any additional signals, employing different system identification, ML or DL approaches using CGM-only data. However, the use of these further signals has been shown to enhance prediction performance, and this finding has also been verified in this work. In particular, in FIGS. 6a and 6b we compare the performance achieved by a CGM-only model, a parametric model identified using insulin and meal and a non-parametric model with inputs. Median values over the population of the prediction's COD and RMSE as a function of PH are reported, respectively, in FIGS. 6a and 6b. As anticipated, including inputs improves the prediction's accuracy, in particular for a PH greater than 45 min.


In this work, we showed that personalized models provide an effective tool to handle variability among subjects (inter-patient variability). These personalized models should also be kept updated to follow the changes over time occurring to the patient physiology (intra-patient variability). To accomplish this, a number of contributions in the literature effectively employed recursive approaches that update the model each time new data arrive (e.g., every 5 min).


While this is a well-established procedure for on-line model-adaptation, in the specific application less frequent model updates are sufficient to track the slow changes in patient dynamics. In view of this, we envision daily or weekly model updates achieved by running off-line the identification procedure on patient data collected in the past. This periodically-repeated batch model-identification can be performed using the algorithm investigated in this work as they are, without the need of modification to make them recursive.


A final comment on the technological architecture of a system running the proposed algorithms. Artificial Pancreas systems and advanced decision support systems that could benefit from personalized models are implemented on devices capable of obtaining CGM, meal and insulin data, offering effective Graphical User Interfaces and suited to host (possibly advanced) algorithms thanks to their significant computational power. An example of such device is the Diabetes Assistant (DiAs), a smartphone-based platform previously mentioned in this work and adopted in several closed-loop trails. These systems also stream data to remote servers, to allow patient telemonitoring. The batch model-updates investigated in this paper could be performed on the abovementioned devices or moved on the remote servers storing patient data, thus alleviating the local computational burden. Personalized and periodically updated models are the natural way to handle the large intra- and inter-subject variability in diabetes. They can be used to create accurate patient-specific predictor of future glucose levels and to design personalized control algorithms for more effective AP systems.


In summary, aspects of the systems and techniques described herein focused on linear data-driven techniques, using insulin and meal information together with CGM data. Both parametric and non-parametric approaches, with the associated degrees of freedom, were systematically explored. To reduce the problem of collinearity of inputs, a specific input transformation was applied to the inputs.


Results showed that personalized models outperform their population counterparts, thus proving the importance of handling inter-subject variability. Moreover, we showed that the non-parametric approach allows to obtain models consistently more effective over the subjects, with a relative improvement that increases as the prediction horizon increases. A preliminary comparison showed that non-linear data-driven techniques based on deep-learning architecture do not outperform linear model accuracy. Results confirmed that adding further information, such as CHO and injected insulin, provides a practically relevant improvement of prediction accuracy for PH greater than 45 min.


The various operations of methods described above may be performed by any suitable means capable of performing the operations, such as various hardware and/or software component(s), circuits, and/or module(s). Generally, any operations illustrated in the figures may be performed by corresponding functional means capable of performing the operations.


The various illustrative logical blocks, modules and circuits described in connection with the present disclosure may be implemented or performed with a general purpose processor, a digital signal processor (DSP), an application specific integrated circuit (ASIC), a field programmable gate array signal (FPGA) or other programmable logic device (PLD), discrete gate or transistor logic, discrete hardware components or any combination thereof designed to perform the functions described herein. A general-purpose processor may be a microprocessor, but in the alternative, the processor may be any commercially available processor, controller, microcontroller or state machine. A processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration.


In one or more aspects, the functions described may be implemented in hardware, software, firmware, or any combination thereof. If implemented in software, the functions may be stored on or transmitted over as one or more instructions or code on non-transitory computer-readable medium. By way of example, and not a limitation, such non-transitory computer-readable media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices.


The methods disclosed herein comprise one or more steps or actions for achieving the described methods. The method steps and/or actions may be interchanged with one another without departing from the scope of the claims. In other words, unless a specific order of steps or actions is specified, the order and/or use of specific steps and/or actions may be modified without departing from the scope of the claims.


Certain aspects may comprise a computer program product for performing the operations presented herein. For example, such a computer program product may comprise a computer readable medium having instructions stored (and/or encoded) thereon, the instructions being executable by one or more processors to perform the operations described herein. For certain aspects, the computer program product may include packaging material.


Further, it should be appreciated that modules and/or other appropriate means for performing the methods and techniques described herein can be downloaded and/or otherwise obtained by a user terminal and/or base station as applicable. For example, such a device can be coupled to a server to facilitate the transfer of means for performing the methods described herein. Alternatively, various methods described herein can be provided via storage means (e.g., RAM, ROM, a physical storage medium such as a compact disc (CD) or floppy disk, etc.), such that a user terminal and/or base station can obtain the various methods upon coupling or providing the storage means to the device. Moreover, any other suitable technique for providing the methods and techniques described herein to a device can be utilized.


It is to be understood that the claims are not limited to the precise configuration and components illustrated above. Various modifications, changes and variations may be made in the arrangement, operation and details of the methods and apparatus described above without departing from the scope of the claims.


Unless otherwise defined, all terms (including technical and scientific terms) are to be given their ordinary and customary meaning to a person of ordinary skill in the art, and are not to be limited to a special or customized meaning unless expressly so defined herein. It should be noted that the use of particular terminology when describing certain features or aspects of the disclosure should not be taken to imply that the terminology is being re-defined herein to be restricted to include any specific characteristics of the features or aspects of the disclosure with which that terminology is associated. Terms and phrases used in this application, and variations thereof, especially in the appended claims, unless otherwise expressly stated, should be construed as open ended as opposed to limiting. As examples of the foregoing, the term ‘including’ should be read to mean ‘including, without limitation,’ ‘including but not limited to,’ or the like; the term ‘comprising’ as used herein is synonymous with ‘including,’ ‘containing,’ or ‘characterized by,’ and is inclusive or open-ended and does not exclude additional, unrecited elements or method steps; the term ‘having’ should be interpreted as ‘having at least;’ the term ‘includes’ should be interpreted as ‘includes but is not limited to;’ the term ‘example’ is used to provide exemplary instances of the item in discussion, not an exhaustive or limiting list thereof; adjectives such as ‘known’, ‘normal’, ‘standard’, and terms of similar meaning should not be construed as limiting the item described to a given time period or to an item available as of a given time, but instead should be read to encompass known, normal, or standard technologies that may be available or known now or at any time in the future; and use of terms like ‘preferably,’ ‘preferred,’ ‘desired,’ or ‘desirable,’ and words of similar meaning should not be understood as implying that certain features are critical, essential, or even important to the structure or function of the invention, but instead as merely intended to highlight alternative or additional features that may or may not be utilized in a particular embodiment of the invention. Likewise, a group of items linked with the conjunction ‘and’ should not be read as requiring that each and every one of those items be present in the grouping, but rather should be read as and/of unless expressly stated otherwise. Similarly, a group of items linked with the conjunction ‘or’ should not be read as requiring mutual exclusivity among that group, but rather should be read as ‘and/or’ unless expressly stated otherwise.


All numbers expressing quantities of ingredients, reaction conditions, and so forth used in the specification are to be understood as being modified in all instances by the term ‘about.’ Accordingly, unless indicated to the contrary, the numerical parameters set forth herein are approximations that may vary depending upon the desired properties sought to be obtained. At the very least, and not as an attempt to limit the application of the doctrine of equivalents to the scope of any claims in any application claiming priority to the present application, each numerical parameter should be construed in light of the number of significant digits and ordinary rounding approaches.


All references cited herein are incorporated herein by reference in their entirety. To the extent publications and patents or patent applications incorporated by reference contradict the disclosure contained in the specification, the specification is intended to supersede and/or take precedence over any such contradictory material.


Headings are included herein for reference and to aid in locating various sections. These headings are not intended to limit the scope of the concepts described with respect thereto. Such concepts may have applicability throughout the entire specification.


Furthermore, although the foregoing has been described in some detail by way of illustrations and examples for purposes of clarity and understanding, it is apparent to those skilled in the art that certain changes and modifications may be practiced. Therefore, the description and examples should not be construed as limiting the scope of the invention to the specific embodiments and examples described herein, but rather to also cover all modification and alternatives coming with the true scope and spirit of the invention.









TABLE IV







Performance metrics (median [iqr] among patients) of all identified models. for PH = 30, 90, and 120 min

















PH = 30 min
PH = 90 min
PH = 120 min






















MODEL
RMSE
COD
TG
RMSE
COD
TG
RMSE
COD
TG


MODEL
TYPE

Class
[mg/dL]
[%]
[min]
[mg/dL]
[%]
[min]
[mg/dL]
[%]
[min]





PARAMETRIC
POPULATION

ARX
22.2
80.3
10
44.2
26  
15
50.2
2.6
15






[5.1]
[7.1]
[4]
[11]
[11.9]
[5]
[9.4]
[12.1]
[9]





ARMAX
21.9
80.9 ]
10
42.6
28.8
20
51.5
1.6
15






[5.1]
[6.9
[0]
[10.5]
[14]
[5]
[9.4]
[9.1]
[5]





ARIMAX
22.4
80.1
10
45   
20.5
20
51.3
−3.6 
10






[5.3]
[7.3]
[5]
[10.2]
[15.8]
[0]
[9.1]
[15.6]
[5]





BJ
23.7
79.2
10
42.3
27.1
25
 9.1
7.8
10






[5.6]
[8]
[0]
[11.8]
[19.3]
[10]
[11.3]
[20.8]
[19]



INDIV.
PEM
ARX
18.2
84.9
10
39.6
27  
15
48.1
6.1
20






[2.9]
[6.2]
[5]
[5.5]
[19.9]
[10]
[9.6]
[14.5]
[24]





ARMAX
18.1
84.6
10
39.3
26.3
20
49  
−1.2  
35






[3.2]
[5.8]
[4]
[6.4]
[14.5]
[9]
[10.1]
[27.9]
[80]





ARIMAX
18.3
84.7
10
40.3
24.5
10
47.5
−0.1  
10






[2.4]
[7.9]
[0]
[3.3]
[17.8]
[15]
[10.9]
[21.9]
[96]





BJ
18.5
84.9
10
38.7
29  
25
49.3
1.6
50






[3]
[7.4]
[4]
[5.9]
[26.2]
[20]
[8.2]
[21.8]
[99]




PH-step
ARX
20.1
82.5
10
42.7
28.3
20
48.1
3  
35






[3.4]
[4.2]
[0]
[8.3]
[15]
[15]
[8.4]
[19.1]
[31]





ARMAX
21.8
82.1
10
45.3
27  
25
52.1
0.2
20






[3.7]
[5.3]
[0]
[8.3]
[24.3]
[19]
[8.4]
[39.3]
[28]





ARIMAX
21.3
81.9
10
43.7
22.6
20
52.1
−0.5  
10






[3.7]
[4.9]
[4]
[8.4]
[19.2]
[15]
[7.2]
[25.8]
[60]





BJ
21.4
79.3
10
45.7
 4.9
15
55.6
−17.9  
10






[4.4]
[4.7]
[0]
[4.2]
[56.6]
[14]
[15.4]
[87.2]
[13]


NON
POPULATION

Matlab ®
18.9
82.6
10
39.9
29.9
15
47.3
6.7
25


RAMETRIC



[2.5]
[8.8]
[4]
[9.3]
[16.9]
[9]
[8.9]
[15.6]
[63]





Ad-hoc
18.8
82.5
10
40.1
26.9
15
47.2
6.2
25





implentation
[3]
[8.3]
[4]
[9.6]
[14.8]
[5]
[9.3]
[13.8]
[38]



INDIV.

Matlab ®
18.6
83.4
10
40.3
25  
25
47.5
9.6
30






[2.4]
[5.4]
[5]
[4.5]
[27.7]
[18]
[9.2]
[21.2]
[63]





Ad-hoc
 17.25
85.9
10
38.1
31.8
20
46.6
10.3  
20





implentation
[2.7]
[5.8]
[5]
[4.5]
[11.5]
[14]
[8.3]
[17]
[61]








Claims
  • 1. A method of predicting future blood glucose concentrations of an individual patient, comprising: identifying an individualized linear black box model of glucose-insulin by estimating a plurality of impulse response functions each accounting for an input-output relation of a plurality of individualized patient data sets, the impulse response functions being functions in a Reproducing Kernel Hilbert Space (RKHS); andapplying a linear predicting technique to the selected model using the identified impulse response functions to obtain a predicted blood glucose concentration of the individual patient at a future time.
  • 2. The method of claim 1, wherein the linear predicting technique is a Kalman filter.
  • 3. The method of claim 1, wherein the individualized linear black box model is a time-invariant model.
  • 4. The method of claim 1, wherein the plurality of individualized patent data sets includes a data set of previous glucose levels over time for the individual patient, a meal intake data for the individual patient and exogenous insulin delivered to the individual patient over time.
  • 5. The method of claim 4, further comprising pre-processing the meal intake data and the exogenous insulin that is delivered to decouple the meal intake data from the exogenous insulin that is delivered so that the meal intake data and the exogenous insulin that is delivered are not linearly dependent on one another.
  • 6. The method of claim 4, wherein the data set of previous glucose levels over time for the individual patient is provided by a continuous glucose monitor.
  • 7. The method of claim 1, further comprising selecting a Stable-Spline Kernel for a kernel of the RKHS.
  • 8. The method of claim 7, further comprising estimating kernel hyperparameters using maximum marginal likelihood or cross-validation.
CROSS-REFERENCE TO RELATED APPLICATIONS

This application claims the benefit of U.S. Provisional Application No. 63/129,952, filed Dec. 23, 2020, the entire contents of which are incorporated by reference herein.

Provisional Applications (1)
Number Date Country
63129952 Dec 2020 US