* . *
  • About
  • Advertise
  • Privacy & Policy
  • Contact
Friday, January 16, 2026
Earth-News
  • Home
  • Business
  • Entertainment

    Return of the Willis Richardson Players, and your Wilmington weekend – Wilmington Star-News

    Your Complete 2026 BTS World Tour Ticket Guide: Presale Dates, Times, and Insider Tips

    Alliance Entertainment Lands Major North American Distribution Deal with Amazon MGM Studios

    Exciting Casting Opportunities for Movies and TV Shows Across the US

    Don’t Miss These Exciting Entertainment Events Happening January 12-20!

    Assessing Live Nation Entertainment (LYV) Valuation After Recent Share Price Gains And Strong Multi‑Year Returns – simplywall.st

  • General
  • Health
  • News

    Cracking the Code: Why China’s Economic Challenges Aren’t Shaking Markets, Unlike America’s” – Bloomberg

    Trump’s Narrow Window to Spread the Truth About Harris

    Trump’s Narrow Window to Spread the Truth About Harris

    Israel-Gaza war live updates: Hamas leader Ismail Haniyeh assassinated in Iran, group says

    Israel-Gaza war live updates: Hamas leader Ismail Haniyeh assassinated in Iran, group says

    PAP Boss to Niger Delta Youths, Stay Away from the Protest

    PAP Boss to Niger Delta Youths, Stay Away from the Protest

    Court Restricts Protests In Lagos To Freedom, Peace Park

    Court Restricts Protests In Lagos To Freedom, Peace Park

    Fans React to Jazz Jennings’ Inspiring Weight Loss Journey

    Fans React to Jazz Jennings’ Inspiring Weight Loss Journey

    Trending Tags

    • Trump Inauguration
    • United Stated
    • White House
    • Market Stories
    • Election Results
  • Science
  • Sports
  • Technology

    GigaCloud Technology Boosts Growth with Two Dynamic New Sales VPs

    Revolutionizing Supercar Performance with Cutting-Edge 3D-Printed Heat Transfer Technology

    Meet the Leading Technology Patent Expert Witnesses Who Can Win Your Legal Case

    10 Breakthrough Sodium-Ion Battery Technologies Poised to Revolutionize 2026

    DXC Technology Earns Prestigious RISE with SAP Validation

    Magnet Defense to Acquire Advanced Technology Group – GovCon Wire

    Trending Tags

    • Nintendo Switch
    • CES 2017
    • Playstation 4 Pro
    • Mark Zuckerberg
No Result
View All Result
  • Home
  • Business
  • Entertainment

    Return of the Willis Richardson Players, and your Wilmington weekend – Wilmington Star-News

    Your Complete 2026 BTS World Tour Ticket Guide: Presale Dates, Times, and Insider Tips

    Alliance Entertainment Lands Major North American Distribution Deal with Amazon MGM Studios

    Exciting Casting Opportunities for Movies and TV Shows Across the US

    Don’t Miss These Exciting Entertainment Events Happening January 12-20!

    Assessing Live Nation Entertainment (LYV) Valuation After Recent Share Price Gains And Strong Multi‑Year Returns – simplywall.st

  • General
  • Health
  • News

    Cracking the Code: Why China’s Economic Challenges Aren’t Shaking Markets, Unlike America’s” – Bloomberg

    Trump’s Narrow Window to Spread the Truth About Harris

    Trump’s Narrow Window to Spread the Truth About Harris

    Israel-Gaza war live updates: Hamas leader Ismail Haniyeh assassinated in Iran, group says

    Israel-Gaza war live updates: Hamas leader Ismail Haniyeh assassinated in Iran, group says

    PAP Boss to Niger Delta Youths, Stay Away from the Protest

    PAP Boss to Niger Delta Youths, Stay Away from the Protest

    Court Restricts Protests In Lagos To Freedom, Peace Park

    Court Restricts Protests In Lagos To Freedom, Peace Park

    Fans React to Jazz Jennings’ Inspiring Weight Loss Journey

    Fans React to Jazz Jennings’ Inspiring Weight Loss Journey

    Trending Tags

    • Trump Inauguration
    • United Stated
    • White House
    • Market Stories
    • Election Results
  • Science
  • Sports
  • Technology

    GigaCloud Technology Boosts Growth with Two Dynamic New Sales VPs

    Revolutionizing Supercar Performance with Cutting-Edge 3D-Printed Heat Transfer Technology

    Meet the Leading Technology Patent Expert Witnesses Who Can Win Your Legal Case

    10 Breakthrough Sodium-Ion Battery Technologies Poised to Revolutionize 2026

    DXC Technology Earns Prestigious RISE with SAP Validation

    Magnet Defense to Acquire Advanced Technology Group – GovCon Wire

    Trending Tags

    • Nintendo Switch
    • CES 2017
    • Playstation 4 Pro
    • Mark Zuckerberg
No Result
View All Result
Earth-News
No Result
View All Result
Home Science

Here’s how machine learning can violate your privacy

May 27, 2024
in Science
Here’s how machine learning can violate your privacy
Share on FacebookShare on Twitter

If your data was used to train an AI, it might–or might not–be safe from prying eyes.

Posted on May 26, 2024 12:00 PM EDT

using machine learning

Because of the large number of parameters in machine learning models, there is a potential that the machine learning method memorizes some data it was trained on. DepositPhotos

This article was originally featured on The Conversation.

Machine learning has pushed the boundaries in several fields, including personalized medicine, self-driving cars and customized advertisements. Research has shown, however, that these systems memorize aspects of the data they were trained with in order to learn patterns, which raises concerns for privacy.

In statistics and machine learning, the goal is to learn from past data to make new predictions or inferences about future data. In order to achieve this goal, the statistician or machine learning expert selects a model to capture the suspected patterns in the data. A model applies a simplifying structure to the data, which makes it possible to learn patterns and make predictions.

Complex machine learning models have some inherent pros and cons. On the positive side, they can learn much more complex patterns and work with richer datasets for tasks such as image recognition and predicting how a specific person will respond to a treatment.

However, they also have the risk of overfitting to the data. This means that they make accurate predictions about the data they were trained with but start to learn additional aspects of the data that are not directly related to the task at hand. This leads to models that aren’t generalized, meaning they perform poorly on new data that is the same type but not exactly the same as the training data.

While there are techniques to address the predictive error associated with overfitting, there are also privacy concerns from being able to learn so much from the data.

How machine learning algorithms make inferences

Each model has a certain number of parameters. A parameter is an element of a model that can be changed. Each parameter has a value, or setting, that the model derives from the training data. Parameters can be thought of as the different knobs that can be turned to affect the performance of the algorithm. While a straight-line pattern has only two knobs, the slope and intercept, machine learning models have a great many parameters. For example, the language model GPT-3, has 175 billion.

In order to choose the parameters, machine learning methods use training data with the goal of minimizing the predictive error on the training data. For example, if the goal is to predict whether a person would respond well to a certain medical treatment based on their medical history, the machine learning model would make predictions about the data where the model’s developers know whether someone responded well or poorly. The model is rewarded for predictions that are correct and penalized for incorrect predictions, which leads the algorithm to adjust its parameters – that is, turn some of the “knobs” – and try again.

To avoid overfitting the training data, machine learning models are checked against a validation dataset as well. The validation dataset is a separate dataset that is not used in the training process. By checking the machine learning model’s performance on this validation dataset, developers can ensure that the model is able to generalize its learning beyond the training data, avoiding overfitting.

While this process succeeds at ensuring good performance of the machine learning model, it does not directly prevent the machine learning model from memorizing information in the training data.

Privacy concerns

Because of the large number of parameters in machine learning models, there is a potential that the machine learning method memorizes some data it was trained on. In fact, this is a widespread phenomenon, and users can extract the memorized data from the machine learning model by using queries tailored to get the data.

If the training data contains sensitive information, such as medical or genomic data, then the privacy of the people whose data was used to train the model could be compromised. Recent research showed that it is actually necessary for machine learning models to memorize aspects of the training data in order to get optimal performance solving certain problems. This indicates that there may be a fundamental trade-off between the performance of a machine learning method and privacy.

Machine learning models also make it possible to predict sensitive information using seemingly nonsensitive data. For example, Target was able to predict which customers were likely pregnant by analyzing purchasing habits of customers who registered with the Target baby registry. Once the model was trained on this dataset, it was able to send pregnancy-related advertisements to customers it suspected were pregnant because they purchased items such as supplements or unscented lotions.

Is privacy protection even possible?

While there have been many proposed methods to reduce memorization in machine learning methods, most have been largely ineffective. Currently, the most promising solution to this problem is to ensure a mathematical limit on the privacy risk.

The state-of-the-art method for formal privacy protection is differential privacy. Differential privacy requires that a machine learning model does not change much if one individual’s data is changed in the training dataset. Differential privacy methods achieve this guarantee by introducing additional randomness into the algorithm learning that “covers up” the contribution of any particular individual. Once a method is protected with differential privacy, no possible attack can violate that privacy guarantee.

Even if a machine learning model is trained using differential privacy, however, that does not prevent it from making sensitive inferences such as in the Target example. To prevent these privacy violations, all data transmitted to the organization needs to be protected. This approach is called local differential privacy, and Apple and Google have implemented it.

Because differential privacy limits how much the machine learning model can depend on one individual’s data, this prevents memorization. Unfortunately, it also limits the performance of the machine learning methods. Because of this trade-off, there are critiques on the usefulness of differential privacy, since it often results in a significant drop in performance.

Going forward

Due to the tension between inferential learning and privacy concerns, there is ultimately a societal question of which is more important in which contexts. When data does not contain sensitive information, it is easy to recommend using the most powerful machine learning methods available.

When working with sensitive data, however, it is important to weigh the consequences of privacy leaks, and it may be necessary to sacrifice some machine learning performance in order to protect the privacy of the people whose data trained the model.

Disclosure statement: Jordan Awan receives funding from the National Science Foundation and the National Institute of Health. He also serves as a privacy consultant for the federal non-profit, MITRE.

>>> Read full article>>>
Copyright for syndicated content belongs to the linked Source : Popular Science – https://www.popsci.com/technology/machine-learning-privacy/

Tags: Here’smachinescience
Previous Post

The 8 most extraordinary JWST images of 2024, so far

Next Post

Zildjian’s Alchem-E e-drums solve one of the biggest problems with electronic percussion

I know the terrible cost of speaking out in Iran – and I beg the world to stand with those speaking out now | Nasrin Parvaz – The Guardian

January 16, 2026

Economy Edges Upward as Luxury and Travel Spending by the Wealthy Boosts Growth

January 16, 2026

Return of the Willis Richardson Players, and your Wilmington weekend – Wilmington Star-News

January 16, 2026

Trump Unveils Bold New Health Care Plan to Slash Costs and Boost Affordability

January 16, 2026

Schumer Launches Ambitious Initiative to Solve the Housing Affordability Crisis

January 16, 2026

New research explores ecological and social roots of same-sex sexual behaviour in primates – Imperial College London

January 16, 2026

Second Graders Code with Milo the Science Rover – Punahou

January 16, 2026

Unveiling the Wonders of Coastal Science: Exploring Shoreline Discoveries

January 16, 2026

9 Songs That Instantly Take Boomers Back to Their First Car Ride

January 16, 2026

GigaCloud Technology Boosts Growth with Two Dynamic New Sales VPs

January 16, 2026

Categories

Archives

January 2026
M T W T F S S
  1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
« Dec    
Earth-News.info

The Earth News is an independent English-language daily published Website from all around the World News

Browse by Category

  • Business (20,132)
  • Ecology (1,024)
  • Economy (1,041)
  • Entertainment (21,919)
  • General (19,353)
  • Health (10,083)
  • Lifestyle (1,055)
  • News (22,149)
  • People (1,049)
  • Politics (1,057)
  • Science (16,257)
  • Sports (21,542)
  • Technology (16,025)
  • World (1,032)

Recent News

I know the terrible cost of speaking out in Iran – and I beg the world to stand with those speaking out now | Nasrin Parvaz – The Guardian

January 16, 2026

Economy Edges Upward as Luxury and Travel Spending by the Wealthy Boosts Growth

January 16, 2026
  • About
  • Advertise
  • Privacy & Policy
  • Contact

© 2023 earth-news.info

No Result
View All Result

© 2023 earth-news.info

No Result
View All Result

© 2023 earth-news.info

Go to mobile version