arXiv ScienceSearch

arXiv subjects

Andreas Lintermann

Publications and source records attributed to Andreas Lintermann.

4 recordsLinked to original sources

UrbanFlow-3K: A Dataset of 3,000 Lattice-Boltzmann Simulations of Random Building Layouts

The analysis of flow around buildings has gained significant research interest across various domains, including pedestrian safety, pollutant dispersion, natural ventilation, and building energy efficiency. While these domains frequently include high-resolution computational fluid dynamics (CFD) data, predicting urban flow fields with machine learning (ML) models has emerged as a promising approach to overcome the prohibitive costs of CFD simulations. However, the availability of open-source datasets for training such ML models remains scarce. In particular, publicly available two-dimensional datasets of urban flow fields are nearly non-existent, despite their potential value for early development and debugging stages of data-driven models, before scaling to computationally expensive three-dimensional datasets. To bridge this gap, this study presents a comprehensive dataset consisting of 3,000 two-dimensional urban flow simulations conducted using a lattice-Boltzmann method across three distinct Reynolds numbers. The dataset contains the time-averaged velocity fields. A key feature of this dataset is its high geometric diversity: each layout incorporates between three and six buildings with randomized sizes, positions, and rotation angles ranging from 0{\deg} to 90{\deg}. This extensive variability enables the dataset to capture several critical flow characteristics, including wake formation, flow acceleration, shielding effects, and recirculation zones, across a wide range of orchestrated urban canopies. The large sample size and consistent simulation setup make the dataset particularly suitable for developing and benchmarking ML architectures. In addition, the dataset can support transfer-learning strategies in which models trained on large two-dimensional datasets are adapted to smaller and more computationally expensive three-dimensional datasets.

physics.flu-dyn

Comparative Analysis of the Flow in a Realistic Human Airway

Accurate simulations of the flow in the human airway are essential for advancing diagnostic methods. Many existing computational studies rely on simplified geometries or turbulence models, limiting their simulation's ability to resolve flow features such shear-layer instabilities or secondary vortices. In this study, direct numerical simulations were performed for inspiratory flow through a detailed airway model which covers the nasal mask region to the 6th bronchial bifurcation. Simulations were conducted at two physiologically relevant \textsc{Reynolds} numbers with respect to the pharyngeal diameter, i.e., at Re_p=400 (resting) and Re_p=1200 (elevated breathing). These values characterize resting and moderately elevated breathing conditions. A lattice-Boltzmann method was employed to directly simulate the flow, i.e., no turbulence model was used. The flow field was examined across four anatomical regions: 1) the nasal cavity, 2) the naso- and oropharynx, 3) the laryngopharynx and larynx, and 4) the trachea and carinal bifurcation. The total pressure loss increased from 9.76 Pa at Re_p=400 to 41.93 Pa at Re_p=1200. The nasal cavity accounted for the majority of this loss for both Reynolds numbers, though its relative contribution decreased from 81.3% at Re_p=400 to 73.4% at Re_p=1200. At Re_p=1200, secondary vortices in the nasopharyngeal bend and turbulent shear-layers in the glottis jet enhanced the local pressure losses. In contrast, the carinal bifurcation mitigated upstream unsteadiness and stabilized the flow. A key outcome is the spatial correlation between the pressure loss and the onset of flow instabilities across the four regions. This yields a novel perspective on how the flow resistance and vortex dynamics vary with geometric changes and flow rate.

physics.flu-dyn

Optimizing edge AI models on HPC systems with the edge in the loop

Artificial intelligence and machine learning models deployed on edge devices, e.g., for quality control in Additive Manufacturing (AM), are frequently small in size. Such models usually have to deliver highly accurate results within a short time frame. Methods that are commonly employed in literature start out with larger trained models and try to reduce their memory and latency footprint by structural pruning, knowledge distillation, or quantization. It is, however, also possible to leverage hardware-aware Neural Architecture Search (NAS), an approach that seeks to systematically explore the architecture space to find optimized configurations. In this study, a hardware-aware NAS workflow is introduced that couples an edge device located in Belgium with a powerful High-Performance Computing system in Germany, to train possible architecture candidates as fast as possible while performing real-time latency measurements on the target hardware. The approach is verified on a use case in the AM domain, based on the open RAISE-LPBF dataset, achieving ~8.8 times faster inference speed while simultaneously enhancing model quality by a factor of ~1.35, compared to a human-designed baseline.

cs.DC

Resource-Adaptive Successive Doubling for Hyperparameter Optimization with Large Datasets on High-Performance Computing Systems

On High-Performance Computing (HPC) systems, several hyperparameter configurations can be evaluated in parallel to speed up the Hyperparameter Optimization (HPO) process. State-of-the-art HPO methods follow a bandit-based approach and build on top of successive halving, where the final performance of a combination is estimated based on a lower than fully trained fidelity performance metric and more promising combinations are assigned more resources over time. Frequently, the number of epochs is treated as a resource, letting more promising combinations train longer. Another option is to use the number of workers as a resource and directly allocate more workers to more promising configurations via data-parallel training. This article proposes a novel Resource-Adaptive Successive Doubling Algorithm (RASDA), which combines a resource-adaptive successive doubling scheme with the plain Asynchronous Successive Halving Algorithm (ASHA). Scalability of this approach is shown on up to 1,024 Graphics Processing Units (GPUs) on modern HPC systems. It is applied to different types of Neural Networks (NNs) and trained on large datasets from the Computer Vision (CV), Computational Fluid Dynamics (CFD), and Additive Manufacturing (AM) domains, where performing more than one full training run is usually infeasible. Empirical results show that RASDA outperforms ASHA by a factor of up to 1.9 with respect to the runtime. At the same time, the solution quality of final ASHA models is maintained or even surpassed by the implicit batch size scheduling of RASDA. With RASDA, systematic HPO is applied to a terabyte-scale scientific dataset for the first time in the literature, enabling efficient optimization of complex models on massive scientific data. The implementation of RASDA is available on https://github.com/olympiquemarcel/rasda

cs.LG