Close Menu
Ztoog
    What's Hot
    Mobile

    Google’s Nest Aware subscriptions are getting more expensive

    Mobile

    Wallpaper Wednesday: Android wallpapers 2025-05-28

    AI

    Open AI Releases Shap·E: A Conditional Generative Model For 3D Assets

    Important Pages:
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    Facebook X (Twitter) Instagram Pinterest
    Facebook X (Twitter) Instagram Pinterest
    Ztoog
    • Home
    • The Future

      JD Vance and President Trump’s Sons Hype Bitcoin at Las Vegas Conference

      AI may already be shrinking entry-level jobs in tech, new research suggests

      Today’s NYT Strands Hints, Answer and Help for May 26 #449

      LiberNovo Omni: The World’s First Dynamic Ergonomic Chair

      Common Security Mistakes Made By Businesses and How to Avoid Them

    • Technology

      Gemini in Google Drive can now help you skip watching that painfully long Zoom meeting

      Apple iPhone exports from China to the US fall 76% as India output surges

      Today’s NYT Wordle Hints, Answer and Help for May 26, #1437

      5 Skills Kids (and Adults) Need in an AI World – O’Reilly

      How To Come Back After A Layoff

    • Gadgets

      8 Best Vegan Meal Delivery Services and Kits (2025), Tested and Reviewed

      Google Home is getting deeper Gemini integration and a new widget

      Google Announces AI Ultra Subscription Plan With Premium Features

      Google shows off Android XR-based glasses, announces Warby Parker team-up

      The market’s down, but this OpenAI for the stock market can help you trade up

    • Mobile

      Microsoft is done being subtle – this new tool screams “upgrade now”

      Wallpaper Wednesday: Android wallpapers 2025-05-28

      Google can make smart glasses accessible with Warby Parker, Gentle Monster deals

      vivo T4 Ultra specs leak

      Forget screens: more details emerge on the mysterious Jony Ive + OpenAI device

    • Science

      Do we have free will? Quantum experiments may soon reveal the answer

      Was Planet Nine exiled from the solar system as a baby?

      How farmers can help rescue water-loving birds

      A trip to the farm where loofahs grow on vines

      AI Is Eating Data Center Power Demand—and It’s Only Getting Worse

    • AI

      The AI Hype Index: College students are hooked on ChatGPT

      Learning how to predict rare kinds of failures | Ztoog

      Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

      AI learns how vision and sound are connected, without human intervention | Ztoog

      How AI is introducing errors into courtrooms

    • Crypto

      GameStop bought $500 million of bitcoin

      CoinW Teams Up with Superteam Europe to Conclude Solana Hackathon and Accelerate Web3 Innovation in Europe

      Ethereum Net Flows Turn Negative As Bulls Push For $3,500

      Bitcoin’s Power Compared To Nuclear Reactor By Brazilian Business Leader

      Senate advances GENIUS Act after cloture vote passes

    Ztoog
    Home » Efficient technique improves machine-learning models’ reliability | Ztoog
    AI

    Efficient technique improves machine-learning models’ reliability | Ztoog

    Facebook Twitter Pinterest WhatsApp
    Efficient technique improves machine-learning models’ reliability | Ztoog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Powerful machine-learning fashions are getting used to assist individuals deal with powerful issues comparable to figuring out illness in medical pictures or detecting highway obstacles for autonomous automobiles. But machine-learning fashions could make errors, so in high-stakes settings it’s crucial that people know when to belief a mannequin’s predictions.

    Uncertainty quantification is one device that improves a mannequin’s reliability; the mannequin produces a rating together with the prediction that expresses a confidence stage that the prediction is appropriate. While uncertainty quantification will be helpful, present strategies usually require retraining your complete mannequin to provide it that capacity. Training entails displaying a mannequin hundreds of thousands of examples so it will probably study a job. Retraining then requires hundreds of thousands of latest knowledge inputs, which will be costly and troublesome to acquire, and in addition makes use of large quantities of computing assets.

    Researchers at MIT and the MIT-IBM Watson AI Lab have now developed a technique that allows a mannequin to carry out more practical uncertainty quantification, whereas utilizing far fewer computing assets than different strategies, and no extra knowledge. Their technique, which doesn’t require a consumer to retrain or modify a mannequin, is versatile sufficient for a lot of functions.

    The technique entails creating an easier companion mannequin that assists the unique machine-learning mannequin in estimating uncertainty. This smaller mannequin is designed to determine various kinds of uncertainty, which will help researchers drill down on the basis reason for inaccurate predictions.

    “Uncertainty quantification is essential for both developers and users of machine-learning models. Developers can utilize uncertainty measurements to help develop more robust models, while for users, it can add another layer of trust and reliability when deploying models in the real world. Our work leads to a more flexible and practical solution for uncertainty quantification,” says Maohao Shen, {an electrical} engineering and laptop science graduate scholar and lead writer of a paper on this technique.

    Shen wrote the paper with Yuheng Bu, a former postdoc within the Research Laboratory of Electronics (RLE) who’s now an assistant professor on the University of Florida; Prasanna Sattigeri, Soumya Ghosh, and Subhro Das, analysis employees members on the MIT-IBM Watson AI Lab; and senior writer Gregory Wornell, the Sumitomo Professor in Engineering who leads the Signals, Information, and Algorithms Laboratory RLE and is a member of the MIT-IBM Watson AI Lab. The analysis will probably be introduced on the AAAI Conference on Artificial Intelligence.

    Quantifying uncertainty

    In uncertainty quantification, a machine-learning mannequin generates a numerical rating with every output to replicate its confidence in that prediction’s accuracy. Incorporating uncertainty quantification by constructing a brand new mannequin from scratch or retraining an present mannequin usually requires a considerable amount of knowledge and costly computation, which is usually impractical. What’s extra, present strategies generally have the unintended consequence of degrading the standard of the mannequin’s predictions.

    The MIT and MIT-IBM Watson AI Lab researchers have thus zeroed in on the next drawback: Given a pretrained mannequin, how can they permit it to carry out efficient uncertainty quantification?

    They clear up this by making a smaller and less complicated mannequin, referred to as a metamodel, that attaches to the bigger, pretrained mannequin and makes use of the options that bigger mannequin has already discovered to assist it make uncertainty quantification assessments.

    “The metamodel can be applied to any pretrained model. It is better to have access to the internals of the model, because we can get much more information about the base model, but it will also work if you just have a final output. It can still predict a confidence score,” Sattigeri says.

    They design the metamodel to provide the uncertainty quantification output utilizing a technique that features each varieties of uncertainty: knowledge uncertainty and mannequin uncertainty. Data uncertainty is attributable to corrupted knowledge or inaccurate labels and may solely be decreased by fixing the dataset or gathering new knowledge. In mannequin uncertainty, the mannequin is just not certain the right way to clarify the newly noticed knowledge and may make incorrect predictions, probably as a result of it hasn’t seen sufficient comparable coaching examples. This concern is an particularly difficult however frequent drawback when fashions are deployed. In real-world settings, they usually encounter knowledge which can be completely different from the coaching dataset.

    “Has the reliability of your decisions changed when you use the model in a new setting? You want some way to have confidence in whether it is working in this new regime or whether you need to collect training data for this particular new setting,” Wornell says.

    Validating the quantification

    Once a mannequin produces an uncertainty quantification rating, the consumer nonetheless wants some assurance that the rating itself is correct. Researchers usually validate accuracy by making a smaller dataset, held out from the unique coaching knowledge, after which testing the mannequin on the held-out knowledge. However, this technique doesn’t work effectively in measuring uncertainty quantification as a result of the mannequin can obtain good prediction accuracy whereas nonetheless being over-confident, Shen says.

    They created a brand new validation technique by including noise to the information within the validation set — this noisy knowledge is extra like out-of-distribution knowledge that may trigger mannequin uncertainty. The researchers use this noisy dataset to judge uncertainty quantifications.

    They examined their strategy by seeing how effectively a meta-model might seize various kinds of uncertainty for varied downstream duties, together with out-of-distribution detection and misclassification detection. Their methodology not solely outperformed all of the baselines in every downstream job but additionally required much less coaching time to realize these outcomes.

    This technique might assist researchers allow extra machine-learning fashions to successfully carry out uncertainty quantification, in the end aiding customers in making higher selections about when to belief predictions.

    Moving ahead, the researchers wish to adapt their technique for newer lessons of fashions, comparable to giant language fashions which have a distinct construction than a conventional neural community, Shen says.

    The work was funded, partially, by the MIT-IBM Watson AI Lab and the U.S. National Science Foundation.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    The AI Hype Index: College students are hooked on ChatGPT

    AI

    Learning how to predict rare kinds of failures | Ztoog

    AI

    Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

    AI

    AI learns how vision and sound are connected, without human intervention | Ztoog

    AI

    How AI is introducing errors into courtrooms

    AI

    With AI, researchers predict the location of virtually any protein within a human cell | Ztoog

    AI

    Google DeepMind’s new AI agent cracks real-world problems better than humans can

    AI

    Study shows vision-language models can’t handle queries with negation words | Ztoog

    Leave A Reply Cancel Reply

    Follow Us
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    Top Posts
    Science

    Solar wind that blasts from sun may be driven by tiny plasma flares

    Small-scale constructions of photo voltaic wind rising from a coronal gap on the sunESA &…

    Crypto

    GALA Sinks 72% In 2023 Alone

    GALA, the native token of Gala Games, is underneath immense promoting stress as of early…

    Gadgets

    Ring Introduces $10 Pet Tag For Lost Pet Safety

    Ring, famend for its doorbell cameras and residential safety options, has launched a brand new…

    AI

    Google AI Introduces Visually Rich Document Understanding (VRDU): A Dataset for Better Tracking of Document Understanding Task Progress

    More and extra papers are being created and saved by companies in right this moment’s…

    Technology

    The USAF Pairs Piloted Jets With AI Drones

    Early chess computer systems had been higher than grandmasters at calculation however worse in judgement,…

    Our Picks
    Science

    Reindeer can see UV light—and we may know why

    Science

    Odd gamma ray burst may be from a smash-up between two dead stars

    Technology

    Fewer US-based iPhone buyers came from Android in 2023

    Categories
    • AI (1,492)
    • Crypto (1,753)
    • Gadgets (1,804)
    • Mobile (1,850)
    • Science (1,865)
    • Technology (1,801)
    • The Future (1,647)
    Most Popular
    Technology

    Best TV Antenna for 2023

    Technology

    32GB of RAM could soon be a thing

    Mobile

    The nation’s largest wireless provider, Verizon, has been down for hours in some markets

    Ztoog
    Facebook X (Twitter) Instagram Pinterest
    • Home
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    © 2025 Ztoog.

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