GithubHelp home page GithubHelp logo

ach-in / buried-threat-detection-using-ai-on-gpr-data Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rathodhare/buried-threat-detection-using-ai-on-gpr-data

1.0 1.0 0.0 81 KB

We, Achin and Harekrissna worked as a team to complete the project given to us on Buried threat detection using ground penetrating radar. We applied Deep Learning techniques specifically CNN and transfer learning along with image processing techniques like color thresholding, augmentation and masking to identify the threats hidden underground by analysing the radar data. We implemented the techniques given in the research paper (Some Good Practices for Applying Convolutional Neural Networks to Buried Threat Detection in Ground Penetrating Radar, by Daniël Reichman, Leslie M. Collins, Jordan M)

Python 100.00%

buried-threat-detection-using-ai-on-gpr-data's Introduction

GPRS-using-AI

We, Achin and Harekrissna worked as a team to complete the project given to us on Buried threat detection using ground penetrating radar.

We applied Machine Learning techniques specifically CNN to identify the threats hidden underground by analysing the radar data. We implemented many techniques given in the research paper (Some Good Practices for Applying Convolutional Neural Networks to Buried Threat Detection in Ground Penetrating Radar, by Daniël Reichman, Leslie M. Collins, Jordan M)

The implementation goes as follows: -

  1. We used grayscale imagery from the Cifar10 dataset to pre-train initial layers of our GPR CNN.

  2. The parameters for all layers of a CNN are learned jointly using adam optimizer

  3. In training, the dataset is provided to the network in mini-batches (i.e., small, randomly selected subsets) and the whole dataset is traversed times (epochs). To update the weights, the network is evaluated on a mini-batch of data, the prediction is compared to the training labels, and the error is back-propagated through the network. At the end of an epoch, the network is typically evaluated on a validation set to measure whether the network is learning general patterns or overfitting to the training data The final network chosen for testing is the one with the highest validation accuracy.

  4. Network pretraining: Pretraining here was done by transferring at most 4 convolutional layers from the network trained on the Cifar10 dataset to the GPR network.

  5. Training data augmentation: In the vertical dimension, patches at every other pixel above and below the maximum keypoint location for threats are chosen, up to 4 pixels away. In the horizontal dimension, one patch is chosen 2 pixels away, in both directions from the maximum energy keypoint for threats. For non-threats, 33% of the data is randomly sampled from 3 A-scans: the central A-scan, one A-scan 2 pixels to the right and to the left of the central A-scan.

  6. The CNN network is same as that proposed in the research paper

buried-threat-detection-using-ai-on-gpr-data's People

Contributors

rathodhare avatar

Stargazers

 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.