VGAS: Variance-Reduced Guidance and Adaptive Selection for Training-Free Reward Alignment in Discrete Diffusion

TL;DR

VGAS achieves training-free reward alignment by reducing variance and adaptive selection, enhancing biological sequence generation.

cs.LG 🔴 Advanced 2026-08-27 6 views
Kwanyoung Kim
discrete diffusion reward alignment training-free biological sequences variance reduction

Key Findings

Methodology

VGAS is a framework that reduces the variance of guidance estimates and performs adaptive selection during inference. It applies reward tilting in clean-token logits to preserve the pretrained schedule and sets the selection temperature per step.

Key Results

  • VGAS achieved the best training-free reward alignment across DNA, protein, and small-molecule benchmarks, matching or surpassing reward-fine-tuned generators.
  • In DNA enhancer design, VGAS achieved 99.1% ATAC accuracy, surpassing DRAKES's 92.4%.
  • In protein design, VGAS-GR and VGAS-RO each outperformed all training-free baselines on different paths.

Significance

VGAS provides efficient reward alignment without retraining the generator, crucial for applications requiring frequent reward target adjustments, such as biological sequence design. By reducing variance and adapting selection, VGAS offers a more robust and flexible inference method.

Technical Contribution

VGAS addresses the issues of fixed selection temperature and high variance guidance estimates in previous methods by introducing variance reduction techniques and adaptive selection temperature, maintaining the integrity of the pretrained model during inference while achieving higher reward alignment efficiency.

Novelty

VGAS is the first to combine variance reduction and adaptive selection in discrete diffusion models, offering a method for reward alignment without retraining the generator, significantly improving inference efficiency and generation quality.

Limitations

  • VGAS's performance on high-dimensional datasets has not been fully validated and may require further optimization.
  • Variance reduction effectiveness is limited in some non-differentiable reward scenarios.

Future Work

Future research could explore VGAS's applications in other domains like text and code generation. Further optimization of its performance on high-dimensional datasets is also a key direction.

AI Executive Summary

VGAS is a method for training-free reward alignment in discrete diffusion models, addressing the high variance guidance estimates and fixed selection temperature issues of existing methods. By reducing variance and adaptively adjusting selection temperature during inference, VGAS achieves more efficient reward alignment.

In experiments, VGAS excelled across DNA, protein, and small-molecule benchmarks, particularly in DNA enhancer design where it achieved 99.1% ATAC accuracy, significantly surpassing the current best method, DRAKES. By applying reward tilting in clean-token logits, VGAS maintains the integrity of the pretrained schedule.

While VGAS demonstrates superiority in multiple domains, its performance on high-dimensional datasets remains to be fully validated. Future research can explore its applications in other generative tasks and optimize its performance on complex datasets.

Deep Analysis

Background

Discrete diffusion models perform well in text, code, and biological sequence generation, but their training objective only rewards naturalness. Retraining the generator for each new reward is costly and inflexible.

Core Problem

Existing methods suffer from high variance guidance estimates and fixed selection temperature, leading to inefficient reward alignment. A method is needed to achieve efficient reward alignment without retraining the generator.

Innovation

VGAS addresses key issues in previous methods by reducing guidance estimate variance and adapting selection temperature. It maintains the integrity of the pretrained model during inference and improves generation quality by applying reward tilting in clean-token logits.

Methodology

  • �� Use Rao–Blackwellization to reduce variance for differentiable rewards
  • �� Use leave-one-out baseline to reduce variance for non-differentiable rewards
  • �� Apply reward tilting in clean-token logits
  • �� Adaptively adjust selection temperature per step

Experiments

Experiments were conducted on DNA, protein, and small-molecule benchmarks. Baselines included DRAKES, DG, SMC, etc. The main evaluation metrics were reward alignment efficiency and generation quality.

Results

VGAS excelled in all benchmarks, particularly in DNA enhancer design, achieving 99.1% ATAC accuracy. In protein design, VGAS-GR and VGAS-RO each outperformed all training-free baselines on different paths.

Applications

VGAS can be applied in biological sequence design, text generation, and code generation, especially in scenarios requiring frequent reward target adjustments.

Limitations & Outlook

VGAS's performance on high-dimensional datasets has not been fully validated and may require further optimization. Variance reduction effectiveness is limited in some non-differentiable reward scenarios.

Plain Language Accessible to non-experts

Imagine a factory where workers are on an assembly line. Each worker has a task, but sometimes they need to adjust their work to improve product quality. VGAS is like a smart supervisor who can adjust workers' tasks in real-time to ensure higher quality products without stopping the production line for full retraining.

ELI14 Explained like you're 14

Imagine you're playing a game where you need to score higher without changing your character's skills. VGAS is like a super cheat code that adjusts your strategy in real-time, allowing you to score higher without changing your character. Isn't that cool?

Glossary

Discrete Diffusion Model

A generative model that creates data by iteratively unmasking a sequence.

Used for text, code, and biological sequence generation.

Reward Alignment

A method to bias generation towards high-reward regions.

VGAS improves generation quality through reward alignment.

Variance Reduction

Reducing randomness in estimation to improve result stability.

VGAS enhances guidance estimate accuracy through variance reduction.

Adaptive Selection

Dynamically adjusting selection parameters based on the current state.

VGAS adaptively adjusts selection temperature during inference.

Clean-Token Logits

Probability distribution of unmasked sequences.

VGAS applies reward tilting here to preserve the pretrained schedule.

Open Questions Unanswered questions from this research

  • 1 VGAS's performance on high-dimensional datasets has not been fully validated and may require further optimization.
  • 2 Variance reduction effectiveness is limited in some non-differentiable reward scenarios.

Applications

Immediate Applications

Biological Sequence Design

VGAS can be used to optimize DNA and protein sequence design, improving the efficiency of biological experiments.

Long-term Vision

General Generative Models

VGAS's techniques can be extended to other generative tasks like text and code generation, with broad application potential.

Abstract

Masked discrete diffusion models perform strongly on text, code, and biological sequences, but their training objective rewards only naturalness, and retraining the generator for every new reward is expensive. Inference-time steering of a frozen model either guides the sampler by the reward gradient or searches over several trajectories, and recent samplers combine the two. Such combinations are assembled as pipelines that leave three choices at their defaults: a guidance estimate resting on one Gumbel draw per sample, a reward tilting placed without reference to the distribution the combination then targets, and a selection temperature held fixed although the spread of per-step rewards drifts. We identify that distribution and settle the three choices against it. We therefore propose Variance-reduced Guidance and Adaptive Selection (VGAS), a simple yet effective inference-time framework that reduces the variance of the guidance estimate for both reward types, applies the reward tilting in the clean-token logits, where the pretrained schedule is preserved, and sets the selection temperature per step. Across regulatory DNA, protein and small-molecule benchmarks, VGAS attains the best training-free reward and matches or surpasses a reward-fine-tuned generator.

cs.LG cs.CE q-bio.QM stat.ML