mlsp2021-insect-lidar-supervised-classification
Code for detecting insects in lidar data. This repository contains the code used to create the results and figures in our paper Detection of Insects in Class-imbalanced Lidar Field Measurements, which was published in and presented at the 2021 IEEE Machine Learning for Signal Processing (MLSP) conference.
https://github.com/BMW-lab-MSU/mlsp2021-insect-lidar-supervised-classification
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 8 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.1%) to scientific vocabulary
Keywords
Repository
Code for detecting insects in lidar data. This repository contains the code used to create the results and figures in our paper Detection of Insects in Class-imbalanced Lidar Field Measurements, which was published in and presented at the 2021 IEEE Machine Learning for Signal Processing (MLSP) conference.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 3
Topics
Metadata Files
README.md
Insect Lidar Supervised Classification
Code for detecting insects in lidar data.
This repository contains the code used to create the results and figures in our paper Detection of Insects in Class-imbalanced Lidar Field Measurements, which was published in and presented at the 2021 IEEE Machine Learning for Signal Processing (MLSP) conference.
The dataset used in this paper is archived at Zenodo
How to run the experiments
Create training and testing data
- Combine the individual data and label files into a more usable format:
combineScans.m - Split the data into training and test sets:
trainTestSplit.m
Train and test the classifiers
- Tune the under- and oversampling ratios:
tuneSampling{AdaBoost, RUSBoost, Net}.m - The the model hyperparameters:
tuneHyperparams{AdaBoost, RUSBoost, Net}.m - Train the final models:
train{AdaBoost, RUSBoost, Net}.m - Test the classifiers:
testClassifiers.m
Results
The testing results are saved in <data directory>/testing/results.mat.
To analyze the cross validation results, collect them by running collectCrossValResults.m. The results will be in <data directory>/training/cvResults.m.
figures/resultsFigures.m creates the confusion matrix figures; it also creates tables for the cross validation and testing set performance metrics.
The feature ranking plot is created by figures/featureRankingFig.m
Owner
- Name: BMW Lab @ MSU
- Login: BMW-lab-MSU
- Kind: organization
- Location: Montana State University
- Repositories: 7
- Profile: https://github.com/BMW-lab-MSU
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Vannoy" given-names: "Trevor C." orcid: "https://orcid.org/0000-0003-4034-9963" - family-names: "Scofield" given-names: "Trey P." - family-names: "Logan" given-names: "Riley D." - family-names: "Rehbein" given-names: "Elizabeth M." - family-names: "Shaw" given-names: "Joseph A." orcid: "https://orcid.org/0000-0003-1056-1269" - family-names: "Whitaker" given-names: "Bradley M." orcid: "https://orcid.org/0000-0001-8884-9743" title: "Insect Lidar Supervised Classification" version: 1.0.0 license: BSD-3-Clause date-released: 2021-09-13 doi: 10.5281/zenodo.5504409 repository-code: "https://github.com/BMW-lab-MSU/insect-lidar-supervised-classification"
GitHub Events
Total
- Pull request event: 1
Last Year
- Pull request event: 1
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 1
- Total pull requests: 16
- Average time to close issues: 14 days
- Average time to close pull requests: 5 months
- Total issue authors: 1
- Total pull request authors: 5
- Average comments per issue: 1.0
- Average comments per pull request: 1.13
- Merged pull requests: 9
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- tvannoy (1)
Pull Request Authors
- tvannoy (7)
- hbmadsen (5)
- R-Ficken (2)
- bwhitaker8 (1)
- rustky (1)