Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

Yuqi Yang, Peng-Tao Jiang, Qibin Hou, Hao Zhang, Jinwei Chen, Bo Li• 2024

Related benchmarks

TaskDatasetResultRank
Surface Normal EstimationNYU v2 (test)--
206
Depth EstimationNYU Depth V2
RMSE0.5076
177
Semantic segmentationNYUD v2
mIoU55.96
96
Saliency DetectionPascal Context (test)
maxF84.9
57
Surface Normal EstimationPascal Context (test)
mErr13.51
50
Multi-task LearningPascal Context
mIoU (Semantic Segmentation)75.64
47
Semantic segmentationPascal Context
mIoU81.41
43
Boundary DetectionPascal Context (test)
ODSF75.42
34
Saliency DetectionPascal Context
maxF Score84.9
21
Surface Normal EstimationPascal Context
Mean Error (MAE)13.51
21
Showing 10 of 17 rows

Other info

Code

Follow for update