惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
博客园 - 三生石上(FineUI控件)
V
V2EX
博客园 - 司徒正美
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
Last Week in AI
Last Week in AI
雷峰网
雷峰网
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
S
SegmentFault 最新的问题
美团技术团队
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
爱范儿
爱范儿
博客园 - 聂微东
量子位
J
Java Code Geeks
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Vercel News
Vercel News

School of Computer Science News

Robotics Innovation Center Earns LEED Platinum Certification for Sustainable Construction AI4MiddleSchools Expands Nationwide Effort To Prepare Students for an AI-Powered Future Carvalho Earns NSF CAREER Award To Study Motivation and Learning Season Three of 'Does Compute' Now Available Rare Ventures Partners Rings NYSE Opening Bell Bringing Images to Life Through Touch - Robotics Institute Carnegie Mellon University Fried Receives NSF CAREER Award - Language Technologies Institute - School of Computer Science - Carnegie Mellon University PAIR Helps Students Find Their Place in AI Research Navigating the AI Era with a CMU Focus on Critical Thinking Kaess Named to Inaugural Chief of Naval Research Fellows Program Navigating the Moon Koedinger Wins Lifetime Achievement Award Carnegie Mellon Names Damion Shelton Associate VP and Executive Director of the Swartz Center for Entrepreneurship Hong Shen Discusses AI Safety at WEF Annual Meeting Erickson Earns NSF CAREER Award - Robotics Institute Carnegie Mellon University Satya Honored With Test of Time Award From Proof to Program: CMU and the Rise of AI-Driven Mathematics SCS Researchers Named to Inaugural ACM SIGSOFT Software Engineering Academy Healthcare Blind Spots: AI Models Prone To Fabricating Diagnoses - Robotics Institute Carnegie Mellon University You Can't Remove Humans From Software Engineering Designing the Future of Tech Governance AI, Single-Cell Technology Reveal How 3D Genome Differs in People With Alzheimer's Disease Tepper School of Business and School of Computer Science Partner to Launch AI for Business Executive Education Program Carnegie Mellon Researchers Lead Three DOE Genesis Mission Awards to Advance the Future of AI-Enabled Scientific Discovery Snake Robots Support Earthquake Search and Rescue in Venezuela Lindlbauer Receives NSF CAREER Award for Adaptive Extended Reality Interfaces Fredrikson Earns Test of Time Award for AI Security CMU Advances Defense Manufacturing and Military Education at Pennsylvania Defense and Innovation Summit Looking Ahead: AI Needs UI Liu Receives NSF CAREER Award
CyLab study finds “privacy-preserving” tracking alternati...
Michael Cunningham · 2026-04-28 · via School of Computer Science News

Michael Cunningham

Apr 28, 2026

decorative image featuring headshot photos of Saranya Vijayakumar, Norman Sadeh, and Matt Fredrikson with the CyLab logo

From left: CyLab researchers, Saranya Vijayakumar, Norman Sadeh, and Matt Fredrikson conducted research on privacy systems built around grouping users by broad behavioral “topics” rather than individual identifiers.

As major technology companies race to replace traditional online tracking tools with systems marketed as more privacy-conscious, new CyLab research suggests that some of those alternatives may offer far less protection than advertised.

In a recent study, CyLab researchers found that privacy systems built around grouping users by broad behavioral “topics” rather than individual identifiers can still leave people surprisingly vulnerable to re-identification when modern artificial intelligence models analyze behavior over time.

The findings, detailed in the recently published paper “Sequential Pattern Recognition Attacks against Deployed Topic-Based Mechanisms,” raise broader concerns about whether many emerging privacy-preserving technologies are truly safeguarding users, or simply repackaging surveillance in a less obvious form.

Saranya Vijayakumar, a Ph.D. candidate in Carnegie Mellon’s Computer Science Department and lead author, presented the paper at the 12th International Conference on Information Systems Security (ICISSP 2026) in Marbella, Spain, where it received the ICISSP 2026 Best Student Paper Award.

The research focused on systems like Google’s now-deprecated Topics API, which was designed as a replacement for third-party cookies. Instead of assigning users a persistent ID that advertisers could track across websites, Topics categorized users based on general interests, such as cooking, sports, or news, with the goal of obscuring individual identity within larger groups.

But Vijayakumar said that premise begins to unravel when user behavior is analyzed across multiple points in time.

“The broader takeaway is that when you’re looking at something temporally, the privacy-preserving nature can change a lot,” said Vijayakumar. “If you have multiple epochs of data, you have to examine something thinking of yourself as an advertiser who can collect data over time.”

Using a transformer-based machine learning framework, a type of AI model particularly effective at detecting sequential patterns, the researchers demonstrated that aggregated topic profiles could still be used to identify individual users with striking accuracy. Their model achieved nearly 34 percent re-identification accuracy on web browsing data and more than 95 percent accuracy on music listening behavior in our experimental setting, substantially outperforming previous attack methods.

The problem, Vijayakumar explained, is that while any single snapshot of generalized user interests may appear anonymous, repeated snapshots create a behavioral timeline that can become highly distinctive.

“Over the course of many weeks, you can build a profile not just within one week’s topics, but across many topics,” said Vijayakumar. “That ends up building another behavioral profile, kind of like cookies. It takes longer, but it’s still something you’re able to do.”

The study also found that common safeguards, such as adding small amounts of random noise to topic assignments, did little to stop advanced attacks. Even industry-standard protections were often ineffective once machine learning systems leveraged temporal consistency.

We have the science behind what a good privacy mechanism should look like, and then companies are doing something else.

Saranya Vijayakumar, Ph.D. candidate, Carnegie Mellon University

For Vijayakumar, the issue extends well beyond one discontinued Google product. She emphasized that the real lesson is not about a single company’s implementation, but about a broader class of privacy mechanisms increasingly used across the tech industry.

“I want to de-emphasize Topics specifically and talk more about the temporal nature of our work,” she said. “The clustering privacy mechanism itself is a weak idea, because it lacks formal guarantees and can fail under composition, especially over time.”

That weakness, she argues, stems from a gap between privacy marketing and privacy science. While many systems present behavioral aggregation as inherently protective, Vijayakumar noted that stronger privacy guarantees, such as differential privacy, assume mathematically rigorous protections that many real-world products lack.

“We have the science behind what a good privacy mechanism should look like, and then companies are doing something else,” she said.

The findings arrive amid growing public fatigue around cookie consent pop-ups and increasing consumer assumptions that privacy controls automatically equate to meaningful protection. Vijayakumar believes that misunderstanding can obscure larger ethical concerns.

“Privacy is a more fundamental right,” she said. “Even if you’re not hiding anything, we should be trying to protect privacy as a whole, and to do that, we need to protect individual privacy.”

The research also highlights how implementation details can determine whether a privacy system succeeds or fails. Vijayakumar hopes the work encourages deeper scrutiny of similar clustering-based systems developed by other companies.

Rather than evaluating privacy protections only in isolated snapshots, she said, researchers and policymakers need to examine how data accumulates over time and how AI can exploit those patterns.

As companies continue searching for alternatives to invasive digital advertising practices, CyLab’s  findings suggest that replacing cookies with newer technologies may not be enough if the underlying assumptions about anonymity remain flawed.

“Without stronger, mathematically grounded safeguards that realistically address privacy risks, including those associated with modern AI technologies, privacy-preserving systems may still leave users more exposed than they realize,” said Vijayakumar.

CyLab Research Team

Saranya Vijayakumar, Norman Sadeh, and Matt Fredrikson