arXiv:2512.24708cs.LGcs.AI2025-12

用多老虎机框架高效筛选多任务学习中的有益辅助任务组合。

BandiK: Efficient Multi-Task Decomposition Using a Multi-Bandit Framework

  • 通过三阶段流程,先估算任务间知识迁移潜力,再生成候选任务集。
  • 利用多老虎机机制,在单次训练测试中评估多个候选集表现,显著降低计算成本。
  • 适合需要高效多任务学习的场景,尤其适用于大规模任务集合的选择。

在基础模型的下游任务中,如何有效跨任务迁移知识是一个关键问题,但迁移的传递性与非传递性仍不明确,负迁移仍是主要障碍。多任务学习中选择有益的辅助任务组合常受制于评估成本高、候选集数量庞大及目标任务复杂度差异大。为此,我们提出BandiK,一种基于多老虎机框架的三阶段多任务辅助任务子集选择方法。第一阶段估计任务间的成对迁移关系,识别可能受益于联合学习的任务;第二阶段基于初步估计,为每个目标任务构建线性数量的候选辅助任务集(与总任务数成线性关系),大幅减少指数级潜在组合;第三阶段为每个任务采用多臂老虎机(MAB)框架,将候选集视为“臂”,通过在单个随机训练-测试划分上训练和测试多输出神经网络来评估性能。为提升效率,BandiK将各任务专属的MAB整合为多老虎机结构,利用同一神经网络实现不同任务对应多个“臂”的共享,形成新型半重叠臂的代价/奖励结构,显著提升探索效率。

原文摘要 · Abstract (English)

The challenge of effectively transferring knowledge across multiple tasks is of critical importance and is also present in downstream tasks with foundation models. However, the nature of transfer, its transitive-intransitive nature, is still an open problem, and negative transfer remains a significant obstacle. Selection of beneficial auxiliary task sets in multi-task learning is frequently hindered by the high computational cost of their evaluation, the high number of plausible candidate auxiliary sets, and the varying complexity of selection across target tasks. To address these constraints, we introduce BandiK, a novel three-stage multi-task auxiliary task subset selection method using multi-bandits, where each arm pull evaluates candidate auxiliary sets by training and testing a multiple output neural network on a single random train-test dataset split. Firstly, BandiK estimates the pairwise transfers between tasks, which helps in identifying which tasks are likely to benefit from joint learning. In the second stage, it constructs a linear number of candidate sets of auxiliary tasks (in the number of all tasks) for each target task based on the initial estimations, significantly reducing the exponential number of potential auxiliary task sets. Thirdly, it employs a Multi-Armed Bandit (MAB) framework for each task, where the arms correspond to the performance of candidate auxiliary sets realized as multiple output neural networks over train-test data set splits. To enhance efficiency, BandiK integrates these individual task-specific MABs into a multi-bandit structure. The proposed multi-bandit solution exploits that the same neural network realizes multiple arms of different individual bandits corresponding to a given candidate set. This semi-overlapping arm property defines a novel multi-bandit cost/reward structure utilized in BandiK.

多任务学习任务选择强化学习效率优化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。