LGMLJun 6, 2020

Knowledge-Based Learning through Feature Generation

arXiv:2006.03874v1
Originality Incremental advance
AI Analysis

This addresses the data scarcity issue for machine learning practitioners by leveraging unrelated auxiliary data, though it is incremental as it builds on existing feature generation methods.

The paper tackles the problem of machine learning algorithms struggling to generalize from small datasets by introducing a feature generation algorithm that uses auxiliary datasets, showing significant improvement in tasks like text classification and medical prediction.

Machine learning algorithms have difficulties to generalize over a small set of examples. Humans can perform such a task by exploiting vast amount of background knowledge they possess. One method for enhancing learning algorithms with external knowledge is through feature generation. In this paper, we introduce a new algorithm for generating features based on a collection of auxiliary datasets. We assume that, in addition to the training set, we have access to additional datasets. Unlike the transfer learning setup, we do not assume that the auxiliary datasets represent learning tasks that are similar to our original one. The algorithm finds features that are common to the training set and the auxiliary datasets. Based on these features and examples from the auxiliary datasets, it induces predictors for new features from the auxiliary datasets. The induced predictors are then added to the original training set as generated features. Our method was tested on a variety of learning tasks, including text classification and medical prediction, and showed a significant improvement over using just the given features.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes