论文中文题名: | 基于多尺度特征迁移学习和深度神经网络的高光谱影像分类 |
姓名: | |
学号: | 18210063031 |
保密级别: | 公开 |
论文语种: | chi |
学科代码: | 081602 |
学科名称: | 工学 - 测绘科学与技术 - 摄影测量与遥感 |
学生类型: | 硕士 |
学位级别: | 工学硕士 |
学位年度: | 2021 |
培养单位: | 西安科技大学 |
院系: | |
专业: | |
研究方向: | 高光谱影像智能解译 |
第一导师姓名: | |
第一导师单位: | |
论文提交日期: | 2021-06-20 |
论文答辩日期: | 2021-05-30 |
论文外文题名: | Hyperspectral image classification based on multi-scale feature transfer learning and deep neural networks |
论文中文关键词: | |
论文外文关键词: | Transfer learning ; Hyperspectral image classification ; Multi-scale feature ; Deep neural network ; Asymmetric convolution block |
论文中文摘要: |
高光谱影像中蕴含了丰富的地物信息,具备“图谱合一”的特点,帮助人们不断认知地物属性的本质特征。高光谱影像地物分类旨在对高光谱影像覆盖的地物类型进行准确划分。丰富的光谱信息和空间信息提高了高光谱影像的应用潜力,但也存在波段数量大导致的数据冗余等问题。监督学习是一类常用的遥感影像分类方法,其良好分类结果需要依赖大量标注的训练样本。针对这些问题,本文将多尺度特征提取和基于模型的迁移学习引入高光谱影像分类中,系统阐述了多尺度特征提取和迁移学习的基本原理,设计并实现了相应算法,在四个公开的高光谱数据集上进行实验,有效提高了高光谱影像的分类精度,主要研究内容和成果如下: 针对高光谱影像场景中地物尺度差异较大、混合像元较多导致分类精度低的问题,在特征金字塔的基础上设计了一种多尺度特征神经网络,通过“自底向上”的过程对输入的高光谱数据进行降采样,输出包含深层次抽象语义信息的特征图,然后将最后一步输出的特征图进行上采样,得到高空间分辨率包含底层次语义信息的特征图,这一过程成为“自顶向下”。将这两个过程的特征图进行融合就得到了同时包含底层次语义信息和高层次语义信息的特征图,作为全连接层的输入进行分类。结果表明与单一尺度的特征提取方法相比,当高光谱影像地物场景复杂时,多尺度特征融合策略显著提高了高光谱影像的分类精度。 为解决高光谱影像分类中训练样本不足的问题,提出了一种基于深度模型迁移的高光谱影像分类方法。针对模型迁移中源域和目标域样本同为高光谱数据的迁移场景,首先将源域数据集划分为不同比例的训练样本,在源域模型上进行预训练,其次采用少量标记的目标域样本在模型上进行微调,提取目标域样本空间的专属特征,对高光谱影像中的空间特征和光谱特征进行融合。结果表明在目标域标记训练样本不足的情况下,基于同源样本进行迁移能够有效改善其分类结果。 针对自然图像和高光谱影像之间的迁移任务,充分挖掘现有的自然图像数据集在模型迁移中的潜力,设计了一种非对称迁移学习(ACTL,Asymmetric Convolutional Transfer Learning)模型,将深度神经网络中常用的卷积核替换为非对称卷积块,增加了卷积核中心区域的权重,提高了现有模型的特征提取能力,采用最大均值差异作为模型的损失函数以减小不同数据集之间的差异,有效提升了少标注训练样本时的分类效果,为异构数据集间的迁移学习提供新的思路。 |
论文外文摘要: |
Hyperspectral images contain rich information and have the feature of high spectral resolution and high spatial resolution, which helps people constantly recognize the essential characteristics of ground object attributes. As an important application in the field of hyperspectral remote sensing, the classification technology of ground objects in hyperspectral images aims to accurately classify the classes of ground objects covered by hyperspectral images. Although the rich spectral and spatial information in hyperspectral images brings rich information, there are still problems such as band redundancy and "dimension disaster" caused by the large amount of information. At the same time, the phenomenon of the same spectral for different surface features and different spectra for the same surface feature in hyperspectral image classification also restrict the classification accuracy of hyperspectral images. As a common method of hyperspectral image classification, supervised classification methods’ performance rely on a large number of labeled hyperspectral training samples. To solve these problems, this article introduce the multi-scale feature extraction and transfer learning based on the model into the classification of hyperspectral image. Systematically introduces the basic principle of multi-scale feature extraction and transfer learning, corresponding algorithm was designed and implemented. Four open hyperspectral dataset were used to verify algorithm performance. Experiment results show that the classification accuracy of hyperspectral images significantly improved. The main aspects of the study and results achieved are as follows: The scale of objects in hyperspectral images is quite different, lead to the problem of low classification accuracy of mixed pixels. In this article, a multi-scale feature of neural network based in feature pyramid is proposed. Through the "bottom-up" process, the input hyperspectral data is down-sampled, and the feature map containing deep abstract semantic information is output. The feature map output in the last step is up-sampled to obtain a feature map with high spatial resolution containing low-level semantic information which called "top-down". The feature maps of these two processes are combined to obtain a feature map that contains both low-level semantic information and high-level semantic information, which is used as the input of the fully connected layer for classification. The results show that multi-scale features extraction method can better extract features of different scales compared with the single-scale feature extraction method, under the situation of complex ground object scene, which remarkably improves the classification performance of HSIs. In order to solve that it is difficult to obtain better classification results for hyperspectral image classification when the labeled training samples are insufficient, a hyperspectral image classification method based on deep model transfer is proposed. For which the source domain and target domain samples are both hyperspectral data in model based transfer learning, the source domain dataset is divided into samples of different proportions and then pre-trained on the deep neural network. Using a few number of labeled target domain samples to fine-tune the model and extract the specific feature in the target domain, and the spatial and spectral feature is combined in the hyperspectral image. In the case of insufficient labeled training data, transfer learning between heterogeneous data can significantly improve the classification results. Aiming at the transfer task between natural images and hyperspectral images, and fully seeking the potential of existing natural image data sets in model transfer, an asymmetric convolutional transfer learning (ACTL) model is proposed with replace the convolution kernel commonly used in deep neural networks with an asymmetric convolution block, which increase the weight of the central area of the convolution kernel and improve the feature extraction ability of the existing model. Maximum mean difference is used as the loss function of the model to reduce the difference between different dataset. Experiment result shows that ACTL effectively improves the classification effect when the training samples are less labeled and provides new ideas for transfer learning between heterogeneous dataset. |
参考文献: |
[1]杜培军,夏俊士,薛朝辉,谭琨,苏红军,鲍蕊.高光谱遥感影像分类研究进展[J].遥感学报,2016,20(02):236-256. [2]童庆禧,张兵,张立福.中国高光谱遥感的前沿进展[J].遥感学报,2016,20(05):689-707. [3]张兵.高光谱图像处理与信息提取前沿[J].遥感学报,2016,20(05):1062-1090. [8]张成业, 秦其明, 陈理,等. 高光谱遥感岩矿识别的研究进展[J]. 光学精密工程, 2015, 023(008):2407-2418. [9]刘德长, 邱骏挺, 闫柏琨,等. 高光谱热红外遥感技术在地质找矿中的应用[J]. 地质论评, 2018, v.64(05):148-158. [11]刘冰,余旭初,张鹏强,谭熊.联合空-谱信息的高光谱影像深度三维卷积网络分类[J].测绘学报,2019,48(01):53-63. [14]王雪. 基于深度生成对抗模型的高光谱遥感影像分类研究[D].中国矿业大学,2019. [16]梁苗苗. 基于多尺度空谱融合网络的高光谱图像分类[D].西安电子科技大学,2018. [17]王立伟. 深度迁移学习在高光谱图像分类中的应用[D].浙江工业大学,2019. [18]王相海,王顺,谢释铖,李业涛,陶兢喆,宋传鸣.高光谱图像光谱维结构相关性及稀疏重建模型[J].中国科学:信息科学,2021,51(03):449-467. [19]吴斯凡. 基于多尺度多场景迁移学习的高光谱图像分类算法研究[D].哈尔滨工业大学,2019. [20]Cortes C, Vapnik V. Support-vector networks[J]. Machine learning, 1995, 20(3): 273-297. [28]师芸,马东晖,吕杰,李杰,史经俭.基于流形光谱降维和深度学习的高光谱影像分类[J].农业工程学报,2020,36(06):151-160+323. [42]赵扬. 基于深度神经网络的高光谱影像地物分类技术研究[D].中国科学技术大学,2019. [43]张博. 基于联合特征和深度学习的遥感影像分类[D].西安电子科技大学,2019. [44]杨帆. 基于生成对抗网络的高光谱影像小样本分类技术研究[D].战略支援部队信息工程大学,2020. [53]张祥东,王腾军,朱劭俊,杨耘.基于扩张卷积注意力神经网络的高光谱图像分类[J].光学学报,2021:1-17. [56]陈迪,郭锐,刘士彬,马勇,姚武韬,曹州.基于长短期记忆网络模型的中分辨率遥感影像变化检测研究[J].地理与地理信息科学,2019,35(06):25-30. [57]孙晨昕. 基于三维卷积胶囊网络的高光谱图像分类方法研究[D].哈尔滨工业大学,2020. [58]Goodfellow I, Bengio Y, Courville A, et al. Deep learning[M]. Cambridge: MIT press, 2016. [61]郑鑫,潘斌,张健.可变形网络与迁移学习相结合的电力塔遥感影像目标检测法[J].测绘学报,2020,49(08):1042-1050. [67]岑奕,张立福,张霞,王跃明,戚文超,汤森林,张鹏.雄安新区马蹄湾村航空高光谱遥感影像分类数据集[J].遥感学报,2020,24(11):1299-1306. [68]丁国绅, 乔延利, 易维宁,等. 基于高光谱图像的改进SIFT特征提取与匹配[J]. 光学精密工程, 2020, 028(004):954-962. [72]魏祥坡、余旭初、张鹏强、职露、杨帆. 联合局部二值模式的CNN高光谱图像分类[J]. 遥感学报, 2020, v.24(08):71-80. [78]田彦平, 陶超, 邹峥嵘,等. 主动学习与图的半监督相结合的高光谱影像分类[J]. 测绘学报, 2015(8):919-926. [83]李冠东, 张春菊, 王铭恺,等. 卷积神经网络迁移的高分影像场景分类学习[J]. 测绘科学, 2019, 044(004):116-123,174. |
中图分类号: | TP75 |
开放日期: | 2021-06-21 |