Incorporating Prior Knowledge on Features into Learning

Abstract

In the standard formulation of supervised learning the input is represented as a vector of features. However, in most real-life problems, we also have additional information about each of the features. This information can be represented as a set of properties, referred to as meta-features. For instance, in an image recognition task, where the features are pixels, the meta-features can be the $(x, y)$ position of each pixel. We propose a new learning framework that incorporates meta-features. In this framework we assume that a weight is assigned to each feature, as in linear discrimination, and we use the meta-features to define a prior on the weights. This prior is based on a Gaussian process and the weights are assumed to be a smooth function of the meta-features. Using this framework we derive a practical algorithm that improves generalization by using meta-features and discuss the theoretical advantages of incorporating them into the learning. We apply our framework to design a new kernel for hand-written digit recognition. We obtain higher accuracy with lower computational complexity in the primal representation. Finally, we discuss the applicability of this framework to biological neural networks.

Cite

Text

Krupka and Tishby. "Incorporating Prior Knowledge on Features into Learning." Proceedings of the Eleventh International Conference on Artificial Intelligence and Statistics, 2007.

Markdown

[Krupka and Tishby. "Incorporating Prior Knowledge on Features into Learning." Proceedings of the Eleventh International Conference on Artificial Intelligence and Statistics, 2007.](https://mlanthology.org/aistats/2007/krupka2007aistats-incorporating/)

BibTeX

@inproceedings{krupka2007aistats-incorporating,
  title     = {{Incorporating Prior Knowledge on Features into Learning}},
  author    = {Krupka, Eyal and Tishby, Naftali},
  booktitle = {Proceedings of the Eleventh International Conference on Artificial Intelligence and Statistics},
  year      = {2007},
  pages     = {227-234},
  volume    = {2},
  url       = {https://mlanthology.org/aistats/2007/krupka2007aistats-incorporating/}
}