← Latest papers
💬 NLP

When to Plan, When to Polish: Noise Level as a Granularity Axis for Diffusion Language Models

This paper proposes Noise Dependent Granularity Control (NDGC), a single-level diffusion language model method that dynamically adjusts token grouping based on noise levels to enable early coarse structural planning and subsequent fine-grained refinement without requiring explicit hierarchical architectures or separate planners.

Original authors: Peihong Li, Yuanjie Shi, Yan Yan

Published 2026-06-23
📖 5 min read🧠 Deep dive

Original authors: Peihong Li, Yuanjie Shi, Yan Yan

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

The Big Problem: The "Scattered Crumbs" Dilemma

Imagine you are trying to reconstruct a shattered vase.

  • Standard AI (The Old Way): Imagine the AI is given a pile of scattered crumbs. It has to guess what the vase looked like by looking at one tiny crumb at a time. At the very beginning, when the vase is most broken (high "noise"), the crumbs are so far apart that the AI can't see the shape. It just guesses, "Maybe this crumb is blue?" and "Maybe that one is red?" It ends up guessing local details without understanding the big picture. It tries to fix the vase by gluing on random pieces, often resulting in a mess where the vase repeats the same pattern over and over or falls apart.

  • The Goal: We want the AI to first figure out the shape of the vase (the plan), and then figure out the color and texture (the polish).

The Solution: NDGC (Noise-Dependent Granularity Control)

The authors propose a new method called NDGC. Think of this as a smart renovation crew that changes its tools based on how broken the house is.

The core idea is simple: Use the "noise level" (how broken the text is) to decide how big of a piece the AI should look at.

  1. High Noise (The "Planning" Phase):

    • The Situation: The text is very corrupted; most of it is hidden.
    • The Old Way: The AI still looks at one word at a time. It sees isolated, confusing fragments.
    • The NDGC Way: The AI is trained to look at chunks of words (like a whole sentence or a phrase) at once. Instead of seeing scattered crumbs, it sees readable windows of text.
    • The Analogy: Instead of looking at a single brick, the AI looks at a whole wall. This helps it decide, "Okay, this wall goes on the left, and that wall goes on the right." It builds the skeleton or the map of the story early on.
  2. Low Noise (The "Polishing" Phase):

    • The Situation: The text is mostly clean; only a few words are hidden.
    • The NDGC Way: Now that the "skeleton" is built, the AI switches back to looking at single words.
    • The Analogy: The house is built; now the AI is just painting the walls, fixing the doorknobs, and arranging the furniture. It refines the wording.

How It Works (Without Extra Tools)

Usually, to get an AI to "plan" before it "writes," you need to build a complex system with two separate parts: one part that writes an outline, and another part that writes the story.

NDGC is clever because it does this with just one tool. It doesn't add a new "planner" robot. Instead, it teaches the same robot to change its behavior based on the noise level:

  • Training: The AI is taught to see groups of words when the noise is high.
  • Inference (Generation): When the AI is actually writing, it follows the same rule. If the noise is high, it commits to whole groups of words (the plan). If the noise is low, it commits to single words (the polish).

The Results: What Happened?

The researchers tested this on a task where the AI had to write a story following a specific, hidden order of topics (like: Newsroom → Space → School → Desert → Museum).

  • The Old Way (Standard AI): The AI got stuck. It would write a bunch of text about the "Newsroom," then get confused, repeat the newsroom stuff, and never actually get to the "Space" or "Desert" parts. It was like a writer who keeps rambling about the same sentence and never moves the plot forward.
  • The NDGC Way: The AI successfully built the "skeleton" early. It quickly established that the story starts in the newsroom, then moves to space, then school, etc. It didn't get stuck in loops. The final stories were much more organized, had fewer repetitions, and actually followed the hidden plan.

The Takeaway

The paper claims that noise level isn't just about how much text is hidden; it's a signal for how the AI should think.

  • High Noise = Big Picture Thinking: Look at groups of words to build the structure.
  • Low Noise = Detail Thinking: Look at single words to fix the grammar and style.

By aligning the training (what the AI sees) with the testing (what the AI decides), the AI learns to plan first and polish later, all without needing a separate planning system. It turns a chaotic "guessing game" into a structured "construction project."

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 →