Machine learning accelerates advanced manufacturing technologies
Although life today is filled with astonishing technological advances, the use of metals that underpin these developments has not changed significantly in thousands of years. That's everything from the metal rods, tubes and cubes that give cars and trucks their shape, strength and fuel economy, to the wires that carry electricity to everything from power plants to undersea cables.
But things are changing rapidly: the materials manufacturing industry is using new innovative technologies, processes and methods to improve existing products and create new ones. The United States' Pacific Northwest National Laboratory (PNNL) is a leader in this field, known as advanced manufacturing. Founded in 1965, PNNL leverages its unique strengths in chemistry, earth sciences, biology and data science to advance scientific knowledge to address sustainable energy and national security challenges.
Scientists working in PNNL’s Artificial Intelligence Reasoning in Science project have pioneered ways to design and train computer software using machine learning, a branch of artificial intelligence, to guide the development of new manufacturing processes.
These software programs are trained to recognize patterns in manufacturing data and use this pattern recognition ability to recommend or predict settings in the manufacturing process that will produce materials with improved properties than using traditional methods The materials produced are lighter, stronger or more conductive.
Keerti Kappagantula, a materials scientist at PNNL, said: "The components we create using advanced manufacturing processes are very attractive to industrial companies, and they want to see these technologies launched as soon as possible."
A challenge However, industry partners are reluctant to invest in new technologies until the underlying physics and other complexities of advanced manufacturing technologies have been fully fleshed out and proven.
To bridge the gap, Kappagantula worked with PNNL data scientists Henry Kvinge and Tegan Emerson to develop machine learning tools that predict how various settings in the manufacturing process affect material properties. These tools also display forecasts visually, providing immediate clarity and understanding to industry partners and others.
By using these machine learning tools, the team believes the time from lab to factory can be reduced to months instead of years. Guided by the tool's predictions, materials scientists can determine future material properties by conducting only a few experiments, rather than dozens. For example, what settings would cause aluminum pipes to perform as expected.
Our goal is to use machine learning as a tool to help guide people who are running advanced manufacturing processes to try different settings — different process parameters — on their equipment to find One that allows them to achieve what they actually want to achieve."
solve the right problem
In traditional manufacturing, computer models are built on a very good understanding of the physics of the manufacturing process , showing how different settings affect the material's properties. Kappagantula said that in advanced manufacturing, the physics is poorly understood. Without this professional understanding, production is delayed.
New Advanced Manufacturing Artificial Intelligence Tools project aims to identify how machine learning can be used to extract patterns between process parameters and resulting material properties, which provides insights into the underlying physics of advanced manufacturing technologies and could accelerate their deployment.
"The approach we take, the unifying theme, starts with understanding how materials scientists apply their expertise and what mental models do they have? And then using that as a framework to build models," Kvinge said.
In this project a machine learning model is required to predict the performance of a material given specific parameters. In consultations with materials scientists, he quickly learned that what they really wanted was to be able to specify a property and have a model suggest all the process parameters that could be used to achieve that property.
An Explainable Solution
What Kappagantula and her colleagues needed was a machine learning framework that could provide results that would help her team make decisions about what experiments to try next. In the absence of such guidance, the process of adjusting parameters to develop materials with desired properties is fraught with risk of failure.
In this project, Kvinge and his colleagues first developed a machine learning model called "differential attribute classification", which uses the pattern matching capabilities of machine learning to distinguish two sets of process parameters to Determine which group is more likely to produce a material with the desired properties.
The model allows materials scientists to lock in optimal parameters before starting experiments, which can be expensive and require extensive preparation.
Kappagantula said that before conducting experiments on machine learning model recommendations, she needed to trust the model’s recommendations. "I'd like to be able to see how it performs analysis."
This concept is called interpretability in the field of machine learning, and it means different things to experts in different fields. Kvinge noted that for a data scientist, the explanation of how a machine learning model arrived at its predictions may be completely different from the explanation that makes sense to a materials scientist.
When Kvinge, Emerson and their colleagues tackled this problem, they tried to understand it from the perspective of a materials scientist.
"It turns out they know this very well from pictures of the microstructure of these materials," Kvinge said. "If you ask them what went wrong, why the experiment didn't go well, or why it went well, they They'll look at the pictures and point out problems to you, saying these particles are too big, or too small, or something like that." To make the results of their machine learning model interpretable, Kvinge , Emerson and colleagues used microstructural images and related data from previous experiments to train a model that generates microstructural images that would result from a manufacturing process tuned by a given set of parameters.
The team is currently validating the model and working to make it part of a software framework that materials scientists can use to determine which experiments to conduct while developing advanced manufacturing technologies that promise to transform materials production and performance.
Kappagantula said of advanced manufacturing: “It’s not just improving energy efficiency, it’s opening up new materials with never-before-seen properties and performance.”
The above is the detailed content of Machine learning accelerates advanced manufacturing technologies. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



This site reported on June 27 that Jianying is a video editing software developed by FaceMeng Technology, a subsidiary of ByteDance. It relies on the Douyin platform and basically produces short video content for users of the platform. It is compatible with iOS, Android, and Windows. , MacOS and other operating systems. Jianying officially announced the upgrade of its membership system and launched a new SVIP, which includes a variety of AI black technologies, such as intelligent translation, intelligent highlighting, intelligent packaging, digital human synthesis, etc. In terms of price, the monthly fee for clipping SVIP is 79 yuan, the annual fee is 599 yuan (note on this site: equivalent to 49.9 yuan per month), the continuous monthly subscription is 59 yuan per month, and the continuous annual subscription is 499 yuan per year (equivalent to 41.6 yuan per month) . In addition, the cut official also stated that in order to improve the user experience, those who have subscribed to the original VIP

Improve developer productivity, efficiency, and accuracy by incorporating retrieval-enhanced generation and semantic memory into AI coding assistants. Translated from EnhancingAICodingAssistantswithContextUsingRAGandSEM-RAG, author JanakiramMSV. While basic AI programming assistants are naturally helpful, they often fail to provide the most relevant and correct code suggestions because they rely on a general understanding of the software language and the most common patterns of writing software. The code generated by these coding assistants is suitable for solving the problems they are responsible for solving, but often does not conform to the coding standards, conventions and styles of the individual teams. This often results in suggestions that need to be modified or refined in order for the code to be accepted into the application

Large Language Models (LLMs) are trained on huge text databases, where they acquire large amounts of real-world knowledge. This knowledge is embedded into their parameters and can then be used when needed. The knowledge of these models is "reified" at the end of training. At the end of pre-training, the model actually stops learning. Align or fine-tune the model to learn how to leverage this knowledge and respond more naturally to user questions. But sometimes model knowledge is not enough, and although the model can access external content through RAG, it is considered beneficial to adapt the model to new domains through fine-tuning. This fine-tuning is performed using input from human annotators or other LLM creations, where the model encounters additional real-world knowledge and integrates it

To learn more about AIGC, please visit: 51CTOAI.x Community https://www.51cto.com/aigc/Translator|Jingyan Reviewer|Chonglou is different from the traditional question bank that can be seen everywhere on the Internet. These questions It requires thinking outside the box. Large Language Models (LLMs) are increasingly important in the fields of data science, generative artificial intelligence (GenAI), and artificial intelligence. These complex algorithms enhance human skills and drive efficiency and innovation in many industries, becoming the key for companies to remain competitive. LLM has a wide range of applications. It can be used in fields such as natural language processing, text generation, speech recognition and recommendation systems. By learning from large amounts of data, LLM is able to generate text

Editor |ScienceAI Question Answering (QA) data set plays a vital role in promoting natural language processing (NLP) research. High-quality QA data sets can not only be used to fine-tune models, but also effectively evaluate the capabilities of large language models (LLM), especially the ability to understand and reason about scientific knowledge. Although there are currently many scientific QA data sets covering medicine, chemistry, biology and other fields, these data sets still have some shortcomings. First, the data form is relatively simple, most of which are multiple-choice questions. They are easy to evaluate, but limit the model's answer selection range and cannot fully test the model's ability to answer scientific questions. In contrast, open-ended Q&A

Machine learning is an important branch of artificial intelligence that gives computers the ability to learn from data and improve their capabilities without being explicitly programmed. Machine learning has a wide range of applications in various fields, from image recognition and natural language processing to recommendation systems and fraud detection, and it is changing the way we live. There are many different methods and theories in the field of machine learning, among which the five most influential methods are called the "Five Schools of Machine Learning". The five major schools are the symbolic school, the connectionist school, the evolutionary school, the Bayesian school and the analogy school. 1. Symbolism, also known as symbolism, emphasizes the use of symbols for logical reasoning and expression of knowledge. This school of thought believes that learning is a process of reverse deduction, through existing

Editor | KX In the field of drug research and development, accurately and effectively predicting the binding affinity of proteins and ligands is crucial for drug screening and optimization. However, current studies do not take into account the important role of molecular surface information in protein-ligand interactions. Based on this, researchers from Xiamen University proposed a novel multi-modal feature extraction (MFE) framework, which for the first time combines information on protein surface, 3D structure and sequence, and uses a cross-attention mechanism to compare different modalities. feature alignment. Experimental results demonstrate that this method achieves state-of-the-art performance in predicting protein-ligand binding affinities. Furthermore, ablation studies demonstrate the effectiveness and necessity of protein surface information and multimodal feature alignment within this framework. Related research begins with "S

According to news from this site on August 1, SK Hynix released a blog post today (August 1), announcing that it will attend the Global Semiconductor Memory Summit FMS2024 to be held in Santa Clara, California, USA from August 6 to 8, showcasing many new technologies. generation product. Introduction to the Future Memory and Storage Summit (FutureMemoryandStorage), formerly the Flash Memory Summit (FlashMemorySummit) mainly for NAND suppliers, in the context of increasing attention to artificial intelligence technology, this year was renamed the Future Memory and Storage Summit (FutureMemoryandStorage) to invite DRAM and storage vendors and many more players. New product SK hynix launched last year
