Detecting Concept Drift with Support Vector Machines
Abstract
For many learning tasks where data is collected over an extended period of time, its underlying distribution is likely to change. A typical example is information filtering, i.e. the adaptive classification of documents with respect to a particular user interest. Both the interest of the user and the document content change over time. A filtering system should be able to adapt to such concept changes. This paper proposes a new method to recognize and handle concept changes with support vector machines. The method maintains a window on the training data. The key idea is to automatically adjust the window size so that the estimated generalization error is minimized. The new approach is both theoretically well-founded as well as effective and efficient in practice. Since it does not require complicated parameterization, it is simpler to use and more robust than comparable heuristics. Experiments with simulated concept drift scenarios based on real-world text data com...
Cite
Text
Klinkenberg and Joachims. "Detecting Concept Drift with Support Vector Machines." International Conference on Machine Learning, 2000.Markdown
[Klinkenberg and Joachims. "Detecting Concept Drift with Support Vector Machines." International Conference on Machine Learning, 2000.](https://mlanthology.org/icml/2000/klinkenberg2000icml-detecting/)BibTeX
@inproceedings{klinkenberg2000icml-detecting,
title = {{Detecting Concept Drift with Support Vector Machines}},
author = {Klinkenberg, Ralf and Joachims, Thorsten},
booktitle = {International Conference on Machine Learning},
year = {2000},
pages = {487-494},
url = {https://mlanthology.org/icml/2000/klinkenberg2000icml-detecting/}
}