CVMay 26, 2023

DynaShare: Task and Instance Conditioned Parameter Sharing for Multi-Task Learning

arXiv:2305.17305v14 citations
Originality Incremental advance
AI Analysis

This addresses the need for more flexible and adaptive parameter sharing in multi-task networks, though it appears incremental as it builds on existing gating and conditioning techniques.

The paper tackles the problem of parameter sharing in multi-task learning by introducing a method that dynamically activates network parts based on both task and input instance at inference time, showing applicability across datasets like NYU v2, Cityscapes, and MIMIC-III.

Multi-task networks rely on effective parameter sharing to achieve robust generalization across tasks. In this paper, we present a novel parameter sharing method for multi-task learning that conditions parameter sharing on both the task and the intermediate feature representations at inference time. In contrast to traditional parameter sharing approaches, which fix or learn a deterministic sharing pattern during training and apply the same pattern to all examples during inference, we propose to dynamically decide which parts of the network to activate based on both the task and the input instance. Our approach learns a hierarchical gating policy consisting of a task-specific policy for coarse layer selection and gating units for individual input instances, which work together to determine the execution path at inference time. Experiments on the NYU v2, Cityscapes and MIMIC-III datasets demonstrate the potential of the proposed approach and its applicability across problem domains.

Foundations

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

Your Notes