Search NASASearch

SEARCH · Search NASA

Results for “Experience replay”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 19 records

Stable Simulation of the Community Atmosphere Model Using Machine‐Learning Physical Parameterization Trained With Experience Replay

In recent years, machine learning (ML) models have been used to improve physical parameterizations of general circulation models (GCMs). A significant challenge of integrating ML models into GCMs is the online instability when they are coupled for long‐term simulation. We present a new strategy that demonstrates robust online stability when the physical parameterization package of an atmospheric GCM is replaced by a deep ML model. The method uses experience replay with a multistep training scheme of the ML model in which the model's own output at the previous time step is used in the training. Predicted physics tendencies in the replay buffer with the most recent errors in the training iterations are reused, making the ML model learn from its own errors. The training method reduces the gap between the offline and online environments of the ML model. The method is used to train the ML model as the physical parameterization of the Community Atmosphere Model (CAM5) with training data from the Multi‐scale Modeling Framework high resolution simulations. Three 6‐year online simulations of the CAM5 are carried out by using the ML physics package. The simulated spatial distributions of precipitation, surface temperature and zonally averaged atmospheric fields demonstrate overall better accuracy than that of the standard CAM5 and benchmark model even without the use of additional physical constraints or tuning. This work is the first to demonstrate a solution to address the online instability problem in climate modeling with ML physics by using experience replay.

54 ENVIRONMENTAL SCIENCES

Efficient distributed continual learning for steering experiments in real-time

Deep learning has emerged as a powerful method for extracting valuable information from large volumes of data. However, when new training data arrives continuously (i.e., is not fully available from the beginning), incremental training suffers from catastrophic forgetting (i.e., new patterns are reinforced at the expense of previously acquired knowledge). Training from scratch each time new training data becomes available would result in extremely long training times and massive data accumulation. Rehearsal-based continual learning has shown promise for addressing the catastrophic forgetting challenge, but research to date has not addressed performance and scalability. To fill this gap, we propose an approach based on a distributed rehearsal buffer that efficiently complements data-parallel training on multiple GPUs to achieve high accuracy, short runtime, and scalability. It leverages a set of buffers (local to each GPU) and uses several asynchronous techniques for updating these local buffers in an embarrassingly parallel fashion, all while handling the communication overheads necessary to augment input minibatches using unbiased, global sampling. We further propose a generalization of rehearsal buffers to support both classification and generative learning tasks, as well as more advanced rehearsal strategies (notably Dark Experience Replay, leveraging knowledge distillation). We illustrate this approach with a real-life HPC streaming application from the domain of ptychographic image reconstruction. Furthermore, we run extensive experiments on up to 128 GPUs of the ThetaGPU supercomputer to compare our approach with baselines representative of training-from-scratch (the upper bound in terms of accuracy) and incremental training (the lower bound). Results show that rehearsal-based continual learning achieves a top-5 validation accuracy close to the upper bound, while simultaneously exhibiting a runtime close to the lower bound.

Asynchronous data management

The Impact of Ice Sheet Surface Representation on Surface Mass Balance in the Goddard Earth Observing System

Surface conditions and their impacts on surface mass balance (SMB) play important roles in ice sheet dynamics and ice sheet interactions with the overlying atmosphere and surrounding ocean. The NASA Global Modeling and Assimilation Office’s (GMAO) Goddard Earth Observing System (GEOS) – an ecosystem of models and reanalyses – represent ice sheet and glacier SMB components, including prognostic surface albedo evolution, fractional snow cover, and snowpack hydrology and meltwater retention. We find the successful representation of ice sheet surface mass balance in MERRA-2, and similar systems, is partly due to compensating biases in surface energy budget. In the atmospheric system, subsequent changes to cloud microphysics and in the longwave radiative transfer model are found to have reduced biases in surface net longwave radiation fluxes while exacerbating surface net shortwave radiation biases, producing erroneously high near-surface temperatures and surface melt in summer months. These issues can be exacerbated by poor experiment initialization and the use of two-moment cloud microphysics within the GEOS ocean-atmosphere coupled system. Here, we document the spatial and temporal extent and causes of these biases in the ice sheet surface energy budget across GEOS systems and implement a range of model improvements to mitigate these issues. We examine the combined impact on these changes on regional energy budget and SMB using both free running and replay experiments (to simulate the impact in reanalyses). Overall, these improvements increase modeled ice sheet surface realism and provide a strong basis for more accurate ice sheet SMB in GMAO’s future reanalyses and forecasting systems.

Lauren C Andrews

PowerModelsGAT-AI: Physics-Informed Graph Attention for Multi-System Power Flow With Continual Learning

Solving the alternating current power flow equations in real time is essential for secure grid operation, yet classical Newton–Raphson solvers can be slow under stressed conditions. Existing graph neural networks for power flow are typically trained on a single system and often degrade on different systems. We present PowerModelsGAT-AI, a physics-informed graph attention network that predicts bus voltages and generator injections. The model uses bus-type-aware masking to handle different bus types and balances multiple loss terms, including a power-mismatch penalty, using learned weights. We evaluate the model on 14 benchmark systems (4 to 6,470 buses) and train a unified model on 13 of these under contingency conditions with up to two branch outages, achieving an average normalized mean absolute error of 0.89% for voltage magnitudes and R 2 >0.99 for voltage angles. We also show continual learning: when adapting a base model to a new 1,354-bus system, standard fine-tuning causes severe forgetting with error increases exceeding 1000% on base systems, while our experience replay and elastic weight consolidation strategy keeps error increases below 2% and in some cases improves base-system performance. Interpretability analysis shows that learned attention weights correlate with physical branch parameters (susceptance: r=0.38 ; thermal limits: r=0.22 ), and feature importance analysis supports that the model captures established power flow relationships.

24 POWER TRANSMISSION AND DISTRIBUTION

The Artificial Scientist: in-Transit Machine Learning of Plasma Simulations

Large-scale simulations or scientific experiments produce petabytes of data per run. This poses massive challenges for I/O and storage when scientific analysis workflows are run manually offline. Unsupervised deep learning-based techniques to extract patterns and non-linear relations from these large amounts of data provide a way to build scientific understanding from raw data, reducing the need for manual pre-selection of analysis steps, but require exascale compute and memory to process the full dataset available. In this paper, we demonstrate a heterogeneous streaming workflow in which plasma simulation data is streamed directly to a Machine Learning (ML) application training a model on the simulation data in-transit, completely circumventing the capacity-constrained filesystem bottleneck. This workflow employs openPMD to provide a high level interface to describe scientific data and also uses ADIOS2, to transfer volumes of data that exceed the capabilities of the filesystem. We employ experience replay to avoid catastrophic forgetting in learning from this non-steady state process in a continual manner and adapt it to improve model convergence while learning in-transit. As a proof-of-concept, we approach the ill-posed inverse problem of predicting particle dynamics from radiation in a particle-incell (PIConGPU) simulation of the Kelvin-Helmholtz instability (KHI). We detail hardware-software co-design challenges as we scale PIConGPU to full Frontier, the Top-1 system as of June 2024 Top500 list.

Kelling, Jeffrey [Helmholtz-Zentrum Dresden Rossen

Data-Driven Software Framework for Web-Based ISS Telescience

Software that enables authorized users to monitor and control scientific payloads aboard the International Space Station (ISS) from diverse terrestrial locations equipped with Internet connections is undergoing development. This software reflects a data-driven approach to distributed operations. A Web-based software framework leverages prior developments in Java and Extensible Markup Language (XML) to create portable code and portable data, to which one can gain access via Web-browser software on almost any common computer. Open-source software is used extensively to minimize cost; the framework also accommodates enterprise-class server software to satisfy needs for high performance and security. To accommodate the diversity of ISS experiments and users, the framework emphasizes openness and extensibility. Users can take advantage of available viewer software to create their own client programs according to their particular preferences, and can upload these programs for custom processing of data, generation of views, and planning of experiments. The same software system, possibly augmented with a subset of data and additional software tools, could be used for public outreach by enabling public users to replay telescience experiments, conduct their experiments with simulated payloads, and create their own client programs and other custom software.

Tso, Kam S.

Dynamic Adjustment of Model Parameters Using Assimilated Boundary Layer Height

The NASA Global Modeling and Assimilation Office is exploring the assimilation of boundary layer height (PBLH) derived from a variety of observations, including radiosondes, GNSS-RO, space- and ground-based lidar, and radar wind profilers. Previous work using the Goddard Earth Observing System (GEOS) has shown that within the lower troposphere, the representation of thermodynamic structure is strongly affected by model parameterizations. In assimilation experiments, parameterizations can compensate for analysis thermodynamic increments and reduce the observation information carried forward in time. To mitigate this effect, the present study explores a dynamic parameter adjustment based on the PBLH analysis field. The PBLH analysis increment is used to adjust model parameters that influence the depth of parameterized boundary layer mixing in both stable and convective regimes. Replay (nudging) experiments and cycled data assimilation experiments are used to evaluate the approach. The parameter adjustment is shown to reduce model compensation of the analysis thermodynamic tendencies and bring model parameterized mixing depths into closer agreement with observed PBLH.

Nathan Arnold

NASA Downscaling Project: Final Report

A team of researchers from NASA Ames Research Center, Goddard Space Flight Center, the Jet Propulsion Laboratory, and Marshall Space Flight Center, along with university partners at UCLA, conducted an investigation to explore whether downscaling coarse resolution global climate model (GCM) predictions might provide valid insights into the regional impacts sought by decision makers. Since the computational cost of running global models at high spatial resolution for any useful climate scale period is prohibitive, the hope for downscaling is that a coarse resolution GCM provides sufficiently accurate synoptic scale information for a regional climate model (RCM) to accurately develop fine scale features that represent the regional impacts of a changing climate. As a proxy for a prognostic climate forecast model, and so that ground truth in the form of satellite and in-situ observations could be used for evaluation, the MERRA and MERRA - 2 reanalyses were used to drive the NU - WRF regional climate model and a GEOS - 5 replay. This was performed at various resolutions that were at factors of 2 to 10 higher than the reanalysis forcing. A number of experiments were conducted that varied resolution, model parameterizations, and intermediate scale nudging, for simulations over the continental US during the period from 2000 - 2010. The results of these experiments were compared to observational datasets to evaluate the output.

dynamical downsizing

NASA Downscaling Project

A team of researchers from NASA Ames Research Center, Goddard Space Flight Center, the Jet Propulsion Laboratory, and Marshall Space Flight Center, along with university partners at UCLA, conducted an investigation to explore whether downscaling coarse resolution global climate model (GCM) predictions might provide valid insights into the regional impacts sought by decision makers. Since the computational cost of running global models at high spatial resolution for any useful climate scale period is prohibitive, the hope for downscaling is that a coarse resolution GCM provides sufficiently accurate synoptic scale information for a regional climate model (RCM) to accurately develop fine scale features that represent the regional impacts of a changing climate. As a proxy for a prognostic climate forecast model, and so that ground truth in the form of satellite and in-situ observations could be used for evaluation, the MERRA and MERRA-2 reanalyses were used to drive the NU-WRF regional climate model and a GEOS-5 replay. This was performed at various resolutions that were at factors of 2 to 10 higher than the reanalysis forcing. A number of experiments were conducted that varied resolution, model parameterizations, and intermediate scale nudging, for simulations over the continental US during the period from 2000-2010. The results of these experiments were compared to observational datasets to evaluate the output.

Ferraro, Robert

Flight Test Results from Real-Time Relative Global Positioning System Flight Experiment on STS-69

A real-time global positioning system (GPS) Kalman filter has been developed to support automated rendezvous with the International Space Station (ISS). The filter is integrated with existing Shuttle rendezvous software running on a 486 laptop computer under Windows. In this work, we present real-time and postflight results achieved with the filter on STS-69. The experiment used GPS data from an Osborne/Jet propulsion Laboratory TurboRouge receiver carried on the Wake Shield Facility (WSF) free flyer and a Rockwell Collins 3M receiver carried on the Orbiter. Real time filter results, processed onboard the Shuttle and replayed in near-time on the ground, are based on single vehicle mode operation and on 5 to 20 minute snapshots of telemetry provided by WSF for dual-vehicle mode operation. The Orbiter and WSF state vectors calculated using our filter compare favorably with precise reference orbits determined by the University of Texas Center for Space Research. The lessons learned from this experiment will be used in conjunction with future experiments to mitigate the technology risk posed by automated rendezvous and docking to the ISS.

Park, Young W.

STS-105/Discovery/ISS 7A.1: Pre-Launch Activities, Launch, Orbit Activities and Landing

The crew of Space Shuttle Discovery on STS-105 is introduced at their pre-launch meal and at suit-up. The crew members include Commander Scott Horowitz, Pilot Rick Sturckow, and Mission Specialists Patrick Forrester and Daniel Barry, together with the Expedition 3 crew of the International Space Station (ISS). The Expedition 3 crew includes Commander Frank Culbertson, Soyuz Commander Vladimir Dezhurov, and Flight Engineer Mikhail Tyurin. When the astronauts depart for the launch pad in the Astrovan, their convoy is shown from above. Upon reaching the launch pad, they conduct a walk around of the shuttle, display signs for family members while being inspected in the White Room, and are strapped into their seats onboard Disciovery. The video includes footage of Discovery in the Orbiter Processing Facility, and some of the pre-launch procedures at the Launch Control Center are shown. The angles of launch replays include: TV-1, Beach Tracker, VAB, Pad A, Tower 1, UCS-15, Grandstand, OTV-70, Onboard, IGOR, and UCS-23. The moment of docking between Discovery and the ISS is shown from inside Discovery's cabin. While in orbit, the crew conducted extravehicular activities (EVAs) to attach an experiments container, and install handrails on the Destiny module of the ISS. The video shows the docking and unloading of the Leonardo Multipurpose Logistics Module (MPLM) onto the ISS. The deployment of a satellite from Discovery with the coast of the Gulf of Mexico in the background is shown. Cape Canaveral is also shown from space. Landing replays include VAB, Tower 1, mid-field, South End SLF, North End SLF, Tower 2, Playalinda DOAMS, UCS-23, and Pilot Point of View (PPOV). NASA Administrator Dan Goldin meets the crew upon landing and participates in their walk around of Discovery. The video concludes with a short speech by commander Horowitz.

Source record

STS-107 Mission Highlights Resource Tape, Part 1 of 4

This video, Part 1 of 4, shows the activities of the STS-107 crew during flight days 1 through 3 of the Columbia orbiter's final flight. The crew consists of Commander Rick Husband, Pilot William McCool, Payload Commander Michael Anderson, Mission Specialists David Brown, Kalpana Chawla, and Laurel Clark, and Payload Specialist Ilan Ramon. Before launch on flight day 1 the astronauts are seen at their pre-flight banquet, during suit-up, and while being seated on the orbiter. David Brown takes footage of the space shuttle's external tank after it is jettisoned. The video includes replays of the launch from several angles. The onboard views of launch are narrated by William McCool and Kalpana Chawla. On flight days 2 and 3 student microgravity experiments in the SpaceHab module in the shuttle's payload bay are profiled. These experiments address microgravity effects on crystal growth, ants, bees, fish embryos, silkworms, and spiders. Other experiments profiled include the Mediterranean Israeli Dust Experiment (MEIDEX), FAST (surface tension of bubbles), SOLS (Ozone), an experiment to culture prostate cancer cells in a bioreactor, and a commercial plant growth experiment. Earth views include lightning at night, and a view of the Strait of Gibraltar, including Spain and Morocco.

Source record

STS 110 Mission Highlights Resource Tape

A continuation of 'STS 110 Mission Highlights Resource Tape'. This video, Part 4 of 4, shows footage from flight days 10 through 12 of STS-110. The spacecrew includes Michael J. Bloomfield, Commander; Stephen N. Frick, Pilot; Jerry L. Ross, Mission Specialist; Steven L. Smith, Mission Specialist; Ellen Ochoa, Mission Specialist; Lee M.E. Morin, Mission Specialist; Rex J. Walheim, Mission Specialist. Flight day 10 includes an exchange of farewells with the Expedition 4 crew (Yury I. Onufrienko, Commander; Daniel W. Bursch, Flight Engineer; Carl E. Walz, Flight Engineer) of the International Space Station (ISS), and undocking. The video includes many views of the ISS as Atlantis departs, including cloud cover and the Earth's limb as backgrounds. There is also a view of Atlantis with its payload bay open. On flight day 11, in preparation for landing, the crew conducts a checkout of flight controls and a test firing. A spaceborne wheat plant experiment onboard the ISS is briefly shown. Flight day 12 includes closing the payload bay, suit-up, and landing. Kennedy Space Center is seen from the air, and the video shows landing replays, as well as a heads-up display view of the landing. Earth views include clear views of Western Sahara, Morocco, Mauritania, and Algeria, with the Atlantic Ocean, a cloud obstructed view of Newfoundland and the Atlantic, Pacific Ocean sun glint, and an excellent view of the Chicago area and Lake Michigan at night. The activities from other flights days can be seen on "STS 110 Mission Highlights Resource Tape" Part 1 of 4 (internal ID 2002137575), "STS 110 Mission Highlights Resource Tape" Part 2 of 4 (internal ID 2002137573), and "STS 110 Mission Highlights Resource Tape" Part 3 of 4 (internal ID 2002137574).

Source record

Progressive retry for software error recovery in distributed systems

In this paper, we describe a method of execution retry for bypassing software errors based on checkpointing, rollback, message reordering and replaying. We demonstrate how rollback techniques, previously developed for transient hardware failure recovery, can also be used to recover from software faults by exploiting message reordering to bypass software errors. Our approach intentionally increases the degree of nondeterminism and the scope of rollback when a previous retry fails. Examples from our experience with telecommunications software systems illustrate the benefits of the scheme.

Wang, Yi-Min

Impacts of Land Carbon Flux Variability on Variations in Atmospheric CO2

To better understand the role of atmospheric CO2 in the global carbon cycle, it is important to understand the factors that control its variability in time and space. Here we investigate these factors using a coupled land-atmosphere modeling system (the NASA GEOS-5 model) fitted with land carbon physics and atmospheric CO2 transport. To separate the influences of land carbon flux variability and atmospheric transport variability on the variability of CO2 concentrations, we conducted two carbon-fitted GEOS-5 AGCM simulations run in replay mode (a technique that guides the model's weather to match that of the MERRA-2 reanalysis): (i) a control simulation of 15-year carbon cycle dynamics and climate, and (ii) a simulation in which the climatological seasonal cycles of net biosphere production (NBP), as determined from diagnostics produced in the control experiment, are applied at the surface to the atmosphere instead. The impact of land flux variability on atmospheric CO2 variability is then isolated by subtracting the variability inherent in the second simulation (as induced, e.g., by strong El Nino conditions) from that in the control. These results are also presented in the context of supplemental simulations that have examined the impact of imposed drought in a free running AGCM simulation on carbon fluxes and atmospheric CO2 variability.

Lee, Eunjee

Instant-replay data system for combustion tests

A portable, inexpensive, easily programmed, and flexible pressure measuring and display system is described and evaluated in a multi-port combustion model. The data reduction system consists of a desk-top graphics display system and calculator with data tape storage and standard data communications interfacing capabilities, while a hard copy unit provides a permanent record of all plots and tables. The system offers the advantages of recording and comparing a large number of pressures at high data rates along with the display of the results in a meaningful graphical form for near real time analysis. Some discussion of combustor and engine experiments are included as examples of the data system application.

Trexler, C. A.

STS 110 Mission Highlights Resource Tape

A continuation of 'STS 110 Mission Highlights Resource Tape'. This video, Part 2 of 4, shows footage from flight days 3 through 5 of STS-110. The flight crew includes Michael J. Bloomfield, Commander; Stephen N. Frick, Pilot; Jerry L. Ross, Mission Specialist; Steven L. Smith, Mission Specialist; Ellen Ochoa, Mission Specialist; Lee M.E. Morin, Mission Specialist; Rex J. Walheim, Mission Specialist. The coverage from flight day 3 includes docking replays of Atlantis and the International Space Station (ISS), and postdocking procedures, as well as intermingling of the flight crew with the Expedition 4 crew (Yury I. Onufrienko, Commander; Daniel W. Bursch, Flight Engineer; Carl E. Walz, Flight Engineer) of the ISS. Flight day 4 includes an EVA (extravehicular activity) in which Walheim and Smith lift the S0 Truss from the payload bay, and temporarily clamp it onto the Destiny laboratory. On flight day 5 a suite of spaceborne experiments (not shown) arrives at Destiny, including protein crystal growth and wheat plant growth experiments. Notable footage includes Hawaii, New Zealand, and sunrise on Atlantis. An unknown object steaks across the field of view during the video, with the Earth in the background. The activities of the other flight days can be seen on 'STS 110 Mission Highlights Resource Tape, Part 1 of 4' (internal ID 2002137575), 'STS 110 Mission Highlights Resource Tape, Part 3 of 4' (internal ID 2002137574), and 'STS 110 Mission Highlights Resource Tape, Part 4 of 4' (internal ID 2002137517).

Source record