用细粒度专家模型提升多任务密集预测的性能与效率
Multi-Task Dense Prediction Fine-Tuning with Mixture of Fine-Grained Experts
- 将专家划分到MLP中间层,实现任务信息的精细拆分
- 在相同任务内共享专家,减少冗余并提升参数效率
- 全局专家动态传递知识,避免任务间干扰,适合多任务场景
多任务密集预测虽具潜力,但仍面临共享表示与任务特异性之间的平衡难题。本文提出细粒度专家混合(FGMoE)架构,融合三项创新与微调策略:首先,引入任务内专家,沿MLP中间隐藏维度划分,实现更精细的任务信息分解,同时保持参数高效;其次,设计共享专家,整合同一任务在不同上下文中的共性信息,降低冗余,使路由专家专注独特特征;第三,构建全局专家,基于输入特征与任务需求自适应跨任务知识迁移,促进有益共享,防止有害干扰。此外,采用仅微调解码器参数的微调方法,进一步提升参数效率。大量实验表明,所提FGMoE在参数更少的情况下,显著优于现有基于MoE的多任务学习模型,在两个密集预测数据集(NYUD-v2、PASCAL-Context)上多个指标均表现更优。
原文摘要 · Abstract (English)
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-Grained Mixture of Experts (FGMoE) architecture that explores MoE-based MTL models through a combination of three key innovations and fine-tuning. First, we propose intra-task experts that partition along intermediate hidden dimensions of MLPs, enabling finer decomposition of task information while maintaining parameter efficiency. Second, we introduce shared experts that consolidate common information across different contexts of the same task, reducing redundancy, and allowing routing experts to focus on unique aspects. Third, we design a global expert that facilitates adaptive knowledge transfer across tasks based on both input feature and task requirements, promoting beneficial information sharing while preventing harmful interference. In addition, we use the fine-tuning approach to improve parameter efficiency only by training the parameters of the decoder. Extensive experimental results show that the proposed FGMoE uses fewer parameters and significantly outperforms current MoE-based competitive MTL models on two dense prediction datasets (\textit{i.e.,} NYUD-v2, PASCAL-Context) in various metrics.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。