LGJun 20, 2021

Heterogeneous Multi-task Learning with Expert Diversity

arXiv:2106.10595v337 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of optimizing multiple heterogeneous tasks in deep learning for biomedical applications, representing an incremental advancement in MTL methods.

The paper tackles the challenge of heterogeneous multi-task learning (MTL) for biological and medical targets by proposing MMoEEx, which introduces expert diversity and gradient-level task balancing, achieving improved performance on benchmarks like MIMIC-III and PCBA.

Predicting multiple heterogeneous biological and medical targets is a challenge for traditional deep learning models. In contrast to single-task learning, in which a separate model is trained for each target, multi-task learning (MTL) optimizes a single model to predict multiple related targets simultaneously. To address this challenge, we propose the Multi-gate Mixture-of-Experts with Exclusivity (MMoEEx). Our work aims to tackle the heterogeneous MTL setting, in which the same model optimizes multiple tasks with different characteristics. Such a scenario can overwhelm current MTL approaches due to the challenges in balancing shared and task-specific representations and the need to optimize tasks with competing optimization paths. Our method makes two key contributions: first, we introduce an approach to induce more diversity among experts, thus creating representations more suitable for highly imbalanced and heterogenous MTL learning; second, we adopt a two-step optimization [6, 11] approach to balancing the tasks at the gradient level. We validate our method on three MTL benchmark datasets, including Medical Information Mart for Intensive Care (MIMIC-III) and PubChem BioAssay (PCBA).

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