paper-with-me

홈 › Papers

A Multi-Head Ensemble Multi-Task Learning Approach for Dynamical Computation Offloading

2023-09-02 · Ruihuai Liang, Bo Yang, Zhiwen Yu, Xuelin Cao, Derrick Wing Kwan Ng, Chau Yuen

Computation offloading has become a popular solution to support computationally intensive and latency-sensitive applications by transferring computing tasks to mobile edge servers (MESs) for execution, which is known as mobile/multi-access edge computing (MEC). To improve the MEC performance, it is required to design an optimal offloading strategy that includes offloading decision (i.e., whether offloading or not) and computational resource allocation of MEC. The design can be formulated as a mixed-integer nonlinear programming (MINLP) problem, which is generally NP-hard and its effective solution can be obtained by performing online inference through a well-trained deep neural network (DNN) model. However, when the system environments change dynamically, the DNN model may lose efficacy due to the drift of input parameters, thereby decreasing the generalization ability of the DNN model. To address this unique challenge, in this paper, we propose a multi-head ensemble multi-task learning (MEMTL) approach with a shared backbone and multiple prediction heads (PHs). Specifically, the shared backbone will be invariant during the PHs training and the inferred results will be ensembled, thereby significantly reducing the required training overhead and improving the inference performance. As a result, the joint optimization problem for offloading decision and resource allocation can be efficiently solved even in a time-varying wireless environment. Experimental results show that the proposed MEMTL outperforms benchmark methods in both the inference accuracy and mean square error without requiring additional training data.

📄 PDF Abstract BibTeX arXiv:2309.00907

Code (1)

qiyu3816/MTFNN-CO 공식 구현 tf

Tasks

Edge-computingMulti-Task Learning

Similar Papers 제목 키워드 기반

FusionEnsemble-Net: An Attention-Based Ensemble of Spatiotemporal Networks for Multimodal Sign Language Recognition

2025-08-12 · Md. Milon Islam, Md Rezwanul Haque, S M Taslim Uddin Raju, Fakhri Karray arxiv

Accurate recognition of sign language in healthcare communication poses a significant challenge, requiring frameworks that can accurately interpret complex multimodal gestures. To deal with this, we propose FusionEnsembl…

Sign Language RecognitionGesture Recognition

Multi-headed Neural Ensemble Search

2021-07-09 · Ashwin Raaghav Narayanan, Arber Zela, Tonmoy Saikia, Thomas Brox 외

Ensembles of CNN models trained with different seeds (also known as Deep Ensembles) are known to achieve superior performance over a single copy of the CNN. Neural Ensemble Search (NES) can further boost performance by a…

Diversity

Multi-output Ensembles for Multi-step Forecasting

2023-06-26 · Vitor Cerqueira, Luis Torgo

This paper studies the application of ensembles composed of multi-output models for multi-step ahead forecasting problems. Dynamic ensembles have been commonly used for forecasting. However, these are typically designed …

Time Series

HopCast: Calibration of Autoregressive Dynamics Models

2025-01-27 · Muhammad Bilal Shahid, Cody Fleming

Deep learning models are often trained to approximate dynamical systems that can be modeled using differential equations. These models are optimized to predict one step ahead and produce calibrated predictions if the pre…

On Multi-head Ensemble of Smoothed Classifiers for Certified Robustness

2022-11-20 · Kun Fang, Qinghua Tao, Yingwen Wu, Tao Li 외

Randomized Smoothing (RS) is a promising technique for certified robustness, and recently in RS the ensemble of multiple deep neural networks (DNNs) has shown state-of-the-art performances. However, such an ensemble brin…