logo
#

Latest news with #deepLearning

How to Make AI Faster and Smarter—With a Little Help from Physics
How to Make AI Faster and Smarter—With a Little Help from Physics

WIRED

timea day ago

  • Health
  • WIRED

How to Make AI Faster and Smarter—With a Little Help from Physics

Jun 1, 2025 7:00 AM Rose Yu has drawn on the principles of fluid dynamics to improve deep learning systems that predict traffic, model the climate, and stabilize drones during flight. Photograph: Peggy Peattie for Quanta Magazine The original version of this story appeared in Quanta Magazine. When she was 10 years old, Rose Yu got a birthday present that would change her life—and, potentially, the way we study physics. Her uncle got her a computer. That was a rare commodity in China 25 years ago, and the gift did not go unused. At first, Yu mainly played computer games, but in middle school she won an award for web design. It was the first of many computer-related honors. Yu went on to major in computer science at Zhejiang University, where she won a prize for innovative research. For her graduate studies, she chose the University of Southern California (USC), partly because the same uncle—who was the only person she knew in the United States—was then working at the Jet Propulsion Laboratory in nearby Pasadena. Yu earned her doctorate in 2017 with an award for best dissertation. Her most recent honor came in January, when President Joe Biden, in his last week in office, gave her a Presidential Early Career Award. Yu, now an associate professor at the University of California, San Diego (UCSD), is a leader in a field known as 'physics-guided deep learning,' having spent years incorporating our knowledge of physics into artificial neural networks. The work has not only introduced novel techniques for building and training these systems, but it's also allowed her to make progress on several real-world applications. She has drawn on principles of fluid dynamics to improve traffic predictions, sped up simulations of turbulence to enhance our understanding of hurricanes, and devised tools that helped predict the spread of Covid-19. This work has brought Yu closer to her grand dream—deploying a suite of digital lab assistants that she calls AI Scientist. She now envisions what she calls a 'partnership' between human researchers and AI tools, fully based on the tenets of physics and thus capable of yielding new scientific insights. Combining inputs from a team of such assistants, in her opinion, may be the best way to boost the discovery process. Quanta spoke with Yu about turbulence in its many guises, how to get more out of AI, and how it might get us out of urban gridlock. The interview has been condensed and edited for clarity. Yu on the UCSD campus, where she is an associate professor. Photograph: Peggy Peattie for Quanta Magazine When did you first try to combine physics with deep learning? Rose Yu: It started with traffic. I was a grad student at USC, and the campus is right near the intersection of I-10 and I-110. To get anywhere, you have to go through a lot of traffic, which can be very annoying. In 2016, I began to wonder whether I could do anything about this. Deep learning—which uses multilayered neural networks to elicit patterns from data—was getting really hot back then. There was already a lot of excitement about applications in image classification, but images are just static things. I wondered whether deep learning could help with problems where things are constantly changing. I wasn't the first person to consider this, but my colleagues and I did find a novel way of framing the problem. What was your new approach? First, we thought of traffic in terms of the physical process of diffusion. In our model, the flow of traffic over a network of roads is analogous to the flow of fluids over a surface—motions that are governed by the laws of fluid dynamics. But our main innovation was to think of traffic as a graph, from the mathematical field of graph theory. Sensors, which monitor traffic on highways and other roads, serve as the nodes of this graph. And the edges of the graph represent the roads (and distances) between those sensors. Yu's interest in computers began with a gift for her 10th birthday. Photograph: Peggy Peattie for Quanta Magazine A graph provides a snapshot of the entire road network at a given time, telling you the average velocity of cars at every point on the graph. When you put together a series of these snapshots, spaced every five minutes apart, you get a good picture of how traffic is evolving. From there, you can try to predict what will happen in the future. The big challenge in deep learning is that you need a lot of data to train the neural network. Fortunately, one of my advisers, Cyrus Shahabi, had worked for many years on the problem of traffic forecasting, and he'd accumulated a vast amount of LA traffic data that I had access to. So how good were your predictions? Prior to our work, people could only make traffic forecasts that were reliable for about 15 minutes. Our forecasts were valid for one hour—a big improvement. Our code was deployed by Google Maps in 2018. A bit later, Google invited me to become a visiting researcher. That's about when you began working on climate modeling, right? Yes, that started in 2018, when I gave a talk at the Lawrence Berkeley National Laboratory. Afterward, I spoke with scientists there, and we looked for a problem that would be a good testbed for physics-guided deep learning. We settled on predicting the evolution of turbulent flow, which is a key factor in climate models, as well as an area of major uncertainty. Familiar examples of turbulence are the swirling patterns you see after pouring milk into a cup of coffee and giving it a stir. In the oceans, swirls like this can span thousands of miles. Predictions of turbulent behavior that are based on solving the Navier-Stokes equation, which describes the flow of fluids, are considered the gold standard in this field. But the required calculations are very slow, which is why we don't have good models for predicting hurricanes and tropical cyclones. The heavy congestion of Los Angeles first inspired Yu to model highway traffic as the flow of fluids. Photograph: Peggy Peattie for Quanta Magazine And deep learning can help? The basic idea is that deep neural networks that are trained on our best numerical simulations can learn to imitate—or as we say, 'emulate'—those simulations. They do that by recognizing properties and patterns buried within the data. They don't have to go through time-consuming, brute-force calculations to find approximate solutions. Our models sped up predictions by a factor of 20 in two-dimensional settings and by a factor of 1,000 in three-dimensional settings. Something like our turbulence prediction module might someday be inserted into bigger climate models that can do better at predicting things like hurricanes. Where else does turbulence show up? It's pretty much everywhere. Turbulence in blood flow, for instance, can lead to strokes or heart attacks. And when I was a postdoc at Caltech, I coauthored a paper that looked into stabilizing drones. Propellor-generated airflows interact with the ground to create turbulence. That, in turn, can cause the drone to wobble. We used a neural network to model the turbulence, and that led to better control of drones during takeoffs and landings. I'm currently working with scientists at UCSD and General Atomics on fusion power. One of the keys to success is learning how to control the plasma, which is a hot, ionized phase of matter. At temperatures of about 100 million degrees, different kinds of turbulence arise within the plasma, and physics-based numerical models that characterize that behavior are very slow. We're developing a deep learning model that should be able to predict the plasma's behavior in a split second, but this is still a work in progress. Yu and doctoral student Jianke Yang in her office at UCSD. Photograph: Peggy Peattie for Quanta Magazine Where did your AI Scientist idea come from? In the past couple of years, my group has developed AI algorithms that can automatically discover symmetry principles from data. For example, our algorithm identified the Lorentz symmetry, which has to do with the constancy of the speed of light. Our algorithm also identified rotational symmetry—the fact, for example, that a sphere doesn't look any different regardless of how you rotate it—which is something it was not specifically trained to know about. While these are well-known properties, our tools also have the capability to discover new symmetries presently unknown to physics, which would constitute a huge breakthrough. It then occurred to me that if our tools can discover symmetries from raw data, why don't we try to generalize this? These tools could also generate research ideas or new hypotheses in science. That was the genesis of AI Scientist. What exactly is AI Scientist—just a fancy kind of neural net? It's not a single neural network, but rather an ensemble of computer programs that can help scientists make new discoveries. My group has already developed algorithms that can help with individual tasks, such as weather forecasting, identifying the drivers of global temperature rise, or trying to discover causal relationships like the effects of vaccination policies on disease transmission. We're now building a broader 'foundation' model that's versatile enough to handle multiple tasks. Scientists gather data from all types of instruments, and we want our model to include a variety of data types—numbers, text, images, and videos. We have an early prototype, but we want to make our model more comprehensive, more intelligent and better trained before we release it. That could happen within a couple of years. What do you imagine it could do? AI can assist in practically every step of the scientific discovery process. When I say 'AI Scientist,' I really mean an AI scientific assistant. The literature survey stage in an experiment, for example, typically requires a massive data-gathering and organization effort. But now, a large language model can read and summarize thousands of books during a single lunch break. What AI is not good at is judging scientific validity. In this case, it can't compete with an experienced researcher. While AI could help with hypothesis generation, the design of experiments and data analysis, it still cannot carry out sophisticated experiments. How far would you like to see the concept go? As I picture it, an AI Scientist could relieve researchers of some of the drudgery while letting people handle the creative aspects of science. That's something we're particularly good at. Rest assured, the goal is not to replace human scientists. I don't envision—nor would I ever want to see—a machine substituting for, or interfering with, human creativity. Original story reprinted with permission from Quanta Magazine, an editorially independent publication of the Simons Foundation whose mission is to enhance public understanding of science by covering research developments and trends in mathematics and the physical and life sciences.

Deep Learning Aids Diagnosis of Chronic Pancreatitis
Deep Learning Aids Diagnosis of Chronic Pancreatitis

Medscape

time3 days ago

  • Health
  • Medscape

Deep Learning Aids Diagnosis of Chronic Pancreatitis

A deep learning (DL)–based model achieved a high accuracy in pancreas segmentation for patients with chronic pancreatitis (CP) and healthy individuals, a new study finds. The model showed robust performance across diverse scanning protocols and anatomic variations, although its accuracy was affected by visceral fat area and pancreas volume. METHODOLOGY: Researchers developed a DL-based tool using the neural network U-Net (nnU-Net) architecture for the automated segmentation of retrospectively collected CT scans of the pancreas of healthy individuals and of patients with CP. Scans were obtained from one hospital each in Aalborg (n = 373; 223 patients with CP and 150 healthy individuals) and Bergen (n = 97 patients with CP), along with an online dataset from the National Institutes of Health (NIH; n = 80 healthy individuals). The tool was validated and tested using internal and external datasets, and its performance was compared with manual processing done by radiologists using the Sørensen-Dice index. The tool's performance was examined for potential correlation with factors including visceral fat area at the third lumbar level, pancreas volume, and CT scan parameters. TAKEAWAY: The tool demonstrated strong performance with mean Sørensen-Dice scores of 0.85 for the Aalborg test dataset, 0.79 for the Bergen dataset, and 0.79 for the NIH dataset. Sørensen-Dice scores were positively correlated with visceral fat area across datasets (correlation coefficient [r], 0.45; P < .0001) and with pancreas volume in the Aalborg test dataset (r, 0.53; P = .0002). < .0001) and with pancreas volume in the Aalborg test dataset (r, 0.53; = .0002). CT scan parameters had no significant effect on model performance. The tool maintained accuracy across diverse anatomic variations, except in cases with severe pancreatic fat infiltration. IN PRACTICE: "This study presents a novel AI [artificial intelligence]–based pancreas segmentation model trained on both healthy individuals and CP [chronic pancreatitis] patients, demonstrating consistent and robust performance across internal and external test datasets that vary in patient characteristics and scanner parameters. The model has the potential to significantly enhance the efficiency and accuracy of pancreas segmentation in clinical practice and research, particularly for CP patients with complex anatomical features," the authors wrote. SOURCE: This study was led by Surenth Nalliah, Radiology Research Center, Department of Radiology, Aalborg University Hospital, Aalborg, Denmark. It was published online on May 14 in European Journal of Radiology . LIMITATIONS: Comprehensive hyperparameter optimisation was not performed due to computational constraints. Additionally, architectures beyond nnU-Net and other segmentation methods were not explored. Post hoc visualisation methods were not studied. Small sizes of datasets could have hindered model performance, and cases of severe pancreatic fat infiltration were not included. DISCLOSURES: Funding information was not provided for this study. One author reported receiving financial support from Health Hub, founded by the Spar Nord Foundation.

DOWNLOAD THE APP

Get Started Now: Download the App

Ready to dive into the world of global news and events? Download our app today from your preferred app store and start exploring.
app-storeplay-store