On-Line Learning of Rectangles and Unions of Rectangles

Abstract

We design efficient algorithms for on-line learning of axis-parallel rectangles (and for the union of two such rectangles) in the common model for on-line learning with equivalence queries. With regard to the learning of rectangles in arbitrary dimensions d we solve the following open problem: Is there an algorithm for on-line learning of rectangles Π _ i =1 ^ d a _ i , a _ i +1,..., b _ i over a discrete domain 1,..., n ^ d whose error bound is polylogarithmic in the size n ^ d of the domain (i.e. polynomial in d and log n )? We give a positive solution by introducing a new design technique that appears to be of some interest on its own. The new learning algorithm for rectangles consists of 2 d separate search strategies that search for the parameters a _1, b _1,..., a _ d , b _ d of the target rectangle. A learning algorithm with this type of modular design tends to fail because of the well known “credit assignment problem”: Which of the 2 d local search strategies should be “blamed” when the global algorithm makes an error? We propose here a rather radical solution to this problem: each local search strategy that is possibly involved in an error of the global algorithm will be blamed. With this radical solution it is unavoidable that frequently local search strategies will be blamed incorrectly. We overcome this difficulty by employing local search strategies (“error tolerant binary search”) that are able to tolerate such incorrect credit assignments. The structure of this learning algorithm is reminiscent of “finite injury priority constructions” in recursive function theory. Section 4 contains another application of this design technique: an algorithm for learning the union of two rectangles in the plane.

Cite

Text

Chen and Maass. "On-Line Learning of Rectangles and Unions of Rectangles." Machine Learning, 1994. doi:10.1007/BF00993471

Markdown

[Chen and Maass. "On-Line Learning of Rectangles and Unions of Rectangles." Machine Learning, 1994.](https://mlanthology.org/mlj/1994/chen1994mlj-online/) doi:10.1007/BF00993471

BibTeX

@article{chen1994mlj-online,
  title     = {{On-Line Learning of Rectangles and Unions of Rectangles}},
  author    = {Chen, Zhixiang and Maass, Wolfgang},
  journal   = {Machine Learning},
  year      = {1994},
  pages     = {201-223},
  doi       = {10.1007/BF00993471},
  volume    = {17},
  url       = {https://mlanthology.org/mlj/1994/chen1994mlj-online/}
}