Error tolerance (PAC learning)
In
PAC learning, error tolerance refers to the ability of an
algorithm
In mathematics and computer science, an algorithm () is a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation. Algorithms are used as specifications for performing ...
to learn when the examples received have been corrupted in some way. In fact, this is a very common and important issue since in many applications it is not possible to access noise-free data. Noise can interfere with the learning process at different levels: the algorithm may receive data that have been occasionally mislabeled, or the inputs may have some false information, or the classification of the examples may have been maliciously adulterated.
Notation and the Valiant learning model
In the following, let
be our
-dimensional input space. Let
be a class of functions that we wish to use in order to learn a
-valued target function
defined over
. Let
be the distribution of the inputs over
. The goal of a learning algorithm
is to choose the best function
such that it minimizes
. Let us suppose we have a function
that can measure the complexity of
. Let
be an oracle that, whenever called, returns an example
and its correct label
.
When no noise corrupts the data, we can define learning in the Valiant setting:
Definition:
We say that
is efficiently learnable using
in the
Valiant setting if there exists a learning algorithm
that has access to
and a polynomial
such that for any
and
it outputs, in a number of calls to the oracle bounded by
, a function
that satisfies with probability at least
the condition
.
In the following we will define learnability of
when data have suffered some modification.
Classification noise
In the classification noise model
[Kearns, M. J., & Vazirani, U. V. (1994)]
An introduction to computational learning theory
chapter 5. MIT press. a noise rate
is introduced. Then, instead of
that returns always the correct label of example
, algorithm
can only call a faulty oracle
that will flip the label of
with probability
. As in the Valiant case, the goal of a learning algorithm
is to choose the best function
such that it minimizes
. In applications it is difficult to have access to the real value of
, but we assume we have access to its upperbound
. Note that if we allow the noise rate to be
, then learning becomes impossible in any amount of computation time, because every label conveys no information about the target function.
Definition:
We say that
is efficiently learnable using
in the classification noise model if there exists a learning algorithm
that has access to
and a polynomial
such that for any
,
and
it outputs, in a number of calls to the oracle bounded by
, a function
that satisfies with probability at least
the condition
.
Statistical query learning
Statistical Query Learning
[Kearns, M. (1998). '' ww.cis.upenn.edu/~mkearns/papers/sq-journal.pdf Efficient noise-tolerant learning from statistical queries'. Journal of the ACM, 45(6), 983–1006.] is a kind of
active learning
Active learning is "a method of learning in which students are actively or experientially involved in the learning process and where there are different levels of active learning, depending on student involvement." states that "students partici ...
problem in which the learning algorithm
can decide if to request information about the likelihood
that a function
correctly labels example
, and receives an answer accurate within a tolerance
. Formally, whenever the learning algorithm
calls the oracle
, it receives as feedback probability
, such that
.
Definition:
We say that
is efficiently learnable using
in the statistical query learning model if there exists a learning algorithm
that has access to
and polynomials
,
, and
such that for any
the following hold:
#
can evaluate
in time
;
#
is bounded by
#
outputs a model
such that
, in a number of calls to the oracle bounded by
.
Note that the confidence parameter
does not appear in the definition of learning. This is because the main purpose of
is to allow the learning algorithm a small probability of failure due to an unrepresentative sample. Since now
always guarantees to meet the approximation criterion
, the failure probability is no longer needed.
The statistical query model is strictly weaker than the PAC model: any efficiently SQ-learnable class is efficiently PAC learnable in the presence of classification noise, but there exist efficient PAC-learnable problems such as
parity that are not efficiently SQ-learnable.
Malicious classification
In the malicious classification model an adversary generates errors to foil the learning algorithm. This setting describes situations of
error burst
In telecommunication, a burst error or error burst is a contiguous sequence of symbols, received over a communication channel, such that the first and last symbols are in error and there exists no contiguous subsequence of ''m'' correctly rec ...
, which may occur when for a limited time transmission equipment malfunctions repeatedly. Formally, algorithm
calls an oracle
that returns a correctly labeled example
drawn, as usual, from distribution
over the input space with probability
, but it returns with probability
an example drawn from a distribution that is not related to
.
Moreover, this maliciously chosen example may strategically selected by an adversary who has knowledge of
,
,
, or the current progress of the learning algorithm.
Definition:
Given a bound
for
, we say that
is efficiently learnable using
in the malicious classification model, if there exist a learning algorithm
that has access to
and a polynomial
such that for any
,
it outputs, in a number of calls to the oracle bounded by
, a function
that satisfies with probability at least
the condition
.
Errors in the inputs: nonuniform random attribute noise
In the nonuniform random attribute noise
[Sloan, R. H. (1989). ]
Computational learning theory: New models and algorithms
' (Doctoral dissertation, Massachusetts Institute of Technology). model the algorithm is learning a
Boolean function
In mathematics, a Boolean function is a function whose arguments and result assume values from a two-element set (usually , or ). Alternative names are switching function, used especially in older computer science literature, and truth function ...
, a malicious oracle
may flip each
-th bit of example
independently with probability
.
This type of error can irreparably foil the algorithm, in fact the following theorem holds:
In the nonuniform random attribute noise setting, an algorithm
can output a function
such that
only if
.
See also
References
{{Reflist
Theoretical computer science
Computational learning theory