paper-with-me

홈 › Papers

Memorization in Graph Neural Networks

2025-08-26 · Adarsh Jamadandi, Jing Xu, Adam Dziedzic, Franziska Boenisch arxiv

Deep neural networks (DNNs) have been shown to memorize their training data, yet similar analyses for graph neural networks (GNNs) remain largely under-explored. We introduce NCMemo (Node Classification Memorization), the first framework to quantify label memorization in semi-supervised node classification. We first establish an inverse relationship between memorization and graph homophily, i.e., the property that connected nodes share similar labels/features. We find that lower homophily significantly increases memorization, indicating that GNNs rely on memorization to learn less homophilic graphs. Secondly, we analyze GNN training dynamics. We find that the increased memorization in low homophily graphs is tightly coupled to the GNNs' implicit bias on using graph structure during learning. In low homophily regimes, this structure is less informative, hence inducing memorization of the node labels to minimize training loss. Finally, we show that nodes with higher label inconsistency in their feature-space neighborhood are significantly more prone to memorization. Building on our insights into the link between graph homophily and memorization, we investigate graph rewiring as a means to mitigate memorization. Our results demonstrate that this approach effectively reduces memorization without compromising model performance. Moreover, we show that it lowers the privacy risk for previously memorized data points in practice. Thus, our work not only advances understanding of GNN learning but also supports more privacy-preserving GNN deployment.

📄 PDF Abstract BibTeX arXiv:2508.19352

Code (0)

등록된 구현이 없습니다.

Tasks

Node Classification

Similar Papers 제목 키워드 기반

When Graph Language Models Go Beyond Memorization

2026-05-07 · Masatsugu Yamada, Mahito Sugiyama arxiv

It remains unclear whether graph language models learn structural regularities or merely memorize training graphs; this cannot be resolved by current aggregate fidelity metrics alone. We develop a calibrated diagnostic p…

Localizing Paragraph Memorization in Language Models

2024-03-28 · Niklas Stoehr, Mitchell Gordon, Chiyuan Zhang, Owen Lewis

Can we localize the weights and mechanisms used by a language model to memorize and recite entire paragraphs of its training data? In this paper, we show that while memorization is spread across multiple layers and model…

Language ModelingLanguage ModellingMemorization

Shared Path: Unraveling Memorization in Multilingual LLMs through Language Similarities

2025-05-21 · Xiaoyu Luo, Yiyi Chen, Johannes Bjerva, Qiongxiu Li

We present the first comprehensive study of Memorization in Multilingual Large Language Models (MLLMs), analyzing 95 languages using models across diverse model scales, architectures, and memorization definitions. As MLL…

MemorizationMultilingual NLP

Investigating Data Memorization in 3D Latent Diffusion Models for Medical Image Synthesis

2023-07-03 · Salman Ul Hassan Dar, Arman Ghanaat, Jannik Kahmann, Isabelle Ayx 외

Generative latent diffusion models have been established as state-of-the-art in data generation. One promising application is generation of realistic synthetic medical imaging data for open data sharing without compromis…

Contrastive LearningImage GenerationMemorization

Data Cartography for Detecting Memorization Hotspots and Guiding Data Interventions in Generative Models

2025-08-27 · Laksh Patel, Neel Shanbhag arxiv

Modern generative models risk overfitting and unintentionally memorizing rare training examples, which can be extracted by adversaries or inflate benchmark performance. We propose Generative Data Cartography (GenDataCart…