AI & Computational Science

Amplifying Membership Signal Through Chained Regeneration

AI Insight

Researchers developed MADreMIA, a framework that detects whether specific data was used to train large AI models by repeatedly feeding the model's outputs back as inputs in a chain. The method exploits the finding that memorized training samples maintain higher coherence and degrade more slowly through multiple regeneration cycles compared to non-training data. This approach works across multiple AI model types including image, text, and audio generation systems without requiring computationally expensive shadow model training.


This technique has significant implications for privacy auditing and copyright enforcement in AI systems, enabling more effective detection of unauthorized use of copyrighted or sensitive data in training datasets. The framework's scalability and model-agnostic design make it practically applicable to large commercial AI systems where current detection methods are often infeasible.


Understand the Science

Machine learning 107 articles Explore Concept → Overfitting Concept coming soon Feedback loop Concept coming soon

arXiv:2606.31991v1 Announce Type: cross
Abstract: The tendency of large generative models to memorize training data makes sample verification critical for privacy auditing and copyright enforcement. Current membership (MIA) and dataset inference (DI) attacks often rely on one-shot generations, which yield weak signals and limited sensitivity across modalities. Inspired by Model Autophagy Disorder (MAD), we introduce MADreMIA, a model-agnostic framework that enhances white-, gray-, and black-box MIA and DI. Rather than relying on shadow model training — often infeasible for large generative models — our framework facilitates scalable inference by leveraging inherent signals through iterative trajectories. This process utilizes chained generations across diverse modalities, where each output serves as the subsequent input, to improve membership evidence at low FPR. We demonstrate that memorized training samples exhibit significantly higher coherence and slower degradation during iterative regeneration than non-member generations. Our results show that MADreMIA provides richer signals across diverse model families and modalities; we present comprehensive evaluations for IARs, diffusion, and language models, alongside preliminary results demonstrating its potential for audio models.

Source: Amplifying Membership Signal Through Chained Regeneration