Skip to main content
QUICK REVIEW

[論文レビュー] Training Diffusion Language Models for Black-Box Optimization

Zipeng Sun, Can Chen|arXiv (Cornell University)|Mar 18, 2026
Machine Learning in Materials Science被引用数 0
ひとこと要約

本論文は DiBO を提案。オフラインのブラックボックス最適化のための拡散 LLM フレームワークで、デリミタトークンによるドメイン適応と二段階後訓練(SFT → RL)を用い、異種のプロンプト、デザイン、ラベルから高ラベルの設計を生成し、Design-Bench の小データ設定で最先端の結果を達成。

ABSTRACT

We study offline black-box optimization (BBO), aiming to discover improved designs from an offline dataset of designs and labels, a problem common in robotics, DNA, and materials science with limited labeled samples. While recent work applies autoregressive LLMs to BBO by formatting tasks as natural-language prompts, their left-to-right design generation struggles to capture the strong bidirectional dependencies inherent in design problems. To address this, we propose adapting diffusion LLMs to offline BBO to leverage their bidirectional modeling capabilities. However, a domain gap exists between the natural text pre-training of diffusion LLMs and the heterogeneous signals in BBO (prompts, designs, and labels). To bridge this gap, we construct a unified prompt-response corpus and introduce delimiter tokens to explicitly mark field boundaries for domain adaptation. We further propose a two-stage post-training framework to align the diffusion LLM generation with high-label designs. The first stage performs supervised fine-tuning on the unified dataset via masked-response prediction, and the second stage adopts reinforcement learning with rewards defined by label improvements. Our method achieves state-of-the-art results on Design-Bench small-data settings.

研究の動機と目的

  • 自然言語事前学習とオフライン設計データ間のギャップを埋め、BBO の双方向モデリングを可能にする。
  • 拡散 LLM を活用して設計空間の双方向依存性を捉える。
  • デリミタ適用プロンプトを用いたドメイン適応と後訓練パイプラインを開発し、高ラベル設計との整合性を図る。
  • Discrete および Continuous タスク全般で Design-Bench の小データ設定において強い性能を示す。

提案手法

  • デザインとラベルを明示的なデリミタトークンで区切る統一的なプロンプト-レスポンスコーパスを構築。
  • prompts と responses のマスク化トークンを共同予測することでドメイン適応を実施(joint DA loss)。
  • 統一コーパス上での監視付きファインチューニング(マスク済みレスポンス予測)を経て、ラベル改善という報酬で強化学習を行う、二段階後訓練を採用。
  • 効率化のためのワンステップの対数確率 RL の近似を使用し、報酬は r(q,o)=y(o)−y(q)、報酬の標準偏差で正規化。
  • Design-Bench タスク(TF8、TF10、Ant Morphology、D’Kitty Morphology)を各タスク128候補で評価し、アブレーションでロバスト性を分析。
Figure 1 : Overview of the DiBO framework. (a) Unified Prompt–Response Corpus: Heterogeneous BBO signals (natural-language prompts, offline designs and their associated labels) are unified using explicit delimiter tokens. (b) Domain Adaptation (DA): The diffusion LLM is domain-adapted via joint mask
Figure 1 : Overview of the DiBO framework. (a) Unified Prompt–Response Corpus: Heterogeneous BBO signals (natural-language prompts, offline designs and their associated labels) are unified using explicit delimiter tokens. (b) Domain Adaptation (DA): The diffusion LLM is domain-adapted via joint mask

実験結果

リサーチクエスチョン

  • RQ1オフライン BBO においてディフュージョン LLM は自己回帰 LLM より双方向の依存性をより良く捉えられるか?
  • RQ2デリミタ強化プロンプトによるドメイン適応は異種のオフラインデータからの学習を改善するか?
  • RQ3三段階訓練パイプライン(DA、SFT、RL)は小データ領域で高ラベル設計への整合性を向上させるか?
  • RQ4DiBO は離散設計タスクと連続設計タスクの多様なベースラインに対してどの程度優れているか?
  • RQ5プロンプト類似性、デリミタトークン、訓練段階が性能に与える影響はどの程度か?

主な発見

MethodAnt MorphologyD’Kitty MorphologyTF Bind 8TF Bind 10Mean Score ↑Rank Mean ↓Rank Median ↓
D (ours) DiBO (full)0.944±0.0160.923±0.0020.965±0.0380.755±0.0120.897±0.0172.51.0
OPRO0.517±0.0390.856±0.0460.758±0.0170.500±0.0130.657±0.02813.514.5
GTG0.603±0.0390.917±0.0230.762±0.0160.730±0.0260.753±0.0267.259.0
DDOM0.590±0.0260.929±0.0370.739±0.0160.497±0.0020.689±0.02010.7511.5
MIN0.570±0.0030.886±0.0170.764±0.0080.517±0.0300.684±0.01511.7512.5
ExPT0.929±0.0490.950±0.0410.810±0.0440.703±0.0220.848±0.0393.03.0
OPRO (alternate)0.517±0.0390.856±0.0460.758±0.0170.500±0.0130.657±0.02813.514.5
BONET0.632±0.0420.920±0.0400.776±0.0070.492±0.0430.705±0.0339.57.5
CMA-ES0.592±0.0100.711±0.0450.784±0.0290.658±0.0310.686±0.0299.758.5
UniSO-T0.636±0.0450.939±0.0070.836±0.0270.522±0.0170.733±0.0246.05.0
Grad-mean0.644±0.0390.907±0.0160.666±0.0110.695±0.0270.728±0.0239.58.5
Grad-EI0.626±0.0020.901±0.0450.673±0.0120.689±0.0130.722±0.01810.510.5
  • DiBO は小データ設定で複数タスクにおいて Design-Bench で最先端の性能を達成。
  • デリミタトークンは平文の境界と比べ、全訓練段階で明確な意味的分離を提供し、ドメイン適応効果を向上。
  • 三段階パイプライン(DA + SFT + RL)は二段階バリアントを上回り、RL が報酬の細粒度最適化を提供。
  • 類似性条件付きの文脈構築(設計類似性に基づくプロンプト例の選択)は無作為な文脈に比べ性能を大幅に向上。
  • DiBO は前方代替 surrogate-guided 法や多くの拡散ベースのベースラインを一貫して上回り、特に Ant Morphology および TF Bind タスクで顕著。
  • 方法は RL 学習率やプロンプトテンプレートの変動といったハイパーパラメータに対しても頑健。
Figure 2 : Hyperparameter sensitivity on TF Bind 8 and Ant Morphology at the RL stage: (a) the number of few-shot examples in the prompt (context length), (b) size of the offline dataset, (c) learning rate used in RL stage, and (d) variations of prompt templates. Results are reported as relative per
Figure 2 : Hyperparameter sensitivity on TF Bind 8 and Ant Morphology at the RL stage: (a) the number of few-shot examples in the prompt (context length), (b) size of the offline dataset, (c) learning rate used in RL stage, and (d) variations of prompt templates. Results are reported as relative per

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。