Discrete Diffusion で高速テキスト生成「DiffusionGemma」公開
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Hugging Face Daily Papers
Google が公開した実験的オープンウェイトモデル「DiffusionGemma」は、従来の自己回帰型モデルのボトルネックを解消し、H100 GPU で秒間約 1,500 トークンの生成速度を実現する离散拡散技術を採用している。
AI深層分析を開く2026年8月5日 11:31
AI深層分析
キーポイント
高速な並列テキスト生成の実現
DiffusionGemma は 256 トークンブロックを並列で反復的に精査することで、従来の自己回帰型モデルが抱える逐次デコードのボトルネックを回避し、H100 GPU で秒間約 1,500 トークンの生成速度を達成する。
計算効率の高いトレーニングパイプライン
同モデルは既存の Gemma 4 モデル(3.8B アクティブ、25.2B 総パラメータ)をファインチューニングすることで構築され、開始時の自己回帰モデルのトレーニングトークン予算の 10% 未満で済む計算効率の高い 2 段階学習パイプラインを採用している。
ハイブリッドデコードへの道筋
拡散ファインチューニング後も自己回帰生成を維持しており、性能低下は僅少であるため、拡散型と自己回帰型の両方を活用するハイブリッドデコードの実現可能性を示唆している。
重要な引用
DiffusionGemma establishes a new Pareto frontier for the trade-off between generation speed and model capability.
it generates around 20 tokens per forward pass and achieves roughly 1,500 output tokens per second on a single NVIDIA H100 GPU
suggesting a path toward hybrid diffusion-AR decoding
編集コメントを表示
編集コメント
この技術報告書は、生成速度の壁を打ち破る新しいアプローチとして注目される。拡散モデルと自己回帰型の融合という方向性は、今後の大規模言語モデル開発における重要な指針となる可能性が高い。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
Discrete diffusion を用いて、驚異的な速度でテキストを生成する実験的なオープンウェイト言語モデル「DiffusionGemma」を紹介します。従来の自己回帰(AR)型大規模言語モデルが抱える逐次デコードのボトルネックを回避するため、DiffusionGemma は 1 トークンずつではなく、256 トークンのブロックを並列に反復的に精査・生成します。
ゼロから学習するのではなく、38 億個の活性化パラメータと合計 252 億個のパラメータを持つ混合専門家(MoE)モデル「Gemma 4」をファインチューニングすることで DiffusionGemma を構築しました。計算効率に優れた 2 ステージのトレーニングパイプラインでは、元となる AR モデルの総学習トークン予算の 10% 未満しか使用しません。最初のステージでは教師ありファインチューニングにより双方向のノイズ除去を習得させ、2 つ目のステージでは強化学習とサンプラーの蒸留を組み合わせて、生成品質と推論効率の双方を同時に向上させます。
DiffusionGemma は、生成速度とモデル能力のトレードオフにおいて新たなパレート最適点を確立しました。評価スイート全体での平均値として、1 回のフォワードパスあたり約 20 トークンを生成し、単一の NVIDIA H100 GPU で 1 秒間に約 1,500 トークンの出力を実現します。これは最先端のスペキュレーティブデコードを備えた AR モデルよりも大幅に高速です。
さらに DiffusionGemma は、思考モード(thinking mode)、マルチモーダル入力、および長いコンテキストへの対応など、元モデルが持つ機能もそのまま維持しています。
拡散モデルのファインチューニング後も、わずかな性能低下にとどまりながら自己回帰(AR)生成を継続できることは、拡散と AR を組み合わせたハイブリッドなデコーディングへの道筋を示唆している。
原文を表示
We introduce DiffusionGemma, an experimental open-weight language model that uses discrete diffusion to generate text at exceptionally high speed. Rather than decoding one token at a time, DiffusionGemma iteratively refines blocks of 256 tokens in parallel, avoiding the sequential decoding bottleneck of conventional autoregressive (AR) large language models. Instead of training from scratch, we obtain DiffusionGemma by fine-tuning the mixture-of-experts Gemma 4 model with 3.8B activated and 25.2B total parameters. Our compute-efficient two-stage training pipeline uses fewer than 10% of the starting AR model's total training token budget. The first stage uses supervised fine-tuning to teach bidirectional denoising, while the second stage combines reinforcement learning with sampler distillation to jointly improve generation quality and inference efficiency. DiffusionGemma establishes a new Pareto frontier for the trade-off between generation speed and model capability. Averaged across our full evaluation suite, it generates around 20 tokens per forward pass and achieves roughly 1,500 output tokens per second on a single NVIDIA H100 GPU, which is substantially faster than AR models even with state-of-the-art speculative decoding. DiffusionGemma also retains the starting model's support for thinking mode, multimodal inputs, and long contexts. Despite diffusion fine-tuning, it remains capable of AR generation with only minor performance degradation, suggesting a path toward hybrid diffusion-AR decoding.
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み