LGAIBMMay 16, 2024

MTLComb: multi-task learning combining regression and classification tasks for joint feature selection

arXiv:2405.09886v12 citationsh-index: 14
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in multi-task learning for researchers dealing with mixed task types, offering an incremental improvement in feature selection accuracy.

The authors tackled the challenge of biased feature selection in multi-task learning when combining regression and classification tasks by proposing a provable loss weighting scheme, which led to the development of MTLComb, an algorithm that demonstrated efficacy on simulated data and biomedical studies for sepsis and schizophrenia.

Multi-task learning (MTL) is a learning paradigm that enables the simultaneous training of multiple communicating algorithms. Although MTL has been successfully applied to ether regression or classification tasks alone, incorporating mixed types of tasks into a unified MTL framework remains challenging, primarily due to variations in the magnitudes of losses associated with different tasks. This challenge, particularly evident in MTL applications with joint feature selection, often results in biased selections. To overcome this obstacle, we propose a provable loss weighting scheme that analytically determines the optimal weights for balancing regression and classification tasks. This scheme significantly mitigates the otherwise biased feature selection. Building upon this scheme, we introduce MTLComb, an MTL algorithm and software package encompassing optimization procedures, training protocols, and hyperparameter estimation procedures. MTLComb is designed for learning shared predictors among tasks of mixed types. To showcase the efficacy of MTLComb, we conduct tests on both simulated data and biomedical studies pertaining to sepsis and schizophrenia.

Code Implementations1 repo
Foundations

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

Your Notes