用RNN来做像素分类,输入是一系列相近的像素,长度人为指定为l,相近是利用像素相似度或是范围相似度得到的,计算个欧氏距离或是SAM。

数据是两个高光谱数据

1、Pavia University,Reflective Optics System Imaging Spectrometer (ROSIS) sensor得到,102个波段,1.3米空间分辨率,总大小610*340像素,9类地物

2、Salinas image,Airborne Visible/Infrared Imaging Spectrometer (AVIRIS),204个有效波段,3.7米空间分辨率,总大小512*217像素,16类地物

网络结构:

主要亮点在于像素点的选择吧,通过 Pixel Matching 和 Block Matching 来计算相似度距离,将距离按升序排列,选前n个距离最小的作为LSTM的输入,得到结果

参考文献:

42. Ienco, D.; Gaetano, R.; Dupaquier, C.; Maurel, P. Land cover classification via multitemporal spatial data by
deep recurrent neural networks. IEEE Geosci. Remote Sens. Lett. 2017, 14, 1685–1689. [CrossRef]
43. Sharma, A.; Liu, X.; Yang, X. Land cover classification from multi-temporal, multi-spectral remotely sensed
imagery using patch-based recurrent neural networks. Neural Netw. 2018, 105, 346–355. [CrossRef]
44. Mou, L.; Ghamisi, P.; Zhu, X.X. Deep recurrent neural networks for hyperspectral image classification.
IEEE Trans. Geosci. Remote Sens. 2017, 55, 3639–3655. [CrossRef]
45. Wu, H.; Prasad, S. Convolutional recurrent neural networks for hyperspectral data classification. Remote Sens.
2017, 9, 298. [CrossRef]
46. Shi, C.; Pun, C.M. Multi-scale hierarchical recurrent neural networks for hyperspectral image classification.
Neurocomputing 2018, 294, 82–93. [CrossRef]
47. Romera-Paredes, B.; Torr, P.H.S. Recurrent instance segmentation. In Proceedings of the
European Conference on Computer Vision, Amsterdam, The Netherlands, 8–16 October 2016; Springer:
Berlin/Heidelberg, Germany, 2016; pp. 312–329.

最新文章

  1. UVALive 4849 String Phone(2-sat、01染色)
  2. 如何设置游戏分辨率(C++)
  3. RadioButton 自定义控件
  4. GCD信号量并发控制
  5. 二级缓存处理大数据 用ehcache.xml配置文件
  6. Table of Contents - Tomcat
  7. JPA与ORM以及Hibernate
  8. 查看linux系统状态
  9. C#中yield用法
  10. mybatis和spring整合
  11. 布局神器display:flex
  12. Spring之AOP流程解析(ProxyFactory)
  13. PersistenceContext.properties()
  14. @Autowired与@Resource 详细诠释和区别(附带例子)
  15. 多媒体指令(AVX加速数组求和)
  16. android java.lang.StackOverflowError
  17. Hadoop + ZK + HBase 环境搭建
  18. 洛谷P1284 三角形牧场
  19. 37. Sudoku Solver *HARD*
  20. ajax回调函数中使用$(this)取不到对象的解决方法

热门文章

  1. Ole操作帮助类
  2. Python进阶----数据库引擎(InnoDB),表的创建,mysql的数据类型,mysql表的约束
  3. node连接Mysql报错ER_NOT_SUPPORTED_AUTH_MODE
  4. 关于 Safari 浏览器不支持 location [ window.location.href window.open()] 跳转问题的解决方案
  5. Sublime Text3的安装(package control error 或者 there are no package available for installation等问题)
  6. Android EventBus使用大全
  7. CNN原理
  8. Openlayers学习开始前序
  9. 【兼容调试】cffi library '_openssl' has no function, constant or global variable named 'Cryptography_HAS
  10. 11g包dbms_parallel_execute在海量数据处理过程中的应用