paper-with-me

Papers

Context-Aware Initialization for Reducing Generative Path Length in Diffusion Language Models

2025-12-22 · Tongyuan Miao, Gary Huang, Kai Jun Han, Annie Jiang arxiv

Diffusion Large Language Models (DLLMs) enable fully parallel token decoding but often remain impractical at inference time due to the many denoising iterations required to refine an information-free, fully masked initialization into coherent text. Most existing acceleration methods focus on traversing this generative trajectory more efficiently via improved solvers or sampling strategies. We advance a complementary perspective: shorten the trajectory itself by starting closer to the target distribution through context-aware initialization. We propose a training-free interface that injects prompt-conditioned priors from a lightweight auxiliary model into the diffusion initialization, and instantiate it with two mechanisms: discrete token injection and representation-level embedding interpolation. Because injected priors can be imperfect and unmask-only decoding can over-commit early, we also introduce a simple confidence-based remasking mechanism as a form of prior skepticism. Preliminary evidence on GSM8K suggests that context-aware initialization can substantially reduce denoising iterations (about 35\% fewer function evaluations in our setting), while also exposing a key open challenge: naive warm-starting can degrade final accuracy relative to strong diffusion baselines. We use these findings to motivate a research agenda around calibration, revision mechanisms, and representation alignment for reliable warm-started diffusion decoding.

📄 PDF Abstract BibTeX arXiv:2512.19004

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive Overclocking: Dynamic Control of Thinking Path Length via Real-Time Reasoning Signals

2025-09-21 · Shuhao Jiang, Songbo Wang, Yang Qiao, Chun Xu 외 arxiv

Large Reasoning Models (LRMs) often suffer from computational inefficiency due to overthinking, where a fixed reasoning budget fails to match the varying complexity of tasks. To address this issue, we propose Adaptive Ov…

A Unified Paths Perspective for Pruning at Initialization

2021-01-26 · Thomas Gebhart, Udit Saxena, Paul Schrater

A number of recent approaches have been proposed for pruning neural network parameters at initialization with the goal of reducing the size and computational burden of models while minimally affecting their training dyna…

PA-TCNet: Pathology-Aware Temporal Calibration with Physiology-Guided Target Refinement for Cross-Subject Motor Imagery EEG Decoding in Stroke Patients

2026-04-17 · Xiangkai Wang, Yun Zhao, Dongyi He, Qingling Xia 외 arxiv

Stroke patient cross-subject electroencephalography (EEG) decoding of motor imagery (MI) brain-computer interface (BCI) is essential for motor rehabilitation, yet lesion-related abnormal temporal dynamics and pronounced …

Eeg Decoding

HookMIL: Revisiting Context Modeling in Multiple Instance Learning for Computational Pathology

2025-12-20 · Xitong Ling, Minxi Ouyang, Xiaoxiao Li, Jiawen Li 외 arxiv

Multiple Instance Learning (MIL) has enabled weakly supervised analysis of whole-slide images (WSIs) in computational pathology. However, traditional MIL approaches often lose crucial contextual information, while transf…

Multiple Instance LearningComputational Efficiency

Faster Fuzzing: Reinitialization with Deep Neural Models

2017-11-08 · Nicole Nichols, Mark Raugas, Robert Jasper, Nathan Hilliard

We improve the performance of the American Fuzzy Lop (AFL) fuzz testing framework by using Generative Adversarial Network (GAN) models to reinitialize the system with novel seed files. We assess performance based on the …

CPUGenerative Adversarial Network