LGMLJul 3, 2018

Coopetitive Soft Gating Ensemble

arXiv:1807.01020v24 citations
AI Analysis

This addresses the need for better model integration in machine learning and self-improving systems, though it appears incremental as it builds on existing ensemble methods.

The paper tackles the problem of combining multiple models for complex machine learning tasks and autonomic computing by proposing the Coopetitive Soft Gating Ensemble (CSGE), which achieves state-of-the-art performance in classification and regression tasks.

In this article, we propose the Coopetititve Soft Gating Ensemble or CSGE for general machine learning tasks and interwoven systems. The goal of machine learning is to create models that generalize well for unknown datasets. Often, however, the problems are too complex to be solved with a single model, so several models are combined. Similar, Autonomic Computing requires the integration of different systems. Here, especially, the local, temporal online evaluation and the resulting (re-)weighting scheme of the CSGE makes the approach highly applicable for self-improving system integrations. To achieve the best potential performance the CSGE can be optimized according to arbitrary loss functions making it accessible for a broader range of problems. We introduce a novel training procedure including a hyper-parameter initialisation at its heart. We show that the CSGE approach reaches state-of-the-art performance for both classification and regression tasks. Further on, the CSGE provides a human-readable quantification on the influence of all base estimators employing the three weighting aspects. Moreover, we provide a scikit-learn compatible implementation.

Foundations

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

Your Notes