Improving Generalization with Active Learning
Abstract
Active learning differs from “learning from examples” in that the learning algorithm assumes at least some control over what part of the input domain it receives information about. In some situations, active learning is provably more powerful than learning from examples alone, giving better generalization for a fixed number of training examples. In this article, we consider the problem of learning a binary concept in the absence of noise. We describe a formalism for active concept learning called selective sampling and show how it may be approximately implemented by a neural network. In selective sampling, a learner receives distribution information from the environment and queries an oracle on parts of the domain it considers “useful.” We test our implementation, called an SG-network , on three domains and observe significant improvement in generalization.
Cite
Text
Cohn et al. "Improving Generalization with Active Learning." Machine Learning, 1994. doi:10.1007/BF00993277Markdown
[Cohn et al. "Improving Generalization with Active Learning." Machine Learning, 1994.](https://mlanthology.org/mlj/1994/cohn1994mlj-improving/) doi:10.1007/BF00993277BibTeX
@article{cohn1994mlj-improving,
title = {{Improving Generalization with Active Learning}},
author = {Cohn, David A. and Atlas, Les E. and Ladner, Richard E.},
journal = {Machine Learning},
year = {1994},
pages = {201-221},
doi = {10.1007/BF00993277},
volume = {15},
url = {https://mlanthology.org/mlj/1994/cohn1994mlj-improving/}
}