By Jordan Goetze
Computer Science
North Dakota State University
Fargo, North Dakota 58103
jordan.goetze@ndsu.edu
Per-pixel image classifications: Classifying each pixel of an image.
Useful for:
Land-Use Classification: Classifications of what a given tract of land is used for.
Potential uses:
Orthoimagery: An aerial photograph where corrections have been made for various displacements such as building tilt and scale variations caused by terrain relief.
Convolutional Neural Networl (CNN): a type of neural network where the connectivity pattern of it's neurons is inspired by the organization of the visual cortex of an animal.
Useful for:
Create a model which can efficiently produce higher resolution labeled orthoimagery .
Forestry | Developed | Field | Water | Background |
---|---|---|---|---|
0.063% | 4.84% | 76.26% | 16.05% | 2.22% |
Kernel Size 7x7
Example with 3x3 kernel size
Kernel size impacts how fine of features will be recoagnized.
Resulting image is called a feature map or feature window.
Down samples the feature window
SegNet stores the indices of the maximum values for later
Max pool + Indice Unraveling
Kernel Size 3x3 and 5x5
Results: Not good?
3x3 Convolutional Kernel | 71.61% |
5x5 Convolutional Kernel | 73.33% |
Observed that the model often produces better representations of features than the NASS classifications