Content deleted Content added
Matthiaspaul (talk | contribs) +link |
m v2.04b - Bot T20 CW#61 - WP:WCW project (Reference before punctuation) |
||
Line 2:
This differs from other techniques in [[machine learning]], where usually one wishes to estimate point values or an entire probability distribution.
Interval Predictor Models are sometimes referred to as a [[nonparametric regression]] technique, because a potentially infinite set of functions are contained by the IPM, and no specific distribution is implied for the regressed variables.
As a consequence of the theory of [[scenario optimization]], in many cases rigorous predictions can be made regarding the performance of the model at test time
Hence an interval predictor model can be seen as a guaranteed bound on [[quantile regression]].
Interval predictor models can also be seen as a way to prescribe the [[Support_(mathematics)#Support_of_a_distribution|support]] of random predictor models, of which a [[Gaussian process]] is a specific case
.<ref name="CrespoKenny2018">{{cite journal|last1=Crespo|first1=Luis G.|last2=Kenny|first2=Sean P.|last3=Giesy|first3=Daniel P.|title=Staircase predictor models for reliability and risk analysis|journal=Structural Safety|volume=75|year=2018|pages=35–44|issn=01674730|doi=10.1016/j.strusafe.2018.05.002}}</ref>
== Convex interval predictor models ==
Line 11:
Usually the basis is made up of polynomial features or a radial basis is sometimes used.
Then a convex set is assigned to the parameter vector, and the size of the convex set is minimized such that every possible data point can be predicted by one possible value of the parameters.
Ellipsoidal parameters sets were used by Campi (2009), which yield a convex optimization program to train the IPM
Crespo (2016) proposed the use of a hyperrectangular parameter set, which results in a convenient, linear form for the bounds of the IPM
Hence the IPM can be trained with a linear optimization program:
:<math>
Line 20:
The reliability of such an IPM is obtained by noting that for a convex IPM the number of support constraints is less than the dimensionality of the [[trainable parameter]]s, and hence the scenario approach can be applied.
Lacerda (2017) demonstrated that this approach can be extended to situations where the training data is interval valued rather than point valued
== Non-convex interval predictor models ==
In Campi (2015) a non-convex theory of scenario optimization was proposed
This involves measuring the number of support constraints, <math>S</math>, for the Interval Predictor Model after training and hence making predictions about the reliability of the model.
This enables non-convex IPMs to be created, such as a single layer neural network.
Campi (2015) demonstrates that an algorithm where the scenario optimization program is only solved <math>S</math> times which can determine the reliability of the model at test time without a prior evaluation on a validation set
This is achieved by solving the optimisation program
:<math>
Line 34:
where the interval predictor model center line <math> \hat{y}_p(x) = (\overline{y}_p(x) + \underline{y}_p(x)) \times 1/2</math>, and the model width <math> h = (\overline{y}_p(x) - \underline{y}_p(x)) \times 1/2 </math>. This results in an IPM which makes predictions with homoscedastic uncertainty.
Sadeghi (2019) demonstrates that the non-convex scenario approach from Campi (2015) can be extended to train deeper neural networks which predict intervals with hetreoscedastic uncertainty on datasets with imprecision
This is achieved by proposing generalizations to the max-error loss function given by
:<math>
Line 52:
== Software implementations ==
* PyIPM provides an [[open source|open-source]] Python implementation of the work of Crespo (2015)
* [http://cossan.co.uk/software/open-cossan-engine.php OpenCOSSAN] provides a Matlab implementation of the work of Crespo (2015)
== References ==
|