SlideShare ist ein Scribd-Unternehmen logo
1 von 18
Machine Learning Applications
in Aerospace Domain
2018. 6.
김 홍 배
Artificial Intelligence Laboratory
Expert Knowledge in Data + Labels
Model (mostly) determined by D + L
Machine Learning Technology
Spectrum
Expert Knowledge in Model Details
Data refines model parameters
Real-world systems often combine several techniques
Machine Learning Model-Based Understanding
Model-DrivenData-Driven Open Exploration
Unsupervised
Exploratory
Parameterization
Naïve Stats
Supervised
ML
Physics-Based
Modeling
Reinforcement
Learning
UQ
Assimilative
Models
Object detection, Semantic Segmentation,
Change Detection, Super-resolution, etc
Applications
DL Based Satellite Image Analysis
• Detect faults and failures in complex aerospace systems
• Key challenges
 Data is extremely large, noisy, and unlabelled
 Most of applications exhibit temporal behaviour
 Detected anomalous events typically require immediate
intervention
Applications
Anomaly Detection of Aircraft & Spacecraft
Applications
Properties of Telemetry Data
 Multimodality : A satellite system (or each of its subsystems) has a
number of different operational modes and changes from one mode to
another over time.
 Heterogenuity : variables in a satellite’s housekeeping data are
divided into two types: Continuous variables that take real values and
discrete variables that take categorical values.
 High Dimensionality : Numbers of Continuous and Status Telemetry
Variables usually over 1,000 !!
 Temporal Dependence
 Trivial Outliers : data occasionally contain exceptionally large
abnormal values caused by errors in data conversion or
transmission.
Applications
Machine Learning in Planetary Exploration Rovers
• Make intelligent decisions about what data to gather and transmit.
• Develop onboard rover traverse science data analysis system
for data prioritization and opportunistic science
Constraint on Rovers : limited downlink bandwidth and communication
time delay between Earth and the rovers.(The average distance between the
two planets is 225 million km ~ 750 sec. time delay)
Autonomous Exploration
for Gathering Increased Science(AEGIS)
1. Researchers are interested in identifying the existence of certain pre-
specified signals of scientific interest.
2. The second criterion is the identification of unexpected, or anomalous,
features, as these can lead to new scientific discoveries.
3. Finally researchers want to capture a description of the typical
characteristics of a region.
Three classes of data evaluation criteria
Applications
Machine Learning in Planetary Exploration Rovers
Architecture
• Mapping ft’n, which maps physical space to latent space
• Clustering with Gaussian mixture density
X Z
𝜇 𝑘, 𝐶 𝑘
𝜇1, 𝐶1
𝜇 𝐾, 𝐶 𝐾
Parametric modeling of Clusters,M(θ)Mapping ft’n
+
𝑤 𝐾
𝑤 𝑘
𝑤1
𝑓(𝑥)
𝜇 𝑘, 𝐶 𝑘, 𝑤 𝑘
Query(x)
𝑧1
𝑧2
Physical space Latent space
Architecture for Anomaly detection & Auto Exploration
Σ
Input layer
Hidden layer
(RBFs)
Output layer
W1 W2 WM
x1 x2 xn
No weight
f(x)
Each of n components of
the input vector x feeds
forward to m basis
functions whose outputs
are linearly combined with
weights w (i.e. dot product
x∙w) into the network
output f(x).
The output layer performs a simple weighted sum (i.e. w ∙x).
If the RBFN is used for regression then this output is fine.
However, if pattern classification is required, then a hard-
limiter or sigmoid function could be placed on the output
neurons to give 0/1 output values
Input data set ∶ 𝑋 = { 𝑥1 𝑥2 … 𝑥 𝑁}
Architecture
Architecture for Anomaly detection & Auto Exploration
Σ
Architecture
Architecture for Anomaly detection & Auto Exploration
query
0.2
query
0.9
Σ Σ
Category 1 Category 2
Category 1
Category 2
Architecture
Architecture for Anomaly detection & Auto Exploration
 predict the power or fuel consumption of the spacecraft
 Three years of spacecraft telemetry are released
… can you predict the fourth year ?
 The ultimate goal is to automate operations and extend satellite life time,
which in turn increases the scientific return.
Applications
Machine Learning in Spacecraft Engineering
“Get the data, make a model and predict the budgets of Subsystem”
Mars Express Challenge
The most promising approaches are ensemble selections where different
models are merged to produce the prediction.
The ensemble of random forest, LSTM and another deep neural network
model provided a better result than each one of them separately.
Comparison of the two best models
Applications
Exploring Generative 3D Shapes Using Auto-encoder Networks
• Purpose : find modes of 3D objects
• Key idea : Parametric modeling of 3D objects with a fixed
dimension regardless of shape
Applications
Machine learning framework which predicts aerodynamic forces and velocity
and pressure fields given a three dimensional object shape and Reynolds
number input.
Applications
Learning Three-Dimensional Flow for Interactive Aerodynamic Design
Input layer
Gaussian
Processing
Output layer : Y
x1 x2 xn
d(x)
Input data set ∶ 𝑋 = { 𝑥1 𝑥2 … 𝑥 𝑁}
N
v(x)
N
p(x)
N
. . .
. . .
Gaussian Process (GP) regression for inferring the CFD simulation data
Applications
Learning Three-Dimensional Flow for Interactive Aerodynamic Design
Three regressors : for drag coefficient, non-dimensionalized velocity,
and pressure.
Input : Parametric modeling vector of car + Reynolds No.
y
Output data set ∶ 𝑋 = {𝑦1 𝑦2…𝑦 𝑁}
• Assist but respect models : Machine learning should be used to
correct/improve existing models, not to replace them.
• Cost effective & exact solution : Turbulent flow & Solid Mechanics modeling
 Optimal design of Aircraft & Rocket engine
Applications
Physics- Informed Machine Learning
Phase I :
Training with Machine learning
Phase II :
Prediction with ML assisted
RANS Simulation
Data : features q
responses δ𝑅(ϒ,ΔΛ,Q)
q δ𝑅
Neural Nets
Query q’
Corrected
Reynold
stress δ𝑅’

Weitere ähnliche Inhalte

Was ist angesagt?

THIRED YEAR MINI PROJECT PPT
THIRED YEAR MINI PROJECT PPTTHIRED YEAR MINI PROJECT PPT
THIRED YEAR MINI PROJECT PPT
MATHAVAN S
 
Detection of humps and potholes
Detection of humps and potholesDetection of humps and potholes
Detection of humps and potholes
AJOVE
 

Was ist angesagt? (20)

THIRED YEAR MINI PROJECT PPT
THIRED YEAR MINI PROJECT PPTTHIRED YEAR MINI PROJECT PPT
THIRED YEAR MINI PROJECT PPT
 
Bike-Riders-Helmet-Detection-2 (1).pptx
Bike-Riders-Helmet-Detection-2 (1).pptxBike-Riders-Helmet-Detection-2 (1).pptx
Bike-Riders-Helmet-Detection-2 (1).pptx
 
Vehicle counting for traffic management
Vehicle counting for traffic management Vehicle counting for traffic management
Vehicle counting for traffic management
 
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEMAUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
 
Image classification with Deep Neural Networks
Image classification with Deep Neural NetworksImage classification with Deep Neural Networks
Image classification with Deep Neural Networks
 
Probabilistic modeling in deep learning
Probabilistic modeling in deep learningProbabilistic modeling in deep learning
Probabilistic modeling in deep learning
 
Detection of humps and potholes
Detection of humps and potholesDetection of humps and potholes
Detection of humps and potholes
 
VTU final year project report
VTU final year project reportVTU final year project report
VTU final year project report
 
ALCOHOL AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSM
ALCOHOL  AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSMALCOHOL  AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSM
ALCOHOL AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSM
 
Threat Detection in Surveillance Videos
Threat Detection in Surveillance VideosThreat Detection in Surveillance Videos
Threat Detection in Surveillance Videos
 
6.iris recognition using machine learning technique
6.iris recognition using machine learning technique6.iris recognition using machine learning technique
6.iris recognition using machine learning technique
 
Accident detection and notification system
Accident detection and notification systemAccident detection and notification system
Accident detection and notification system
 
Self Driving Car Seminar presentation
Self Driving Car Seminar presentationSelf Driving Car Seminar presentation
Self Driving Car Seminar presentation
 
automatic number plate recognition
automatic number plate recognitionautomatic number plate recognition
automatic number plate recognition
 
Convolutional Neural Network Models - Deep Learning
Convolutional Neural Network Models - Deep LearningConvolutional Neural Network Models - Deep Learning
Convolutional Neural Network Models - Deep Learning
 
Alcohol sensing alert with engine locking project
Alcohol sensing alert with engine locking projectAlcohol sensing alert with engine locking project
Alcohol sensing alert with engine locking project
 
Vanishing & Exploding Gradients
Vanishing & Exploding GradientsVanishing & Exploding Gradients
Vanishing & Exploding Gradients
 
Detection of phishing websites
Detection of phishing websitesDetection of phishing websites
Detection of phishing websites
 
Artificial Face Aging
Artificial Face AgingArtificial Face Aging
Artificial Face Aging
 
project ppt.pptx
project ppt.pptxproject ppt.pptx
project ppt.pptx
 

Ähnlich wie Machine learning applications in aerospace domain

UHDMML.pps
UHDMML.ppsUHDMML.pps
UHDMML.pps
butest
 
Roberto Trasarti PhD Thesis
Roberto Trasarti PhD ThesisRoberto Trasarti PhD Thesis
Roberto Trasarti PhD Thesis
Roberto Trasarti
 
Fault detection and_diagnosis
Fault detection and_diagnosisFault detection and_diagnosis
Fault detection and_diagnosis
M Reza Rahmati
 
Presentation Serov
Presentation SerovPresentation Serov
Presentation Serov
alexser16
 
(Talk in Powerpoint Format)
(Talk in Powerpoint Format)(Talk in Powerpoint Format)
(Talk in Powerpoint Format)
butest
 

Ähnlich wie Machine learning applications in aerospace domain (20)

UHDMML.pps
UHDMML.ppsUHDMML.pps
UHDMML.pps
 
3rd 3DDRESD: Floorplacer
3rd 3DDRESD: Floorplacer3rd 3DDRESD: Floorplacer
3rd 3DDRESD: Floorplacer
 
Roberto Trasarti PhD Thesis
Roberto Trasarti PhD ThesisRoberto Trasarti PhD Thesis
Roberto Trasarti PhD Thesis
 
IRJET- Different Data Mining Techniques for Weather Prediction
IRJET-  	  Different Data Mining Techniques for Weather PredictionIRJET-  	  Different Data Mining Techniques for Weather Prediction
IRJET- Different Data Mining Techniques for Weather Prediction
 
Machine learning in science and industry — day 1
Machine learning in science and industry — day 1Machine learning in science and industry — day 1
Machine learning in science and industry — day 1
 
An Enhanced Support Vector Regression Model for Weather Forecasting
An Enhanced Support Vector Regression Model for Weather ForecastingAn Enhanced Support Vector Regression Model for Weather Forecasting
An Enhanced Support Vector Regression Model for Weather Forecasting
 
The Einstein Toolkit: A Community Computational Infrastructure for Relativist...
The Einstein Toolkit: A Community Computational Infrastructure for Relativist...The Einstein Toolkit: A Community Computational Infrastructure for Relativist...
The Einstein Toolkit: A Community Computational Infrastructure for Relativist...
 
Large Scale Data Clustering: an overview
Large Scale Data Clustering: an overviewLarge Scale Data Clustering: an overview
Large Scale Data Clustering: an overview
 
P1121133727
P1121133727P1121133727
P1121133727
 
Safety Verification of Deep Neural Networks_.pdf
Safety Verification of Deep Neural Networks_.pdfSafety Verification of Deep Neural Networks_.pdf
Safety Verification of Deep Neural Networks_.pdf
 
Fault detection and_diagnosis
Fault detection and_diagnosisFault detection and_diagnosis
Fault detection and_diagnosis
 
K-means Clustering Method for the Analysis of Log Data
K-means Clustering Method for the Analysis of Log DataK-means Clustering Method for the Analysis of Log Data
K-means Clustering Method for the Analysis of Log Data
 
Presentation Serov
Presentation SerovPresentation Serov
Presentation Serov
 
Data clustering
Data clustering Data clustering
Data clustering
 
DataEngConf: Feature Extraction: Modern Questions and Challenges at Google
DataEngConf: Feature Extraction: Modern Questions and Challenges at GoogleDataEngConf: Feature Extraction: Modern Questions and Challenges at Google
DataEngConf: Feature Extraction: Modern Questions and Challenges at Google
 
(Talk in Powerpoint Format)
(Talk in Powerpoint Format)(Talk in Powerpoint Format)
(Talk in Powerpoint Format)
 
3D Scene Analysis via Sequenced Predictions over Points and Regions
3D Scene Analysis via Sequenced Predictions over Points and Regions3D Scene Analysis via Sequenced Predictions over Points and Regions
3D Scene Analysis via Sequenced Predictions over Points and Regions
 
Matrix Factorization In Recommender Systems
Matrix Factorization In Recommender SystemsMatrix Factorization In Recommender Systems
Matrix Factorization In Recommender Systems
 
An ann approach for network
An ann approach for networkAn ann approach for network
An ann approach for network
 
Reducing the dimensionality of data with neural networks
Reducing the dimensionality of data with neural networksReducing the dimensionality of data with neural networks
Reducing the dimensionality of data with neural networks
 

Mehr von 홍배 김

Mehr von 홍배 김 (20)

Automatic Gain Tuning based on Gaussian Process Global Optimization (= Bayesi...
Automatic Gain Tuning based on Gaussian Process Global Optimization (= Bayesi...Automatic Gain Tuning based on Gaussian Process Global Optimization (= Bayesi...
Automatic Gain Tuning based on Gaussian Process Global Optimization (= Bayesi...
 
Gaussian processing
Gaussian processingGaussian processing
Gaussian processing
 
Lecture Summary : Camera Projection
Lecture Summary : Camera Projection Lecture Summary : Camera Projection
Lecture Summary : Camera Projection
 
Learning agile and dynamic motor skills for legged robots
Learning agile and dynamic motor skills for legged robotsLearning agile and dynamic motor skills for legged robots
Learning agile and dynamic motor skills for legged robots
 
Robotics of Quadruped Robot
Robotics of Quadruped RobotRobotics of Quadruped Robot
Robotics of Quadruped Robot
 
Basics of Robotics
Basics of RoboticsBasics of Robotics
Basics of Robotics
 
Recurrent Neural Net의 이론과 설명
Recurrent Neural Net의 이론과 설명Recurrent Neural Net의 이론과 설명
Recurrent Neural Net의 이론과 설명
 
Convolutional neural networks 이론과 응용
Convolutional neural networks 이론과 응용Convolutional neural networks 이론과 응용
Convolutional neural networks 이론과 응용
 
Anomaly detection using deep one class classifier
Anomaly detection using deep one class classifierAnomaly detection using deep one class classifier
Anomaly detection using deep one class classifier
 
Optimal real-time landing using DNN
Optimal real-time landing using DNNOptimal real-time landing using DNN
Optimal real-time landing using DNN
 
The world of loss function
The world of loss functionThe world of loss function
The world of loss function
 
Anomaly Detection and Localization Using GAN and One-Class Classifier
Anomaly Detection and Localization  Using GAN and One-Class ClassifierAnomaly Detection and Localization  Using GAN and One-Class Classifier
Anomaly Detection and Localization Using GAN and One-Class Classifier
 
ARCHITECTURAL CONDITIONING FOR DISENTANGLEMENT OF OBJECT IDENTITY AND POSTURE...
ARCHITECTURAL CONDITIONING FOR DISENTANGLEMENT OF OBJECT IDENTITY AND POSTURE...ARCHITECTURAL CONDITIONING FOR DISENTANGLEMENT OF OBJECT IDENTITY AND POSTURE...
ARCHITECTURAL CONDITIONING FOR DISENTANGLEMENT OF OBJECT IDENTITY AND POSTURE...
 
Brief intro : Invariance and Equivariance
Brief intro : Invariance and EquivarianceBrief intro : Invariance and Equivariance
Brief intro : Invariance and Equivariance
 
Anomaly Detection with GANs
Anomaly Detection with GANsAnomaly Detection with GANs
Anomaly Detection with GANs
 
Focal loss의 응용(Detection & Classification)
Focal loss의 응용(Detection & Classification)Focal loss의 응용(Detection & Classification)
Focal loss의 응용(Detection & Classification)
 
Convolution 종류 설명
Convolution 종류 설명Convolution 종류 설명
Convolution 종류 설명
 
Learning by association
Learning by associationLearning by association
Learning by association
 
알기쉬운 Variational autoencoder
알기쉬운 Variational autoencoder알기쉬운 Variational autoencoder
알기쉬운 Variational autoencoder
 
Binarized CNN on FPGA
Binarized CNN on FPGABinarized CNN on FPGA
Binarized CNN on FPGA
 

Kürzlich hochgeladen

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Kürzlich hochgeladen (20)

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 

Machine learning applications in aerospace domain

  • 1. Machine Learning Applications in Aerospace Domain 2018. 6. 김 홍 배 Artificial Intelligence Laboratory
  • 2. Expert Knowledge in Data + Labels Model (mostly) determined by D + L Machine Learning Technology Spectrum Expert Knowledge in Model Details Data refines model parameters Real-world systems often combine several techniques Machine Learning Model-Based Understanding Model-DrivenData-Driven Open Exploration Unsupervised Exploratory Parameterization Naïve Stats Supervised ML Physics-Based Modeling Reinforcement Learning UQ Assimilative Models
  • 3. Object detection, Semantic Segmentation, Change Detection, Super-resolution, etc Applications DL Based Satellite Image Analysis
  • 4. • Detect faults and failures in complex aerospace systems • Key challenges  Data is extremely large, noisy, and unlabelled  Most of applications exhibit temporal behaviour  Detected anomalous events typically require immediate intervention Applications Anomaly Detection of Aircraft & Spacecraft
  • 5. Applications Properties of Telemetry Data  Multimodality : A satellite system (or each of its subsystems) has a number of different operational modes and changes from one mode to another over time.  Heterogenuity : variables in a satellite’s housekeeping data are divided into two types: Continuous variables that take real values and discrete variables that take categorical values.  High Dimensionality : Numbers of Continuous and Status Telemetry Variables usually over 1,000 !!  Temporal Dependence  Trivial Outliers : data occasionally contain exceptionally large abnormal values caused by errors in data conversion or transmission.
  • 6. Applications Machine Learning in Planetary Exploration Rovers • Make intelligent decisions about what data to gather and transmit. • Develop onboard rover traverse science data analysis system for data prioritization and opportunistic science Constraint on Rovers : limited downlink bandwidth and communication time delay between Earth and the rovers.(The average distance between the two planets is 225 million km ~ 750 sec. time delay) Autonomous Exploration for Gathering Increased Science(AEGIS)
  • 7. 1. Researchers are interested in identifying the existence of certain pre- specified signals of scientific interest. 2. The second criterion is the identification of unexpected, or anomalous, features, as these can lead to new scientific discoveries. 3. Finally researchers want to capture a description of the typical characteristics of a region. Three classes of data evaluation criteria Applications Machine Learning in Planetary Exploration Rovers
  • 8. Architecture • Mapping ft’n, which maps physical space to latent space • Clustering with Gaussian mixture density X Z 𝜇 𝑘, 𝐶 𝑘 𝜇1, 𝐶1 𝜇 𝐾, 𝐶 𝐾 Parametric modeling of Clusters,M(θ)Mapping ft’n + 𝑤 𝐾 𝑤 𝑘 𝑤1 𝑓(𝑥) 𝜇 𝑘, 𝐶 𝑘, 𝑤 𝑘 Query(x) 𝑧1 𝑧2 Physical space Latent space Architecture for Anomaly detection & Auto Exploration
  • 9. Σ Input layer Hidden layer (RBFs) Output layer W1 W2 WM x1 x2 xn No weight f(x) Each of n components of the input vector x feeds forward to m basis functions whose outputs are linearly combined with weights w (i.e. dot product x∙w) into the network output f(x). The output layer performs a simple weighted sum (i.e. w ∙x). If the RBFN is used for regression then this output is fine. However, if pattern classification is required, then a hard- limiter or sigmoid function could be placed on the output neurons to give 0/1 output values Input data set ∶ 𝑋 = { 𝑥1 𝑥2 … 𝑥 𝑁} Architecture Architecture for Anomaly detection & Auto Exploration
  • 10. Σ Architecture Architecture for Anomaly detection & Auto Exploration query 0.2 query 0.9
  • 11. Σ Σ Category 1 Category 2 Category 1 Category 2 Architecture Architecture for Anomaly detection & Auto Exploration
  • 12.  predict the power or fuel consumption of the spacecraft  Three years of spacecraft telemetry are released … can you predict the fourth year ?  The ultimate goal is to automate operations and extend satellite life time, which in turn increases the scientific return. Applications Machine Learning in Spacecraft Engineering “Get the data, make a model and predict the budgets of Subsystem”
  • 13. Mars Express Challenge The most promising approaches are ensemble selections where different models are merged to produce the prediction. The ensemble of random forest, LSTM and another deep neural network model provided a better result than each one of them separately. Comparison of the two best models Applications
  • 14. Exploring Generative 3D Shapes Using Auto-encoder Networks • Purpose : find modes of 3D objects • Key idea : Parametric modeling of 3D objects with a fixed dimension regardless of shape Applications
  • 15. Machine learning framework which predicts aerodynamic forces and velocity and pressure fields given a three dimensional object shape and Reynolds number input. Applications Learning Three-Dimensional Flow for Interactive Aerodynamic Design
  • 16. Input layer Gaussian Processing Output layer : Y x1 x2 xn d(x) Input data set ∶ 𝑋 = { 𝑥1 𝑥2 … 𝑥 𝑁} N v(x) N p(x) N . . . . . . Gaussian Process (GP) regression for inferring the CFD simulation data Applications Learning Three-Dimensional Flow for Interactive Aerodynamic Design Three regressors : for drag coefficient, non-dimensionalized velocity, and pressure. Input : Parametric modeling vector of car + Reynolds No. y Output data set ∶ 𝑋 = {𝑦1 𝑦2…𝑦 𝑁}
  • 17. • Assist but respect models : Machine learning should be used to correct/improve existing models, not to replace them. • Cost effective & exact solution : Turbulent flow & Solid Mechanics modeling  Optimal design of Aircraft & Rocket engine Applications Physics- Informed Machine Learning
  • 18. Phase I : Training with Machine learning Phase II : Prediction with ML assisted RANS Simulation Data : features q responses δ𝑅(ϒ,ΔΛ,Q) q δ𝑅 Neural Nets Query q’ Corrected Reynold stress δ𝑅’

Hinweis der Redaktion

  1. 탐색적 데이터 분석 기법(EDA : Exploratory Data Analysis) : 데이터를 가공하지 않고 있는 그대로 보여주는 것에 포인트를 맞춰서 분석하는 기법 확증적 데이터 분석(CDA : Confirmatory Data Analysis) : 어떤 목적을 가지고 데이터를 확보해서 분석하는 방법을 말한다  즉, 가설이나 대안 채택 여부를 결정하기 위해 사용하는 방법이다