EEL5840-Project 0 Developing a Machine Learning Approach To Find All Red Cars In High Resolution Satellite Imagery Solved

30.99 $

Category:

Description

Rate this product

Your goal in this project is to develop a machine learning approach to find all red cars in high resolution satellite imagery. You have been provided with some ground-truthed imagery that indicates the location of all red cars (’data train.npy’ and ’ground truth.npy’) and some imagery that does not have corresponding ground-truth (’data test.npy’).

You can view the imagery with the following commands:

import matplotlib.pyplot as plt plt.imshow(data train)

You may use any approach presented in the class so far. These methods include regression using a squared error objective (with any basis function, with or without a regularization term), probabilistic generative classifiers, k-nearest neighbors, and k-means. (You may NOT use methods not yet covered in class – e.g., neural networks/deep learning) You may also use any extension of a method from class that you develop yourself or find in the literature or any combination thereof. For example, we discussed the standard k-nearest neighbors (k-nn) algorithm with Euclidean distance. However, you may use k-nn with a different distance metric, or the fuzzy k-nn algorithm[1], or the possibilistic k-nn algorithm[2], or k-nn with spatial constraints, k-nn followed by k-means, etc.

You may use the RGB values for each pixel as features directly or you may extract additional features. (Note: This is not required! It is optional.)

In this project, you should develop and test your approach. Your testing should include experiments that highligh advantages and disadvantages to your approach. Your experiments should answer the following questions at a minimum:

  • Why did you select this approach over others?
  • How did you select parameter settings?
  • How robust is your method? How do you think it will perform on unseen test data? Why?

Project Report: You should write a report that includes the sections listed below. Your report should follow the IEEE transactions format (single spaced, double column). Focus your report on your training and testing strategies for the contest and any unique implementations.

Templates for the IEEE transactions format can be found here: http://www.ieee.org/publications standards/publications/authors/author templates.html The maximum number of pages for the report is 4. If there are any pages beyond page 4, they will discarded and not read or graded. Be precise – use pseudo-code or equations to be precise.

Abstract A summary description of the contents of the report and your findings. This should provide a brief motivation of your project.

Introduction Overview of your experiment and a literature review. For the literature review, include any references to any relevant papers for your experiment. So, whatever you decide to do, search the ACM and IEEE (or other) literature for relevant papers to read and refer to. Implementation Describe and outline any specific implementation details for your project. A reader should be able to recreate your implementation and experiments from your project report. Experiments Carefully describe your experiments. How did you construct training, validation and test data sets? Include a description of what the goal each individual experiment is and what your findings are. This is the bulk of what you will be graded on – if your experimental design is not sound or your experiments do not make sense, you will lose points.

Conclusions Describe any conclusions or things you learned from the project. Your conclusions must follow from what you did. Do not copy something out of a paper or say something that has no experimental support in the Experiments section.

 

  • project00-kvodzs.zip