paper-with-me

Papers

AdaTask: A Task-aware Adaptive Learning Rate Approach to Multi-task Learning

2022-11-28 · Enneng Yang, Junwei Pan, Ximei Wang, Haibin Yu, Li Shen, Xihua Chen, Lei Xiao, Jie Jiang, Guibing Guo

Multi-task learning (MTL) models have demonstrated impressive results in computer vision, natural language processing, and recommender systems. Even though many approaches have been proposed, how well these approaches balance different tasks on each parameter still remains unclear. In this paper, we propose to measure the task dominance degree of a parameter by the total updates of each task on this parameter. Specifically, we compute the total updates by the exponentially decaying Average of the squared Updates (AU) on a parameter from the corresponding task.Based on this novel metric, we observe that many parameters in existing MTL methods, especially those in the higher shared layers, are still dominated by one or several tasks. The dominance of AU is mainly due to the dominance of accumulative gradients from one or several tasks. Motivated by this, we propose a Task-wise Adaptive learning rate approach, AdaTask in short, to separate the \emph{accumulative gradients} and hence the learning rate of each task for each parameter in adaptive learning rate approaches (e.g., AdaGrad, RMSProp, and Adam). Comprehensive experiments on computer vision and recommender system MTL datasets demonstrate that AdaTask significantly improves the performance of dominated tasks, resulting SOTA average task-wise performance. Analysis on both synthetic and real-world datasets shows AdaTask balance parameters in every shared layer well.

📄 PDF Abstract BibTeX arXiv:2211.15055

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task LearningRecommendation Systems

Methods 이 논문이 사용한 방법론

AdaGrad AdaGrad is a stochastic optimization method that adapts the learning rate to the parameters. It performs smaller updates for parameters associated with frequently occurring…
RMSProp RMSProp is an unpublished adaptive learning rate optimizer proposed by Geoff Hinton. The motivation…

Similar Papers 제목 키워드 기반

AdaTask: Adaptive Multitask Online Learning

2022-05-31 · Pierre Laforgue, Andrea Della Vecchia, Nicolò Cesa-Bianchi, Lorenzo Rosasco

We introduce and analyze AdaTask, a multitask online learning algorithm that adapts to the unknown structure of the tasks. When the $N$ tasks are stochastically activated, we show that the regret of AdaTask is better, by…

SeaKR: Self-aware Knowledge Retrieval for Adaptive Retrieval Augmented Generation

2024-06-27 · Zijun Yao, Weijian Qi, Liangming Pan, Shulin Cao 외

This paper introduces Self-aware Knowledge Retrieval (SeaKR), a novel adaptive RAG model that extracts self-aware uncertainty of LLMs from their internal states. SeaKR activates retrieval when the LLMs present high self-…

Question AnsweringRAGRetrievalRetrieval-augmented Generation

SAMoRA: Semantic-Aware Mixture of LoRA Experts for Task-Adaptive Learning

2026-04-21 · Boyan Shi, Wei Chen, Shuyuan Zhao, Junfeng Shen 외 arxiv

The combination of Mixture-of-Experts (MoE) and Low-Rank Adaptation (LoRA) has shown significant potential for enhancing the multi-task learning capabilities of Large Language Models. However, existing methods face two p…

parameter-efficient fine-tuningMulti-Task Learning

A Structure-aware and Motion-adaptive Framework for 3D Human Pose Estimation with Mamba

2025-07-26 · Ye Lu, Jie Wang, Jianjun Gao, Rui Gong 외 arxiv

Recent Mamba-based methods for the pose-lifting task tend to model joint dependencies by 2D-to-1D mapping with diverse scanning strategies. Though effective, they struggle to model intricate joint connections and uniform…

3D Human Pose Estimation

TADP: Task-Aware Deformable Prediction for Single-Stage 3D Object Detection

2026-08-27 · Su Wang, Yaochen Li, Min Yang, Jiaohao Nie 외 arxiv

Most single-stage 3D object detectors complete different tasks with the same extracted features. Nevertheless, it is impossible to project features into a common space that is adaptive for all the tasks. We present a nov…

3D Object Detection