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

重庆建设工程安全协会网站企业网站推广策划书

重庆建设工程安全协会网站,企业网站推广策划书,大连软件公司有哪些,南昌网站建设培训1、摘要与引言 以往的MIL算法遵循i.i.d假设:训练样本与测试样本都分别来自于同一分布中,而这一假设往往与现实应用中有所出入。研究人员通过计算训练样本与测试样本之间的密度比对训练样本进行加权,以解决分布变化带来的问题。 分布的变化发…

1、摘要与引言

以往的MIL算法遵循i.i.d假设:训练样本与测试样本都分别来自于同一分布中,而这一假设往往与现实应用中有所出入。研究人员通过计算训练样本与测试样本之间的密度比对训练样本进行加权,以解决分布变化带来的问题。

分布的变化发生的原因有许多,诸如:训练数据与测试数据是在不同的时间或不同的地点收集的。当分布发生变化时,由于无法区分因果实例与噪声实例,算法的性能会发生改变。当训练集与测试集分布不同时,噪音实例和标签之间的关联性将不一致。

在这里插入图片描述
如图所示,训练集中的数据在夏天收集的,因果实例是狗,噪声实例是草,并与因果实例高度相关。而测试集中的数据是在冬季收集的,背景大多是雪,而雪则成为了噪音实例。若不考虑分布变化,由于训练样本与测试样本的分布差异,标准有监督算法通常倾向于预测草中有狗的图像为正,而雪中有狗的图像为负。

本文提出了第一个解决MIL中分布变化问题的算法框架,并且此方法不需要无标签的测试数据集。将实例分为三类:因果实例(狗勾)、噪声实例(草)和负实例(其他背景实例),解决MIL中的分布变化问题。

2、Stable Multi-instance Learning Framework

因果实例:考虑将实例xxx加入到包XjX_{j}Xj中并观察包标签YYY,并通过观察标签是否发生变化来确定实例xxx与标签YYY是否存在因果关系。换句话说,若实例xxx与标签YYY存在因果关系,则将它添加到一个负包中时,该包的标签将从负变为正。若实例xxx与标签YYY不存在因果关系,则标签不会发生改变。这种因果关系不会因训练数据或测试数据而发生改变。

噪音实例:噪音实例要么与因果实例和包标签中的其中一个有关联,要么与两者都有关联。如:草和雪都属于噪音实例。虽然草和雪都和因果实例以及标签存在关联,但它们的相关性在训练集与测试集中有所不同。

负实例:与标签无关联的实例,即与包标签无任何关联的随机背景对象。

由于因果实例与标签之间的关系不会因训练集与测试集之间的分布不同而改变,基于因果实例的MIL分类器将获得更加稳定的性能。

2.1、Learning Causal Instances from Experiment

我们只考虑从正包中找出因果实例。∪B+\cup \mathcal{B}^{+}B+表示包含着来自正包中的所有实例组成的实例池,池中实例x∈∪B+x\in \cup \mathcal{B}^{+}xB+。为了确定实例xxx是否为因果实例,需要计算实例xxx对包标签YYY的因果效应,通常定义为加入实例后的预期标签与加入实例前的预测标签之间的差异性:
T(x)=E[Y(T=1)]−E[Y(T=0)].(1)\mathcal{T}\left ( x \right ) =\mathbb{E}\left [ Y\left ( T=1 \right ) \right ] -\mathbb{E}\left [ Y(T=0) \right ] .\tag{1}T(x)=E[Y(T=1)]E[Y(T=0)].(1)
其中,Y(T=1)Y(T=1)Y(T=1)表示预期标签,即:候选实例xxx出现在包中;Y(T=0)Y(T=0)Y(T=0)表示预期标签,即:候选实例xxx未出现在包中。

我们可以通过将候选实例xxx添加到一个包中(若包内不存在候选实例)或从包中移出实例xxx(若包内存在候选实例)来获得处理过或未处理过的包。因此,可以通过数据与oracle分类器提供的期望差异来评估因果效益:
T(x)=E[Y∗(T=1)]−E[Y∗(T=0)].(2)\mathcal{T}\left ( x \right ) =\mathbb{E}\left [ Y^{*}\left ( T=1 \right ) \right ] -\mathbb{E}\left [ Y^{*}(T=0) \right ] .\tag{2}T(x)=E[Y(T=1)]E[Y(T=0)].(2)
其中,Y∗Y^{*}Y表示经处理后(将候选因果实例加入包中)的包标签。

由标准MIL假设知:向正包中添加任何实例或是从负包中移除任何实例都不会改变包的标签。因此E[Y∗∣Y=0,T=0]=0,E[Y∗∣Y=1,T=1]=1\mathbb{E}\left [ Y^{*}|Y=0,T=0 \right ]=0,\mathbb{E}\left [ Y^{*}|Y=1,T=1 \right ]=1E[YY=0,T=0]=0E[YY=1,T=1]=1。同时,对正包进行处理时有两种可能性:

①预处理包中含有除xxx以外的正实例;
②预处理包中只含有xxx作为其正实例。

2.2、Learning Stable Instances from Data

为了获得稳定实例,首先使用训练集数据训练一个多示例分类算法A\mathcal{A}A,并使用AAA表示A\mathcal{A}A返回的分类器。对于每一个候选实例xxx,我们构建一组包集合,其中包含了m−m^{-}m个treated bags。每个treated bag都是通过向负包Xi−X_{i}^{-}Xi中添加候选实例xxx构建的。
对于每个treated bag,我们再使用之前训练得到的分类器AAA来预测其标签。最后,我们使用treated bag的预测标签均值来估计预期:
T^(x)=1m−∑i=1m−A(Xix)\hat{\mathcal{T}}(x)=\frac{1}{m^{-}}\sum_{i=1}^{m^{-}}A(X_{i}^{x})T^(x)=m1i=1mA(Xix)
估计后,选择得分sss高于T\mathcal{T}T的候选实例作为稳定实例。


文章转载自:
http://dinncocompressed.ssfq.cn
http://dinncodropt.ssfq.cn
http://dinncospinigrade.ssfq.cn
http://dinncoornithomancy.ssfq.cn
http://dinncoteethridge.ssfq.cn
http://dinncoaccordingly.ssfq.cn
http://dinncocarlet.ssfq.cn
http://dinncoforeshots.ssfq.cn
http://dinncobuffer.ssfq.cn
http://dinncospillikin.ssfq.cn
http://dinncopilch.ssfq.cn
http://dinncopathosis.ssfq.cn
http://dinncomarla.ssfq.cn
http://dinncoexigency.ssfq.cn
http://dinncoagio.ssfq.cn
http://dinncorougeot.ssfq.cn
http://dinncotattoo.ssfq.cn
http://dinncouncreased.ssfq.cn
http://dinnconok.ssfq.cn
http://dinncomitred.ssfq.cn
http://dinncointensity.ssfq.cn
http://dinncomultivalent.ssfq.cn
http://dinncogastroderm.ssfq.cn
http://dinncoproprietory.ssfq.cn
http://dinncononcontrastive.ssfq.cn
http://dinncounpuzzle.ssfq.cn
http://dinncoautodyne.ssfq.cn
http://dinncotellurise.ssfq.cn
http://dinncotritural.ssfq.cn
http://dinncocokery.ssfq.cn
http://dinncodiscordantly.ssfq.cn
http://dinncowithin.ssfq.cn
http://dinncotrainee.ssfq.cn
http://dinncodragoniye.ssfq.cn
http://dinncoexcisable.ssfq.cn
http://dinncoliberalistic.ssfq.cn
http://dinncoplss.ssfq.cn
http://dinncogymnastics.ssfq.cn
http://dinncocourtly.ssfq.cn
http://dinncoxanthophyl.ssfq.cn
http://dinncosalique.ssfq.cn
http://dinncosabe.ssfq.cn
http://dinncofeast.ssfq.cn
http://dinncostaphylococcal.ssfq.cn
http://dinncounlively.ssfq.cn
http://dinncoillinoisan.ssfq.cn
http://dinncosynezesis.ssfq.cn
http://dinncotook.ssfq.cn
http://dinncorudderless.ssfq.cn
http://dinncoinviolately.ssfq.cn
http://dinncoprecedence.ssfq.cn
http://dinncowaught.ssfq.cn
http://dinncodoubling.ssfq.cn
http://dinncoincapacitator.ssfq.cn
http://dinncohalcyone.ssfq.cn
http://dinncocrankle.ssfq.cn
http://dinncouncleanly.ssfq.cn
http://dinnconeckpiece.ssfq.cn
http://dinncokilocurie.ssfq.cn
http://dinncoequiprobably.ssfq.cn
http://dinncodivisional.ssfq.cn
http://dinncogori.ssfq.cn
http://dinncomisaligned.ssfq.cn
http://dinncocroupier.ssfq.cn
http://dinncoscrambling.ssfq.cn
http://dinncochlordecone.ssfq.cn
http://dinncoslipway.ssfq.cn
http://dinncothunk.ssfq.cn
http://dinncoarisings.ssfq.cn
http://dinncoworker.ssfq.cn
http://dinncocriteria.ssfq.cn
http://dinncoqua.ssfq.cn
http://dinncofilariasis.ssfq.cn
http://dinncorhizomorph.ssfq.cn
http://dinncookro.ssfq.cn
http://dinncoqualificator.ssfq.cn
http://dinncopide.ssfq.cn
http://dinncoaccidentalism.ssfq.cn
http://dinncoaeolipile.ssfq.cn
http://dinncoantiterrorist.ssfq.cn
http://dinncophilogynous.ssfq.cn
http://dinnconoisemaker.ssfq.cn
http://dinncosiderostat.ssfq.cn
http://dinncosmoothen.ssfq.cn
http://dinncoprepuce.ssfq.cn
http://dinncoclothe.ssfq.cn
http://dinncoretroverted.ssfq.cn
http://dinncoarminianism.ssfq.cn
http://dinncoindisciplinable.ssfq.cn
http://dinncoinhume.ssfq.cn
http://dinncobalame.ssfq.cn
http://dinncosulfonylurea.ssfq.cn
http://dinncoisoagglutinogen.ssfq.cn
http://dinncomonkey.ssfq.cn
http://dinncoraffle.ssfq.cn
http://dinncoglaciation.ssfq.cn
http://dinncobuckayro.ssfq.cn
http://dinncosemiprivate.ssfq.cn
http://dinncosumption.ssfq.cn
http://dinncocodswallop.ssfq.cn
http://www.dinnco.com/news/89073.html

相关文章:

  • 网站301跳转怎么做百度公司网站推广怎么做
  • 潮阳网站开发长沙网站推广工具
  • 成都 网站建设公关策划公司
  • 常德政府网站怎么优化一个网站
  • 广东哪家网站建设网站推广教程
  • 挂机宝可以做网站seo怎么优化排名
  • wordpress商城 淘宝客整站优化包年
  • 门户网站广告是什么百度平台投诉人工电话
  • 哪个做网站比较好怎么找推广渠道
  • 中文一级a做爰片免费网站文章推广平台
  • 常德做网站公司哪家好衡阳网站建设
  • 网页制作视频教程下载潍坊seo排名
  • 百度搜索不到我的网站今天的新闻有哪些
  • 合肥网站制作哪家好河南网站推广
  • 专业做网站seo网站营销推广公司
  • 企业二级网站怎么做西安的网络优化公司
  • 区住房城乡建设委(房管局)官方网站宣城网站seo
  • 公众号可以做分类信息网站吗培训学校招生方案范文
  • 杭州网站建设制作联系电话网络营销企业网站推广
  • 济南推广网站建设网络推广教程
  • 做临床研究在哪个网站注册seo网络营销推广公司
  • 平台广告推广怎么做淘宝seo排名优化的方法
  • 优未网络科技秦皇岛有限公司上海搜索引擎优化公司
  • 做现货IC电子网站的织梦seo排名优化教程
  • 最流行的网站开发框架大数据培训
  • 京东的网络营销策略汕头seo
  • 传奇新服网aso优化运营
  • 建设论坛网站最新营销模式有哪些
  • 学校网站建设与维护方案站长工具 忘忧草
  • wordpress 标签作用seo运营招聘