この作業では、パターン認識(または分類)でi.i.dの仮定を緩和するタスクを検討し、既存の学習アルゴリズムをより広範なタスクに適用できるようにします。パターン認識は、与えられた例(オブジェクトとラベルのペア)のセットに基づいて、オブジェクトの個別のラベルを推測しています。確定的に定義されたラベルの場合を考えます。伝統的に、このタスクは、例が独立しており、同一に分布しているという仮定の下で研究されています。しかし、パターン認識理論の多くの結果は、より弱い仮定を引き継いでいることがわかります。つまり、条件付き独立性とオブジェクトの同一分布の仮定の下で、ラベルの分布に関する唯一の仮定は、各ラベルの発生率が何らかの正のしきい値を超えるべきであるということです。分類エラーの確率の推定が古典的なi.i.d.の下で達成された広範なクラスの学習アルゴリズムを見つけます。仮定は、条件付きi.i.dの場合の同様の推定値に一般化できます。例。
In this work we consider the task of relaxing the i.i.d assumption in pattern recognition (or classification), aiming to make existing learning algorithms applicable to a wider range of tasks. Pattern recognition is guessing a discrete label of some object based on a set of given examples (pairs of objects and labels). We consider the case of deterministically defined labels. Traditionally, this task is studied under the assumption that examples are independent and identically distributed. However, it turns out that many results of pattern recognition theory carry over a weaker assumption. Namely, under the assumption of conditional independence and identical distribution of objects, while the only assumption on the distribution of labels is that the rate of occurrence of each label should be above some positive threshold. We find a broad class of learning algorithms for which estimations of the probability of a classification error achieved under the classical i.i.d. assumption can be generalised to the similar estimates for the case of conditionally i.i.d. examples.