paper-with-me

홈 › Papers

Instance-Level Task Parameters: A Robust Multi-task Weighting Framework

2021-06-11 · Pavan Kumar Anasosalu Vasu, Shreyas Saxena, Oncel Tuzel

Recent works have shown that deep neural networks benefit from multi-task learning by learning a shared representation across several related tasks. However, performance of such systems depend on relative weighting between various losses involved during training. Prior works on loss weighting schemes assume that instances are equally easy or hard for all tasks. In order to break this assumption, we let the training process dictate the optimal weighting of tasks for every instance in the dataset. More specifically, we equip every instance in the dataset with a set of learnable parameters (instance-level task parameters) where the cardinality is equal to the number of tasks learned by the model. These parameters model the weighting of each task for an instance. They are updated by gradient descent and do not require hand-crafted rules. We conduct extensive experiments on SURREAL and CityScapes datasets, for human shape and pose estimation, depth estimation and semantic segmentation tasks. In these tasks, our approach outperforms recent dynamic loss weighting approaches, e.g. reducing surface estimation errors by 8.97% on SURREAL. When applied to datasets where one or more tasks can have noisy annotations, the proposed method learns to prioritize learning from clean labels for a given task, e.g. reducing surface estimation errors by up to 60%. We also show that we can reliably detect corrupt labels for a given task as a by-product from learned instance-level task parameters.

📄 PDF Abstract BibTeX arXiv:2106.06129

Code (0)

등록된 구현이 없습니다.

Tasks

Depth EstimationMulti-Task LearningPose EstimationSemantic Segmentation

Similar Papers 제목 키워드 기반

Interference-Aware Multi-Task Unlearning

2026-05-18 · Ying-Hua Huang, Rui Fang, Hsi-Wen Chen, Ming-Syan Chen arxiv

Machine unlearning aims to remove the contribution of designated training data from a trained model while preserving performance on the remaining data. Existing work mainly focuses on single-task settings, whereas modern…

An End-to-end Model for Entity-level Relation Extraction using Multi-instance Learning

2021-02-11 · EACL 2021 2 · Markus Eberts, Adrian Ulges

We present a joint model for entity-level relation extraction from documents. In contrast to other approaches - which focus on local intra-sentence mention pairs and thus require annotations on mention level - our model …

coreference-resolutionCoreference ResolutionDocument-level Relation ExtractionJoint Entity and Relation Extraction+5

VL-Match: Enhancing Vision-Language Pretraining with Token-Level and Instance-Level Matching

2023-01-01 · ICCV 2023 1 · Junyu Bi, Daixuan Cheng, Ping Yao, Bochen Pang 외

Vision-Language Pretraining (VLP) has significantly improved the performance of various vision-language tasks with the matching of images and texts. In this paper, we propose VL-Match, a Vision-Language framework wit…

Image-text matchingImage-text RetrievalRetrievalText Matching+1

Learning Granger Causality from Instance-wise Self-attentive Hawkes Processes

2024-02-06 · Dongxia Wu, Tsuyoshi Idé, Aurélie Lozano, Georgios Kollias 외

We address the problem of learning Granger causality from asynchronous, interdependent, multi-type event sequences. In particular, we are interested in discovering instance-level causal structures in an unsupervised mann…

Causal DiscoveryDecision MakingType prediction

A Nested Bi-level Optimization Framework for Robust Few Shot Learning

2020-11-13 · KrishnaTeja Killamsetty, Changbin Li, Chen Zhao, Rishabh Iyer 외

Model-Agnostic Meta-Learning (MAML), a popular gradient-based meta-learning framework, assumes that the contribution of each task or instance to the meta-learner is equal. Hence, it fails to address the domain shift betw…

Few-Shot LearningMeta-Learning