VP Vizepräsident
Filtern
Dokumenttyp
- Zeitschriftenartikel (57)
- Vortrag (39)
- Posterpräsentation (19)
- Forschungsdatensatz (18)
- Preprint (6)
- Beitrag zu einem Tagungsband (5)
- Sonstiges (5)
- Buchkapitel (1)
- Video (1)
Schlagworte
- Machine Learning (17)
- Automation (15)
- Mass spectrometry (15)
- Bioinformatics (14)
- Database (12)
- Bonding analysis (11)
- Computational Chemistry (11)
- Machine learning (11)
- Materials Informatics (11)
- Metaproteomics (9)
Organisationseinheit der BAM
- VP Vizepräsident (151)
- VP.1 eScience (129)
- 6 Materialchemie (40)
- 6.0 Abteilungsleitung und andere (21)
- VP.0 Vizepräsident und andere (18)
- 1 Analytische Chemie; Referenzmaterialien (17)
- 5 Werkstofftechnik (13)
- 6.6 Digitale Materialchemie (13)
- 8 Zerstörungsfreie Prüfung (12)
- 5.2 Metallische Hochtemperaturwerkstoffe (11)
Paper des Monats
- ja (2)
Materials Science and Engineering (MSE) increasingly relies on data‐intensive, automated, and distributed workflows that span synthesis, manufacturing, characterization, design, and simulation. These settings require machine‐actionable representations of materials and processes that remain interoperable across laboratories, software stacks, and organizations. Therefore, Platform MaterialDigital Core Ontology (PMDco) 3.0 is introduced as a mid‐level ontology that provides a semantic framework for the processing–structure–properties paradigm in MSE. PMDco 3.0 adopts an architecture aligned with the Basic Formal Ontology that enables a logically consistent classification of fundamental MSE concepts and the explicit representation of intrinsic material properties, contextual roles and functions, and related information artifacts. The work outlines the technical curation approach that supports sustainable ontology evolution through reproducible builds, automated release generation, and systematic validation workflows. Representative semantic patterns are presented as reusable building blocks for consistent modeling and data mapping, including material object duality, intensive versus extensive qualities, role and function assignment, immaterial entities for spatial context, process modeling across production, assay, and computation, and the separation of requirements from observations via set points and measurements. PMDco 3.0 is intended to serve as a community‐driven anchor for interoperable domain and application ontologies and scalable semantic interoperability in MSE.
Combining MODIS and ASTER Data for Satellite based Super-Resolution with Generative Deep Learning
(2026)
Multispectral, non-commercial satellite data faces a tradeoff between spatial and temporal resolution. On the one hand, several sensors produce data with high spatial resolution, but have revisiting times of several days. On the other hand, multiple sensors provide more frequently updated images, but only at medium to low spatial resolutions. Super-resolution is a machine learning technique that can potentially bridge this gap by creating high resolution instances from the frequently updated but low-resolution images of satellites. In satellite imagery, this approach has so far been mostly used on optical RGB imagery.
Here, we present a deep learning approach on satellite based super-resolution using ASTER and MODIS data, two multispectral sensors on board of the same NASA satellite “Terra”. Both have complementary properties: while MODIS produces daily updated images with medium to low resolutions between 250 and 1000m, ASTER measures the same area at least every 16 days with significantly higher resolutions of 30 to 90m. Since the two sensors are mounted on the same satellite, they can be combined to create high- and low-resolution image pairs for identical areas at identical times.
We downloaded 50,000 10x10km image pairs for random, non-oceanic regions in Europe and the Mediterranean from Google Earth Engine. The resulting dataset was split, and 80% were employed to train a generative flow matching model using the MODIS images as guiding information for the generation process. After training, high-resolution instances of the remaining MODIS samples were created by averaging 50 generated instances of one scene. The Peak Signal-to-Noise Ratio (PSNR) and Structural Similarity Index Measure (SSIM) were calculated for model validation, showing significantly improved values compared to the baseline of bicubic interpolation. This highlights the potential of using inter-sensor image pairs for super-resolution in general.
The resulting data of high temporal and spatial resolution is especially useful to monitor rapidly changing sceneries. We tested our model for several active wildfire occurrences, for which daily propagation was visible in MODIS, as well as in high-resolution Planet imagery. The resolution of the fire outlines was improved realistically, and the individually generated instances of each scene could be used to quantify the uncertainty of the burned area in the final high-resolution image.
Wildfires threaten ecology, economy, as well as human lives, and the ongoing climate change increases the risk of larger, more intense fires due to longer droughts and heat waves. During the TREEADS project, funded by Horizon 2020 (EU), we developed a wildfire propagation model that can support decision makers and firefighters in their actions against uncontrolled fire spread.
The developed approach is based on machine learning (ML), which became applicable for wildfire propagation modelling with advances in computational power and easier data access. After the training process, predictions are fast, even on devices with low computational power. On the downside, large datasets are crucial to train robust models, but temporally accurate propagation data of real fire occurrences are sparse.
We therefore created an ML-ready dataset by reconstructing wildfire propagation in 12-hour intervals for over 5,500 events with varying sizes and durations in Europe and the Mediterranean area. Thereto, final burned area polygons from the European Forest Fire Information System (EFFIS) database were combined with active fire detection points from the Visible Infrared Imaging Radiometer Suite (VIIRS). From this, fire spread was reconstructed in accordance with the revisiting times of VIIRS. The resulting propagation data was coupled with meteorological information from the ERA5 reanalysis product and surface information derived from Sentinel-2, as well as TanDEM-X remote sensing data.
The aggregated dataset was used as input for a deep-learning convolutional neural network (CNN), which is able to capture the spatial dependencies of the propagation process. To account for the temporal changes of the hourly updated weather data, long short-term memory (LSTM) was added to create the final convLSTM model. Calculating the dice coefficient, as well as user and producer accuracy for a respective validation set showed promising results.
In summary, we constructed a novel wildfire propagation dataset for Europe and the Mediterranean, ready to use in ML applications. It was applied with a convLSTM network to predict fire spread in 12-hour intervals.
With recent advances in generative machine learning, different models have been adapted to predict novel materials, and new architectures are emerging frequently. While several metrics allow for the rating of individual characteristics (e.g., quality or novelty) of generated crystal structures on an instance level, approaches that evaluate the general performance of generative models for materials prediction are missing. To close this gap, we developed the Transport Novelty Distance (TNovD).
This metric evaluates generative models by jointly judging the novelty and quality of all newly generated crystal structures. Thereto, the Wasserstein distance is calculated on an abstract feature space distribution derived from the chemical and physical characteristics of the materials. These features are created by embedding the crystals description with an invariant Graph Neural Network (GNN) that was trained with the InfoNCE loss on the identical set of materials as the generative model. Using contrastive learning allows to not only account for materials themselves, but also for their augmented counterparts and differently sized supercells. Based on the resulting feature space, couplings between generated and train set are calculated and split into a quality and a memorization regime by a threshold. This allows to evaluate quality and novelty simultaneously.
The TNovD was tested on various toy experiments for memorization and different cases of crystal structure degeneration. Additionally, we validated it on the MP20 validation set and the WBM substitution dataset. The experiments results demonstrate the TNovD capabilities of detecting both memorization and low-quality materials. Afterwards, we benchmark the performance of several popular material generative models with the MP20 validation data. While introduced for materials, our TNovD framework is domain-agnostic and can be adapted for other areas in the space of chemical compounds, such as images and molecules.
Generative machine learning is increasingly used for inorganic crystal structure generation. Most models and the corresponding evaluation approaches rely on simple forms of crystal structure representation. In this paper, we showcase the power of atom-averaged features from pretrained Machine-Learning Interatomic Potentials (MLIPs), such as MACE, for such tasks. We first introduce a distance measure that assesses the output of material generative models by capturing both quality and novelty in a single distribution-based evaluation framework. In particular, we introduce the Coarse-Fine Transport Distance (CFTD) using two different featurizers, where the quality component is based on coarse MACE features. We showcase CFTD’s versatility in capturing crystal-structure quality while also detecting memorization, and compare it with the recently introduced continuous SUN metrics. We further show that coarse MACE features can be used as guidance for a material generative model.
Transport novelty distance: a distributional metric for evaluating material generative models
(2026)
Recent advances in generative machine learning have opened new possibilities for the discovery and design of novel materials. However, as these models become more sophisticated, the need for rigorous and meaningful evaluation metrics has grown. Existing evaluation approaches often fail to capture both the quality and novelty of generated structures, limiting our ability to assess true generative performance. In this paper, we introduce the Transport Novelty Distance (TNovD) to judge generative models used for materials discovery jointly by the quality and novelty of the generated materials. Based on ideas from optimal transport theory, TNovD uses a coupling between the features of the training and generated sets, which is used to penalize quality and memorization independently. The two regimes are defined by thresholding the pairwise distances of trained and generated features. The features are generated from crystal structures using a graph neural network that is trained to distinguish between materials, their augmented counterparts, and differently sized supercells using contrastive learning. We evaluate our proposed metric on typical toy experiments relevant for crystal structure prediction, including memorization, noise injection and lattice deformations. Additionally, we validate the TNovD on the MP20 validation set and the WBM substitution dataset, demonstrating that it is capable of detecting both memorized structures and unrealistic material representations that are outside of the training data distribution. We also benchmark the performance of several popular material generative models. While introduced for materials, our TNovD framework is domain-agnostic and can be adapted for other areas, such as images and molecules.
Most machine learning models for materials science rely on descriptors based on materials compositions and structures, even though the chemical bond has been proven to be a valuable concept for predicting materials properties. Over the years, various theoretical frameworks have been developed to characterize bonding in solid‐state materials. However, integrating bonding information from these frameworks into machine learning pipelines at scale has been limited by the lack of a systematically generated and validated database. Recent advances in high‐throughput bonding analysis workflows have addressed this issue, and our previously computed Quantum‐Chemical Bonding Database for Solid‐State Materials was extended to include approximately 13,000 materials. This database is then used to derive a new set of quantum‐chemical bonding descriptors. A systematic assessment is performed using statistical significance tests to evaluate how the inclusion of these descriptors influences the performance of machine‐learning models that otherwise rely solely on structure‐ and composition‐derived features. Models are built to predict elastic, vibrational, and thermodynamic properties typically associated with chemical bonding in materials. The results demonstrate that incorporating quantum‐chemical bonding descriptors not only improves predictive performance but also helps identify intuitive expressions for properties such as the projected force constant and lattice thermal conductivity via symbolic regression.
Can simple exchange heuristics guide us in the machine learning of magnetic properties of solids?
(2026)
Environmental and scarcity issues of common functional magnetic materials for, e.g., permanent magnets have intensified the search for rare-earth-free alternatives. This challenge is increasingly met by machine learning of magnetic properties of transition-metal compounds. Surprisingly, bond-angle-derived features were not found to be relevant for magnetic structure prediction in previous studies using DFT-computed labels. This contrasts with the Kanamori-Goodenough-Anderson (KGA) rules of superexchange, present in every magnetism textbook. These semiempirical rules predict whether a nearest-neighbor magnetic interaction in insulators is FM or AFM based on the bond angle, orbital symmetry, and orbital occupancy. For some cases, the rules can be simplified further to only consider the bond angle of neighboring magnetic sites (KGA rules of thumb). We review magnetism—bond angle trends within the MAGNDATA database, the largest collection of experimentally determined magnetic structures. Observed trends follow the KGA rules of thumb, and exceptions can be rationalized. In contrast, bond angles in a popular theoretical DFT database show very different trends and do not depend on the magnetic ordering. Building on our analysis, we engineer heuristic-derived features for the machine learning of magnetic structures. We introduce a new, informative label for predicting magnetic structures that can be extended to magnetic sites and structures of arbitrary complexity. We show that features derived from the heuristic are of high importance for this machine learning task. Beyond this, our model enables the prediction of non-collinear magnetic structures. Further, we analyze local and global structural trends of non-collinear magnets in the MAGNDATA database.
Representing experimental procedures in an unambiguous way that can be understood and reproduced by other scientists is at the heart of scientific progress. For centuries, these descriptions were made by humans and for humans, often assuming implicit or tacit knowledge. However, when Materials Acceleration Platforms (MAPs) and Self-Driving Labs (SDLs) are used for the autonomous discovery and optimization of materials, sharing knowledge, and workflows that were designed and executed by machines becomes increasingly important. These machines require an explicit, precise and accurate description and modeling of all process parameters and steps that need to be executed. To address these needs, especially in the domain of materials science and nano and advanced materials synthesis, we developed the Wet Chemical Synthesis Ontology (WCSO), which is based on the Platform MaterialDigital core ontology (PMDco) and the Basic Formal Ontology (BFO). The ontology contains recurring concepts from millions of wet chemical synthesis procedures in the scientific literature. We discuss the design considerations, concepts, and architecture of our ontology in detail, and demonstrate how it can be applied to the construction and querying of semantically annotated knowledge graphs from wet chemical nano- and advanced materials synthesis workflows that were previously designed for and then executed on an SDL. Using such formal representations and semantic annotations for describing synthesis procedures and workflows facilitates the reproducibility, sharing, and execution of synthesis procedures across different labs around the world that use different orchestrators for their robotic hardware.
Can simple exchange heuristics guide us in the machine learning of magnetic properties of solids?
(2026)
Environmental and scarcity issues of common functional magnetic materials for, e.g., permanent magnets have intensified the search for rare-earth-free alternatives. This challenge is increasingly met by machine learning of magnetic properties of transition-metal compounds. Surprisingly, bond-angle-derived features were not found to be relevant for magnetic structure prediction in previous studies using DFT-computed labels. This contrasts with the Kanamori-Goodenough-Anderson (KGA) rules of superexchange, present in every magnetism textbook. These semiempirical rules predict whether a nearest-neighbor magnetic interaction in insulators is FM or AFM based on the bond angle, orbital symmetry, and orbital occupancy. For some cases, the rules can be simplified further to only consider the bond angle of neighboring magnetic sites (KGA rules of thumb). We review magnetism—bond angle trends within the MAGNDATA database, the largest collection of experimentally determined magnetic structures. Observed trends follow the KGA rules of thumb, and exceptions can be rationalized. In contrast, bond angles in a popular theoretical DFT database show very different trends and do not depend on the magnetic ordering. Building on our analysis, we engineer heuristic-derived features for the machine learning of magnetic structures. We introduce a new, informative label for predicting magnetic structures that can be extended to magnetic sites and structures of arbitrary complexity. We show that features derived from the heuristic are of high importance for this machine learning task. Beyond this, our model enables the prediction of non-collinear magnetic structures. Further, we analyze local and global structural trends of non-collinear magnets in the MAGNDATA database.