2022

Mod-Squad: Designing Mixture of Experts As Modular Multi-Task Learners

Chen, Zitian, Shen, Yikang, Ding, Mingyu et al.

Understand

Optimization in multi-task learning (MTL) is more challenging than single-task learning (STL), as the gradient from different tasks can be contradictory.

  • When tasks are related, it can be beneficial to share some parameters among them (cooperation).
  • However, some tasks require additional parameters with expertise in a specific type of data or discrimination (specialization).
  • To address the MTL challenge, we propose Mod-Squad, a new model that is Modularized into groups of experts (a 'Squad').

Reading the bibliography…