GithubHelp home page GithubHelp logo

grseb9s / color-anomaly-detectors Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nathanntg/color-anomaly-detectors

0.0 1.0 0.0 27 KB

Implementation of exisitng hyperspectral and novel proposed anomaly detectors for potential use in search and rescue, as part of a class porject.

Home Page: http://www.nathanntg.com/writing/color-anomaly-detection.pdf

License: MIT License

MATLAB 100.00%

color-anomaly-detectors's Introduction

Color Anomaly Detector

Written as part of a class project on color anomaly detection for search and rescue purposes, this repository contains a number of Matlab implementations of common anomaly detection algorithm from literature on hyperspectral techniques, as well as our own algorithm (PCAG) selected to balance performance and computation time.

The full technical report on the project, including citations and evaluations of the different anomaly detection algorithms is available online at:

Color Outlier Detection for Search and Rescue

Implemented hyperspectral algorithms

The following hyperspectral algorithms are implemented in this repository:

  • Global RX (rxg)
  • Local RX (rxl)
  • Dual Window-based Eigen Separation Transform (dwest)
  • Nested Spatial Window-based Target Detection (nswtd)
  • Multiple Window Nested Spatial Window-based Target Detection (mwnswtd)

Each function above takes a single argument representing the image as a Matlab double matrix with spectral intensities between 0 and 1.

Novel anomaly detection algorithms

The following new algorithms are implemented in this repository:

  • Principal Component Analysis Gaps (pcag)
  • Multiple Window Principal Component Analysis Gaps (mwpcag)

Utility functions

A few useful utility functions are implemented in this repository:

  • im_norm = normalize_image(im) normalizes an image to be stored in a Matlab double matrix and discarding any transparency channel data.
  • [scene, target] = build_scene(file, num_anomalies, blended) superimposes random anomalies (from an "anomalies" directory) onto a scene (from a "scenes" directory) in a random position and rotation, and with luminance matching to the surrounding pixels. Returns both the new scene (scene) and a target image (target), representing anomaly positions.
  • [tpr, fpr, th, auc] = roc_anomaly(target, out) calculates the ROC curve for a particular anomaly detector output (out) based on the target image (target). Shows a plot and returns the true-positive rate (tpr), false-positive rate (fpr), thresholds (th) and area under the curve (auc).

Analysis scripts

  • run evaluates the above algorithms over a number of scenes and color spaces in parallel (using run_script)
  • analyze evaluates the output of the run function above across algorithms and colorspaces
  • analyze_environ evaluates the output of the run function above across scene types (assuming consistently prefixed scene names)
  • performance evaluates the execution time of the various algorithms

Authors

L. Nathan Perkins

Travis Marshall

color-anomaly-detectors's People

Contributors

nathanntg avatar

Watchers

 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.