Coder Social home page Coder Social logo

cucrobert / deephypercnn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from subhajitchaudhury/deephypercnn

0.0 2.0 0.0 11.73 MB

Classification of Hyperspectral Satellite Image Using Deep Convolutional Neural Networks

License: MIT License

MATLAB 65.12% Python 34.88%

deephypercnn's Introduction

deephypercnn

Classification of Hyperspectral Satellite Image Using Deep Convolutional Neural Networks. This is re-implementation of the paper

[1] K. Makantasis, K. Karantzalos, A. Doulamis and N. Doulamis, "Deep supervised learning for hyperspectral data classification through convolutional neural networks," 2015 IEEE International Geoscience and Remote Sensing Symposium (IGARSS), Milan, 2015, pp. 4959-4962.

Method details

  1. For each non-zero labelled pixel, we extract 5 x 5 x c neighbourhood and corresponding label.

  2. Dimensionality reduction using PCA is performed. Final dimension is 5 x 5 x cr.

  3. Training using CNN is performed with the following architecture: conv1-conv2-conv3-conv4-hidden1-hidden2-16way-softmax

  4. Training : testing split ratio is maintained at 0.8 : 0.2

Results

Table 1 : Comparison of accuracy for various classification methods

Dataset No. of Components RBF-SVM CNN [1] Our CNN
Indian Pines 30 82.79 98.88 98.94
Pavia University 10 93.94 99.62 99.66

alt text

Implementation

  1. Data preparation : Matlab (Mat file)

-Download publicly available data mat files from following link and place them in /Matlab-Sat-Data/data/

http://www.ehu.eus/ccwintco/index.php?title=Hyperspectral_Remote_Sensing_Scenes

-Then run /Matlab-Sat-Data/script_prep_data.m

  1. CNN classification : Theano + Lasagne+ Nolearn

-Run train.py for training and testing accuracy

For PCA, this matlab file exchange implementation was used: https://jp.mathworks.com/matlabcentral/fileexchange/38300-pca-and-ica-package/content/pca_ica/myPCA.m

MIT License Copyright (c) 2016 Subhajit Chaudhury

deephypercnn's People

Contributors

subhajitchaudhury avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.