Google‘s Urgent Privacy Warning: The Perils of AI for Android and iPhone Users
In an alarming announcement, Google recently warned that a significant number of Android and iOS apps are putting users‘ privacy at risk due to their use of artificial intelligence (AI). The tech giant disclosed that millions of people may have had their personal conversations, location data, contacts, photos, and more exposed to unauthorized access by app developers and third parties.
As smartphones have become ubiquitous – 6.64 billion worldwide in 2022, projected to reach 7.69 billion by 2027 [Statista] – the amount of intimate data they collect has skyrocketed. The advent of AI has turbocharged this trend, enabling apps to vacuum up not just discrete data points, but patterns of behavior, preferences, and personal characteristics that can be used to profile and target individuals at an unprecedented scale.
How AI Amplifies Privacy Risks in Mobile Apps
To understand why Google‘s warning is so significant, it‘s crucial to examine how AI and machine learning (ML) are integrated into the mobile app ecosystem. App developers employ AI/ML models for a variety of purposes, such as:
- Natural language processing (NLP) for chatbots, voice assistants, and predictive text
- Computer vision for facial recognition, augmented reality filters, and image classification
- Recommendation engines for content curation, personalized ads, and in-app suggestions
Under the hood, these AI models are powered by vast troves of user data. An NLP model in a messaging app, for example, needs access to millions of conversations to learn patterns and generate human-like responses. Similarly, a computer vision algorithm in a social media app requires a constant feed of user photos and videos to identify faces and objects.
Therein lies the rub. The very mechanism that makes these AI features so eerily accurate – ingesting intimate user data at scale – is also what makes them such attractive targets for malicious actors. If the underlying data is not properly secured and anonymized, it can be exploited for a range of nefarious purposes:
- Identity theft: Personal details like names, addresses, and financial information could be used to impersonate individuals and commit fraud.
- Blackmail: Sensitive conversations, photos, or location histories could be weaponized to extort or manipulate victims.
- Stalking: Precise location data could enable criminals to track and harass individuals in the physical world.
- Social engineering: Insights gleaned from personal data could be used to craft highly targeted phishing messages and scams.
These risks are not just hypothetical. According to the Identity Theft Resource Center, there were a record 1,862 data compromises in 2021, up 68% from 2020. The 293 million victims in 2021 was an all-time high [ITRC]. Cyberattacks are on the rise globally, with 2022 seeing a 38% jump in attacks [CheckPoint].
The Limitations of Current Privacy Regulations
So what protections do users currently have against the misuse of their data by AI systems? In theory, laws like the EU‘s General Data Protection Regulation (GDPR) and California‘s Consumer Privacy Act (CCPA) give individuals certain rights over their personal information, such as the right to access, delete, and opt out of the sale of their data.
However, these regulations were designed to tackle "traditional" forms of data collection and processing, where discrete pieces of information are stored in siloed databases. They are less equipped to deal with the complex, real-time, and inferential nature of AI data processing.
For example, the GDPR requires companies to obtain explicit consent from users for the collection and use of their personal data. But with AI models that learn continuously from user interactions, it can be difficult to determine at what point that consent should be obtained and how granular it needs to be. Is it enough for a messaging app to get one-time permission to "improve its services" or should it have to re-request consent every time it retrains its NLP model on new conversation data?
Similarly, the CCPA gives Californians the right to request that businesses delete their personal information. But if that information has already been used to train an AI model, it may be impossible to fully disentangle and delete an individual‘s data without compromising the model‘s accuracy or fairness.
There are also open questions about what counts as "personal data" when it comes to AI. In addition to the raw user-generated content (UGC) that AI models are trained on, they can also produce novel insights and inferences that go beyond what the user explicitly shared. For instance, a computer vision model analyzing a user‘s photos might infer sensitive attributes like their race, income level, or health status based on patterns it has learned from other data. Does the user have a right to know about and control these inferred data points?
As Luciano Floridi, Professor of Philosophy and Ethics of Information at Oxford University, argues: "With machine learning, the classic distinction between personal and non-personal data becomes fuzzy, because non-personal data may reveal personal information…[GDPR] talks about data ‘concerning‘ a person, but it‘s not clear what that means when an algorithm can infer personal characteristics from non-personal data." [FPF]
Emerging Solutions: Privacy-Preserving AI Techniques
Amidst these regulatory gaps, some researchers and companies are exploring technical solutions to enable AI innovation while preserving user privacy. Two promising approaches are federated learning and differential privacy.
Federated learning is a distributed machine learning paradigm where AI models are trained on decentralized data across multiple devices, without that data ever being aggregated in a central location. For example, rather than sending all user photos to a server for training a facial recognition model, the model training happens locally on each user‘s phone and only the updated model parameters are sent back to the server. This reduces the risk of large-scale data breaches and gives users more control over their personal information.
Differential privacy is a mathematical framework for publicly sharing information about a dataset while withholding information about individuals in that dataset. In essence, it injects controlled noise into the dataset so that it‘s impossible to reverse-engineer whether any individual‘s data was included. Differential privacy has been used by Apple to enable crowd-sourced learning of user typing and emoji preferences while keeping individual users‘ data private.
While these techniques are not foolproof, they point to a path forward where AI can be harnessed for beneficial applications while respecting user privacy. As Cynthia Dwork, one of the pioneers of differential privacy, puts it: "Just as steel and other physical building materials have made the world stronger, faster, and safer, differential privacy is a mathematical building block for data analysis that makes the world safer, smarter, and more secure." [Scientific American]
Looking Ahead: Innovation and Privacy in Balance
Google‘s warning should serve as a clarion call for the tech industry, policymakers, and the public to confront the profound privacy implications of AI and begin to craft sustainable solutions. The goal should not be to stifle AI innovation, but rather to guide it toward applications that benefit individuals and society while safeguarding human rights and democratic values.
On the regulatory front, laws like the GDPR and CCPA will need to be updated to account for the unique challenges posed by AI and machine learning. This could include expanded definitions of personal data, new transparency and accountability requirements for AI systems, and stronger enforcement mechanisms. The EU‘s proposed Artificial Intelligence Act and the White House‘s AI Bill of Rights are steps in this direction, but much work remains to be done.
Tech companies, for their part, must embrace a proactive, privacy-by-design approach to AI development. This means baking in data protection measures from the ground up, rather than treating them as an afterthought. It also means being more transparent about how user data is collected and used, and giving individuals granular control over their information. Apple and Google have made strides here with their on-device AI processing and dashboard controls, but the industry as a whole has a long way to go. A 2021 audit by the International Association of Privacy Professionals found that fewer than 50% of organizations inform users about their use of AI [IAPP].
Ultimately, the path forward will require ongoing collaboration, experimentation, and public dialogue. We must strive for a world where the transformative potential of AI is harnessed in service of human flourishing, not at the expense of our fundamental rights. As Stewart Brand famously wrote, "information wants to be free." But it is up to us to ensure that our personal information remains ours to control in the age of AI.
"Privacy isn‘t dead, but machine learning and large-scale data mining are shaping its future. The most urgent challenge is how people can protect their privacy in the uneven power relationship we have with tech platforms that hold and process our data." Evan Selinger and Woodrow Hartzog, Philosophers at Rochester Institute of Technology and Northeastern University [Washington Post]