OrbitAware: AI Asteroid Detector
BY: Shishir Bahubali, Rishi Kodungallur, Revanth Guda, and Sohil Singh
The Problem
01
1-2 Kilometers
The size of an asteroid that could cause worldwide damage (NASA 2014)
Difficulty in Detection
Collision Risk
Satellites traveling on long distance journeys through space could be at risk of asteroids in asteroid belts “as big as 940 kilometers (about 583 miles) across” (NASA 2014).
The Solution
02
AN AI MODEL TO CLASSIFY THE DANGER LEVEL OF ASTEROIDS TO HELP SPACE EXPLORATION
Technical Details
AI Models
Logistic Regression
A supervised machine learning algorithm that uses binary classification to predict the probability of an outcome
Random Forest Classifier
Machine learning algorithm that combines the output of multiple decision trees to reach a single result
LightGBM
an ensemble learning framework, specifically a gradient boosting method, which constructs a strong learner by sequentially adding weak learners in a gradient descent manner
Metrics
Logistic Regression
Random Forest Classifier
LightGBM
Demonstration
03
04
Scalability
As an open source code, OrbitAware software can be sent to different space agencies, who can modify and use the code to make it their own.