paper-with-me

홈 › Papers

Multi-Task Dense Prediction via Mixture of Low-Rank Experts

2024-03-26 · CVPR 2024 1 · YuQi Yang, Peng-Tao Jiang, Qibin Hou, Hao Zhang, Jinwei Chen, Bo Li

Previous multi-task dense prediction methods based on the Mixture of Experts (MoE) have received great performance but they neglect the importance of explicitly modeling the global relations among all tasks. In this paper, we present a novel decoder-focused method for multi-task dense prediction, called Mixture-of-Low-Rank-Experts (MLoRE). To model the global task relationships, MLoRE adds a generic convolution path to the original MoE structure, where each task feature can go through this path for explicit parameter sharing. Furthermore, to control the parameters and computational cost brought by the increase in the number of experts, we take inspiration from LoRA and propose to leverage the low-rank format of a vanilla convolution in the expert network. Since the low-rank experts have fewer parameters and can be dynamically parameterized into the generic convolution, the parameters and computational cost do not change much with the increase of experts. Benefiting from this design, we increase the number of experts and its reception field to enlarge the representation capacity, facilitating multiple dense tasks learning in a unified network. Extensive experiments on the PASCAL-Context and NYUD-v2 benchmarks show that our MLoRE achieves superior performance compared to previous state-of-the-art methods on all metrics. Our code is available at https://github.com/YuqiYang213/MLoRE.

📄 PDF Abstract BibTeX arXiv:2403.17749

Code (1)

yuqiyang213/mlore 공식 구현 pytorch

Tasks

DecoderMixture-of-Experts

Methods 이 논문이 사용한 방법론

MoE 설명 없음
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 제목 키워드 기반

SiRA: Sparse Mixture of Low Rank Adaptation

2023-11-15 · Yun Zhu, Nevan Wichers, Chu-Cheng Lin, Xinyi Wang 외

Parameter Efficient Tuning has been an prominent approach to adapt the Large Language Model to downstream tasks. Most previous works considers adding the dense trainable parameters, where all parameters are used to adapt…

Language ModelingLanguage ModellingLarge Language Model

PRIME: Mitigating Subgroup Optimization Competition in Shared CTR Top Networks with Plug-in Residual Input-Conditioned Mixture of Expert

2026-08-31 · Heng Yao, Siyun Hou, Tianying Liu, Yulou Shu 외 arxiv

Click-through rate (CTR) models vary in feature-interaction design, yet their top networks usually remain a single multilayer perceptron shared by all examples. Heterogeneous user, item, and context subgroups therefore u…

kNN-Embed: Locally Smoothed Embedding Mixtures For Multi-interest Candidate Retrieval

2022-05-12 · Ahmed El-Kishky, Thomas Markovich, Kenny Leung, Frank Portman 외

Candidate retrieval is the first stage in recommendation systems, where a light-weight system is used to retrieve potentially relevant items for an input user. These candidate items are then ranked and pruned in later st…

DiversityGraph MiningRecommendation SystemsRepresentation Learning+1

Multi-Task Dense Prediction Fine-Tuning with Mixture of Fine-Grained Experts

2025-07-25 · Yangyang Xu, Xi Ye, Duo Su arxiv

Multi-task learning (MTL) for dense prediction has shown promising results but still faces challenges in balancing shared representations with task-specific specialization. In this paper, we introduce a novel Fine-Graine…

Multi-Task Learning

Intuition-aware Mixture-of-Rank-1-Experts for Parameter Efficient Finetuning

2024-04-13 · Yijiang Liu, Rongyu Zhang, Huanrui Yang, Kurt Keutzer 외

Large Language Models (LLMs) have demonstrated significant potential in performing multiple tasks in multimedia applications, ranging from content generation to interactive entertainment, and artistic creation. However, …

DiversityMixture-of-Experts