paper-with-me

Papers

Stable-DiffCoder: Pushing the Frontier of Code Diffusion Large Language Model

2026-01-22 · Chenghao Fan, Wen Heng, Bo Li, Sichen Liu, Yuxuan Song, Jing Su, Xiaoye Qu, Kai Shen, Wei Wei arxiv

Diffusion-based language models (DLLMs) offer non-sequential, block-wise generation and richer data reuse compared to autoregressive (AR) models, but existing code DLLMs still lag behind strong AR baselines under comparable budgets. We revisit this setting in a controlled study and introduce Stable-DiffCoder, a block diffusion code model that reuses the Seed-Coder architecture, data, and training pipeline. To enable efficient knowledge learning and stable training, we incorporate a block diffusion continual pretraining (CPT) stage enhanced by a tailored warmup and block-wise clipped noise schedule. Under the same data and architecture, Stable-DiffCoder overall outperforms its AR counterpart on a broad suite of code benchmarks. Moreover, relying only on the CPT and supervised fine-tuning stages, Stable-DiffCoder achieves stronger performance than a wide range of \~8B ARs and DLLMs, demonstrating that diffusion-based training can improve code modeling quality beyond AR training alone. Moreover, diffusion-based any-order modeling improves structured code modeling for editing and reasoning, and through data augmentation, benefits low-resource coding languages.

📄 PDF Abstract BibTeX arXiv:2601.15892

Code (0)

등록된 구현이 없습니다.

Tasks

Continual PretrainingData Augmentation

Similar Papers 제목 키워드 기반

Coupled Diffusion-Encoder Models for Reconstruction of Flow Fields

2026-01-12 · AmirPouya Hemmasian, Amir Barati Farimani arxiv

Data-driven flow-field reconstruction typically relies on autoencoder architectures that compress high-dimensional states into low-dimensional latent representations. However, classical approaches such as variational aut…

AdaTSQ: Pushing the Pareto Frontier of Diffusion Transformers via Temporal-Sensitivity Quantization

2026-02-10 · Shaoqiu Zhang, Zizhong Ding, Kaicheng Yang, Junyi Wu 외 arxiv

Diffusion Transformers (DiTs) have emerged as the state-of-the-art backbone for high-fidelity image and video generation. However, their massive computational cost and memory footprint hinder deployment on edge devices. …

Video Generation

Direct Diffusion Bridge using Data Consistency for Inverse Problems

2023-05-31 · NeurIPS 2023 11 · Hyungjin Chung, Jeongsol Kim, Jong Chul Ye

Diffusion model-based inverse problem solvers have shown impressive performance, but are limited in speed, mostly as they require reverse diffusion sampling starting from noise. Several recent works have tried to allevia…

SpecDiff: Accelerating Diffusion Model Inference with Self-Speculation

2025-09-17 · Jiayi Pan, Jiaming Xu, Yongkang Zhou, Guohao Dai arxiv

Feature caching has recently emerged as a promising method for diffusion model acceleration. It effectively alleviates the inefficiency problem caused by high computational requirements by caching similar features in the…

Feature Importance

DualDiffusion: A Speculative Decoding Strategy for Masked Diffusion Models

2026-04-06 · Satyam Goyal, Kushal Patel, Tanush Mittal, Arjun Laxman arxiv

Masked Diffusion Models (MDMs) offer a promising alternative to autoregressive language models by enabling parallel token generation and bidirectional context modeling. However, their inference speed is significantly lim…