arXiv:2502.10027cs.LG2025-02被引 1

用多任务学习让一个神经网络搞定无线网络多种优化问题。

Heterogeneous Resource Allocation with Multi-task Learning for Wireless Networks

  • 设计路由机制,让单个神经网络动态选择不同计算路径应对不同任务。
  • 在多种优化场景下表现优于传统网络,无需重训练即可适应新问题。
  • 适合需要快速响应、多目标冲突的动态无线网络部署场景。

无线网络中优化问题的规模、目标和约束常变,传统深度神经网络(DNN)需频繁调整架构或重新训练。针对这一挑战,本文提出一种基于条件计算的多任务学习(MTL)框架,使单一DNN能联合求解多种异构优化问题。该框架将不同维度、目标和约束的问题视为独立任务,由基础DNN(bDNN)提取解,路由DNN(rDNN)决定每个任务在前向传播中激活bDNN的哪些节点与层。通过二进制掩码乘以bDNN权重,实现任务专属计算路径,支持参数共享或独立。该方法适用于监督与无监督学习场景。数值实验表明,相比缺乏路由机制的基准DNN,本方法在多样优化问题上性能显著更优,验证了其有效性。

原文摘要 · Abstract (English)

The optimal solution to an optimization problem depends on the problem's objective function, constraints, and size. While deep neural networks (DNNs) have proven effective in solving optimization problems, changes in the problem's size, objectives, or constraints often require adjustments to the DNN architecture to maintain effectiveness, or even retraining a new DNN from scratch. Given the dynamic nature of wireless networks, which involve multiple and diverse objectives that can have conflicting requirements and constraints, we propose a multi-task learning (MTL) framework to enable a single DNN to jointly solve a range of diverse optimization problems. In this framework, optimization problems with varying dimensionality values, objectives, and constraints are treated as distinct tasks. To jointly address these tasks, we propose a conditional computation-based MTL approach with routing. The multi-task DNN consists of two components, the base DNN (bDNN), which is the single DNN used to extract the solutions for all considered optimization problems, and the routing DNN (rDNN), which manages which nodes and layers of the bDNN to be used during the forward propagation of each task. The output of the rDNN is a binary vector which is multiplied with all bDNN's weights during the forward propagation, creating a unique computational path through the bDNN for each task. This setup allows the tasks to either share parameters or use independent ones, with the decision controlled by the rDNN. The proposed framework supports both supervised and unsupervised learning scenarios. Numerical results demonstrate the efficiency of the proposed MTL approach in solving diverse optimization problems. In contrast, benchmark DNNs lacking the rDNN mechanism were unable to achieve similar levels of performance, highlighting the effectiveness of the proposed architecture.

多任务学习无线网络资源分配神经网络

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