SlideShare una empresa de Scribd logo
1 de 35
Cyberinfrastructure for
Einstein’s Equations
and Beyond
Gabrielle Allen
Professor, Astronomy
Research Professor, Computer Science
Associate Dean, College of Education
Senior Research Scientist, NCSA
University of Illinois Urbana-Champaign
National Center for
Supercomputing
Applications,
University of Illinois
National Center for
Supercomputing Applications
“NCSA will be a home for
addressing complex research
problems in science and society,
powered by the development
and application of advanced
and comprehensive digital
environments.”
Solving Complex Problems
Science
research
xx=x[i]; yy=y[i]; zz=z[i];
rho_2=xx*xx*yy*yy;
If (rho<epsilon}{
xx=epsilon;
rho_2=xx*xx+yy*yy;
rho=sqrt(rho_2);
}
Software
(& Hardware)
Community
Impact
Complex Problems
 World: multiscale, multiphysics, data-
driven
 E.g. Neutron Stars, Plants, Viruses, …
 General Challenges
 Determine correct scale to describe a
physical event and the correct
governing equations
 Determine how different phenomena
interact - often at different scales
 Determine data inputs (experimental,
observational, …)
 Design simple but effective interfaces
that can be implemented in software
 (Find, fund & motivate team)
NCSA Gravity Group
Main Research Areas
 LIGO Scientific Consortium, NANOGrav Consortium,
Einstein Toolkit Consortium
 Connected to Dark Energy Survey, Large Synoptic
Survey Telescope projects (NCSA main data hub)
 Analytic and numerical relativity, black hole and
neutron star astrophysics, computational
astrophysics, gravitational wave source modeling,
high performance & high throughput computing,
applications of deep learning, multimessenger
astrophysics scenarios
 Scientific software, cybersecurity & identity
management, network engineering, open data
repositories and open science
Gravitational Waves
 Changes in the curvature of
spacetime that propagate as
waves at the speed of light
 Transport energy as gravitational
radiation
 Predicted by Einstein (1916)
 Theory of General Relativity
 For 100 years until 2016 indirectly
observed
 Observations by new gravitational
wave detectors provide a new
window on the universe …
gravitational wave astronomy!
8
Gravitational Wave Physics
Instruments
Models & Simulation
Theory
Scientific Discovery!
Gµν = 8π Tµν
Colliding black holes & neutron
stars, supernovae collapse,
gamma-ray bursts, big bang, …
GW150914
 Observed by LIGO
 Sept 14, 2015
 1 billion light years away
 Initial black holes
 36 and 29 solar masses
 Final black hole
 62 solar masses
 Difference radiated as
gravitational waves
 E=mc2
 New discoveries!
 Existence of binary black hole
systems
 Direct detection of
gravitational waves
 First observation of binary
black hole merger
B.P. Abbott   et al. (LIGO Scientific Collaboration and Virgo
Collaboration), Phys. Rev. Lett. 116, 061102
Cactus Framework
Software
Platform
Cactus: www.CactusCode.org
 Open source component framework for HPC
 Modular system with high level abstractions
 Components (“thorns”) defined by parameters, variables,
methods
 Cactus “flesh” binds together
 Cactus Computational Toolkit: general thorns
 Different application areas
 Numerical relativity, CFD, coastal science, petroleum,
quantum gravity, cosmology, …
Building a Computational
Numerical Relativity Community
 Cactus came from the relativity community
 European project with 10 sites developed community
open code base
 Each group had different expertise
 Cactus allowed developing shared interfaces/standards
 Easy to add a component, share components
 Supports both collaboration and competition
EU Network for Gravitational Wave Sources: 2001
Key Features
 Cactus framework provides scheduling, application
APIs for parallel operations
 Driver thorn provides scheduling, load balancing,
parallelization
 Application thorns deal only with local part of parallel
mesh
 Different thorns can be used to provide the same
functionality, easily swapped.
Adaptive Mesh Refinement: Carpet
 Set of Cactus thorns
 Developed by Erik Schnetter
 Berger-Oliger style adaptive
mesh refinement with sub-
cycling in time
 High order differencing (4,6,8)
 Domain decomposition
 Hybrid MPI-OpenMP
 2002-03: Design of Cactus
means many groups, even
competing ones, suddenly
had AMR with little code
change
AEI (Rezzolla,
Kaehler)
E. Schnetter
Einstein Toolkit
Community
Einstein Toolkit Consortium
 developing and supporting open software for relativistic
astrophysics.
 provide the core computational tools to enable new
science, broaden community, facilitate interdisciplinary
research and take advantage of emerging petascale
computers and advanced cyberinfrastructure.”
 Consortium: 126 members, 75 sites, 14 countries
 Sustainable community model:
 Maintainers across 6 sites: oversee
technical developments, quality
control, V&V, distributions /releases
 Whole consortium engaged in
directions, support, development
 Open development meetings
 Six month releases
http://www.einsteintoolkit.org
Components
 Currently
 150 Cactus thorns: Initial data, evolution, analysis, AMR, …
 Tools, viz, etc
 Provide extensible standard interface for general relativity
variables (e.g. variables, parameters, data model for output)
 Examples and tutorials
 Complete open production codes for black holes, neutron stars
 New users: Test account on supercomputer
 Community support: active mail list
http://www.einsteintoolkit.org
Open Production Codes
Einstein Toolkit Community
New - DataVault
 Building community open data repository for
numerical relativity data based on yt platform and
whole tale
 Waveforms
 Simulation data
 Analysis scripts
 DNNs
 Desired features:
 Community driven
 Searchable
 Provenance info
 Reproducibility
 Citable
 Analysis
Computational Research
 Grid and distributed computing
 Automatic code generation
 Parallel I/O and checkpointing
 GPU computing
 Remote visualization
 Interactive steering
 Shared data repositories, reproducibility,
citablity, etc
See electromagnetic waves
Feel astro-particlesHear gravitational waves
LIGO, VIRGO, eLISA JWST, DES, LSST IceCube (neutrinos)
Multimessenger Astrophysics
Example of
LIGO Data
DFJALDCATDSADFDR
Bottleneck: Matched-filtering
Solution: Deep learning
Used Wolfram Language
(Mathematica) based on MXNet.
Tesla, GTX1080, and P100 GPUs
(Innovative Systems Lab at NCSA)
Simple designs: 3 convolutional
layers and 2 fully connected
layers.
26
Designing DNNs
arXiv:1701.00008, Deep Neural Networks To Enable Real-time
Multimessenger Astrophysics, Daniel George, Eliu A. Huerta
Real-time analysis (milliseconds).
Thousands of inputs can be
processed at once on a GPU.
Dedicated inference chips can
offer additional speed-up.
27
Speed Up
arXiv:1701.00008, Deep Neural Networks To Enable Real-time
Multimessenger Astrophysics, Daniel George, Eliu A. Huerta
28
Detection & Parameter Estimation
arXiv:1701.00008, Deep Neural Networks To Enable Real-time
Multimessenger Astrophysics, Daniel George, Eliu A. Huerta
New Types of
GWs
Eccentric, Spinning
Not included in training.
Same accuracy of
detection.
DNNs learned to generalize.
Missed by current methods.
arXiv:1701.00008, Deep Neural Networks To Enable Real-time
Multimessenger Astrophysics, Daniel George, Eliu A. Huerta
Future Directoins
On-site GPU based analysis
Direct stream to GPUs, continuously
retrain with real-time noise
characteristics
Big data and new hardware
Petascale data, DGX-1 at LIGO
Hanford
Extending to new signals
8-dimensions, eccentric, spin-
precessing
Distributed computing
Einstein@home, MXNet, smartphones
Future GW missions
NANOGrav, eLISA
Transient detection with
telescopes
DES, LSST, JWST, WFIRST
Scope for improvements
Larger template banks, non-
Gaussian noise
Deeper networks, complex designs,
RNNs
Multitask learning, Source modeling
30
Conclusion
 Open source toolkits such as the Cactus Framework and
Einstein Toolkit developed over last 20 years have been
essential to provide computational cyberinfrastructure and
also to build communities
 Developing simulation software for supercomputers requires
continuous attention to software design, optimization and
scaling, data I/O etc.
 Community is now developing catalogues of simulated
gravitational waveforms --- researchers need data science
to curate, manipulate, reproduce, analysis, cite, etc.
 Deep convolutional networks showing great promise as
alternative to conventional matched filter approach to
provide new possibilities for real time MMA
 Same methodologies can be applied to other disciplines,
crops-in-silico, learning sciences, etc.
NCSA Colloquia Series
 Started in 2014 to bring leaders in computational and data science
to Illinois --- now 37 posted!
 Colloquia are all posted on-line via You-Tube
 Great speakers in many different disciplines! E.g.
 "Archiving Capacity and Data Infrastructure: Holes, Goals, Roles and
Responsibility" — Margaret Hedstrom, University of Michigan
 “Big Data Visual Analysis” — Chris Johnson, University of Utah
 “Toward Reliable and Reproducible Inference in Big Data” -- Victoria
Stodden, University of Illinois
 “From Data to Knowledge with Workflows and Provenance” -- Bertram
Ludäscher, University of Illinois
Search for NCSA Colloquia
Series
https://www.youtube.com/pla
ylist?
list=PLO8UWE9gZTlAgHZPaxQb
pUNY0T26zeL_f
Illinois Coursera MCS-DS
Open Discussion: Collaboration
with International Partners
Open Discussion: Collaboration
with International Partners
 Many discussions about how to collaborate
 Ideas:
 Find projects of mutual interest and identify groups to
coordinate hackathons/bootcamps, follow up with visit
 National Data Service (Nationaldataservice.org)
 Whole Tale (wholetale.org), Brown Dog (
http://browndog.ncsa.illinois.edu)
 Data sets from Pakistan of interest to US researchers and v.v.
 Work with HEC and other agencies to support visits and
educational fellowships
 E.g. Conacyt-Illinois model
 Special development or funding of online courses
 Would like to collect ideas and put a concept together

Más contenido relacionado

La actualidad más candente

Claudio Gallicchio - Deep Reservoir Computing for Structured Data
Claudio Gallicchio - Deep Reservoir Computing for Structured DataClaudio Gallicchio - Deep Reservoir Computing for Structured Data
Claudio Gallicchio - Deep Reservoir Computing for Structured DataMeetupDataScienceRoma
 
Overview of the W3C Semantic Sensor Network (SSN) ontology
Overview of the W3C Semantic Sensor Network (SSN) ontologyOverview of the W3C Semantic Sensor Network (SSN) ontology
Overview of the W3C Semantic Sensor Network (SSN) ontologyRaúl García Castro
 
Azure Brain: 4th paradigm, scientific discovery & (really) big data
Azure Brain: 4th paradigm, scientific discovery & (really) big dataAzure Brain: 4th paradigm, scientific discovery & (really) big data
Azure Brain: 4th paradigm, scientific discovery & (really) big dataMicrosoft Technet France
 
Enabling Real Time Analysis & Decision Making - A Paradigm Shift for Experime...
Enabling Real Time Analysis & Decision Making - A Paradigm Shift for Experime...Enabling Real Time Analysis & Decision Making - A Paradigm Shift for Experime...
Enabling Real Time Analysis & Decision Making - A Paradigm Shift for Experime...PyData
 
Building the Pacific Research Platform: Supernetworks for Big Data Science
Building the Pacific Research Platform: Supernetworks for Big Data ScienceBuilding the Pacific Research Platform: Supernetworks for Big Data Science
Building the Pacific Research Platform: Supernetworks for Big Data ScienceLarry Smarr
 
Advanced Data Mining and Integration Research for Europe (ADMIRE)
Advanced Data Mining and Integration Research for Europe (ADMIRE)Advanced Data Mining and Integration Research for Europe (ADMIRE)
Advanced Data Mining and Integration Research for Europe (ADMIRE)Jano van Hemert
 
Grid'5000: Running a Large Instrument for Parallel and Distributed Computing ...
Grid'5000: Running a Large Instrument for Parallel and Distributed Computing ...Grid'5000: Running a Large Instrument for Parallel and Distributed Computing ...
Grid'5000: Running a Large Instrument for Parallel and Distributed Computing ...Frederic Desprez
 
20072311272506
2007231127250620072311272506
20072311272506Vinod Vyas
 
Creating a Big Data Machine Learning Platform in California
Creating a Big Data Machine Learning Platform in CaliforniaCreating a Big Data Machine Learning Platform in California
Creating a Big Data Machine Learning Platform in CaliforniaLarry Smarr
 
Towards Supporting Data-Intensive Research
Towards Supporting Data-Intensive ResearchTowards Supporting Data-Intensive Research
Towards Supporting Data-Intensive ResearchJano van Hemert
 
2012: The Grand Challenges in Natural Computing Research
2012: The Grand Challenges in Natural Computing Research2012: The Grand Challenges in Natural Computing Research
2012: The Grand Challenges in Natural Computing ResearchLeandro de Castro
 
Semantic Sensor Network Ontology: Description et usage
Semantic Sensor Network Ontology: Description et usageSemantic Sensor Network Ontology: Description et usage
Semantic Sensor Network Ontology: Description et usagecatherine roussey
 
Attack of the quantum worms
Attack of the quantum wormsAttack of the quantum worms
Attack of the quantum wormsUltraUploader
 
PEARC17: Data Access for LIGO on the OSG
PEARC17: Data Access for LIGO on the OSGPEARC17: Data Access for LIGO on the OSG
PEARC17: Data Access for LIGO on the OSGDerek Weitzel
 
Experimental Computer Science - Approaches and Instruments
Experimental Computer Science - Approaches and InstrumentsExperimental Computer Science - Approaches and Instruments
Experimental Computer Science - Approaches and InstrumentsFrederic Desprez
 
Deep Learning for Hidden Signals - Enabling Real-time Multimessenger Astrophy...
Deep Learning for Hidden Signals - Enabling Real-time Multimessenger Astrophy...Deep Learning for Hidden Signals - Enabling Real-time Multimessenger Astrophy...
Deep Learning for Hidden Signals - Enabling Real-time Multimessenger Astrophy...Daniel George
 
When The New Science Is In The Outliers
When The New Science Is In The OutliersWhen The New Science Is In The Outliers
When The New Science Is In The Outliersaimsnist
 

La actualidad más candente (20)

Crops In Silico Workshop, Oxford June 2017
Crops In Silico Workshop, Oxford June 2017Crops In Silico Workshop, Oxford June 2017
Crops In Silico Workshop, Oxford June 2017
 
From IoT Devices to Cloud
From IoT Devices to CloudFrom IoT Devices to Cloud
From IoT Devices to Cloud
 
Claudio Gallicchio - Deep Reservoir Computing for Structured Data
Claudio Gallicchio - Deep Reservoir Computing for Structured DataClaudio Gallicchio - Deep Reservoir Computing for Structured Data
Claudio Gallicchio - Deep Reservoir Computing for Structured Data
 
Overview of the W3C Semantic Sensor Network (SSN) ontology
Overview of the W3C Semantic Sensor Network (SSN) ontologyOverview of the W3C Semantic Sensor Network (SSN) ontology
Overview of the W3C Semantic Sensor Network (SSN) ontology
 
Azure Brain: 4th paradigm, scientific discovery & (really) big data
Azure Brain: 4th paradigm, scientific discovery & (really) big dataAzure Brain: 4th paradigm, scientific discovery & (really) big data
Azure Brain: 4th paradigm, scientific discovery & (really) big data
 
Enabling Real Time Analysis & Decision Making - A Paradigm Shift for Experime...
Enabling Real Time Analysis & Decision Making - A Paradigm Shift for Experime...Enabling Real Time Analysis & Decision Making - A Paradigm Shift for Experime...
Enabling Real Time Analysis & Decision Making - A Paradigm Shift for Experime...
 
Building the Pacific Research Platform: Supernetworks for Big Data Science
Building the Pacific Research Platform: Supernetworks for Big Data ScienceBuilding the Pacific Research Platform: Supernetworks for Big Data Science
Building the Pacific Research Platform: Supernetworks for Big Data Science
 
Advanced Data Mining and Integration Research for Europe (ADMIRE)
Advanced Data Mining and Integration Research for Europe (ADMIRE)Advanced Data Mining and Integration Research for Europe (ADMIRE)
Advanced Data Mining and Integration Research for Europe (ADMIRE)
 
Grid'5000: Running a Large Instrument for Parallel and Distributed Computing ...
Grid'5000: Running a Large Instrument for Parallel and Distributed Computing ...Grid'5000: Running a Large Instrument for Parallel and Distributed Computing ...
Grid'5000: Running a Large Instrument for Parallel and Distributed Computing ...
 
20072311272506
2007231127250620072311272506
20072311272506
 
Creating a Big Data Machine Learning Platform in California
Creating a Big Data Machine Learning Platform in CaliforniaCreating a Big Data Machine Learning Platform in California
Creating a Big Data Machine Learning Platform in California
 
Cifar
CifarCifar
Cifar
 
Towards Supporting Data-Intensive Research
Towards Supporting Data-Intensive ResearchTowards Supporting Data-Intensive Research
Towards Supporting Data-Intensive Research
 
2012: The Grand Challenges in Natural Computing Research
2012: The Grand Challenges in Natural Computing Research2012: The Grand Challenges in Natural Computing Research
2012: The Grand Challenges in Natural Computing Research
 
Semantic Sensor Network Ontology: Description et usage
Semantic Sensor Network Ontology: Description et usageSemantic Sensor Network Ontology: Description et usage
Semantic Sensor Network Ontology: Description et usage
 
Attack of the quantum worms
Attack of the quantum wormsAttack of the quantum worms
Attack of the quantum worms
 
PEARC17: Data Access for LIGO on the OSG
PEARC17: Data Access for LIGO on the OSGPEARC17: Data Access for LIGO on the OSG
PEARC17: Data Access for LIGO on the OSG
 
Experimental Computer Science - Approaches and Instruments
Experimental Computer Science - Approaches and InstrumentsExperimental Computer Science - Approaches and Instruments
Experimental Computer Science - Approaches and Instruments
 
Deep Learning for Hidden Signals - Enabling Real-time Multimessenger Astrophy...
Deep Learning for Hidden Signals - Enabling Real-time Multimessenger Astrophy...Deep Learning for Hidden Signals - Enabling Real-time Multimessenger Astrophy...
Deep Learning for Hidden Signals - Enabling Real-time Multimessenger Astrophy...
 
When The New Science Is In The Outliers
When The New Science Is In The OutliersWhen The New Science Is In The Outliers
When The New Science Is In The Outliers
 

Similar a Cyberinfrastructure for Solving Complex Problems

Building a Global Collaboration System for Data-Intensive Discovery
Building a Global Collaboration System for Data-Intensive DiscoveryBuilding a Global Collaboration System for Data-Intensive Discovery
Building a Global Collaboration System for Data-Intensive DiscoveryLarry Smarr
 
The Singularity: Toward a Post-Human Reality
The Singularity: Toward a Post-Human RealityThe Singularity: Toward a Post-Human Reality
The Singularity: Toward a Post-Human RealityLarry Smarr
 
Towards a World of Ubiquitous Sensors and Actuators
Towards a World of Ubiquitous Sensors and ActuatorsTowards a World of Ubiquitous Sensors and Actuators
Towards a World of Ubiquitous Sensors and ActuatorsLarry Smarr
 
Education in a Globally Connected World
Education in a Globally Connected WorldEducation in a Globally Connected World
Education in a Globally Connected WorldLarry Smarr
 
Living in the Future
Living in the FutureLiving in the Future
Living in the FutureLarry Smarr
 
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIs
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIsQuantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIs
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIsMelanie Swan
 
Semantic Sensor Networks and Linked Stream Data
Semantic Sensor Networks and Linked Stream DataSemantic Sensor Networks and Linked Stream Data
Semantic Sensor Networks and Linked Stream DataOscar Corcho
 
International journal of engineering issues vol 2015 - no 1 - paper3
International journal of engineering issues   vol 2015 - no 1 - paper3International journal of engineering issues   vol 2015 - no 1 - paper3
International journal of engineering issues vol 2015 - no 1 - paper3sophiabelthome
 
Networks, Deep Learning (and COVID-19)
Networks, Deep Learning (and COVID-19)Networks, Deep Learning (and COVID-19)
Networks, Deep Learning (and COVID-19)tm1966
 
Foundations for the Future of Science
Foundations for the Future of ScienceFoundations for the Future of Science
Foundations for the Future of ScienceGlobus
 
Science and Cyberinfrastructure in the Data-Dominated Era
Science and Cyberinfrastructure in the Data-Dominated EraScience and Cyberinfrastructure in the Data-Dominated Era
Science and Cyberinfrastructure in the Data-Dominated EraLarry Smarr
 
Cyberinfrastructure and Applications Overview: Howard University June22
Cyberinfrastructure and Applications Overview: Howard University June22Cyberinfrastructure and Applications Overview: Howard University June22
Cyberinfrastructure and Applications Overview: Howard University June22marpierc
 
Computation and Knowledge
Computation and KnowledgeComputation and Knowledge
Computation and KnowledgeIan Foster
 
Calit2: a SoCal UC Infrastructure for Innovation
Calit2: a SoCal UC Infrastructure for InnovationCalit2: a SoCal UC Infrastructure for Innovation
Calit2: a SoCal UC Infrastructure for InnovationLarry Smarr
 
Astronomical Data Processing on the LSST Scale with Apache Spark
Astronomical Data Processing on the LSST Scale with Apache SparkAstronomical Data Processing on the LSST Scale with Apache Spark
Astronomical Data Processing on the LSST Scale with Apache SparkDatabricks
 
Quantum Information Science and Quantum Neuroscience.ppt
Quantum Information Science and Quantum Neuroscience.pptQuantum Information Science and Quantum Neuroscience.ppt
Quantum Information Science and Quantum Neuroscience.pptMelanie Swan
 
Ingredients for Semantic Sensor Networks
Ingredients for Semantic Sensor NetworksIngredients for Semantic Sensor Networks
Ingredients for Semantic Sensor NetworksOscar Corcho
 

Similar a Cyberinfrastructure for Solving Complex Problems (20)

ieee cloud 2015 keynote talk
ieee cloud 2015 keynote talkieee cloud 2015 keynote talk
ieee cloud 2015 keynote talk
 
Building a Global Collaboration System for Data-Intensive Discovery
Building a Global Collaboration System for Data-Intensive DiscoveryBuilding a Global Collaboration System for Data-Intensive Discovery
Building a Global Collaboration System for Data-Intensive Discovery
 
The Singularity: Toward a Post-Human Reality
The Singularity: Toward a Post-Human RealityThe Singularity: Toward a Post-Human Reality
The Singularity: Toward a Post-Human Reality
 
Towards a World of Ubiquitous Sensors and Actuators
Towards a World of Ubiquitous Sensors and ActuatorsTowards a World of Ubiquitous Sensors and Actuators
Towards a World of Ubiquitous Sensors and Actuators
 
Education in a Globally Connected World
Education in a Globally Connected WorldEducation in a Globally Connected World
Education in a Globally Connected World
 
Living in the Future
Living in the FutureLiving in the Future
Living in the Future
 
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIs
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIsQuantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIs
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIs
 
Presentation
PresentationPresentation
Presentation
 
Semantic Sensor Networks and Linked Stream Data
Semantic Sensor Networks and Linked Stream DataSemantic Sensor Networks and Linked Stream Data
Semantic Sensor Networks and Linked Stream Data
 
Network Science: Theory, Modeling and Applications
Network Science: Theory, Modeling and ApplicationsNetwork Science: Theory, Modeling and Applications
Network Science: Theory, Modeling and Applications
 
International journal of engineering issues vol 2015 - no 1 - paper3
International journal of engineering issues   vol 2015 - no 1 - paper3International journal of engineering issues   vol 2015 - no 1 - paper3
International journal of engineering issues vol 2015 - no 1 - paper3
 
Networks, Deep Learning (and COVID-19)
Networks, Deep Learning (and COVID-19)Networks, Deep Learning (and COVID-19)
Networks, Deep Learning (and COVID-19)
 
Foundations for the Future of Science
Foundations for the Future of ScienceFoundations for the Future of Science
Foundations for the Future of Science
 
Science and Cyberinfrastructure in the Data-Dominated Era
Science and Cyberinfrastructure in the Data-Dominated EraScience and Cyberinfrastructure in the Data-Dominated Era
Science and Cyberinfrastructure in the Data-Dominated Era
 
Cyberinfrastructure and Applications Overview: Howard University June22
Cyberinfrastructure and Applications Overview: Howard University June22Cyberinfrastructure and Applications Overview: Howard University June22
Cyberinfrastructure and Applications Overview: Howard University June22
 
Computation and Knowledge
Computation and KnowledgeComputation and Knowledge
Computation and Knowledge
 
Calit2: a SoCal UC Infrastructure for Innovation
Calit2: a SoCal UC Infrastructure for InnovationCalit2: a SoCal UC Infrastructure for Innovation
Calit2: a SoCal UC Infrastructure for Innovation
 
Astronomical Data Processing on the LSST Scale with Apache Spark
Astronomical Data Processing on the LSST Scale with Apache SparkAstronomical Data Processing on the LSST Scale with Apache Spark
Astronomical Data Processing on the LSST Scale with Apache Spark
 
Quantum Information Science and Quantum Neuroscience.ppt
Quantum Information Science and Quantum Neuroscience.pptQuantum Information Science and Quantum Neuroscience.ppt
Quantum Information Science and Quantum Neuroscience.ppt
 
Ingredients for Semantic Sensor Networks
Ingredients for Semantic Sensor NetworksIngredients for Semantic Sensor Networks
Ingredients for Semantic Sensor Networks
 

Más de University of Illinois at Urbana-Champaign (6)

Computational Tools for Multimessenger Astronomy in the Gravitational Wave Era
Computational Tools for Multimessenger Astronomy in the Gravitational Wave EraComputational Tools for Multimessenger Astronomy in the Gravitational Wave Era
Computational Tools for Multimessenger Astronomy in the Gravitational Wave Era
 
Component Specification in the Cactus Framework: The Cactus Configuration Lan...
Component Specification in the Cactus Framework: The Cactus Configuration Lan...Component Specification in the Cactus Framework: The Cactus Configuration Lan...
Component Specification in the Cactus Framework: The Cactus Configuration Lan...
 
Esi web2.0 may2010
Esi web2.0 may2010Esi web2.0 may2010
Esi web2.0 may2010
 
Ci days notre_dame_april2010
Ci days notre_dame_april2010Ci days notre_dame_april2010
Ci days notre_dame_april2010
 
Panel at Internet2 Spring Meeting, April 2010
Panel at Internet2 Spring Meeting,  April 2010Panel at Internet2 Spring Meeting,  April 2010
Panel at Internet2 Spring Meeting, April 2010
 
Cluster Computing Web2 Sept2009
Cluster Computing Web2 Sept2009Cluster Computing Web2 Sept2009
Cluster Computing Web2 Sept2009
 

Último

Broad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxBroad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxjana861314
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxUmerFayaz5
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bSérgio Sacani
 
Chromatin Structure | EUCHROMATIN | HETEROCHROMATIN
Chromatin Structure | EUCHROMATIN | HETEROCHROMATINChromatin Structure | EUCHROMATIN | HETEROCHROMATIN
Chromatin Structure | EUCHROMATIN | HETEROCHROMATINsankalpkumarsahoo174
 
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencyHire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencySheetal Arora
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...Sérgio Sacani
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhousejana861314
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​kaibalyasahoo82800
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxgindu3009
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfSumit Kumar yadav
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfSumit Kumar yadav
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...RohitNehra6
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPirithiRaju
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisDiwakar Mishra
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)Areesha Ahmad
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...jana861314
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...ssifa0344
 

Último (20)

Broad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxBroad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
 
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptx
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
 
Chromatin Structure | EUCHROMATIN | HETEROCHROMATIN
Chromatin Structure | EUCHROMATIN | HETEROCHROMATINChromatin Structure | EUCHROMATIN | HETEROCHROMATIN
Chromatin Structure | EUCHROMATIN | HETEROCHROMATIN
 
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencyHire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
 
The Philosophy of Science
The Philosophy of ScienceThe Philosophy of Science
The Philosophy of Science
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhouse
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​
 
Engler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomyEngler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomy
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdf
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdf
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
 

Cyberinfrastructure for Solving Complex Problems

  • 1. Cyberinfrastructure for Einstein’s Equations and Beyond Gabrielle Allen Professor, Astronomy Research Professor, Computer Science Associate Dean, College of Education Senior Research Scientist, NCSA University of Illinois Urbana-Champaign
  • 3. National Center for Supercomputing Applications “NCSA will be a home for addressing complex research problems in science and society, powered by the development and application of advanced and comprehensive digital environments.”
  • 4. Solving Complex Problems Science research xx=x[i]; yy=y[i]; zz=z[i]; rho_2=xx*xx*yy*yy; If (rho<epsilon}{ xx=epsilon; rho_2=xx*xx+yy*yy; rho=sqrt(rho_2); } Software (& Hardware) Community Impact
  • 5. Complex Problems  World: multiscale, multiphysics, data- driven  E.g. Neutron Stars, Plants, Viruses, …  General Challenges  Determine correct scale to describe a physical event and the correct governing equations  Determine how different phenomena interact - often at different scales  Determine data inputs (experimental, observational, …)  Design simple but effective interfaces that can be implemented in software  (Find, fund & motivate team)
  • 7. Main Research Areas  LIGO Scientific Consortium, NANOGrav Consortium, Einstein Toolkit Consortium  Connected to Dark Energy Survey, Large Synoptic Survey Telescope projects (NCSA main data hub)  Analytic and numerical relativity, black hole and neutron star astrophysics, computational astrophysics, gravitational wave source modeling, high performance & high throughput computing, applications of deep learning, multimessenger astrophysics scenarios  Scientific software, cybersecurity & identity management, network engineering, open data repositories and open science
  • 8. Gravitational Waves  Changes in the curvature of spacetime that propagate as waves at the speed of light  Transport energy as gravitational radiation  Predicted by Einstein (1916)  Theory of General Relativity  For 100 years until 2016 indirectly observed  Observations by new gravitational wave detectors provide a new window on the universe … gravitational wave astronomy! 8
  • 9. Gravitational Wave Physics Instruments Models & Simulation Theory Scientific Discovery! Gµν = 8π Tµν Colliding black holes & neutron stars, supernovae collapse, gamma-ray bursts, big bang, …
  • 10. GW150914  Observed by LIGO  Sept 14, 2015  1 billion light years away  Initial black holes  36 and 29 solar masses  Final black hole  62 solar masses  Difference radiated as gravitational waves  E=mc2  New discoveries!  Existence of binary black hole systems  Direct detection of gravitational waves  First observation of binary black hole merger B.P. Abbott   et al. (LIGO Scientific Collaboration and Virgo Collaboration), Phys. Rev. Lett. 116, 061102
  • 12. Cactus: www.CactusCode.org  Open source component framework for HPC  Modular system with high level abstractions  Components (“thorns”) defined by parameters, variables, methods  Cactus “flesh” binds together  Cactus Computational Toolkit: general thorns  Different application areas  Numerical relativity, CFD, coastal science, petroleum, quantum gravity, cosmology, …
  • 13. Building a Computational Numerical Relativity Community  Cactus came from the relativity community  European project with 10 sites developed community open code base  Each group had different expertise  Cactus allowed developing shared interfaces/standards  Easy to add a component, share components  Supports both collaboration and competition EU Network for Gravitational Wave Sources: 2001
  • 14. Key Features  Cactus framework provides scheduling, application APIs for parallel operations  Driver thorn provides scheduling, load balancing, parallelization  Application thorns deal only with local part of parallel mesh  Different thorns can be used to provide the same functionality, easily swapped.
  • 15. Adaptive Mesh Refinement: Carpet  Set of Cactus thorns  Developed by Erik Schnetter  Berger-Oliger style adaptive mesh refinement with sub- cycling in time  High order differencing (4,6,8)  Domain decomposition  Hybrid MPI-OpenMP  2002-03: Design of Cactus means many groups, even competing ones, suddenly had AMR with little code change AEI (Rezzolla, Kaehler) E. Schnetter
  • 17. Einstein Toolkit Consortium  developing and supporting open software for relativistic astrophysics.  provide the core computational tools to enable new science, broaden community, facilitate interdisciplinary research and take advantage of emerging petascale computers and advanced cyberinfrastructure.”  Consortium: 126 members, 75 sites, 14 countries  Sustainable community model:  Maintainers across 6 sites: oversee technical developments, quality control, V&V, distributions /releases  Whole consortium engaged in directions, support, development  Open development meetings  Six month releases http://www.einsteintoolkit.org
  • 18. Components  Currently  150 Cactus thorns: Initial data, evolution, analysis, AMR, …  Tools, viz, etc  Provide extensible standard interface for general relativity variables (e.g. variables, parameters, data model for output)  Examples and tutorials  Complete open production codes for black holes, neutron stars  New users: Test account on supercomputer  Community support: active mail list http://www.einsteintoolkit.org
  • 21. New - DataVault  Building community open data repository for numerical relativity data based on yt platform and whole tale  Waveforms  Simulation data  Analysis scripts  DNNs  Desired features:  Community driven  Searchable  Provenance info  Reproducibility  Citable  Analysis
  • 22. Computational Research  Grid and distributed computing  Automatic code generation  Parallel I/O and checkpointing  GPU computing  Remote visualization  Interactive steering  Shared data repositories, reproducibility, citablity, etc
  • 23. See electromagnetic waves Feel astro-particlesHear gravitational waves LIGO, VIRGO, eLISA JWST, DES, LSST IceCube (neutrinos) Multimessenger Astrophysics
  • 26. Used Wolfram Language (Mathematica) based on MXNet. Tesla, GTX1080, and P100 GPUs (Innovative Systems Lab at NCSA) Simple designs: 3 convolutional layers and 2 fully connected layers. 26 Designing DNNs arXiv:1701.00008, Deep Neural Networks To Enable Real-time Multimessenger Astrophysics, Daniel George, Eliu A. Huerta
  • 27. Real-time analysis (milliseconds). Thousands of inputs can be processed at once on a GPU. Dedicated inference chips can offer additional speed-up. 27 Speed Up arXiv:1701.00008, Deep Neural Networks To Enable Real-time Multimessenger Astrophysics, Daniel George, Eliu A. Huerta
  • 28. 28 Detection & Parameter Estimation arXiv:1701.00008, Deep Neural Networks To Enable Real-time Multimessenger Astrophysics, Daniel George, Eliu A. Huerta
  • 29. New Types of GWs Eccentric, Spinning Not included in training. Same accuracy of detection. DNNs learned to generalize. Missed by current methods. arXiv:1701.00008, Deep Neural Networks To Enable Real-time Multimessenger Astrophysics, Daniel George, Eliu A. Huerta
  • 30. Future Directoins On-site GPU based analysis Direct stream to GPUs, continuously retrain with real-time noise characteristics Big data and new hardware Petascale data, DGX-1 at LIGO Hanford Extending to new signals 8-dimensions, eccentric, spin- precessing Distributed computing Einstein@home, MXNet, smartphones Future GW missions NANOGrav, eLISA Transient detection with telescopes DES, LSST, JWST, WFIRST Scope for improvements Larger template banks, non- Gaussian noise Deeper networks, complex designs, RNNs Multitask learning, Source modeling 30
  • 31. Conclusion  Open source toolkits such as the Cactus Framework and Einstein Toolkit developed over last 20 years have been essential to provide computational cyberinfrastructure and also to build communities  Developing simulation software for supercomputers requires continuous attention to software design, optimization and scaling, data I/O etc.  Community is now developing catalogues of simulated gravitational waveforms --- researchers need data science to curate, manipulate, reproduce, analysis, cite, etc.  Deep convolutional networks showing great promise as alternative to conventional matched filter approach to provide new possibilities for real time MMA  Same methodologies can be applied to other disciplines, crops-in-silico, learning sciences, etc.
  • 32. NCSA Colloquia Series  Started in 2014 to bring leaders in computational and data science to Illinois --- now 37 posted!  Colloquia are all posted on-line via You-Tube  Great speakers in many different disciplines! E.g.  "Archiving Capacity and Data Infrastructure: Holes, Goals, Roles and Responsibility" — Margaret Hedstrom, University of Michigan  “Big Data Visual Analysis” — Chris Johnson, University of Utah  “Toward Reliable and Reproducible Inference in Big Data” -- Victoria Stodden, University of Illinois  “From Data to Knowledge with Workflows and Provenance” -- Bertram Ludäscher, University of Illinois Search for NCSA Colloquia Series https://www.youtube.com/pla ylist? list=PLO8UWE9gZTlAgHZPaxQb pUNY0T26zeL_f
  • 34. Open Discussion: Collaboration with International Partners
  • 35. Open Discussion: Collaboration with International Partners  Many discussions about how to collaborate  Ideas:  Find projects of mutual interest and identify groups to coordinate hackathons/bootcamps, follow up with visit  National Data Service (Nationaldataservice.org)  Whole Tale (wholetale.org), Brown Dog ( http://browndog.ncsa.illinois.edu)  Data sets from Pakistan of interest to US researchers and v.v.  Work with HEC and other agencies to support visits and educational fellowships  E.g. Conacyt-Illinois model  Special development or funding of online courses  Would like to collect ideas and put a concept together

Notas del editor

  1. Science research needed from many disciplines Software and Hardware – software needs to be collaboratively developed and used, and need to be used on modern computing infrastructures (largest computers, clouds, multicore, mobile devices) Community – Need to build an inclusive community, which takes into account cultures, and prepares new workforce Outreach – Work to societal impact and public outreach, open science and accessibity is important part of this
  2. Positive side – this is similar in all disciplines, and underlying numerical methods are the same Increased fidelity for modeling complex problems depends on multiphysics and multidisciplinary coupling as well as resolution and accuracy of component solvers Challenges typical monolithic software packages, need attention to coupling, potentially refactoring to enable more modularity
  3. Summer Schools Undergraduate Research Open codes
  4. The future of astronomy is multimessenger astrophysics. This means that we observe events through multiple messenger such as gravitational waves, light, neutrinos cosmic rays etc. We want to hear events first through GWs (like LIGO) then turn our telescopes (such as the upcoming NASA JWST) around to see it, and then feel it via astro-particles. Getting all this different information simultaneously would lead to groundbreaking insights about the nature of the universe. Mention Ed was involved in LIGO and IceCube.
  5. GWs are very weak. We got lucky with the first detection. It was very loud. However, the 2nd detection and the majority of expected signals are very weak as shown below. They don’t even show up in a spectrogram. So how do we detect and extract parameters of these signals which are much weaker than the background noise? The current approach used by LIGO for weak signals is template-matching also called matched-filtering. A template bank of about 300,000 signals is used. This is so computationally expensive that current analysis is limited to a small class of signals. Furthermore it takes several days to accurately reconstruct the parameters of an event. So is there a better way to this so that we can quickly find GW events and look at it through our telescopes to enable this scenario of multimessenger astrophysics?
  6. To give an analogy to current LIGO analysis methods. Supposed you wanted to discover words in a stream of characters. What LIGO does is similar to comparing every subsequence with every word in a dictionary (template bank). However, notice that we are able to pick out these words immediately. Our brains do not compare against a database of all words. This suggests that the same approach can work for GW analysis by using deep learning. The template bank can be used once for training a deep neural network, after which it will be able to recognize signals instantly.
  7. We used the new DNN functionality in Mathematica which was an added layer over MXNet. We explored only simple designs of DNNs and still achieved excellent results. There is a lot of scope for finding better designs For example recurrent neural networks, particularly LSTM networks, are promising as they have been shown to be superior for voice recognition tasks (which is closely related to GW analysis)
  8. Much faster than matched-filtering. Takes only milliseconds. Can be run on a laptop or smartphone. Template banks were GBs but the DNN was only 4MB. This means it learned patterns in the data. This is actually a lower-bound since we did not account for several additional steps needed for matched-filtering such as FFTs, aligning the signal templates, etc. In practice, DNNs would be much more faster.
  9. Both classification and regression. Outperformed all other methods by a huge margin.
  10. What was most surprising was these DNNs were able to detect completely different kinds of signals even though we did not use it for training. We only expected interpolation, but this was able to extrapolate. Current matched-filtering pipelines would miss these. Emphasize that these kinds of signals were not at all included in the training process. The same accuracy for detection but slightly larger errors for parameter estimation. Our plan is to generate catalogs of eccentric simulations for training to further improve this accuracy.
  11. We are working on generating catalog of eccentric simulations on Blue Waters We are using the DGX-1 at LIGO Hanford Lab, to build a production-grade pipeline which will be continuously retrained with the latest LIGO data There is also no limit to the size of template banks that can be used for training. So we can extend this to all types of GW events, which is not possible with current matched-filtering methods. Same technique can be applied to detect transients in image data. So we can have a unified deep learning framework for analyzing data from all observation instruments to enable multimessenger astrophysics. Multitask learning allows a single DNN to perform detection, classification to sub-categories, and parameter estimation.