← Latest papers
🤖 AI

JUMP: Single-Pass Membership Inference on Fine-Tuned Diffusion Language Models

This paper introduces JUMP, a single-pass membership inference attack for fine-tuned discrete diffusion language models that leverages their any-order and parallel decodability to select low-confidence positions and score them jointly, significantly outperforming the prior SAMA method in accuracy and efficiency.

Original authors: Yeachan Jun, Albert No

Published 2026-07-21
📖 4 min read☕ Coffee break read

Original authors: Yeachan Jun, Albert No

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 you are trying to figure out if a specific sentence was part of a secret recipe book used to teach a robot how to write. This is the world of Membership Inference, a branch of computer science dedicated to privacy. In this field, researchers act like digital detectives, trying to see if a model "memorized" a specific piece of data during its training. If the model behaves differently when it sees a sentence it has seen before compared to a new one, it might be leaking private information.

To understand the new twist in this story, we need to know about two types of writing robots. The old kind, called Autoregressive models, write like a person typing a letter: they can only look at what they've already written to guess the next word. They are locked in a left-to-right line. The new kind, called Discrete Diffusion Language Models (dLLMs), are more like a puzzle solver. They can look at a whole sentence with some words hidden (masked) and guess all the missing words at the same time, in any order. This gives them a superpower: they can be asked to solve the same sentence in hundreds of different ways, depending on which words you choose to hide. The big question for privacy experts is: does this new superpower make it easier or harder to tell if a sentence was in the robot's secret training book?

Enter JUMP, a new method proposed by researchers Yeachan Jun and Albert No. They discovered that the old way of testing these new robots was like trying to find a needle in a haystack by throwing random handfuls of hay at it. The previous best method, called SAMA, would randomly pick groups of words to hide, ask the robot to guess them, and repeat this process many times to get an average score. It worked, but it was slow and often picked boring, easy words that didn't tell the detective much.

JUMP changes the game by being a smart, single-pass detective. Instead of guessing randomly, JUMP first uses a "reference" robot (a version of the model that hasn't seen the secret book) to find the specific words in a sentence that are the most confusing or difficult for it to guess. These are the "low-confidence" spots. JUMP then hides only those tricky words all at once and asks the target robot to solve them. Because dLLMs can solve all hidden words in parallel, JUMP gets a full report on all the tricky spots in just one single look. It then compares how well the target robot did versus the reference robot. If the target robot is surprisingly good at fixing those specific confusing spots, it's a strong sign that the sentence was in its training data.

The results are impressive. When tested on a large model called LLaDA-8B-Base across six different topics (like Wikipedia, medical papers, and coding sites), JUMP proved to be much sharper than the old random method. It raised the average success rate (measured as ROC-AUC) from 0.82 to 0.90. Even more importantly, it became much better at spotting members when the stakes are high (low false alarm rates), catching more members at a 0.1% false positive rate where the old method barely caught anything. Perhaps the most playful part of the story is the efficiency: while the old method might need dozens of questions to get a good answer, JUMP needs just two (one for the target, one for the reference) plus a tiny bit of setup. The researchers found that even without training a special helper tool, a simple version of JUMP could still outperform the old random method, suggesting that the "confusing word" strategy is a fundamental weakness in these new models.

In short, JUMP shows that for these new, flexible writing robots, the best way to catch a privacy leak isn't to ask a million random questions, but to ask one very smart question about the words that are hardest to guess. It turns the robot's ability to work in any order from a confusing feature into a clear vulnerability, proving that these models leave a much bigger fingerprint on their training data than we might have thought.

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 →