<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" 
      xmlns:media="http://search.yahoo.com/mrss/" 
      xmlns:content="http://purl.org/rss/1.0/modules/content/" 
      xmlns:dc="http://purl.org/dc/elements/1.1/" 
      version="2.0">
<channel>
<title>ML Notes — 日本語</title>
<link>https://notes.iwase.dev/ja/</link>
<atom:link href="https://notes.iwase.dev/ja/index.xml" rel="self" type="application/rss+xml"/>
<description>機械学習・深層学習に関するまとめ（日本語版）</description>
<generator>quarto-1.10.18</generator>
<lastBuildDate>Sat, 08 Aug 2026 00:00:00 GMT</lastBuildDate>
<item>
  <title>Harness Optimization</title>
  <dc:creator>Naoto Iwase</dc:creator>
  <link>https://notes.iwase.dev/ja/harness-optimization/</link>
  <description><![CDATA[ 





<p>大規模言語モデル（large language model, LLM）のエージェントのふるまいは、モデルを選んだ時点ではまだ決まらない。何をコンテキストに入れ、どのツールをどう渡し、いつ検証し、失敗からどう立て直すか。同じモデルでも、周囲の実行系しだいで、解けるタスク、コスト、失敗モード（failure mode）は変わる。本書では、プロンプト、メモリ、制御フロー、検証器（validator）、復旧ロジックからなるこの実行系を <strong>実行可能ハーネス（executable harness）</strong> と呼び、以下ではハーネス（harness）と略す。</p>
<p>では、モデルを変えずに、実行記録（trace）と評価からハーネス自体を改善できないだろうか。本書は、プロンプト、ワークフロー、メモリ、実行時コードの編集を一つの最適化ループとして捉える。失敗から更新候補（candidate）を作り、限られた予算とばらつきのある評価の下で本当の改善を見分け、確かめた変更だけを次の実行へ持ち越す。目標は、エージェントが変化すること自体ではない。その変化を、再現可能で信頼できる改善にすることである。</p>



 ]]></description>
  <category>LLM</category>
  <category>AI Agent</category>
  <guid>https://notes.iwase.dev/ja/harness-optimization/</guid>
  <pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate>
  <media:content url="https://notes.iwase.dev/ja/harness-optimization/images/dgm-concept.png" medium="image" type="image/png" height="40" width="144"/>
</item>
<item>
  <title>Small Recursive Reasoning Models</title>
  <dc:creator>Naoto Iwase</dc:creator>
  <link>https://notes.iwase.dev/ja/recursive-reasoning/</link>
  <description><![CDATA[ 





<p>小規模なneural networkをtest-timeに再帰展開するreasoning modelは、parameter数の代わりに反復計算を使う。SudokuやARC-AGIなどの構造化taskを中心に、独立した研究系統として発展してきた。</p>
<p>本書はrecursive reasoning modelを、技術的基盤、前史、実験評価、批判の各面から整理する。latent reasoningやtest-time scalingとの関係、実装上の選択、未解決問題も扱う。</p>



 ]]></description>
  <category>Deep Learning</category>
  <category>Reasoning</category>
  <guid>https://notes.iwase.dev/ja/recursive-reasoning/</guid>
  <pubDate>Sun, 24 May 2026 00:00:00 GMT</pubDate>
  <media:content url="https://notes.iwase.dev/ja/recursive-reasoning/images/gram-overview.png" medium="image" type="image/png" height="48" width="144"/>
</item>
<item>
  <title>Reliable Reasoning</title>
  <dc:creator>Naoto Iwase</dc:creator>
  <link>https://notes.iwase.dev/ja/reliable-reasoning/</link>
  <description><![CDATA[ 





<p>大規模言語モデル（LLM）のreasoningを信頼できる形で引き出す研究が、2025–2026年に急速に発展した。本書は、generationを長くするだけでなく、外部信号を用いてreasoningを改善・評価する手法を横断して整理する。</p>
<p>対象は、訓練側の信号、推論側の信号、構造的アプローチである。能力獲得の実態、正しさの推定、inference computeの配分を共通の評価軸として扱う。</p>



 ]]></description>
  <category>LLM</category>
  <category>Reasoning</category>
  <guid>https://notes.iwase.dev/ja/reliable-reasoning/</guid>
  <pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate>
  <media:content url="https://notes.iwase.dev/ja/reliable-reasoning/images/rlvr-yue2025-overview.png" medium="image" type="image/png" height="68" width="144"/>
</item>
<item>
  <title>Diffusion Language Models</title>
  <dc:creator>Naoto Iwase</dc:creator>
  <link>https://notes.iwase.dev/ja/dllm/</link>
  <description><![CDATA[ 





<p>Diffusion Language Models（DLLM）は、画像生成で成功した拡散モデルの考え方を言語モデリングに持ち込む試みであり、近年 LLaDA や Dream といった大規模な実装例、Mercury や Gemini Diffusion といった商用クラスの実装例が登場している。本書は、現代的な DLLM を理解するための主要文献と、Li et al.&nbsp;2025 のサーベイで提示された taxonomy を統合し、定式化・サンプリング・連続拡散との対応・AR からの適応・派生 discrete モデル・ハイブリッド・推論加速・guidance・事後学習・マルチモーダル化・応用領域までを体系的にまとめる。</p>



 ]]></description>
  <category>LLM</category>
  <category>Generative Model</category>
  <guid>https://notes.iwase.dev/ja/dllm/</guid>
  <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
  <media:content url="https://notes.iwase.dev/ja/dllm/images/dllm.png" medium="image" type="image/png" height="76" width="144"/>
</item>
<item>
  <title>One-Step Generation</title>
  <dc:creator>Naoto Iwase</dc:creator>
  <link>https://notes.iwase.dev/ja/one-step-generation/</link>
  <description><![CDATA[ 





<p>2025〜2026年にかけて、拡散モデルや Flow Matching の多ステップ推論を克服し、<strong>1回のネットワーク評価（1-NFE）で高品質な画像を生成する手法</strong>が急速に発展している。本シリーズでは、この分野を牽引する4つの論文をキュレートし、Flow Matching の拡張から全く新しいパラダイムまでの技術的進化を追う。</p>



 ]]></description>
  <category>Deep Learning</category>
  <category>Generative Model</category>
  <guid>https://notes.iwase.dev/ja/one-step-generation/</guid>
  <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
  <media:content url="https://notes.iwase.dev/ja/one-step-generation/images/one-step-generation.png" medium="image" type="image/png" height="76" width="144"/>
</item>
<item>
  <title>Molmo2</title>
  <dc:creator>Naoto Iwase</dc:creator>
  <link>https://notes.iwase.dev/ja/molmo2/</link>
  <description><![CDATA[ 





<p>Molmo2 (Multimodal Open Language Model 2) は、Allen Institute for AIとワシントン大学が開発した完全オープンなVision-Language Model (VLM) familyである。中心的な機能は、動画内のeventやobjectが「いつ、どこに」現れるかを示す <strong>video grounding</strong> である。</p>
<p>本書は、この機能を支えるopen data pipeline、model family、grounding評価を、proprietary systemとの報告上の比較を含めて整理する。</p>
<p><a href="https://arxiv.org/abs/2601.10611">論文</a> · <a href="https://github.com/allenai/molmo2">Code</a> · <a href="https://playground.allenai.org">Demo</a></p>



 ]]></description>
  <category>VLM</category>
  <guid>https://notes.iwase.dev/ja/molmo2/</guid>
  <pubDate>Tue, 03 Feb 2026 00:00:00 GMT</pubDate>
  <media:content url="https://notes.iwase.dev/ja/molmo2/images/molmo2.png" medium="image" type="image/png" height="76" width="144"/>
</item>
<item>
  <title>Olmo 3</title>
  <dc:creator>Naoto Iwase</dc:creator>
  <link>https://notes.iwase.dev/ja/olmo-3/</link>
  <description><![CDATA[ 





<p>Olmo 3 は、Allen Institute for AI (AI2) が開発した 7B および 32B パラメータスケールの完全オープンな言語モデルファミリーである。このリリースは、モデルの全ライフサイクル（すべてのステージ、チェックポイント、データポイント、依存関係）を含む「モデルフロー (Model Flow)」全体を公開している。</p>
<p><strong>論文</strong>: <a href="https://arxiv.org/abs/2512.13961">arXiv:2512.13961</a></p>



 ]]></description>
  <category>LLM</category>
  <category>Reasoning</category>
  <guid>https://notes.iwase.dev/ja/olmo-3/</guid>
  <pubDate>Mon, 02 Feb 2026 00:00:00 GMT</pubDate>
  <media:content url="https://notes.iwase.dev/ja/olmo-3/images/olmo-3.png" medium="image" type="image/png" height="76" width="144"/>
</item>
</channel>
</rss>
