1. 概述

主要阅读的文章包括:

  • Ma, L., et al. 2019. Deep learning in remote sensing applications: A meta-analysis and review. Isprs Journal of Photogrammetry Remote Sensing, 152, 166-177.【高引780】
  • Minaee, S., et al. 2021. Image segmentation using deep learning: A survey. IEEE Transactions on Pattern Analysis Machine Intelligence.【高引666】
  • Kotaridis, I. and Lazaridou, M. 2021. Remote sensing image segmentation advances: A meta-analysis. Isprs Journal of Photogrammetry Remote Sensing, 173, 309-322.【应用17】

2. Ma, L., et al. 2019. Deep learning in remote sensing applications: A meta-analysis and review. Isprs Journal of Photogrammetry Remote Sensing, 152, 166-177.

文章出发点

前人聚焦在了一些relatively uncommon sub-areas of the remote sensing field,然而忽略了more common sub-areas。
Zhu et al. (2017) performed a broader review than others, but they focused on some relatively uncommon sub-areas of the remote sensing field (e.g., 3D modeling applications) while ignoring many other deserving (and more common) sub-areas; e.g., image classification applications.
所以一篇更定量化、更综合的系统性文章需要形成。
A more systematic (i.e. quantitative) analysis is necessary to get a comprehensive and objective understanding of the applications of DL for remote-sensing analysis.

2.1 文章整体结构

algorithmic networks

  • the supervised CNN
  • recurrent neural network (RNN) models
  • unsupervised autoencoders (AE)
  • deep belief networks (DBN) models
  • generative adversarial networks (GAN) model
  • restricted Boltzmann machine (RBM)

主流期刊与会议


remote sensing image analysis tasks including

  • image fusion
    Aim to obtain an image that simultaneously has high spectral and spatial resolutions.
    ① MS and PAN image fusion (pan-sharpening) which indicates the fusion of a low-resolution multi-spectral (MS) image and a high-resolution panchromatic (PAN) image to achieve a high-resolution MS image(pan-sharpening将原始的多光谱(MS)图像和全色(PAN)图像进行融合获得高分辨率多光谱图像的一种方法)。
    其他参考:https://blog.csdn.net/weixin_42166578/article/details/104238088
    ② HS and MS image fusion method
    ③ HS and MS image fusion method
  • image registration
    Image registration is a method of aligning two or more images captured by different sensors, at different times or from different viewpoints (Zitova & Flusser, 2003; Ye et al., 2017).
    多源图像间在几何上是相互配准的,多源遥感图像之间的同名点的确定是图像配准的关键。
  • scene classification
    In this study, scene classification is defined as a procedure to determine the image categories from numerous pictures—for example, agricultural scenes, forest scenes, and beach scenes (Zou et al., 2015)—and the training samples are a series of labeled pictures.
  • object detection
    Object detection aims to detect different objects in a single image scene — for example, airplanes (Zhong et al., 2018), cars (Ding et al., 2018), and urban villages (Li et al., 2017b) — and the training samples are the pixels in a fixed-sized window or patch.
    难点
    Therefore, how to design the effective algorithms to overcome the difficulties emerging from different-scale objects (the different type of objects often appears at different scales in remote-sensing images, and also the same object can have variable size in different-scale remotesensing images) is an urgent problem in both subfields (Deng et al., 2018).
  • use and land cover (LULC) classification,
  • segmentation,
  • object-based image analysis (OBIA).

2.2 专业词汇

  • hyper-spectral (HS) image
  • multi-spectral (MS) image
  • high-resolution panchromatic (PAN) image
  • 样本增强
    generate augmented data
    augmentation techniques
    Yu et al. (2017) applied three operations (flip, translation, and rotation) to generate augmented data and obtain a more descriptive deep model by using these augmented data as training data.
  • UVA影像的超高分辨率特征
    ultra-high-resolution characteristics of unmanned aerial vehicles (UAVs)
  • 具有地理标识的照片
    geotagged photos
  • 具有识别能力的目标函数
    a new discriminative objective function
  • 遥感数据集体量
    the volumes of available remote-sensing datasets
  • 高分遥感场景分类
    VHR remote sensing scene classification
  • 子领域
    subfield

2.3 精句

  • 场景分类的高精度特性是优势之一
    For example, typically the application of a scene classification technique to the accuracy assessment of remotesensing image classification is advantageous, as pointed out by Xing et al. (2018b).
  • 降低人力,适用于大范围区域
    This method can significantly reduce the complexity and labor required for the conventional validation process, particularly for the validation of classification results of land cover within the given scope of a large area.
  • 很多研究更倾向于目标检测研究而不是场景分类研究
    As mentioned above, we found that current studies preferred to extract certain specific type(s) of objects (airplanes, cars, etc.) from high-resolution images through a fixed window size, either through scene classification.
  • 洪水、盐碱化、干旱、人为建设、地质灾害对耕地的保护带来了巨大的冲击。
    salinity and drought threats

2.4 模糊概念

3. Minaee, S., et al. 2021. Image segmentation using deep learning: A survey. IEEE Transactions on Pattern Analysis Machine Intelligence

3.1 文章整体结构

3.2 关键词

3.3 关键句

3.4 模糊概念

4. Kotaridis, I. and Lazaridou, M. 2021. Remote sensing image segmentation advances: A meta-analysis. Isprs Journal of Photogrammetry Remote Sensing, 173, 309-322.

4.1 文章整体结构

  • segmentation algorithm

  • the software utilized

  • the data source
    https://github.com/chinawindofmay/PaddleRS/blob/develop/docs/data/dataset_summary.md

4.2 关键词

4.3 关键句

  • OBIA includes two principal steps, image segmentation and object classification.
  • 地理学第一定律在遥感领域同样也是适用的
    This statement makes sense if we consider the first law of Geography, ’Everything is related to everything else. But near things are more related than distant things.’, that was established by Tobler in 1969. This idea applies to numerous phenomena, including
    remote sensing applications.
  • Image segmentation 的起源和发展与3种分类(同质分割、连接分割、图形分割)
    Image segmentation is not new, considering that it was established in the 1980 s and 1990s, with various segmentation algorithms available (Thenkabail, 2015). Segmentation algorithms are based on three fundamental criteria to cluster pixels into groups: the homogeneity within a segment, the differentiation from adjoining segments and shape homogeneity (Nussbaum and Menz, 2008).
  • 影像分割的定义
    A common image analysis target of image segmentation is to successfully partition a remote sensing imagery into distinct earth surface regions and produce a labelled map.

4.4 模糊概念

深度学习技术在遥感中应用的综述相关推荐

  1. 论文笔记(三):深度学习在水文水资源中的应用综述

    A Comprehensive Review of Deep Learning Applications in Hydrology and Water Resources 深度学习在水文水资源中的应用 ...

  2. 深度学习在轨迹数据挖掘中的应用研究综述

    深度学习在轨迹数据挖掘中的应用研究综述 人工智能技术与咨询 来源:< 计算机科学与应用> ,作者李旭娟等 关键词: 深度学习:数据挖掘:轨迹挖掘:长短时记忆:序列到序列 摘要: 在过去十年 ...

  3. 深度学习在视频多目标跟踪中的应用综述

    文章目录 摘要 1.简介 2.MOT:算法.指标和数据集 2.1.MOT算法简介 2.2.指标 经典的指标 完整的MOT指标 ID 分数 2.3.基准数据集 3.MOT中的深度学习 3.1.深度学习中 ...

  4. ​Nat. Commun.速递:深度学习在计算生物学中的应用综述

    来源:集智俱乐部 作者:郭瑞东  审校:梁金  编辑:邓一雪 摘要 蛋白质结构预测是计算生物学中一个长达半个世纪的重大挑战,最近,深度学习在这方面取得了前所未有的进展.4月1日,一项发表在 Natur ...

  5. 视网膜眼底图像预测心脏病风险:Nature综述深度学习在生物医疗中的新应用

    生物医疗是机器学习技术应用对接的重要领域之一.近日,Nature 报道了谷歌运用深度学习技术(主要是卷积神经网络)在该领域取得的新突破.谷歌通过分析眼球的视网膜图像,可以预测一个人的血压.年龄和吸烟状 ...

  6. 【2017年第2期】深度学习在化学信息学中的应用(上)

    徐优俊, 裴剑锋 北京大学前沿交叉学科研究院定量生物学中心,北京 100871 摘要:深度学习在计算机视觉.语音识别和自然语言处理三大领域中取得了巨大的成功,带动了人工智能的快速发展.将深度学习的关键 ...

  7. 基于深度学习的高分辨率遥感图像目标检测技术目前的研究现状

    参考   基于深度学习的高分辨率遥感图像目标检测技术目前的研究现状 - 云+社区 - 腾讯云 目录 一.概述 二.通用目标检测方法 1.类不平衡问题 2.复杂背景 3.目标的尺度变化 4.特殊视角 5 ...

  8. 机器学习中的数学 人工智能深度学习技术丛书

    作者:孙博 著 出版社:中国水利水电出版社 品牌:智博尚书 出版时间:2019-11-01 机器学习中的数学 人工智能深度学习技术丛书 ISBN:9787517077190

  9. 深度学习技术在脑机接口中的应用

    大家好! Rose给大家分享一下深度学习技术在脑机接口中的应用. 什么是脑机接口? 脑机接口(BCI)是一种系统,可将受试者(人类或动物)的大脑活动模式提取并转换为用于交互式应用程序的消息或命令.脑活 ...

  10. 【百家稷学】深度学习在计算摄影中的方法与应用(vivo技术分享)

    继续咱们百家稷学专题,本次是有三AI在vivo公司分享的技术讲座.百家稷学专题的目标,是走进100所高校和企业进行学习与分享. 分享主题 本次分享是在vivo AI研究院进行,主题是<深度学习在 ...

最新文章

  1. CNN在Keras中的实践|机器学习你会遇到的“坑”
  2. C语言中的extern关键字用法
  3. C语言 用代码将10进制转换为2进制表示
  4. XLSReadWriteII 4.00.62 XE2 可以使用
  5. 在Apworks数据服务中使用基于Entity Framework Core的仓储(Repository)实现
  6. java activity模式_Activity的启动模式
  7. 怎么查看linux网关,如何查看linux服务器网关
  8. java文本框背景_用Java编写小程序(包含组合框下拉和文本框)变换背景颜色
  9. 更改盘符实现文件服务器的特使需求
  10. ES5常用的组合继承及原型链理解
  11. 小程序请求php接口返回错误$HTTP_RAW_POST_DATA is deprecated......
  12. hibernate数据库连接池
  13. html的动态页面包含,在html页面中包含静态或动态页面方法
  14. 消防管件做的机器人图片_看图猜管件
  15. 使用MATLAB App Design 工具设计一个 简易App
  16. R语言异常值处理方法总结
  17. Andoid-----抽奖转盘----12宫格----实用性商业化
  18. 奇说妙语百度云_陶杰
  19. 宠物小精灵 android游戏,宠物小精灵官方版
  20. html5 canvas 博客,html5 Canvas

热门文章

  1. 关于DLL注入的理解
  2. mac格式化sd卡 linux,[原创翻译]为NOOBS格式化SDXC卡(树莓派官方文档)
  3. 五个比SCI-Hub还牛的下载文献方法,教你全网免费下载外文文献。
  4. 视频工时测量软件哪个好,为什么越来越多的企业选择VIOOVI工时分析软件?
  5. SLAM算法 - 3D激光匹配算法
  6. 对抗机器学习—— 迭代FGSM
  7. 基于DWM1000的stm32f103c8测距调试(一)
  8. 点云配准(PCL+ICP)
  9. 推荐两套大型医院信息管理系统,代码完整,免费分享
  10. Kubesphere 多集群管理 启用多集群