paper-with-me

홈 › Papers

Towards Consistent Multi-Task Learning: Unlocking the Potential of Task-Specific Parameters

2025-01-01 · CVPR 2025 1 · Xiaohan Qin, Xiaoxing Wang, Junchi Yan

Multi-task learning (MTL) has gained widespread application for its ability to transfer knowledge across tasks, improving resource efficiency and generalization. However, gradient conflicts from different tasks remain a major challenge in MTL. Previous gradient-based and loss-based methods primarily focus on gradient optimization in shared parameters, often overlooking the potential of task-specific parameters. This work points out that task-specific parameters not only capture task-specific information but also influence the gradients propagated to shared parameters, which in turn affects gradient conflicts. Motivated by this insight, we propose ConsMTL, which models MTL as a bi-level optimization problem: in the upper-level optimization, we perform gradient aggregation on shared parameters to find a joint update vector that minimizes gradient conflicts; in the lower-level optimization, we introduce an additional loss for task-specific parameters guiding the k gradients of shared parameters to gradually converge towards the joint update vector. Our design enables the optimization of both shared and task-specific parameters to consistently alleviate gradient conflicts. Extensive experiments show that ConsMTL achieves state-of-the-art performance across various benchmarks with task numbers ranging from 2 to 40, demonstrating its superior performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

UniLDiff: Unlocking the Power of Diffusion Priors for All-in-One Image Restoration

2025-07-31 · Zihan Cheng, Liangtai Zhou, Dian Chen, Ni Tang 외 arxiv

All-in-One Image Restoration (AiOIR) has emerged as a promising yet challenging research direction. To address the core challenges of diverse degradation modeling and detail preservation, we propose UniLDiff, a unified f…

Unified Image Restoration

Unleash the Potential of CLIP for Video Highlight Detection

2024-04-02 · Donghoon Han, Seunghyeon Seo, Eunhwan Park, Seong-Uk Nam 외

Multimodal and large language models (LLMs) have revolutionized the utilization of open-world knowledge, unlocking novel potentials across various tasks and applications. Among these domains, the video domain has notably…

Highlight Detection

MUSE: Unlocking Timestep as Native Task Steering for One-Step Dense Prediction

2026-06-29 · Shuo Zhou, Zhaoxin Li, Xiujuan Chai arxiv

Monocular dense prediction has recently seen remarkable success by repurposing pre-trained diffusion models. This opens a promising yet challenging avenue for more efficient multi-task learning paradigm. However, existin…

Multi-Task Learning

Beyond the final layer: Attentive multilayer fusion for vision transformers

2026-01-14 · Laure Ciernik, Marco Morik, Lukas Thede, Luca Eyring 외 arxiv

With the rise of large-scale foundation models, efficiently adapting them to downstream tasks remains a central challenge. Linear probing, which freezes the backbone and trains a lightweight head, is computationally effi…

Think Carefully and Check Again! Meta-Generation Unlocking LLMs for Low-Resource Cross-Lingual Summarization

2024-10-26 · Zhecheng Li, Yiwei Wang, Bryan Hooi, Yujun Cai 외

Cross-lingual summarization (CLS) aims to generate a summary for the source text in a different target language. Currently, instruction-tuned large language models (LLMs) excel at various English tasks. However, unlike l…