A modular, production-ready framework for training neural networks to detect binary blackhole merge signals in the presence of non-Gaussian background noise, with a focus on efficiency and scale.
A framework similar to BBHNet for using neural networks to regress from witnessed environmental noise to noise observed in the interferometer strain channel to increase search sensitivity.
High level introduction to ML concepts starting from rules-based AI and introducing ML as an extension of it. Working on a follow-up to introduce the concepts of over-fitting and complexity. Good example of how to leverage Github Workflows for publishing.
Now out-of-date project using the Tensorflow Estimator API to asynchronously train multiple MLP workers on sparse data on a single GPU. Planning to update to more modern Keras syntax when I have the time.
Presenting advantages in throughput and latency wrought by deep learning inference-as-a-service in both online and offline gravitational wave analysis, as well as outlining a paradigm for further optimization.
Outlining the deployment requirements of a particular machine learning model for use in production gravitational wave physics pipelines and describing a set of tools for simplifying how they can be achieved.
Demo on converting trained recurrent and convolutional models from multiple deep learning libraries into accelerated inference runtime engines and exposing them via an inference service
Discussing a simple end-to-end workflow for leveraging Tensorflow APIs to preprocess audio classification data, train a deep learning model on it, then serve it for inference at reduced precision
In gravitational-wave detectors, regression techniques are applied to remove noise artifacts in order to improve the ability to observe and extract information from astrophysics signals. We present a deep learning-based noise regression method called DeepClean that can subtract linear and non-linear noise in gravitational-wave data from the Advanced LIGO detectors. We also discuss our work toward a new computing model in gravitational-wave data analysis where GPU and FPGA acceleration on machine learning inference can be deployed on an as-a-service basis. We use DeepClean as a use-case for exploring such computing models in order to achieve real-time capabilities and overall flexibility such models provide.