当前位置: 首页 > news >正文

为公司做网站要做什么准备网站建设业务方法

为公司做网站要做什么准备,网站建设业务方法,河南省城乡和建设厅网站,了解公司的网站相关链接#xff1a; 神经网络不确定性综述(Part I)——A survey of uncertainty in deep neural networks-CSDN博客 神经网络不确定性综述(Part II)——Uncertainty estimation_Single deterministic methods-CSDN博客 神经网络不确定性综述(Part III)——Uncertainty est…相关链接 神经网络不确定性综述(Part I)——A survey of uncertainty in deep neural networks-CSDN博客 神经网络不确定性综述(Part II)——Uncertainty estimation_Single deterministic methods-CSDN博客 神经网络不确定性综述(Part III)——Uncertainty estimation_Bayesian neural networks-CSDN博客 神经网络不确定性综述(Part IV)——Uncertainty estimation_Ensemble methodsTest-time augmentation-CSDN博客 神经网络不确定性综述(Part V)——Uncertainty measures and quality-CSDN博客 4. Uncertainty measures and quality 不确定性的数值测量与质量评估的方法。 Uncertainty estimation的质量取决于所使用的方法。比如different approximations of Bayesian inference (e.g. Gaussian and Laplace approximations) 会产生不同的不确定性估计结果。Uncertainty缺少金标准。比如如果我们将uncertainty定义为the uncertainty across human subjectswe still have to answer questions as “How many subjects do we need?” or “How to choose the subjects?”缺乏统一的定量评价指标。在不同的机器学习任务中不确定性的定义也是不同的(Huang et al . 2019b)。比如在回归任务重prediction intervals or standard deviation被用来表示uncertainty而在分类/分割任务中可以使用entropy作为捕获uncertainty的指标。 4.1 Evaluating uncertainty in classification tasks For classification tasks, the network’s softmax output already represents a measure of confidence. But since the raw softmax output is neither very reliable (Hendrycks and Gimpel 2017) nor can it represent all sources of uncertainty (Smith and Gal 2018), further approaches and corresponding measures were developed. 4.1.1 Measuring data uncertainty in classification tasks In order to evaluate the amount of predicted data uncertainty, one can for example apply the maximal class probability or the entropy measures: The maximal probability represents a direct representation of certainty, while entropy describes the average level of information in a random variable. Even though a softmax output should represent the data uncertainty, one cannot tell from a single prediction how large the amount of model uncertainty is that affects this specific prediction as well. 4.1.2 Measuring model uncertainty in classification tasks As already discussed in Sect. 3, a single softmax prediction is not a very reliable way for uncertainty quantification since it is often badly calibrated (Smith and Gal 2018) and does not have any information about the certainty of the model itself has on this specific output (Smith and Gal 2018).——仅仅通过softmax的结果并不能可靠地去量化uncertainty并且也不包含有关模型本身对预测output的certainty的任何信息。 An (approximated) posterior distribution  on the learned model parameters can help to receive better uncertainty estimates.有了这个后验分布the softmax output本身也成为了一个随机变量并且可以进一步地评估它的variation即uncertainty。 For simplicity, we denote  also as  and it will be clear from context whether  depends on  or not. 而衡量  是否与  有关的最常见的方式有mutual information (MI), the expected Kullback–Leibler Divergence (EKL), and the predictive variance. Basically, all these measures compute the expected divergence between the (stochastic) softmax output and the expected softmax output Mutual Information The MI uses entropy to measure the mutual dependence between two variables. In the described case, the difference between the information given in the expected softmax output and the expected information in the softmax output is compared, i.e. Smith and Gal (2018) pointed out that the MI is minimal when the knowledge about model parameters does not increase the information in the final prediction. Therefore, the MI can be interpreted as a measure of model uncertainty. The Expected KL The Kullback–Leibler divergence measures the divergence between two given probability distributions. The EKL can be used to measure the (expected) divergence among the possible softmax outputs, which can also be interpreted as a measure of uncertainty on the model’s output and therefore represents the model uncertainty. The predictive variance The predictive variance evaluates the variance on the (random) softmax outputs, i.e. 如何估计  ? 4.1.3 Measuring distributional uncertainty in classification tasks 尽管以上的uncertainty measures被广泛用于捕获BNN、ensemble methods以及test-time augmentation得到的多种prediction之间的多样性但是它们无法捕获输入数据或OOD样本中的distributional shifts。 考虑这样一个场景  如果所有的predictor都分配了high probability mass给错误的类别标签这将使不同的预测之间趋于统一这时网络对预测似乎是certain的预测本身的uncertainty将变得很低。对于OOD样本可能的解决方案是使用EDL或者直接关注网络输出的logit。如果网络对于当前样本在任一类别上的质量分配/logit都较低则该样本趋向于是OOD的。 4.2 Evaluating uncertainty in regression tasks 4.2.1 Measuring data uncertainty in regression predictions 在分类任务中网络将输出所有可能类别的概率分布。而与此不同回归任务只做逐点的估计/预测没有任何数据不确定性的信息。如Section 3所述一个常见的解决方法是让网络去预测概率分布的参数比如正态分布的mean vector  与standard deviation 之后我们就可以直接用它们来表示data uncertainty。 The prediction of the standard deviation allows an analytical description that the (unknown) true value is within a specific region. The interval that covers the true value with a probability of  (under the assumption that the predicted distribution is correct) is given by (需要确认) where  is the quantile function, the inverse of the cumulative probability function. 除此之外一些工作还提出了直接预测所谓的prediction interval (PI)的方法 这个区间提供了预测值的可取范围(均匀分布)而这种方法的certainty则可以直接通过测量此区间的长度来衡量。这里介绍两个指标 Mean Prediction Interval Width (MPIW)Prediction Interval Coverage Probability (PICP) The PICP represents the percentage of test predictions that fall into a prediction interval and is defined as where  is the total number of predictions and  is the number of ground truth values that are actually captured by the predicted intervals. 4.2.2 Measuring model uncertainty in regression predictions 回归任务和分类任务的model uncertainty之间没有差异可以使用类似的方法测量。比如大部分情况下可以通过approximate an average prediction and measure the divergence among the single predictions. 4.3 Evaluating uncertainty in segmentation tasks 分割任务中的不确定性评估与分类问题十分相似比如using approximates of Bayesian inference (Nair et al. 2020; Roy et al. 2019; LaBonte et al. 2019; Eaton-Rosen et al. 2018; McClure et al. 2019; Soleimany et al. 2019; Soberanis-Mukul et al. 2020; Seebock et al. 2020) 或者test-time augmentation(Wang et al. 2019). In the context of segmentation, the uncertainty in pixel-wise segmentation is measured using confidence intervals (LaBonte et al. 2019; Eaton-Rosen et al. 2018), the predictive variance (Soleimany et al. 2019; Seebock et al. 2020), the predictive entropy (Roy et al. 2019; Wang et al. 2019; McClure et al. 2019; Soberanis-Mukul et al. 2020) or the mutual information (Nair et al. 2020). The uncertainty in structure (volume) estimation is obtained by averaging over all pixel-wise uncertainty estimates (Seebock et al. 2020; McClure et al. 2019). The quality of volume uncertainties is assessed by evaluating the coefficient of variation, the average Dice score, or the intersection over union (Roy et al. 2019; Wang et al. 2019). 以上两段提到的这几篇文献可以读一下
http://www.pierceye.com/news/595317/

相关文章:

  • 网站栏目策划方案上不了建设银行网站
  • 深圳网络营销网站推广方法大连网页设计制作公司
  • 去哪想找人帮我做网站网站开发连接形式
  • 网龙公司有做网站吗北京建设银行支行查询官方网站
  • 本地推广找哪些网站wordpress isux主题
  • 写作网站可保存德阳网站建设公司
  • 找人做网站要密码吗榆林网站seo
  • 不同网站建设报价单深圳室内设计公司排行
  • wap网站价格用python做网站的多吗
  • 为什么要找对做网站的公司枣阳网站建设等服务
  • 有阿里云的主机了怎么做网站北京做网站ezhixi
  • 物业网站模板下载支付宝官网登录入口
  • 医疗网站模版北京建筑信息平台
  • 关于网站建设电话销售的开场白爱网站最新发布址
  • 聊城职业 网站建设与管理酒店类网站开发的策略
  • 学习建设网站建设网站那家好
  • 秦皇岛住房建设网站网站改版建设
  • thinkphp做的网站怎么预览启信宝企业查询
  • 网站为什么没有被收录营销网站都有哪些
  • 广州网站建设比较好的公司芜湖网站公司
  • 网站建设教育机构做图表用的网站
  • 正规手表回收网站重庆观音桥必吃美食
  • 交流稿 网站建设企业网站制作策划书
  • 提取网站子页面邮箱图书网站建设规划书
  • 1元建站阳光市往房和城乡规划建设局网站
  • 安徽和城乡建设厅网站怎么做微信上的网站吗
  • 外贸网站建设有什么需要注意的吗网站开发是什么环境
  • 网站设计与推广wordpress用什么编辑器好
  • h5做的网站网站内容页做301
  • 广州市网站开发二手车网站制作贵吗