# A Principled Approach for Learning Task Similarity in Multitask Learning

**Authors:** Changjian Shui, Mahdieh Abbasi, Louis-\'Emile Robitaille, Boyu Wang,, Christian Gagn\'e

arXiv: 1903.09109 · 2019-10-22

## TL;DR

This paper provides a theoretical framework for understanding the role of task similarity in multitask learning, introduces a new algorithm to learn task relations, and demonstrates its effectiveness on benchmarks.

## Contribution

It offers the first theoretical analysis of task similarity's impact on generalization error and proposes a novel algorithm to learn task relations iteratively.

## Key findings

- Theoretical bounds show the benefit of task similarity knowledge.
- The new algorithm learns task relations and improves performance.
- Empirical results outperform baseline methods.

## Abstract

Multitask learning aims at solving a set of related tasks simultaneously, by exploiting the shared knowledge for improving the performance on individual tasks. Hence, an important aspect of multitask learning is to understand the similarities within a set of tasks. Previous works have incorporated this similarity information explicitly (e.g., weighted loss for each task) or implicitly (e.g., adversarial loss for feature adaptation), for achieving good empirical performances. However, the theoretical motivations for adding task similarity knowledge are often missing or incomplete. In this paper, we give a different perspective from a theoretical point of view to understand this practice. We first provide an upper bound on the generalization error of multitask learning, showing the benefit of explicit and implicit task similarity knowledge. We systematically derive the bounds based on two distinct task similarity metrics: H divergence and Wasserstein distance. From these theoretical results, we revisit the Adversarial Multi-task Neural Network, proposing a new training algorithm to learn the task relation coefficients and neural network parameters iteratively. We assess our new algorithm empirically on several benchmarks, showing not only that we find interesting and robust task relations, but that the proposed approach outperforms the baselines, reaffirming the benefits of theoretical insight in algorithm design.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.09109/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1903.09109/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1903.09109/full.md

---
Source: https://tomesphere.com/paper/1903.09109