-
Guided Wave-Based Structural Awareness Under Varying Operating States via Manifold Representations
Authors:
Yiming Fan,
Dimitris G Giovanis,
Fotis Kopsaftopoulos
Abstract:
Guided wave-based structural health monitoring (SHM) remains a powerful strategy for identifying early-stage defects and safeguarding vital aerospace structures. Yet, its practical use is often hindered by the enormous, high-dimensional data streams produced by sensor arrays operating at megahertz sampling rates, coupled with the added complexity of shifts in environmental and operational conditio…
▽ More
Guided wave-based structural health monitoring (SHM) remains a powerful strategy for identifying early-stage defects and safeguarding vital aerospace structures. Yet, its practical use is often hindered by the enormous, high-dimensional data streams produced by sensor arrays operating at megahertz sampling rates, coupled with the added complexity of shifts in environmental and operational conditions (EOCs). Studies have explored various data-compression approaches that retain critical diagnostic details in a lower-dimensional latent space. While conventional techniques can streamline dimensionality to some extent, they do not always capture the nonlinear interactions typical of guided waves. Manifold learning, as illustrated by Diffusion Maps, tackles these nonlinearities by deriving low-dimensional embeddings directly from wave signals, minimizing the need for manual feature extraction. In parallel, developments in deep learning -- particularly autoencoders -- provide an encoder-decoder model for both data compression and reconstruction. Convolutional autoencoders (CAEs) and variational autoencoders (VAEs) have been particularly effective for guided wave applications. However, current methods can still struggle to maintain accurate state estimation under changing EOCs, and they are often limited to a single task. In response, the proposed framework adopts a two-fold strategy: it compresses high-dimensional signals into lower-dimensional representations and then leverages those representations to both estimate structural states and reconstruct the original data, even as conditions vary. Applied to two real-world SHM use-cases, this integrated method has proven its ability to preserve and retrieve key damage signatures under noise, shifting operational parameters, and other complicating factors.
△ Less
Submitted 15 April, 2025;
originally announced April 2025.
-
Discovering deposition process regimes: leveraging unsupervised learning for process insights, surrogate modeling, and sensitivity analysis
Authors:
Geremy LoachamÃn Suntaxi,
Paris Papavasileiou,
Eleni D. Koronaki,
Dimitrios G. Giovanis,
Georgios Gakis,
Ioannis G. Aviziotis,
Martin Kathrein,
Gabriele Pozzetti,
Christoph Czettl,
Stéphane P. A. Bordas,
Andreas G. Boudouvis
Abstract:
This work introduces a comprehensive approach utilizing data-driven methods to elucidate the deposition process regimes in Chemical Vapor Deposition (CVD) reactors and the interplay of physical mechanism that dominate in each one of them. Through this work, we address three key objectives. Firstly, our methodology relies on process outcomes, derived by a detailed CFD model, to identify clusters of…
▽ More
This work introduces a comprehensive approach utilizing data-driven methods to elucidate the deposition process regimes in Chemical Vapor Deposition (CVD) reactors and the interplay of physical mechanism that dominate in each one of them. Through this work, we address three key objectives. Firstly, our methodology relies on process outcomes, derived by a detailed CFD model, to identify clusters of "outcomes" corresponding to distinct process regimes, wherein the relative influence of input variables undergoes notable shifts. This phenomenon is experimentally validated through Arrhenius plot analysis, affirming the efficacy of our approach. Secondly, we demonstrate the development of an efficient surrogate model, based on Polynomial Chaos Expansion (PCE), that maintains accuracy, facilitating streamlined computational analyses. Finally, as a result of PCE, sensitivity analysis is made possible by means of Sobol' indices, that quantify the impact of process inputs across identified regimes. The insights gained from our analysis contribute to the formulation of hypotheses regarding phenomena occurring beyond the transition regime. Notably, the significance of temperature even in the diffusion-limited regime, as evidenced by the Arrhenius plot, suggests activation of gas phase reactions at elevated temperatures. Importantly, our proposed methods yield insights that align with experimental observations and theoretical principles, aiding decision-making in process design and optimization. By circumventing the need for costly and time-consuming experiments, our approach offers a pragmatic pathway towards enhanced process efficiency. Moreover, this study underscores the potential of data-driven computational methods for innovating reactor design paradigms.
△ Less
Submitted 24 May, 2024;
originally announced May 2024.
-
OptimizedDP: An Efficient, User-friendly Library For Optimal Control and Dynamic Programming
Authors:
Minh Bui,
George Giovanis,
Mo Chen,
Arrvindh Shriraman
Abstract:
This paper introduces OptimizedDP, a high-performance software library that solves time-dependent Hamilton-Jacobi partial differential equation (PDE), computes backward reachable sets with application in robotics, and contains value iterations algorithm implementation for continuous action-state space Markov Decision Process (MDP) while leveraging user-friendliness of Python for different problem…
▽ More
This paper introduces OptimizedDP, a high-performance software library that solves time-dependent Hamilton-Jacobi partial differential equation (PDE), computes backward reachable sets with application in robotics, and contains value iterations algorithm implementation for continuous action-state space Markov Decision Process (MDP) while leveraging user-friendliness of Python for different problem specifications without sacrificing efficiency of the core computation. These algorithms are all based on dynamic programming, and hence can both be challenging to implement and have bad execution runtime due to the large high-dimensional tabular arrays. Although there are existing toolboxes for level set methods that are used to solve the HJ PDE, our toolbox makes solving the PDE at higher dimensions possible as well as having an order of magnitude improvement in execution times compared to other toolboxes while keeping the interface easy to specify different dynamical systems description. Our toolbox is available online at https://github.com/SFU-MARS/optimized_dp.
△ Less
Submitted 12 April, 2022;
originally announced April 2022.
-
Generating Robust Supervision for Learning-Based Visual Navigation Using Hamilton-Jacobi Reachability
Authors:
Anjian Li,
Somil Bansal,
Georgios Giovanis,
Varun Tolani,
Claire Tomlin,
Mo Chen
Abstract:
In Bansal et al. (2019), a novel visual navigation framework that combines learning-based and model-based approaches has been proposed. Specifically, a Convolutional Neural Network (CNN) predicts a waypoint that is used by the dynamics model for planning and tracking a trajectory to the waypoint. However, the CNN inevitably makes prediction errors which often lead to collisions in cluttered and ti…
▽ More
In Bansal et al. (2019), a novel visual navigation framework that combines learning-based and model-based approaches has been proposed. Specifically, a Convolutional Neural Network (CNN) predicts a waypoint that is used by the dynamics model for planning and tracking a trajectory to the waypoint. However, the CNN inevitably makes prediction errors which often lead to collisions in cluttered and tight spaces. In this paper, we present a novel Hamilton-Jacobi (HJ) reachability-based method to generate supervision for the CNN for waypoint prediction in an unseen environment. By modeling CNN prediction error as "disturbances" in robot's dynamics, our generated waypoints are robust to these disturbances, and consequently to the prediction errors. Moreover, using globally optimal HJ reachability analysis leads to predicting waypoints that are time-efficient and avoid greedy behavior. Through simulations and hardware experiments, we demonstrate the advantages of the proposed approach on navigating through cluttered, narrow indoor environments.
△ Less
Submitted 15 May, 2020; v1 submitted 20 December, 2019;
originally announced December 2019.