← Latest papers
🤖 machine learning

PriDyG: Privacy-preserving Dynamic Graph Inference with LLM-GNN Collaboration

PriDyG is a privacy-preserving framework for dynamic graph inference that combines GNN-based structural learning with LLM-based semantic reasoning to achieve edge-level differential privacy with constant cumulative cost, significantly outperforming existing baselines in utility while mitigating privacy loss accumulation.

Original authors: Yuyang Xia, Ruixuan Liu, Li Xiong

Published 2026-08-06
📖 4 min read☕ Coffee break read

Original authors: Yuyang Xia, Ruixuan Liu, Li Xiong

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine the internet as a giant, ever-changing map of connections. Some lines on this map are friendships, others are financial trades, and some are secret medical consultations. This map is called a "graph," and computers use it to make predictions, like guessing who you might want to be friends with or what product you'll buy next. But here's the catch: if you ask a computer to study this map too closely, it might accidentally reveal those secret lines, exposing private relationships. To stop this, scientists use a mathematical shield called "Differential Privacy." Think of it like adding a little bit of static noise to a radio signal; it makes the signal just fuzzy enough that no one can hear a specific secret, but clear enough to still understand the general music.

The problem gets trickier when the map keeps changing. In the real world, new friendships form and new transactions happen every second. If a computer tries to update its predictions every time a new line is drawn, it has to look at the whole map again and again. Every time it looks, the privacy shield gets a little weaker, and the noise gets a little louder, until the predictions become useless garbage. This paper tackles the big question: How can we keep updating our predictions on a changing map without running out of privacy or drowning in noise?

The authors of this paper, Yuyang Xia, Ruixuan Liu, and Li Xiong, propose a clever new system called PriDyG. Instead of trying to force the computer to re-scan the entire messy map every time a single new line appears, they built a two-part team. One part is a "structural detective" (a Graph Neural Network) that looks at the connections, and the other is a "semantic reader" (a Large Language Model) that reads the text descriptions of the people or items involved.

Here is how their magic trick works. The "structural detective" is the one that needs the privacy shield because it looks at the secret connections. Usually, every time the map changes, this detective has to re-examine the whole thing, which burns through the privacy budget and adds so much noise that it gets confused. PriDyG changes the game by using a "buffer" system. Instead of re-reading the whole map, the system just looks at the new lines that arrived since the last check. It calculates the difference and adds it to the old answer, like updating a scorecard by just adding the new points rather than recounting the whole game. This means the privacy cost stays the same no matter how many times the map updates.

However, this "difference" method isn't perfect; it misses some very complex, long-distance connections that a full re-scan would catch. That's where the second team member, the "semantic reader," comes in. This reader only looks at the public text descriptions (like a person's bio or a product's description) and ignores the secret connections entirely. Because it doesn't touch the private data, it doesn't need any privacy budget at all! It acts as a safety net. When the structural detective gets too fuzzy or unsure because of the noise, the system leans more heavily on the semantic reader's opinion.

The paper shows that this team-up works incredibly well. In tests on four different datasets (including social networks and product catalogs), PriDyG managed to keep its predictions accurate even as the graph changed thousands of times. It proved that by combining a privacy-preserving structural update with a privacy-free text reader, you can maintain high accuracy without the privacy cost spiraling out of control. The authors found that this method is far better than older ways of trying to save privacy, which usually resulted in the computer getting so noisy that it couldn't make any useful predictions after a few updates. They demonstrated that their approach keeps the total privacy cost constant, regardless of how many updates happen, while still delivering results that are competitive with systems that don't use privacy protection at all.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →