Bayesian Sparse Regression for Mixed Multi-Responses with Application to Runtime Metrics Prediction in Fog Manufacturing

2025-04-27 0 0 1.42MB 44 页 10玖币
侵权投诉
Bayesian Sparse Regression for Mixed
Multi-Responses with Application to Runtime
Metrics Prediction in Fog Manufacturing
Xiaoyu Chen1, Xiaoning Kang2, Ran Jin3and Xinwei Deng4
1Department of Industrial Engineering, University of Louisville, USA.
2International Business College and Institute of Supply Chain Analytics,
Dongbei University of Finance and Economics, China
3Grado Department of Industrial and Systems Engineering,
Virginia Tech, USA
4Department of Statistics, Virginia Tech, USA
Abstract
Fog manufacturing can greatly enhance traditional manufacturing systems through
distributed Fog computation units, which are governed by predictive computational
workload offloading methods under different Industrial Internet architectures. It is
known that the predictive offloading methods highly depend on accurate prediction
and uncertainty quantification of runtime performance metrics, containing multivariate
mixed-type responses (i.e., continuous, counting, binary). In this work, we propose a
Bayesian sparse regression for multivariate mixed responses to enhance the prediction
of runtime performance metrics and to enable the statistical inferences. The proposed
method considers both group and individual variable selection to jointly model the
mixed types of runtime performance metrics. The conditional dependency among
multiple responses is described by a graphical model using the precision matrix, where a
1
arXiv:2210.04811v2 [stat.ME] 11 Oct 2022
spike-and-slab prior is used to enable the sparse estimation of the graph. The proposed
method not only achieves accurate prediction, but also makes the predictive model more
interpretable with statistical inferences on model parameters and prediction in the Fog
manufacturing. A simulation study and a real case example in a Fog manufacturing
are conducted to demonstrate the merits of the proposed model.
Keywords: Graphical model, Mixed responses, Spike-and-slab prior, Variable Selection.
2
1 Introduction
Fog computing (also referred as Edge computing) techniques have served as an important
role in Industrial Internet of things (IIoT) for smart manufacturing systems. It provides
local and distributed computation capabilities. The concept of Fog manufacturing is de-
fined on integrating a Fog computing network with interconnected manufacturing processes,
facilitates, and systems. With local computation units (i.e., Fog units) close to the man-
ufacturing processes, the Cloud-based centralized computation architecture can be evolved
to a Cloud-Fog collaborative computation to provide higher responsiveness and significantly
lower time latency (Wu et al. 2017; Zhang et al. 2019). There is a trade-off between the
local computing efficiency on a Fog unit and the global collaborative efficiency of the cen-
tralized Cloud. Specifically, the speciality of Fog units can significantly speedup the local
computations, but it can pose significant challenges for the Cloud to assign the computation
tasks and supervise the heterogeneous Fog units. Besides, fluctuated computation capability
of the Fog units and intermittent communication conditions among the Fog units and the
Cloud make it even harder for the collaboration (Zhang et al. 2015). Therefore, computation
offloading methods have been widely investigated to enable efficient collaboration between
the Fog units and the Cloud with the consideration of constraints on resources.
In Fog manufacturing, the runtime performance metrics are often multivariate with mixed
types (Chen et al. 2018). These metrics include the CPU utilization (i.e., continuous re-
sponse), temperature of the CPU (i.e., continuous response), the number of computation
tasks executed within a certain time period (i.e., counting response), and whether the mem-
ory utilization exceeds certain thresholds (i.e., binary response). Prediction and uncertainty
quantification of these metrics are essential to support the computation in the Fog manu-
facturing, advancing analytics and optimization for high responsiveness and reliability (Wu
et al. 2017; Zhang et al. 2019). Based on the runtime performance metrics of these Fog
nodes, the Fog computing can dynamically assign computation tasks to different Fog nodes
(Chen et al. 2018). The manufacturing must provide responsive and reliable computation
services by meeting all requirements in runtime performance metrics. It is thus of great
importance to accurately predict runtime performance metrics of Fog nodes and quantify
3
the uncertainty of prediction in task assignment and offloading problems.
As the runtime performance metrics are multivariate with mixed types, a simple method
is to model each individual metric separately. Clearly, such an approach overlooks the de-
pendency relationship among the metrics, resulting in inaccurate prediction associated with
high uncertainty. For example, as the increment in the executed number of computation
tasks per minute (i.e., counting response), the CPU utilization and temperature (i.e., con-
tinuous responses) will increase. Quantifying such dependency among mixed responses is
expected to improve the prediction accuracy. Moreover, by only providing point estimation
of mixed responses, the model prediction may not be trustworthy for those with high predic-
tion variance. Therefore, it calls for a joint model for the mixed responses with uncertainty
quantification. Towards predictive offloading, the objective is to jointly fit the mixed runtime
performance metrics with the capability of statistical inferences to quantify uncertainties of
the predicted metrics in Fog manufacturing.
In this work, we propose a Bayesian sparse multivariate regression for mixed responses
(BS-MRMR) to achieve accurate model prediction and, more importantly, to obtain proper
statistical inferences of the responses. The use of Bayesian estimation naturally enables
uncertainty quantification of model prediction. Both group sparsity and individual sparsity
are imposed on regression coefficients via proper spike-and-slab priors. The group structures
often occur in the runtime performance metrics prediction problem when the metrics at the
next time instance are regressed on two groups of predictors: the features extracted from the
current and previous metrics (i.e., Group 1) and the covariates of the computation tasks (i.e.,
Group 2). On the other hand, not all predictors are important within each group. Hence
the individual sparsity is also induced for better estimation of model coefficients. More-
over, the proposed method considers the conditional dependency among multiple responses
by a graphical model using the precision matrix, where a spike-and-slab prior is used to
enable the sparse estimation of the graph. A Gibbs sampling scheme is then developed to
efficiently conduct model estimation and inferences for the proposed BS-MRMR method.
The proposed BS-MRMR model not only achieves accurate prediction, but also makes the
predictive model more interpretable in the Fog manufacturing. Note that one can consider a
4
two-step Bayesian method to model the multivariate mixed responses Bradley (2022), where
the first step transforms the multivariate mixed-responses to continuous responses, and the
second step models the transformed responses. However, the obtained model coefficients are
less interpretable since the transformation typically change the scale of the original responses.
Different from the recent work of Kang et al. (2021) on a penalized regression for multi-
variate mixed responses, the proposed BS-MRMR is a Bayesian approach with the following
key novelty. First, Kang et al. (2021) only imposes individual sparsity while the BS-MRMR
model takes into account of both the group and individual sparsity. Second, the model intro-
duced by Kang et al. (2021) cannot provide statistical inferences, such as prediction intervals
for the responses due to their complicated parameter estimation procedure. In contrast, the
proposed BS-MRMR model is able to quantify the uncertainty of the estimated parameters
and predicted responses within the Bayesian framework. It provides a comprehensive infor-
mation of prediction and uncertainty quantification to support the predictive offloading in
Fog manufacturing. Third, a careful investigation of the posterior distribution makes the
computation of the Gibbs sampling efficient for model estimation and inference.
The remainder of this work is organized as follows. The proposed BS-MRMR model and
the Gibbs sampling scheme are detailed in Section 3. A simulation study is conducted to
validate the BS-MRMR model in Section 4. Section 5 describes a real case study in Fog
manufacturing. Section 6 concludes this work with some discussions of future directions.
2 Literature Review
The joint modeling of mixed responses has attracted great attention in the literature. Various
existing studies focused on the bivariate responses. For example, Fitzmaurice and Laird
(1995) considered a bivariate linear regression model with a continuous and a binary response
via joint likelihood estimation. Yang et al. (2007) proposed to jointly fit a continuous and a
counting response, and evaluated the correlation between the bivariate responses varying over
time through a likelihood ratio test. These methods usually factorize the joint distribution
of two responses as the product of a marginal and a conditional distribution (Cox and
Wermuth 1992), which cannot be easily generalized for multivariate mixed responses in real
5
摘要:

BayesianSparseRegressionforMixedMulti-ResponseswithApplicationtoRuntimeMetricsPredictioninFogManufacturingXiaoyuChen1,XiaoningKang2,RanJin3andXinweiDeng41DepartmentofIndustrialEngineering,UniversityofLouisville,USA.2InternationalBusinessCollegeandInstituteofSupplyChainAnalytics,DongbeiUniversityofFi...

展开>> 收起<<
Bayesian Sparse Regression for Mixed Multi-Responses with Application to Runtime Metrics Prediction in Fog Manufacturing.pdf

共44页,预览5页

还剩页未读, 继续阅读

声明:本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。玖贝云文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知玖贝云文库,我们立即给予删除!
分类:图书资源 价格:10玖币 属性:44 页 大小:1.42MB 格式:PDF 时间:2025-04-27

开通VIP享超值会员特权

  • 多端同步记录
  • 高速下载文档
  • 免费文档工具
  • 分享文档赚钱
  • 每日登录抽奖
  • 优质衍生服务
/ 44
客服
关注