• About
  • Advertise
  • Privacy & Policy
  • Contact
HK Businesswire
  • Home
  • News
    • All
    • Business
    • Politics
    • PR Newswire
    • Science
    • World

    US stocks close higher as bond yields retreat

    LexisNexis to Launch Enhanced Lexis+ AI in Hong Kong – First in APAC with Built-In LexisNexis Protégé using both generative and agentic AI

    BEST SPAC I Acquisition Corp. Announces Pricing of $55 Million Initial Public Offering

    BEST SPAC I Acquisition Corp. Announces Pricing of $55 Million Initial Public Offering

    AI-Powered Retail Media Platform PulseAd Enters $280B US Market with Seattle Operations

    AI-Powered Retail Media Platform PulseAd Enters $280B US Market with Seattle Operations

    Decarbonizing steel is as tough as steel

    Decarbonizing steel is as tough as steel

    Supermicro Delivers Performance and Efficiency Optimized Liquid-Cooled and Air-Cooled AI Solutions with AMD Instinct™ MI350 Series GPUs and Platforms

    Supermicro Delivers Performance and Efficiency Optimized Liquid-Cooled and Air-Cooled AI Solutions with AMD Instinct™ MI350 Series GPUs and Platforms

    Trending Tags

    • Trump Inauguration
    • United Stated
    • White House
    • Market Stories
    • Election Results
  • PR Newswire
  • Business
  • World
  • Entertainment
  • Sports
  • Tech
    • All
    • Apps
    • Gadget
    • Mobile
    • Startup

    Xiaomi SU7 Ultra Becomes Fastest Mass-Produced EV on Nürburgring Nordschleife

    MPF at 25: PwC and HKRSA Urge Bold Reform for Hong Kong’s Retirement System

    CrowdStrike Shares Dip Despite Strong Q1 Earnings Amid Soft Revenue Guidance

    Constellation Energy (CEG) Stock Surges 37% in May 2025 Amid Strong Earnings and Strategic Partnerships

    Dunamu and HYBE’s NFT Platform ‘Momentica’ to Cease Operations Amid Ongoing Losses

    Shein Shifts IPO Plans to Hong Kong After London Listing Stalls

    Trending Tags

    • Nintendo Switch
    • CES 2017
    • Playstation 4 Pro
    • Mark Zuckerberg
  • Feature
No Result
View All Result
  • Home
  • News
    • All
    • Business
    • Politics
    • PR Newswire
    • Science
    • World

    US stocks close higher as bond yields retreat

    LexisNexis to Launch Enhanced Lexis+ AI in Hong Kong – First in APAC with Built-In LexisNexis Protégé using both generative and agentic AI

    BEST SPAC I Acquisition Corp. Announces Pricing of $55 Million Initial Public Offering

    BEST SPAC I Acquisition Corp. Announces Pricing of $55 Million Initial Public Offering

    AI-Powered Retail Media Platform PulseAd Enters $280B US Market with Seattle Operations

    AI-Powered Retail Media Platform PulseAd Enters $280B US Market with Seattle Operations

    Decarbonizing steel is as tough as steel

    Decarbonizing steel is as tough as steel

    Supermicro Delivers Performance and Efficiency Optimized Liquid-Cooled and Air-Cooled AI Solutions with AMD Instinct™ MI350 Series GPUs and Platforms

    Supermicro Delivers Performance and Efficiency Optimized Liquid-Cooled and Air-Cooled AI Solutions with AMD Instinct™ MI350 Series GPUs and Platforms

    Trending Tags

    • Trump Inauguration
    • United Stated
    • White House
    • Market Stories
    • Election Results
  • PR Newswire
  • Business
  • World
  • Entertainment
  • Sports
  • Tech
    • All
    • Apps
    • Gadget
    • Mobile
    • Startup

    Xiaomi SU7 Ultra Becomes Fastest Mass-Produced EV on Nürburgring Nordschleife

    MPF at 25: PwC and HKRSA Urge Bold Reform for Hong Kong’s Retirement System

    CrowdStrike Shares Dip Despite Strong Q1 Earnings Amid Soft Revenue Guidance

    Constellation Energy (CEG) Stock Surges 37% in May 2025 Amid Strong Earnings and Strategic Partnerships

    Dunamu and HYBE’s NFT Platform ‘Momentica’ to Cease Operations Amid Ongoing Losses

    Shein Shifts IPO Plans to Hong Kong After London Listing Stalls

    Trending Tags

    • Nintendo Switch
    • CES 2017
    • Playstation 4 Pro
    • Mark Zuckerberg
  • Feature
No Result
View All Result
HK Businesswire
No Result
View All Result
Home News Science

New method efficiently safeguards sensitive AI training data

David Lee by David Lee
11 April 2025
in Science
0
New method efficiently safeguards sensitive AI training data
0
SHARES
2
VIEWS
Share on FacebookShare on Twitter

Data privacy comes with a cost. There are security techniques that protect sensitive user data, like customer addresses, from attackers who may attempt to extract them from AI models — but they often make those models less accurate.MIT researchers recently developed a framework, based on a new privacy metric called PAC Privacy, that could maintain the performance of an AI model while ensuring sensitive data, such as medical images or financial records, remain safe from attackers. Now, they’ve taken this work a step further by making their technique more computationally efficient, improving the tradeoff between accuracy and privacy, and creating a formal template that can be used to privatize virtually any algorithm without needing access to that algorithm’s inner workings.The team utilized their new version of PAC Privacy to privatize several classic algorithms for data analysis and machine-learning tasks.They also demonstrated that more “stable” algorithms are easier to privatize with their method. A stable algorithm’s predictions remain consistent even when its training data are slightly modified. Greater stability helps an algorithm make more accurate predictions on previously unseen data.The researchers say the increased efficiency of the new PAC Privacy framework, and the four-step template one can follow to implement it, would make the technique easier to deploy in real-world situations.“We tend to consider robustness and privacy as unrelated to, or perhaps even in conflict with, constructing a high-performance algorithm. First, we make a working algorithm, then we make it robust, and then private. We’ve shown that is not always the right framing. If you make your algorithm perform better in a variety of settings, you can essentially get privacy for free,” says Mayuri Sridhar, an MIT graduate student and lead author of a paper on this privacy framework.She is joined in the paper by Hanshen Xiao PhD ’24, who will start as an assistant professor at Purdue University in the fall; and senior author Srini Devadas, the Edwin Sibley Webster Professor of Electrical Engineering at MIT. The research will be presented at the IEEE Symposium on Security and Privacy.Estimating noiseTo protect sensitive data that were used to train an AI model, engineers often add noise, or generic randomness, to the model so it becomes harder for an adversary to guess the original training data. This noise reduces a model’s accuracy, so the less noise one can add, the better.PAC Privacy automatically estimates the smallest amount of noise one needs to add to an algorithm to achieve a desired level of privacy.The original PAC Privacy algorithm runs a user’s AI model many times on different samples of a dataset. It measures the variance as well as correlations among these many outputs and uses this information to estimate how much noise needs to be added to protect the data.This new variant of PAC Privacy works the same way but does not need to represent the entire matrix of data correlations across the outputs; it just needs the output variances.“Because the thing you are estimating is much, much smaller than the entire covariance matrix, you can do it much, much faster,” Sridhar explains. This means that one can scale up to much larger datasets.Adding noise can hurt the utility of the results, and it is important to minimize utility loss. Due to computational cost, the original PAC Privacy algorithm was limited to adding isotropic noise, which is added uniformly in all directions. Because the new variant estimates anisotropic noise, which is tailored to specific characteristics of the training data, a user could add less overall noise to achieve the same level of privacy, boosting the accuracy of the privatized algorithm.Privacy and stabilityAs she studied PAC Privacy, Sridhar hypothesized that more stable algorithms would be easier to privatize with this technique. She used the more efficient variant of PAC Privacy to test this theory on several classical algorithms.Algorithms that are more stable have less variance in their outputs when their training data change slightly. PAC Privacy breaks a dataset into chunks, runs the algorithm on each chunk of data, and measures the variance among outputs. The greater the variance, the more noise must be added to privatize the algorithm.Employing stability techniques to decrease the variance in an algorithm’s outputs would also reduce the amount of noise that needs to be added to privatize it, she explains.“In the best cases, we can get these win-win scenarios,” she says.The team showed that these privacy guarantees remained strong despite the algorithm they tested, and that the new variant of PAC Privacy required an order of magnitude fewer trials to estimate the noise. They also tested the method in attack simulations, demonstrating that its privacy guarantees could withstand state-of-the-art attacks.“We want to explore how algorithms could be co-designed with PAC Privacy, so the algorithm is more stable, secure, and robust from the beginning,” Devadas says. The researchers also want to test their method with more complex algorithms and further explore the privacy-utility tradeoff.“The question now is: When do these win-win situations happen, and how can we make them happen more often?” Sridhar says.“I think the key advantage PAC Privacy has in this setting over other privacy definitions is that it is a black box — you don’t need to manually analyze each individual query to privatize the results. It can be done completely automatically. We are actively building a PAC-enabled database by extending existing SQL engines to support practical, automated, and efficient private data analytics,” says Xiangyao Yu, an assistant professor in the computer sciences department at the University of Wisconsin at Madison, who was not involved with this study.This research is supported, in part, by Cisco Systems, Capital One, the U.S. Department of Defense, and a MathWorks Fellowship.

Tags: Science
David Lee

David Lee

Read More

Decarbonizing steel is as tough as steel

Decarbonizing steel is as tough as steel

12 June 2025
Does Form Really Shape Function?

Does Form Really Shape Function?

12 June 2025
  • Trending
  • Comments
  • Latest

Power Talk | Cody OOH’s Hilda Cheung: Reinventing Hong Kong’s Moving Billboards for the AI Age

2 June 2025
Over 150 firms hoping to list in Hong Kong: HKEX

Over 150 firms hoping to list in Hong Kong: HKEX

28 May 2025
Zeekr Group Announces May 2025 Delivery Update

Zeekr Group Announces May 2025 Delivery Update

1 June 2025

MPF at 25: PwC and HKRSA Urge Bold Reform for Hong Kong’s Retirement System

9 June 2025

US stocks close higher as bond yields retreat

13 June 2025

LexisNexis to Launch Enhanced Lexis+ AI in Hong Kong – First in APAC with Built-In LexisNexis Protégé using both generative and agentic AI

13 June 2025
BEST SPAC I Acquisition Corp. Announces Pricing of $55 Million Initial Public Offering

BEST SPAC I Acquisition Corp. Announces Pricing of $55 Million Initial Public Offering

13 June 2025

Zheng, Raducanu set for first-ever clash in Queen’s

13 June 2025

Recent News

US stocks close higher as bond yields retreat

13 June 2025

LexisNexis to Launch Enhanced Lexis+ AI in Hong Kong – First in APAC with Built-In LexisNexis Protégé using both generative and agentic AI

13 June 2025
BEST SPAC I Acquisition Corp. Announces Pricing of $55 Million Initial Public Offering

BEST SPAC I Acquisition Corp. Announces Pricing of $55 Million Initial Public Offering

13 June 2025

Zheng, Raducanu set for first-ever clash in Queen’s

13 June 2025
HK Businesswire

Stay ahead with the latest insights on Hong Kong’s economy, finance, and investments. From market trends to policy updates, we bring you in-depth analysis and expert opinions.

📩 Subscribe to our newsletter for exclusive updates.
📍 Follow us on social media for real-time news.
📧 Contact us: info@hongkong-invest.com

Follow Us

  • About
  • Advertise
  • Privacy & Policy
  • Contact

© 2025 by HKBusinesswire.com

No Result
View All Result

© 2025 by HKBusinesswire.com