Close Menu
Ztoog
    What's Hot
    AI

    This AI Paper Introduces a Novel Artificial Intelligence Approach in Precision Text Retrieval Using Retrieval Heads

    Mobile

    One UI 6.1 with Galaxy AI for S23 family, Fold5 and Flip5 arrives this week

    Crypto

    Solana meme coin Fartcoin hits new all-time high, market cap tops $1.5B

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

      Can work-life balance tracking improve well-being?

      Any wall can be turned into a camera to see around corners

      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

    • Technology

      Elon Musk tries to stick to spaceships

      A Replit employee details a critical security flaw in web apps created using AI-powered app builder Lovable that exposes API keys and personal info of app users (Reed Albergotti/Semafor)

      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

    • Gadgets

      Future-proof your career by mastering AI skills for just $20

      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

    • Mobile

      Deals: the Galaxy S25 series comes with a free tablet, Google Pixels heavily discounted

      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

    • Science

      June skygazing: A strawberry moon, the summer solstice… and Asteroid Day!

      Analysts Say Trump Trade Wars Would Harm the Entire US Energy Sector, From Oil to Solar

      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

    • AI

      Rationale engineering generates a compact new tool for gene therapy | Ztoog

      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

    • Crypto

      Bitcoin Maxi Isn’t Buying Hype Around New Crypto Holding Firms

      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

    Ztoog
    Home » AI model speeds up high-resolution computer vision | Ztoog
    AI

    AI model speeds up high-resolution computer vision | Ztoog

    Facebook Twitter Pinterest WhatsApp
    AI model speeds up high-resolution computer vision | Ztoog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    An autonomous car should quickly and precisely acknowledge objects that it encounters, from an idling supply truck parked on the nook to a bike owner whizzing towards an approaching intersection.

    To do that, the car would possibly use a strong computer vision model to categorize each pixel in a high-resolution picture of this scene, so it doesn’t lose sight of objects that is likely to be obscured in a lower-quality picture. But this activity, generally known as semantic segmentation, is advanced and requires an enormous quantity of computation when the picture has excessive decision.

    Researchers from MIT, the MIT-IBM Watson AI Lab, and elsewhere have developed a extra environment friendly computer vision model that vastly reduces the computational complexity of this activity. Their model can carry out semantic segmentation precisely in real-time on a tool with restricted {hardware} sources, such because the on-board computer systems that allow an autonomous car to make split-second choices.

    Recent state-of-the-art semantic segmentation fashions immediately study the interplay between every pair of pixels in a picture, so their calculations develop quadratically as picture decision will increase. Because of this, whereas these fashions are correct, they’re too sluggish to course of high-resolution photos in actual time on an edge machine like a sensor or cell phone.

    The MIT researchers designed a brand new constructing block for semantic segmentation fashions that achieves the identical skills as these state-of-the-art fashions, however with solely linear computational complexity and hardware-efficient operations.

    The result’s a brand new model sequence for high-resolution computer vision that performs up to 9 occasions quicker than prior fashions when deployed on a cell machine. Importantly, this new model sequence exhibited the identical or higher accuracy than these alternate options.

    Not solely might this system be used to assist autonomous autos make choices in real-time, it might additionally enhance the effectivity of different high-resolution computer vision duties, equivalent to medical picture segmentation.

    “While researchers have been using traditional vision transformers for quite a long time, and they give amazing results, we want people to also pay attention to the efficiency aspect of these models. Our work shows that it is possible to drastically reduce the computation so this real-time image segmentation can happen locally on a device,” says Song Han, an affiliate professor within the Department of Electrical Engineering and Computer Science (EECS), a member of the MIT-IBM Watson AI Lab, and senior writer of the paper describing the brand new model.

    He is joined on the paper by lead writer Han Cai, an EECS graduate scholar; Junyan Li, an undergraduate at Zhejiang University; Muyan Hu, an undergraduate scholar at Tsinghua University; and Chuang Gan, a principal analysis employees member on the MIT-IBM Watson AI Lab. The analysis can be offered on the International Conference on Computer Vision.

    A simplified answer

    Categorizing each pixel in a high-resolution picture that will have tens of millions of pixels is a tough activity for a machine-learning model. A robust new sort of model, generally known as a vision transformer, has lately been used successfully.

    Transformers have been initially developed for pure language processing. In that context, they encode every phrase in a sentence as a token after which generate an consideration map, which captures every token’s relationships with all different tokens. This consideration map helps the model perceive context when it makes predictions.

    Using the identical idea, a vision transformer chops a picture into patches of pixels and encodes every small patch right into a token earlier than producing an consideration map. In producing this consideration map, the model makes use of a similarity perform that immediately learns the interplay between every pair of pixels. In this manner, the model develops what is named a world receptive discipline, which suggests it could possibly entry all of the related components of the picture.

    Since a high-resolution picture might include tens of millions of pixels, chunked into 1000’s of patches, the eye map rapidly turns into huge. Because of this, the quantity of computation grows quadratically because the decision of the picture will increase.

    In their new model sequence, known as EfficientViT, the MIT researchers used a less complicated mechanism to construct the eye map — changing the nonlinear similarity perform with a linear similarity perform. As such, they’ll rearrange the order of operations to cut back whole calculations with out altering performance and shedding the worldwide receptive discipline. With their model, the quantity of computation wanted for a prediction grows linearly because the picture decision grows.

    “But there is no free lunch. The linear attention only captures global context about the image, losing local information, which makes the accuracy worse,” Han says.

    To compensate for that accuracy loss, the researchers included two additional parts of their model, every of which provides solely a small quantity of computation.

    One of these parts helps the model seize native characteristic interactions, mitigating the linear perform’s weak point in native data extraction. The second, a module that allows multiscale studying, helps the model acknowledge each giant and small objects.

    “The most critical part here is that we need to carefully balance the performance and the efficiency,” Cai says.

    They designed EfficientViT with a hardware-friendly structure, so it might be simpler to run on several types of gadgets, equivalent to digital actuality headsets or the sting computer systems on autonomous autos. Their model may be utilized to different computer vision duties, like picture classification.

    Streamlining semantic segmentation

    When they examined their model on datasets used for semantic segmentation, they discovered that it carried out up to 9 occasions quicker on a Nvidia graphics processing unit (GPU) than different standard vision transformer fashions, with the identical or higher accuracy.

    “Now, we can get the best of both worlds and reduce the computing to make it fast enough that we can run it on mobile and cloud devices,” Han says.

    Building off these outcomes, the researchers wish to apply this system to hurry up generative machine-learning fashions, equivalent to these used to generate new photos. They additionally wish to proceed scaling up EfficientViT for different vision duties.

    “Efficient transformer models, pioneered by Professor Song Han’s team, now form the backbone of cutting-edge techniques in diverse computer vision tasks, including detection and segmentation,” says Lu Tian, senior director of AI algorithms at AMD, Inc., who was not concerned with this paper. “Their research not only showcases the efficiency and capability of transformers, but also reveals their immense potential for real-world applications, such as enhancing image quality in video games.”

    “Model compression and light-weight model design are crucial research topics toward efficient AI computing, especially in the context of large foundation models. Professor Song Han’s group has shown remarkable progress compressing and accelerating modern deep learning models, particularly vision transformers,” provides Jay Jackson, world vp of synthetic intelligence and machine studying at Oracle, who was not concerned with this analysis. “Oracle Cloud Infrastructure has been supporting his team to advance this line of impactful research toward efficient and green AI.”

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    Rationale engineering generates a compact new tool for gene therapy | Ztoog

    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

    Leave A Reply Cancel Reply

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

    This Nespresso coffee maker is even cheaper than it was on Black Friday—but only for a limited time

    We might earn income from the merchandise out there on this web page and take…

    Gadgets

    Yamaha’s Retro-Inspired CDC603RK: A Five-Disc CD Player For Nostalgic Vibes

    Yamaha has launched the CDC603RK CD Player, a throwback to the 12 months 2001, providing…

    Mobile

    Is the Galaxy S24 Ultra the ‘peak’ of smartphone design?

    Over the previous 5 years or so, there’s been a pattern of smartphones wanting extra…

    Mobile

    Google’s Chrome Web Store redesign is now publicly available

    What you might want to knowGoogle launched its redesigned Chrome Web Store this week.The search…

    The Future

    Underwater walkie-talkies could work long-distance with radio trick

    It could be tough for divers to speak underwater, in order that they usually use…

    Our Picks
    Mobile

    Weekly poll: aluminum, stainless steel or titanium?

    Technology

    The Galaxy Z Fold 5 isn’t out yet, but we’ve already got Z Fold 6 leaks

    Science

    In a World First, a Patient’s Antibody Cells Were Just Genetically Engineered

    Categories
    • AI (1,493)
    • Crypto (1,754)
    • Gadgets (1,805)
    • Mobile (1,851)
    • Science (1,867)
    • Technology (1,803)
    • The Future (1,649)
    Most Popular
    Mobile

    Samsung Galaxy S24 Ultra vs. Apple iPhone 15 Pro Max

    Crypto

    Bitcoin Critic Kicks Against Spot ETF Hype, Predicts Low Institutional Investment

    Technology

    A look at the impact of AI on the $200B gaming industry as some executives push for AI adoption and say the changes, while painful, can empower smaller studios (Bloomberg)

    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.