LGMLMar 22, 2020

Multi-target regression via output space quantization

arXiv:2003.09896v1
AI Analysis

This work addresses scalability and accuracy issues in multi-target regression for machine learning practitioners, presenting a competitive but incremental improvement.

The paper tackles multi-target regression by proposing MRQ, a method that quantizes the output space to transform continuous targets into discrete ones, addressing challenges in modeling dependencies and scalability. Experiments show that an ensemble version of MRQ achieves the best overall accuracy and is an order of magnitude faster than the runner-up method.

Multi-target regression is concerned with the prediction of multiple continuous target variables using a shared set of predictors. Two key challenges in multi-target regression are: (a) modelling target dependencies and (b) scalability to large output spaces. In this paper, a new multi-target regression method is proposed that tries to jointly address these challenges via a novel problem transformation approach. The proposed method, called MRQ, is based on the idea of quantizing the output space in order to transform the multiple continuous targets into one or more discrete ones. Learning on the transformed output space naturally enables modeling of target dependencies while the quantization strategy can be flexibly parameterized to control the trade-off between prediction accuracy and computational efficiency. Experiments on a large collection of benchmark datasets show that MRQ is both highly scalable and also competitive with the state-of-the-art in terms of accuracy. In particular, an ensemble version of MRQ obtains the best overall accuracy, while being an order of magnitude faster than the runner up method.

Foundations

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

Your Notes