Close Menu
Ztoog
    What's Hot
    Mobile

    Despite a less than fabulous year for Apple, Tim Cook gets a pay hike

    Science

    Sperm caught breaking Newton’s third law of motion

    AI

    How to compare a noisy quantum processor to a classical computer – Google Research Blog

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

      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

      LiberNovo Omni: The World’s First Dynamic Ergonomic Chair

    • Technology

      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

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

    • 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

      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

      A trip to the farm where loofahs grow on vines

    • 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

      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 » This tiny chip can safeguard user data while enabling efficient computing on a smartphone | Ztoog
    AI

    This tiny chip can safeguard user data while enabling efficient computing on a smartphone | Ztoog

    Facebook Twitter Pinterest WhatsApp
    This tiny chip can safeguard user data while enabling efficient computing on a smartphone | Ztoog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Health-monitoring apps can assist individuals handle continual ailments or keep on monitor with health targets, utilizing nothing greater than a smartphone. However, these apps can be gradual and energy-inefficient as a result of the huge machine-learning fashions that energy them should be shuttled between a smartphone and a central reminiscence server.

    Engineers usually pace issues up utilizing {hardware} that reduces the necessity to transfer a lot data forwards and backwards. While these machine-learning accelerators can streamline computation, they’re prone to attackers who can steal secret data.

    To scale back this vulnerability, researchers from MIT and the MIT-IBM Watson AI Lab created a machine-learning accelerator that’s immune to the 2 most typical forms of assaults. Their chip can preserve a user’s well being information, monetary data, or different delicate data personal while nonetheless enabling enormous AI fashions to run effectively on gadgets.

    The staff developed a number of optimizations that allow sturdy safety while solely barely slowing the machine. Moreover, the added safety doesn’t affect the accuracy of computations. This machine-learning accelerator may very well be notably useful for demanding AI functions like augmented and digital actuality or autonomous driving.

    While implementing the chip would make a machine barely dearer and fewer energy-efficient, that’s generally a worthwhile value to pay for safety, says lead creator Maitreyi Ashok, {an electrical} engineering and pc science (EECS) graduate pupil at MIT.

    “It is important to design with security in mind from the ground up. If you are trying to add even a minimal amount of security after a system has been designed, it is prohibitively expensive. We were able to effectively balance a lot of these tradeoffs during the design phase,” says Ashok.

    Her co-authors embody Saurav Maji, an EECS graduate pupil; Xin Zhang and John Cohn of the MIT-IBM Watson AI Lab; and senior creator Anantha Chandrakasan, MIT’s chief innovation and technique officer, dean of the School of Engineering, and the Vannevar Bush Professor of EECS. The analysis will likely be offered on the IEEE Custom Integrated Circuits Conference.

    Side-channel susceptibility

    The researchers focused a sort of machine-learning accelerator referred to as digital in-memory compute. A digital IMC chip performs computations inside a machine’s reminiscence, the place items of a machine-learning mannequin are saved after being moved over from a central server.

    The complete mannequin is just too massive to retailer on the machine, however by breaking it into items and reusing these items as a lot as doable, IMC chips scale back the quantity of data that should be moved forwards and backwards.

    But IMC chips can be prone to hackers. In a side-channel assault, a hacker screens the chip’s energy consumption and makes use of statistical methods to reverse-engineer data because the chip computes. In a bus-probing assault, the hacker can steal bits of the mannequin and dataset by probing the communication between the accelerator and the off-chip reminiscence.

    Digital IMC speeds computation by performing tens of millions of operations without delay, however this complexity makes it powerful to stop assaults utilizing conventional safety measures, Ashok says.

    She and her collaborators took a three-pronged method to blocking side-channel and bus-probing assaults.

    First, they employed a safety measure the place data within the IMC are break up into random items. For occasion, a bit zero may be break up into three bits that also equal zero after a logical operation. The IMC by no means computes with all items in the identical operation, so a side-channel assault might by no means reconstruct the true data.

    But for this system to work, random bits should be added to separate the data. Because digital IMC performs tens of millions of operations without delay, producing so many random bits would contain an excessive amount of computing. For their chip, the researchers discovered a approach to simplify computations, making it simpler to successfully break up data while eliminating the necessity for random bits.

    Second, they prevented bus-probing assaults utilizing a light-weight cipher that encrypts the mannequin saved in off-chip reminiscence. This light-weight cipher solely requires easy computations. In addition, they solely decrypted the items of the mannequin saved on the chip when obligatory.

    Third, to enhance safety, they generated the important thing that decrypts the cipher straight on the chip, relatively than shifting it forwards and backwards with the mannequin. They generated this distinctive key from random variations within the chip which can be launched throughout manufacturing, utilizing what is called a bodily unclonable perform.

    “Maybe one wire is going to be a little bit thicker than another. We can use these variations to get zeros and ones out of a circuit. For every chip, we can get a random key that should be consistent because these random properties shouldn’t change significantly over time,” Ashok explains.

    They reused the reminiscence cells on the chip, leveraging the imperfections in these cells to generate the important thing. This requires much less computation than producing a key from scratch.

    “As security has become a critical issue in the design of edge devices, there is a need to develop a complete system stack focusing on secure operation. This work focuses on security for machine-learning workloads and describes a digital processor that uses cross-cutting optimization. It incorporates encrypted data access between memory and processor, approaches to preventing side-channel attacks using randomization, and exploiting variability to generate unique codes. Such designs are going to be critical in future mobile devices,” says Chandrakasan.

    Safety testing

    To check their chip, the researchers took on the function of hackers and tried to steal secret data utilizing side-channel and bus-probing assaults.

    Even after making tens of millions of makes an attempt, they couldn’t reconstruct any actual data or extract items of the mannequin or dataset. The cipher additionally remained unbreakable. By distinction, it took solely about 5,000 samples to steal data from an unprotected chip.

    The addition of safety did scale back the vitality effectivity of the accelerator, and it additionally required a bigger chip space, which might make it dearer to manufacture.

    The staff is planning to discover strategies that might scale back the vitality consumption and dimension of their chip sooner or later, which might make it simpler to implement at scale.

    “As it becomes too expensive, it becomes harder to convince someone that security is critical. Future work could explore these tradeoffs. Maybe we could make it a little less secure but easier to implement and less expensive,” Ashok says.

    The analysis is funded, partially, by the MIT-IBM Watson AI Lab, the National Science Foundation, and a Mathworks Engineering Fellowship.

    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
    Technology

    This Week in AI: Let us not forget the humble data annotator

    Keeping up with an business as fast-moving as AI is a tall order. So till an AI…

    The Future

    Kindle Scribe now available in Australia: A game-changer for professionals and book lovers

    On the again of the announcement earlier this month, Amazon’s extremely anticipated Kindle Scribe has…

    AI

    Training machines to learn more like humans do | Ztoog

    Imagine sitting on a park bench, watching somebody stroll by. While the scene could continuously…

    Mobile

    Top 10 trending phones of week 34

    Samsung Galaxy A54 prolonged its streak on prime of our trending chart for one more…

    Gadgets

    Pebble’s founder wants to relaunch the e-paper smartwatch for its fans

    “We’re making new Pebble watches,” writes unique Pebble founder Eric Migicovsky on the “rePebble” launch…

    Our Picks
    AI

    MIT researchers make language models scalable self-learners | Ztoog

    AI

    Study: Transparency is often lacking in datasets used to train large language models | Ztoog

    Technology

    Teen boys use AI to make fake nudes of classmates, sparking police probe

    Categories
    • AI (1,493)
    • Crypto (1,753)
    • Gadgets (1,805)
    • Mobile (1,851)
    • Science (1,866)
    • Technology (1,802)
    • The Future (1,648)
    Most Popular
    Crypto

    Pranksy’s Optimism vs. Market Realities

    Mobile

    This crazy-good BLUETTI power station deal at Amazon helps you save a ton of money

    Technology

    OpenAI partners with Common Sense Media on new AI guidelines, curating a family-friendly section of OpenAI's GPT Store, educational materials, and more (Ina Fried/Axios)

    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.