paper-with-me

홈 › Papers

Deep Multitask Learning with Progressive Parameter Sharing

2023-01-01 · ICCV 2023 1 · Haosen Shi, Shen Ren, Tianwei Zhang, Sinno Jialin Pan

We propose a novel progressive parameter-sharing strategy (MPPS) in this paper for effectively training multitask learning models on diverse computer vision tasks simultaneously. Specifically, we propose to parameterize distributions for different tasks to control the sharings, based on the concept of Exclusive Capacity that we introduce. A scheduling mechanism following the concept of curriculum learning is also designed to progressively change the sharing strategy to increase the level of sharing during the learning process. We further propose a novel loss function to regularize the optimization of network parameters as well as the sharing probabilities of each neuron for each task. Our approach can be combined with many state-of-the-art multitask learning solutions to achieve better joint task performance. Comprehensive experiments show that it has competitive performance on three challenging datasets (Multi-CIFAR100, NYUv2, and Cityscapes) using various convolution neural network architectures.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Scheduling

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Learning Compact Neural Networks with Deep Overparameterised Multitask Learning

2023-08-25 · Shen Ren, Haosen Shi

Compact neural network offers many benefits for real-world applications. However, it is usually challenging to train the compact neural networks with small parameter sizes and low computational costs to achieve the same …

On Better Exploring and Exploiting Task Relationships in Multi-Task Learning: Joint Model and Feature Learning

2019-04-03 · Ya Li, Xinmei Tian, Tongliang Liu, DaCheng Tao

Multitask learning (MTL) aims to learn multiple tasks simultaneously through the interdependence between different tasks. The way to measure the relatedness between tasks is always a popular issue. There are mainly two w…

Multi-Task Learning

DiSparse: Disentangled Sparsification for Multitask Model Compression

2022-06-09 · CVPR 2022 1 · Xinglong Sun, Ali Hassani, Zhangyang Wang, Gao Huang 외

Despite the popularity of Model Compression and Multitask Learning, how to effectively compress a multitask model has been less thoroughly analyzed due to the challenging entanglement of tasks in the parameter space. In …

modelModel Compression

EPAS: Efficient Training with Progressive Activation Sharing

2026-01-27 · Rezaul Karim, Maryam Dialameh, Yang Liu, Boxing Chen 외 arxiv

We present a novel method for Efficient training with Progressive Activation Sharing (EPAS). This method bridges progressive training paradigm with the phenomenon of redundant QK (or KV ) activations across deeper layers…

Continual Pretraining

Improving Speech Translation by Understanding and Learning from the Auxiliary Text Translation Task

2021-07-12 · ACL 2021 5 · Yun Tang, Juan Pino, Xian Li, Changhan Wang 외

Pretraining and multitask learning are widely used to improve the speech to text translation performance. In this study, we are interested in training a speech to text translation model along with an auxiliary text to te…

DecoderKnowledge DistillationSpeech-to-TextSpeech-to-Text Translation+2