GAMM Mitteilungen最新文献

筛选
英文 中文
Topical issue scientific machine learning (2/2) 热门话题科学机器学习(2/2)
GAMM Mitteilungen Pub Date : 2021-06-07 DOI: 10.1002/gamm.202100010
Peter Benner, Axel Klawonn, Martin Stoll
{"title":"Topical issue scientific machine learning (2/2)","authors":"Peter Benner, Axel Klawonn, Martin Stoll","doi":"10.1002/gamm.202100010","DOIUrl":"10.1002/gamm.202100010","url":null,"abstract":"We already have illustrated in the first issue [1] of this series that the emerging field of scientific machine learning is penetrating traditional fields within scientific computing and beyond. The second issue in this series is also devoted to demonstrating this rapid change. In this part of our special issue of the GAMM Mitteilungen, we continue the presentation of contributions on the topic of scientific machine learning in the context of complex applications across the sciences and engineering. We are pleased that again four teams of authors have accepted our invitation and are now illustrating their insights into recent research highlights as well as pointing the reader to the relevant literature and software. The four papers in this second part of the special issue are:","PeriodicalId":53634,"journal":{"name":"GAMM Mitteilungen","volume":"44 2","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-06-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1002/gamm.202100010","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"82548710","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Three ways to solve partial differential equations with neural networks — A review 用神经网络求解偏微分方程的三种方法综述
GAMM Mitteilungen Pub Date : 2021-05-28 DOI: 10.1002/gamm.202100006
Jan Blechschmidt, Oliver G. Ernst
{"title":"Three ways to solve partial differential equations with neural networks — A review","authors":"Jan Blechschmidt,&nbsp;Oliver G. Ernst","doi":"10.1002/gamm.202100006","DOIUrl":"10.1002/gamm.202100006","url":null,"abstract":"<p>Neural networks are increasingly used to construct numerical solution methods for partial differential equations. In this expository review, we introduce and contrast three important recent approaches attractive in their simplicity and their suitability for high-dimensional problems: physics-informed neural networks, methods based on the Feynman–Kac formula and methods based on the solution of backward stochastic differential equations. The article is accompanied by a suite of expository software in the form of Jupyter notebooks in which each basic methodology is explained step by step, allowing for a quick assimilation and experimentation. An extensive bibliography summarizes the state of the art.</p>","PeriodicalId":53634,"journal":{"name":"GAMM Mitteilungen","volume":"44 2","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-05-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1002/gamm.202100006","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"79161983","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 94
Hybrid analysis and modeling, eclecticism, and multifidelity computing toward digital twin revolution 混合分析和建模,折衷主义和多保真计算走向数字孪生革命
GAMM Mitteilungen Pub Date : 2021-05-28 DOI: 10.1002/gamm.202100007
Omer San, Adil Rasheed, Trond Kvamsdal
{"title":"Hybrid analysis and modeling, eclecticism, and multifidelity computing toward digital twin revolution","authors":"Omer San,&nbsp;Adil Rasheed,&nbsp;Trond Kvamsdal","doi":"10.1002/gamm.202100007","DOIUrl":"10.1002/gamm.202100007","url":null,"abstract":"<p>Most modeling approaches lie in either of the two categories: physics-based or data-driven. Recently, a third approach which is a combination of these deterministic and statistical models is emerging for scientific applications. To leverage these developments, our aim in this perspective paper is centered around exploring numerous principle concepts to address the challenges of (i) trustworthiness and generalizability in developing data-driven models to shed light on understanding the fundamental trade-offs in their accuracy and efficiency and (ii) seamless integration of interface learning and multifidelity coupling approaches that transfer and represent information between different entities, particularly when different scales are governed by different physics, each operating on a different level of abstraction. Addressing these challenges could enable the revolution of digital twin technologies for scientific and engineering applications.</p>","PeriodicalId":53634,"journal":{"name":"GAMM Mitteilungen","volume":"44 2","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-05-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1002/gamm.202100007","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"73578201","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 26
An introduction to deep generative modeling 深度生成建模的介绍
GAMM Mitteilungen Pub Date : 2021-05-28 DOI: 10.1002/gamm.202100008
Lars Ruthotto, Eldad Haber
{"title":"An introduction to deep generative modeling","authors":"Lars Ruthotto,&nbsp;Eldad Haber","doi":"10.1002/gamm.202100008","DOIUrl":"10.1002/gamm.202100008","url":null,"abstract":"<p>Deep generative models (DGM) are neural networks with many hidden layers trained to approximate complicated, high-dimensional probability distributions using samples. When trained successfully, we can use the DGM to estimate the likelihood of each observation and to create new samples from the underlying distribution. Developing DGMs has become one of the most hotly researched fields in artificial intelligence in recent years. The literature on DGMs has become vast and is growing rapidly. Some advances have even reached the public sphere, for example, the recent successes in generating realistic-looking images, voices, or movies; so-called deep fakes. Despite these successes, several mathematical and practical issues limit the broader use of DGMs: given a specific dataset, it remains challenging to design and train a DGM and even more challenging to find out why a particular model is or is not effective. To help advance the theoretical understanding of DGMs, we introduce DGMs and provide a concise mathematical framework for modeling the three most popular approaches: normalizing flows, variational autoencoders, and generative adversarial networks. We illustrate the advantages and disadvantages of these basic approaches using numerical experiments. Our goal is to enable and motivate the reader to contribute to this proliferating research area. Our presentation also emphasizes relations between generative modeling and optimal transport.</p>","PeriodicalId":53634,"journal":{"name":"GAMM Mitteilungen","volume":"44 2","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-05-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1002/gamm.202100008","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"79434409","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 120
Classification and image processing with a semi-discrete scheme for fidelity forced Allen–Cahn on graphs 基于半离散保真度强制Allen-Cahn图的分类和图像处理
GAMM Mitteilungen Pub Date : 2021-03-17 DOI: 10.1002/gamm.202100004
Jeremy Budd, Yves van Gennip, Jonas Latz
{"title":"Classification and image processing with a semi-discrete scheme for fidelity forced Allen–Cahn on graphs","authors":"Jeremy Budd,&nbsp;Yves van Gennip,&nbsp;Jonas Latz","doi":"10.1002/gamm.202100004","DOIUrl":"10.1002/gamm.202100004","url":null,"abstract":"<p>This paper introduces a semi-discrete implicit Euler (SDIE) scheme for the Allen-Cahn equation (ACE) with fidelity forcing on graphs. The continuous-in-time version of this differential equation was pioneered by Bertozzi and Flenner in 2012 as a method for graph classification problems, such as semi-supervised learning and image segmentation. In 2013, Merkurjev et. al. used a Merriman-Bence-Osher (MBO) scheme with fidelity forcing instead, as heuristically it was expected to give similar results to the ACE. The current paper rigorously establishes the graph MBO scheme with fidelity forcing as a special case of an SDIE scheme for the graph ACE with fidelity forcing. This connection requires the use of the double-obstacle potential in the ACE, as was already demonstrated by Budd and Van Gennip in 2020 in the context of ACE without a fidelity forcing term. We also prove that solutions of the SDIE scheme converge to solutions of the graph ACE with fidelity forcing as the discrete time step converges to zero. In the second part of the paper we develop the SDIE scheme as a classification algorithm. We also introduce some innovations into the algorithms for the SDIE and MBO schemes. For large graphs, we use a QR decomposition method to compute an eigendecomposition from a Nyström extension, which outperforms the method used by, for example, Bertozzi and Flenner in 2012, in accuracy, stability, and speed. Moreover, we replace the Euler discretization for the scheme's diffusion step by a computation based on the Strang formula for matrix exponentials. We apply this algorithm to a number of image segmentation problems, and compare the performance with that of the graph MBO scheme with fidelity forcing. We find that while the general SDIE scheme does not perform better than the MBO special case at this task, our other innovations lead to a significantly better segmentation than that from previous literature. We also empirically quantify the uncertainty that this segmentation inherits from the randomness in the Nyström extension.</p>","PeriodicalId":53634,"journal":{"name":"GAMM Mitteilungen","volume":"44 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-03-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1002/gamm.202100004","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"90961049","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 11
Topical Issue Scientific Machine Learning (1/2) 科学机器学习(1/2)
GAMM Mitteilungen Pub Date : 2021-03-17 DOI: 10.1002/gamm.202100005
Peter Benner, Axel Klawonn, Martin Stoll
{"title":"Topical Issue Scientific Machine Learning (1/2)","authors":"Peter Benner,&nbsp;Axel Klawonn,&nbsp;Martin Stoll","doi":"10.1002/gamm.202100005","DOIUrl":"10.1002/gamm.202100005","url":null,"abstract":"Scientific Machine Learning is a rapidly evolving field of research that combines and further develops techniques of scientific computing and machine learning. Special emphasis is given to the scientific (physical, chemical, biological, etc.) interpretability of models learned from data and their usefulness for robust predictions. On the other hand, this young field also investigates the utilization of Machine Learning methods for improving numerical algorithms in Scientific Computing. The name Scientific Machine Learning has been coined at a Basic Research Needs Workshop of the US Department of Energy (DOE) in January, 2018. It resulted in a report [2] published in February, 2019; see also [1] for a short brochure on this topic. The present special issue of the GAMM Mitteilungen, which is the first of a two-part series, contains contributions on the topic of Scientific Machine Learning in the context of complex applications across the sciences and engineering. Research in this new exciting field needs to address challenges such as complex physics, uncertain parameters, and possibly limited data through the development of new methods that combine algorithms from computational science and engineering and from numerical analysis with state of the art techniques from machine learning. At the GAMM Annual Meeting 2019, the activity group Computational and Mathematical Methods in Data Science (CoMinDS) has been established. Meanwhile, it has become a meeting place for researchers interested in all aspects of data science. All three editors of this special issue are founding members of this activity group. Because of the rapid development both in the theoretical foundations and the applicability of Scientific Machine Learning techniques, it is time to highlight developments within the field in the hope that it will become an essential domain within the GAMM and topical issues like this will have a frequent occurrence within this journal. We are happy that eight teams of authors have accepted our invitation to report on recent research highlights in Scientific Machine Learning, and to point out the relevant literature as well as software. The four papers in this first part of the special issue are: • Stoll, Benner: Machine Learning for Material Characterization with an Application for Predicting Mechanical Properties. This work explores the use of machine learning techniques for material property prediction. Given the abundance of data available in industrial applications, machine learning methods can help finding patterns in the data and the authors focus on the case of the small punch test and tensile data for illustration purposes. • Beck, Kurz: A Perspective on Machine Modelling Learning Methods in Turbulence. Turbulence modelling remains a humongous challenge in the simulation and analysis of complex flows. The authors review the use of data-driven techniques to open up new ways for studying turbulence and focus on the challenges and opportunities t","PeriodicalId":53634,"journal":{"name":"GAMM Mitteilungen","volume":"44 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-03-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1002/gamm.202100005","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78463089","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Combining machine learning and domain decomposition methods for the solution of partial differential equations—A review 结合机器学习和区域分解方法求解偏微分方程综述
GAMM Mitteilungen Pub Date : 2021-03-17 DOI: 10.1002/gamm.202100001
Alexander Heinlein, Axel Klawonn, Martin Lanser, Janine Weber
{"title":"Combining machine learning and domain decomposition methods for the solution of partial differential equations—A review","authors":"Alexander Heinlein,&nbsp;Axel Klawonn,&nbsp;Martin Lanser,&nbsp;Janine Weber","doi":"10.1002/gamm.202100001","DOIUrl":"10.1002/gamm.202100001","url":null,"abstract":"<p>Scientific machine learning (SciML), an area of research where techniques from machine learning and scientific computing are combined, has become of increasing importance and receives growing attention. Here, our focus is on a very specific area within SciML given by the combination of domain decomposition methods (DDMs) with machine learning techniques for the solution of partial differential equations. The aim of the present work is to make an attempt of providing a review of existing and also new approaches within this field as well as to present some known results in a unified framework; no claim of completeness is made. As a concrete example of machine learning enhanced DDMs, an approach is presented which uses neural networks to reduce the computational effort in adaptive DDMs while retaining their robustness. More precisely, deep neural networks are used to predict the geometric location of constraints which are needed to define a robust coarse space. Additionally, two recently published deep domain decomposition approaches are presented in a unified framework. Both approaches use physics-constrained neural networks to replace the discretization and solution of the subdomain problems of a given decomposition of the computational domain. Finally, a brief overview is given of several further approaches which combine machine learning with ideas from DDMs to either increase the performance of already existing algorithms or to create completely new methods.</p>","PeriodicalId":53634,"journal":{"name":"GAMM Mitteilungen","volume":"44 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-03-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1002/gamm.202100001","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89787405","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 35
A perspective on machine learning methods in turbulence modeling 湍流建模中机器学习方法的展望
GAMM Mitteilungen Pub Date : 2021-03-04 DOI: 10.1002/gamm.202100002
Andrea Beck, Marius Kurz
{"title":"A perspective on machine learning methods in turbulence modeling","authors":"Andrea Beck,&nbsp;Marius Kurz","doi":"10.1002/gamm.202100002","DOIUrl":"10.1002/gamm.202100002","url":null,"abstract":"<p>This work presents a review of the current state of research in data-driven turbulence closure modeling. It offers a perspective on the challenges and open issues but also on the advantages and promises of machine learning (ML) methods applied to parameter estimation, model identification, closure term reconstruction, and beyond, mostly from the perspective of large Eddy simulation and related techniques. We stress that consistency of the training data, the model, the underlying physics, and the discretization is a key issue that needs to be considered for a successful ML-augmented modeling strategy. In order to make the discussion useful for non-experts in either field, we introduce both the modeling problem in turbulence as well as the prominent ML paradigms and methods in a concise and self-consistent manner. In this study, we present a survey of the current data-driven model concepts and methods, highlight important developments, and put them into the context of the discussed challenges.</p>","PeriodicalId":53634,"journal":{"name":"GAMM Mitteilungen","volume":"44 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-03-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1002/gamm.202100002","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"76272585","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 51
Machine learning for material characterization with an application for predicting mechanical properties 材料表征的机器学习及其预测机械性能的应用
GAMM Mitteilungen Pub Date : 2021-03-04 DOI: 10.1002/gamm.202100003
Anke Stoll, Peter Benner
{"title":"Machine learning for material characterization with an application for predicting mechanical properties","authors":"Anke Stoll,&nbsp;Peter Benner","doi":"10.1002/gamm.202100003","DOIUrl":"10.1002/gamm.202100003","url":null,"abstract":"<p>Currently, the growth of material data from experiments and simulations is expanding beyond processable amounts. This makes the development of new data-driven methods for the discovery of patterns among multiple lengthscales and time-scales and structure-property relationships essential. These data-driven approaches show enormous promise within materials science. The following review covers machine learning (ML) applications for metallic material characterization. Many parameters associated with the processing and the structure of materials affect the properties and the performance of manufactured components. Thus, this study is an attempt to investigate the usefulness of ML methods for material property prediction. Material characteristics such as strength, toughness, hardness, brittleness, or ductility are relevant to categorize a material or component according to their quality. In industry, material tests like tensile tests, compression tests, or creep tests are often time consuming and expensive to perform. Therefore, the application of ML approaches is considered helpful for an easier generation of material property information. This study also gives an application of ML methods on small punch test (SPT) data for the determination of the property ultimate tensile strength for various materials. A strong correlation between SPT data and tensile test data was found which ultimately allows to replace more costly tests by simple and fast tests in combination with ML.</p>","PeriodicalId":53634,"journal":{"name":"GAMM Mitteilungen","volume":"44 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2021-03-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1002/gamm.202100003","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74302427","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 28
Topical Issue Applied and Numerical Linear Algebra (2/2) 应用与数值线性代数(2/2)
GAMM Mitteilungen Pub Date : 2020-11-03 DOI: 10.1002/gamm.202000021
Stefan Güttel, Jörg Liesen
{"title":"Topical Issue Applied and Numerical Linear Algebra (2/2)","authors":"Stefan Güttel,&nbsp;Jörg Liesen","doi":"10.1002/gamm.202000021","DOIUrl":"10.1002/gamm.202000021","url":null,"abstract":"<p>The present special issue of the GAMM Mitteilungen, which is the second of a two-part series, contains contributions on the topic of Applied and Numerical Linear Algebra, compiled by the GAMM Activity Group of the same name. The Activity Group has already contributed special issues to the GAMM Mitteilungen in 2004, 2006, and 2013. Because of the rapid development both in the theoretical foundations and the applicability of numerical linear algebra techniques throughout science and engineering, it is time again to survey the field and present the results to the readers of the GAMM Mitteilungen. We are happy that eight authors or teams of authors have accepted our invitation to report on recent research highlights in Applied Numerical Linear Algebra, and to point out the relevant literature as well as software.</p><p>This work by Federico Poloni reviews a family of algorithms for Lyapunov- and Riccati-type equations which are all related by the idea of doubling. The algorithms are compared and their connections are highlighted. The paper also discusses open problems relating to their theory.</p>","PeriodicalId":53634,"journal":{"name":"GAMM Mitteilungen","volume":"43 4","pages":""},"PeriodicalIF":0.0,"publicationDate":"2020-11-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1002/gamm.202000021","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"76920951","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
相关产品
×
本文献相关产品
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信