Close Menu
    Trending
    • Frank McCourt Jr. Interview: Why I Want to Buy TikTok
    • LLM Optimization: LoRA and QLoRA | Towards Data Science
    • 🔥 “A Fireside Chat Between Three Minds: JEPA, Generative AI, and Agentic AI Debate the Future” | by pawan | May, 2025
    • Top Colleges Now Value What Founders Have Always Hired For
    • The Secret Power of Data Science in Customer Support
    • Decoding Complexity: My Journey with Gemini Multimodality and Multimodal RAG | by Yaswanth Ippili | May, 2025
    • Turn Your Side Hustle Into a 7-Figure Business With These 4 AI Growth Hacks
    • Agentic RAG Applications: Company Knowledge Slack Agents
    Finance StarGate
    • Home
    • Artificial Intelligence
    • AI Technology
    • Data Science
    • Machine Learning
    • Finance
    • Passive Income
    Finance StarGate
    Home»Artificial Intelligence»Learning how to predict rare kinds of failures | MIT News
    Artificial Intelligence

    Learning how to predict rare kinds of failures | MIT News

    FinanceStarGateBy FinanceStarGateMay 28, 2025No Comments8 Mins Read
    Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
    Share
    Facebook Twitter LinkedIn Pinterest Email

    On Dec. 21, 2022, simply as peak vacation season journey was getting underway, Southwest Airways went by a cascading collection of failures of their scheduling, initially triggered by extreme winter climate within the Denver space. However the issues unfold by their community, and over the course of the following 10 days the disaster ended up stranding over 2 million passengers and inflicting losses of $750 million for the airline.

    How did a localized climate system find yourself triggering such a widespread failure? Researchers at MIT have examined this extensively reported failure for example of instances the place programs that work easily more often than not abruptly break down and trigger a domino impact of failures. They’ve now developed a computational system for utilizing the mixture of sparse knowledge a couple of uncommon failure occasion, together with far more intensive knowledge on regular operations, to work backwards and attempt to pinpoint the basis causes of the failure, and hopefully be capable of discover methods to regulate the programs to stop such failures sooner or later.

    The findings have been introduced on the Worldwide Convention on Studying Representations (ICLR), which was held in Singapore from April 24-28 by MIT doctoral pupil Charles Dawson, professor of aeronautics and astronautics Chuchu Fan, and colleagues from Harvard College and the College of Michigan.

    “The motivation behind this work is that it’s actually irritating when we now have to work together with these sophisticated programs, the place it’s actually laborious to know what’s happening behind the scenes that’s creating these points or failures that we’re observing,” says Dawson.

    The brand new work builds on earlier analysis from Fan’s lab, the place they checked out issues involving hypothetical failure prediction issues, she says, equivalent to with teams of robots working collectively on a activity, or advanced programs equivalent to the facility grid, in search of methods to foretell how such programs could fail. “The objective of this undertaking,” Fan says, “was actually to show that right into a diagnostic device that we might use on real-world programs.”

    The concept was to supply a approach that somebody might “give us knowledge from a time when this real-world system had a problem or a failure,” Dawson says, “and we are able to attempt to diagnose the basis causes, and supply a little bit little bit of a glance backstage at this complexity.”

    The intent is for the strategies they developed “to work for a fairly common class of cyber-physical issues,” he says. These are issues by which “you have got an automatic decision-making part interacting with the messiness of the actual world,” he explains. There can be found instruments for testing software program programs that function on their very own, however the complexity arises when that software program has to work together with bodily entities going about their actions in an actual bodily setting, whether or not or not it’s the scheduling of plane, the actions of autonomous automobiles, the interactions of a staff of robots, or the management of the inputs and outputs on an electrical grid. In such programs, what typically occurs, he says, is that “the software program would possibly decide that appears OK at first, however then it has all these domino, knock-on results that make issues messier and far more unsure.”

    One key distinction, although, is that in programs like groups of robots, in contrast to the scheduling of airplanes, “we now have entry to a mannequin within the robotics world,” says Fan, who’s a principal investigator in MIT’s Laboratory for Data and Determination Methods (LIDS). “We do have some good understanding of the physics behind the robotics, and we do have methods of making a mannequin” that represents their actions with cheap accuracy. However airline scheduling includes processes and programs which might be proprietary enterprise info, and so the researchers needed to discover methods to deduce what was behind the choices, utilizing solely the comparatively sparse publicly accessible info, which basically consisted of simply the precise arrival and departure occasions of every aircraft.

    “We’ve grabbed all this flight knowledge, however there’s this whole system of the scheduling system behind it, and we don’t know the way the system is working,” Fan says. And the quantity of knowledge regarding the precise failure is simply a number of day’s value, in comparison with years of knowledge on regular flight operations.

    The influence of the climate occasions in Denver in the course of the week of Southwest’s scheduling disaster clearly confirmed up within the flight knowledge, simply from the longer-than-normal turnaround occasions between touchdown and takeoff on the Denver airport. However the best way that influence cascaded although the system was much less apparent, and required extra evaluation. The important thing turned out to must do with the idea of reserve plane.

    Airways sometimes preserve some planes in reserve at varied airports, in order that if issues are discovered with one aircraft that’s scheduled for a flight, one other aircraft might be shortly substituted. Southwest makes use of solely a single kind of aircraft, so they’re all interchangeable, making such substitutions simpler. However most airways function on a hub-and-spoke system, with just a few designated hub airports the place most of these reserve plane could also be stored, whereas Southwest doesn’t use hubs, so their reserve planes are extra scattered all through their community. And the best way these planes have been deployed turned out to play a significant function within the unfolding disaster.

    “The problem is that there’s no public knowledge accessible by way of the place the plane are stationed all through the Southwest community,” Dawson says. “What we’re capable of finding utilizing our technique is, by wanting on the public knowledge on arrivals, departures, and delays, we are able to use our technique to again out what the hidden parameters of these plane reserves might have been, to clarify the observations that we have been seeing.”

    What they discovered was that the best way the reserves have been deployed was a “main indicator” of the issues that cascaded in a nationwide disaster. Some elements of the community that have been affected straight by the climate have been capable of recuperate shortly and get again on schedule. “However once we checked out different areas within the community, we noticed that these reserves have been simply not accessible, and issues simply stored getting worse.”

    For instance, the information confirmed that Denver’s reserves have been quickly dwindling due to the climate delays, however then “it additionally allowed us to hint this failure from Denver to Las Vegas,” he says. Whereas there was no extreme climate there, “our technique was nonetheless displaying us a gentle decline within the variety of plane that have been capable of serve flights out of Las Vegas.”

    He says that “what we discovered was that there have been these circulations of plane inside the Southwest community, the place an plane would possibly begin the day in California after which fly to Denver, after which finish the day in Las Vegas.” What occurred within the case of this storm was that the cycle bought interrupted. In consequence, “this one storm in Denver breaks the cycle, and abruptly the reserves in Las Vegas, which isn’t affected by the climate, begin to deteriorate.”

    Ultimately, Southwest was compelled to take a drastic measure to resolve the issue: They needed to do a “laborious reset” of their total system, canceling all flights and flying empty plane across the nation to rebalance their reserves.

    Working with consultants in air transportation programs, the researchers developed a mannequin of how the scheduling system is meant to work. Then, “what our technique does is, we’re basically attempting to run the mannequin backwards.” Trying on the noticed outcomes, the mannequin permits them to work again to see what sorts of preliminary circumstances might have produced these outcomes.

    Whereas the information on the precise failures have been sparse, the intensive knowledge on typical operations helped in educating the computational mannequin “what is possible, what is feasible, what’s the realm of bodily risk right here,” Dawson says. “That provides us the area data to then say, on this excessive occasion, given the house of what’s doable, what’s the most probably rationalization” for the failure.

    This might result in a real-time monitoring system, he says, the place knowledge on regular operations are always in comparison with the present knowledge, and figuring out what the development seems like. “Are we trending towards regular, or are we trending towards excessive occasions?” Seeing indicators of impending points might enable for preemptive measures, equivalent to redeploying reserve plane prematurely to areas of anticipated issues.

    Work on creating such programs is ongoing in her lab, Fan says. Within the meantime, they’ve produced an open-source device for analyzing failure programs, referred to as CalNF, which is obtainable for anybody to make use of. In the meantime Dawson, who earned his doctorate final yr, is working as a postdoc to use the strategies developed on this work to understanding failures in energy networks.

    The analysis staff additionally included Max Li from the College of Michigan and Van Tran from Harvard College. The work was supported by NASA, the Air Power Workplace of Scientific Analysis, and the MIT-DSTA program.



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleBuilding Real-World AI Applications: My Journey with Google Cloud’s Gemini and Imagen | by Gauravpehlajani | May, 2025
    Next Article How to Prepare Your Key Employees to Take Over Your Business
    FinanceStarGate

    Related Posts

    Artificial Intelligence

    LLM Optimization: LoRA and QLoRA | Towards Data Science

    May 31, 2025
    Artificial Intelligence

    The Secret Power of Data Science in Customer Support

    May 31, 2025
    Artificial Intelligence

    Agentic RAG Applications: Company Knowledge Slack Agents

    May 30, 2025
    Add A Comment
    Leave A Reply Cancel Reply

    Top Posts

    Expert AI and Machine Learning Dissertation Writing and Coding Services for UK Students | by Tutorsindia | May, 2025

    May 8, 2025

    How to Leverage Influencer Partnerships in the New Era of Social Media

    February 16, 2025

    Chili’s Trolls McDonald’s With New ‘Big QP’ Burger

    April 18, 2025

    🤖 HATERS? NO PROBLEM. NO LIKEY ROBOT? YOU DON’T GET ONE. EVER. You heard me. – NickyCammarata

    May 22, 2025

    Inside the story that enraged OpenAI

    May 19, 2025
    Categories
    • AI Technology
    • Artificial Intelligence
    • Data Science
    • Finance
    • Machine Learning
    • Passive Income
    Most Popular

    Ivory Tower Notes: The Problem | Towards Data Science

    April 10, 2025

    Network-aware job scheduling in Machine Learning clusters | by Alex Nguyen | Mar, 2025

    March 7, 2025

    Modern GUI Applications for Computer Vision in Python

    May 1, 2025
    Our Picks

    Should Moira manage her $400,000 RRSP investments on her own?

    May 30, 2025

    All ‘The White Lotus’ Actors Get Paid the Same Flat Rate

    April 8, 2025

    DIY AI & ML: Logistic Regression. An exercise in gaining an in-depth… | by Jacob Ingle | Feb, 2025

    February 19, 2025
    Categories
    • AI Technology
    • Artificial Intelligence
    • Data Science
    • Finance
    • Machine Learning
    • Passive Income
    • Privacy Policy
    • Disclaimer
    • Terms and Conditions
    • About us
    • Contact us
    Copyright © 2025 Financestargate.com All Rights Reserved.

    Type above and press Enter to search. Press Esc to cancel.