博客
关于我
【计算机科学】【2018.08】在深度学习领域中推进分割和无监督学习
阅读量:244 次
发布时间:2019-02-28

本文共 2786 字,大约阅读时间需要 9 分钟。

在这里插入图片描述

本文为挪威北极大学(作者:Michael Kampffmeyer)的博士论文,共93页。

由于基于深度学习的模型给各种任务带来了巨大的改进,近年来得到了大量的关注。然而,这些改进在很大程度上是在有标签的监督设置中实现的,并且最初集中于传统的计算机视觉任务,例如视觉对象识别。考虑大尺寸和多模态图像的特定应用领域,以及标记训练数据难以获得的应用,反而受到较少的关注。本文旨在从两个方面填补这些空白。首先,我们提出了专门针对遥感和医学成像应用的分割方法。其次,受医学影像等高影响领域缺乏标记数据的启发,提出了四种无监督的深度学习任务:领域适应、聚类、表征学习和零镜头学习。分割的工作解决了类别不平衡、缺失数据模式和遥感不确定性建模的挑战。基于像素连通性的思想,我们进一步提出了一种新的显著性分割方法,这是一种常见的预处理任务。我们将该问题描述为连通性预测问题,可以在保持模型简单的同时获得良好的性能。最后,结合我们在分割和无监督深度学习方面的工作,提出了一种在医学领域的分割环境中无监督域自适应方法。除了无监督的领域自适应外,我们还提出了一种新的基于核方法思想和信息理论学习的聚类方法,取得了很好的效果。基于我们的直觉,有意义的表示应该包含数据点之间的相似性,我们进一步提出了一个核心化的自动编码器。最后,我们提出了基于改进图卷积神经网络知识传播的零镜头学习任务,在21K类ImageNet数据集上实现了最先进的性能。

Due to the large improvements that deeplearning based models have brought to a variety of tasks, they have in recentyears received large amounts of attention. However, these improvements are to alarge extent achieved in supervised settings, where labels are available, andinitially focused on traditional computer vision tasks such as visual objectrecognition. Specific application domains that consider images of large sizeand multi-modal images, as well as applications where labeled training data ischallenging to obtain, has instead received less attention. This thesis aims tofill these gaps from two overall perspectives. First, we advance segmentationapproaches specifically targeted towards the applications of remote sensing andmedical imaging. Second, inspired by the lack of labeled data in manyhigh-impact domains, such as medical imaging, we advance four unsupervised deeplearning tasks: domain adaptation, clustering, representation learning, andzero-shot learning. The works on segmentation address the challenges ofclass-imbalance, missing data-modalities and the modeling of uncertainty inremote sensing. Founded on the idea of pixel-connectivity, we further propose anovel approach to saliency segmentation, a common pre-processing task. Weillustrate that phrasing the problem as a connectivity prediction problem,allows us to achieve good performance while keeping the model simple. Finally,connecting our work on segmentation and unsupervised deep learning, we proposean approach to unsupervised domain adaptation in a segmentation setting in themedical domain. Besides unsupervised domain adaptation, we further propose anovel approach to clustering based on integrating ideas from kernel methods andinformation theoretic learning achieving promising results. Based on ourintuition that meaningful representations should incorporate similaritiesbetween data points, we further propose a kernelized autoencoder. Finally, weaddress the task of zero-shot learning based on improving knowledge propagationin graph convolutional neural networks, achieving state-of-the-art performanceon the 21K class ImageNet dataset.

  1. 引言
  2. 深度学习
  3. 分割
  4. 无监督学习
  5. 基于核方法与信息论的学习

更多精彩文章请关注公众号:在这里插入图片描述

转载地址:http://cqap.baihongyu.com/

你可能感兴趣的文章
MySQL(5)条件查询 | 单行函数 | 事务详解
查看>>
Mysql,group by分组查询、order by排序查询、join连接查询、union联合查询
查看>>
Mysql,sql文件导入和导出
查看>>
MYSQL:int类型升级到bigint,对PHP开发语言影响
查看>>
Mysql:mysql 5.X 报错 ERROR 1193 (HY000): Unknown system variable ‘validate_password_length‘
查看>>
MySQL:MySQL执行一条SQL查询语句的执行过程
查看>>
Mysql:SQL性能分析
查看>>
mysql:SQL按时间查询方法总结
查看>>
MySQL:什么样的字段适合加索引?什么样的字段不适合加索引
查看>>
MySQL:判断逗号分隔的字符串中是否包含某个字符串
查看>>
MySQL:某个ip连接mysql失败次数过多,导致ip锁定
查看>>
MySQL:索引失效场景总结
查看>>
Mysql:避免重复的插入数据方法汇总
查看>>
MyS中的IF
查看>>
M_Map工具箱简介及地理图形绘制
查看>>
m_Orchestrate learning system---二十二、html代码如何变的容易
查看>>
M×N 形状 numpy.ndarray 的滑动窗口
查看>>
m个苹果放入n个盘子问题
查看>>
n = 3 , while n , continue
查看>>
n 叉树后序遍历转换为链表问题的深入探讨
查看>>