意味着老师是更好的榜样 ---- ---- ---- 作者:Harti Valpola()Antti Tarvainen 方法 平均老师是半监督学习的一种简单方法。 它包括以下步骤: 采用受监管的体系结构并复制它。 让我们将原始模型称为学生,将新模型称为老师。 在每个训练步骤中,将相同的小批量用作学生和老师的输入,但分别向输入添加随机增强或噪声。 在softmax之后,在学生和教师的输出之间增加额外的一致性成本。 让优化器正常更新学生权重。 让教师权重为学生权重的指数移动平均值(EMA)。 也就是说,在每个训练步骤之后,将教师的权重向学生的权重稍作更新。 我们的贡献是最后一步。 莱
1
LNL增强 带有噪声标签的学习的增强策略代码(CVPR 2021)。 : *, *, , [ * :] 抽象的不完美的标签在现实世界的数据集中无处不在。 训练对标签噪声具有鲁棒性的训练深度神经网络(DNN)的几种最新成功方法已经使用了两种主要技术:基于在预热阶段的损失来过滤样本以整理一组干净标签的样本,以及使用网络的输出作为后续损失计算的伪标签。 在本文中,我们评估了用于解决“带有噪声标签的学习”问题的算法的不同扩充策略。 我们提出并研究了多种扩充策略,并使用基于CIFAR-10和CIFAR-100的合成数据集以及真实数据集Clothing1M对其进行了评估。 由于这些算法的几种共通性,我们发现使用一组扩充进行损失建模任务而使用另一组扩充进行学习是最有效的,可以改进最新技术和其他先前方法的结果。 此外,我们发现在预热期间应用扩增可能会对正确标记和错误标记的样本的损失收敛行为产
1
While labeled data is expensive to prepare, ever increasing amounts of unlabeled data is becoming widely available. In order to adapt to this phenomenon, several semi-supervised learning (SSL) algorithms, which learn from labeled as well as unlabeled data, have been developed. In a separate line of work, researchers have started to realize that graphs provide a natural way to represent data in a variety of domains. Graph-based SSL algorithms, which bring together these two lines of work, have been shown to outperform the state-of-the-art in many applications in speech processing, computer vision, natural language processing, and other areas of Artificial Intelligence. Recognizing this promising and emerging area of research, this synthesis lecture focuses on graphbased SSL algorithms (e.g., label propagation methods). Our hope is that after reading this book, the reader will walk away with the following: (1) an in-depth knowledge of the current stateof- the-art in graph-based SSL algorithms, and the ability to implement them; (2) the ability to decide on the suitability of graph-based SSL methods for a problem; and (3) familiarity with different applications where graph-based SSL methods have been successfully applied.
2021-10-14 15:55:14 1.4MB 机器学习 半监督学习 基于图的学习
1
PLC SECS协议开发设计
2021-10-13 18:00:17 423KB SECS GEM SEMI
1
SECS协议开发设计
2021-10-13 16:01:03 750KB secs gem semi
1
SECS协议开发设计
2021-10-13 16:00:41 1.28MB SECS GEM SEMI
1
感性 该存储库包含以下论文的PyTorch实现:GANomaly:通过对抗训练进行半监督异常检测 1.目录 2.安装 首先克隆存储库 git clone https://github.com/samet-akcay/ganomaly.git 通过conda创建虚拟环境 conda create -n ganomaly python=3.7 激活虚拟环境。 conda activate ganomaly 安装依赖项。 conda install -c intel mkl_fft pip install --user --requirement requirements.txt 3.实验 要在纸上为MNIST和CIFAR10数据集复制结果,请运行以下命令: # MNIST sh experiments/run_mnist.sh # CIFAR sh experiments/run
1
阻抗源逆变器仿真 ,有需要的可以下载 基于matlab
2021-09-28 18:06:32 15KB 逆变器 逆变器MATLAB matlab
使用生成式对抗学习的3D医学图像分割很少 该存储库包含我们在同名论文中提出的模型的tensorflow和pytorch实现: 该代码在tensorflow和pytorch中都可用。 要运行该项目,请参考各个自述文件。 数据集 选择了数据集来证实我们提出的方法。 它包含10个标记的训练对象和13个未标记的测试对象的3D多模式脑MRI数据。 我们将这10个标记的训练数据分为两个模型的训练,验证和测试图像。(例如,2,1和7)13个未标记的测试图像中的其余部分仅用于训练基于GAN的模型。 数据集也用于测试我们提出的模型的鲁棒性。 它包含3种模式(T1加权,T1加权反转恢复和FLAIR)。 原始数据
1
Semi-TCP协议在ARM开发板RP4412下的实现方法.pdf
2021-09-22 11:02:16 1.27MB ARM 处理器 内核 参考文献