AWS Trainium でモデルとカーネルの共設計コンペ開催
本文の状態
日本語全文を表示中
詳細モードで約11分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Amazon Science
Amazon は AWS Trainium 専用チップ上でモデルとカーネルを共設計する「AWS Trainium Frontier」コンペティションを開催し、ハードウェア制約が異なる環境での最適モデル構造を探求する。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月11日 06:20
AI深層分析
キーポイント
ハードウェア固有の設計フロンティアの提示
AWS Trainium は従来のアクセラレータと異なるメモリ階層や演算特性を持ち、これによりメモリーバウンドだった操作が計算バウンドに転じる可能性があり、モデル構造そのものの再設計を促す。
ゼロからの学習による包括的実験
参加者は約 50M パラメータのベースラインから始まり、アーキテクチャ、オプティマイザ、トレーニングループ、およびカスタム NKI カーネルまでを自由に改変して言語モデルをゼロから訓練する。
固定予算下での最適化トレードオフ
限られた時間と計算リソースの中で、検証データのビット単価をいかに下げつつ、ダウンストリームでのインコンテキスト学習能力を最大化するかというバランスが問われる。
実証的な最適解の探索
このコンペティションは仮説ではなく実証を通じて、ハードウェア制約が根本的に異なる場合にどのようなモデルが最適かを明らかにすることを目的としている。
ハードウェア固有機能を活用したモデル設計
NKIやAI支援ツールにより、SBUFスクラッチパッドや明示的なDMA制御など標準フレームワークではアクセスできないハードウェア機能を直接利用可能になる。これにより、目的別AIチップに最適化された真に新しい機械学習研究領域への貢献が可能となる。
重要な引用
The resulting TFLOPs-to-memory-bandwidth ratio shifts the performance bottleneck profile: key operations that are memory-bound on conventional accelerators may become compute-bound on Trainium
The research question is open: What does an optimal model look like when the hardware constraints are fundamentally different?
Participants optimize the model architecture, the optimizer, the training loop, and, if they choose, custom hardware kernels.
This is what enables genuinely hardware-native model designs.
編集コメントを表示
編集コメント
ハードウェアの物理的制約がモデル設計に与える影響を直接検証するこの試みは、AI チップの多様化が進む中で不可欠なアプローチである。参加者が固定予算下で導き出す最適解は、今後の AI インフラ設計における重要な指針となるだろう。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
最新の LLM アーキテクチャは、単一のハードウェアファミリー内で共進化してきました。アテンション機構の形状や多層パーセプトロン(MLP)の構造、数値形式の選択、さらには並列化戦略の粒度に至るまで、すべてがハードウェアの制約によって形作られています。具体的には、ワープサイズ、テンソルコアの幾何学的形状、メモリ階層、そしてチップが提供するカーネル抽象化などがその要因です。
ハードウェアが変われば、モデルアーキテクチャの性能限界(フロンティア)も随之に変わります。ここでは、学術機関や産業界の研究ラボに対し、AWS Trainium 上でこのフロンティアを詳細に探求する機会を提供します。AWS Trainium に代表される専用アクセラレータは、真に異なる設計面を持っています。より大容量のオンチップ SRAM(SBUF)、データ移動と低レベルでの加速に対する明確なソフトウェア制御、省エネルギー型の行列乗算(matmuls)によるシソリック演算、そしてトレーニングや推論スケールのデータフローを想定したメモリ階層です。
その結果、TFLOPs とメモリ帯域幅の比率が変化し、性能ボトルネックのプロファイルも変わります。従来のアクセラレータではメモリアクセスに制約される主要な操作が、Trainium では計算リソースに依存する形へと転換します。これにより、追加の計算コストを許容してメモリトラフィックを削減するアーキテクチャに対する設計余地が開かれます。
これらのハードウェアの違いは、最適なアテンションパターンや MLP 構造、並列化戦略が根本的に異なる可能性を示しています。
ハードウェアの制約が根本的に異なる場合、最適なモデルはどのような姿をしているのか。この問いはまだ未解決です。
AWS Trainium Frontier は、この疑問に実証的な答えを出すために設計されたコンペティションです。参加者は Trainium 上でゼロから言語モデルを訓練し、アーキテクチャからカスタムカーネルに至るまで、設計の全領域を探求します。中核となる課題は、提供される約 50M パラメータのベースライン(nanochat に由来する GPT スタイルの密集型 LLM で、RMSNorm、回転埋め込み、ReLU² MLP を採用)から始めて、言語モデルをゼロから訓練することです。
参加者はアーキテクチャ、オプティマイザ、トレーニングループ、そして任意でカスタム NKI カーネルに至るまで、あらゆる部分を改変できます。ベースラインは出発点であって上限ではありません。AWS Trainium Frontier は、固定された時間と計算リソースの制約下でのフルスタック思考を評価します。
参加者はモデルアーキテクチャ、オプティマイザ、トレーニングループを最適化し、必要に応じてハードウェア固有のカスタムカーネルも実装します。これにより、複数の目標を組み合わせた革新が可能になります。割り当てられた訓練予算内で、検証データのビットあたりのバイト数をどれだけ低く抑えられるか、また下流のコンテキスト学習能力をどれだけ高められるかが問われます。
固定された予算は、モデル容量(優れたアーキテクチャなら必要なステップ数が減る)とトレーニングスループット(高速なカーネルなら同じ時間でより多くのステップを実行できる)の間で直接的なトレードオフを生み出します。優勝したソリューションは、このバランスを見事に捉えたものです。つまり、時間制約の中で最も効率的に訓練された、最も賢いモデルです。
最終提出物は、そのフロンティア上で最適な点を見出すものであり、Trainium のハードウェアが既存のアクセラレータと異なる恩恵をもたらすため、最適なアーキテクチャもまた異なります。目的別 AI チップ向けに設計されたモデルアーキテクチャがどのようなものか、いち早く発見し、機械学習研究という真に新しい分野への貢献を果たしましょう。
Neuron Kernel Interface (NKI)、ネイティブの PyTorch サポート、AI 支援ツール(Amazon Bedrock アクセスを含む)により、Trainium の独自ハードウェア機能に直接アクセスできます。具体的には、標準的なフレームワークの抽象化では露出できない SBUF スクラッチパッド、TensorEngine のタイリング、明示的な DMA コントロールです。これらが、真にハードウェアネイティブなモデル設計を可能にします。
NKI API の全体像は週末で習得できるため、人間が手動でカーネルを書く場合も、人間の指示のもと AI エージェントが生成する場合も、どちらも容易に利用可能です。
課題:設計空間の全探索
Phase 1 では、各チームに Trainium2 チップ 1 基と 30 分のトレーニング予算が与えられます。これは 1 日で数十もの仮説を検証するのに十分な速度です。Phase 1 のスコアは単一の数値で評価されます。それは、Trainium2 チップ上で正確に 30 分間トレーニングした後の検証データにおけるビットあたりのバイト数(val_bpb)です。低いほど優れています。
この壁時計時間予算内に収まる改善であれば、アーキテクチャ、オプティマイザ、カーネルのいずれからでも、あるいはそれらの組み合わせからでも、すべてが評価対象となります。
フェーズ 2 では、上位 10 チームが 4 時間の予算を持つ Trainium2 サーバーに昇格し、分散並列処理や通信を考慮したモデル設計が可能になります。また、推論性能という新たな評価軸も追加されます。これは CORE(Core of Reasoning and Evaluation)と呼ばれる指標で、推論・理解・世界知識にわたる文脈内学習タスクにおける総合スコアです。
最終得点は、この 2 つの要素を 50%ずつ組み合わせたものです。つまり、効率的に学習し、推論能力を獲得できるモデルが求められます。これは「アイデアは機能するか?」という問いから、「アイデアはスケールするのか?」へと研究の焦点を移す過程です。
参加者はモデル改善の方法について自由度を持っています。学習率スケジュールの最適化も、高速なカーネルの実装と同様に重要です。このコンペティションが評価するのはフルスタック全体です。新しいアテンション機構を導入しても、それを実行するカーネルが遅ければ意味がありませんし、逆にカーネルが最速でも、アーキテクチャ側がその使い方を知らなければ価値は生まれません。
モデルのサイズに上限はありません。制約となるのはパラメータ数ではなく、チップ上で使える時間です。与えられたトレーニングウィンドウ内で最大の能力を発揮できるアーキテクチャを参加者が選択します。このように、従来のスケーリング・パラダイムを逆転させた点が、単なるエンジニアリングの課題を超えた難易度の高い研究課題となっている理由です。ここから最も価値ある知見が生まれるでしょう。
参加者に提供されるもの
NeuronCores 上で即座に実行可能な、Muon と AdamW オプティマイザーを組み込んだ Nanochat ベースの完全なトレーニングパイプライン。AI を活用した実験を支援する Trainium 最適化の自動研究フレームワーク。NKI の包括的なドキュメント(プログラミングガイド、ISA リファレンス、アーキテクチャ資料、およびサンプルカーネル)。NKI カーネルの詳細なプロファイリングとパフォーマンスデバッグを行うための Neuron Explorer。Phase 2 で推論時の自己採点を行う CORE 評価ハッチ。
対象となる学術チームには、Trainium コンピューティングと Amazon Bedrock アクセスをカバーする AWS プロモーションクレジットが付与されます。追加のパッケージインストールなしで Native PyTorch for Neuron を使用可能です。
誰が参加すべきか
モデル設計、オプティマイザー、トレーニングレシピの探索に取り組む ML アーキテクチャおよびトレーニング研究者。PyTorch とトランスフォーマーのトレーニングに関する知識が必要ですが、ML レベルでの競争力にはハードウェアカーネルの経験は必須ではありません。
ハードウェアを意識した最適化、カスタムカーネル、モデル設計とハードウェアの相互作用に興味を持つ ML システム研究者やパフォーマンスエンジニア。CUDA や Triton などのカーネルプログラミングの経験があれば NKI へそのまま転用可能です。Trainium の事前知識は不要です。
LLM と自動化を活用し、人間一人では不可能なほど多くの実験を実行し、より多くのカーネルを作成し、さらに多様なアーキテクチャを探求する AI リサーチエージェントを構築するチーム。本コンペティションは探索の幅広さを評価するため、アジェンティックアプローチが特に適しています。
1 名から 4 名のチームでの参加が可能です。
優れた応募作品は、これらの視点を単一のチーム内で統合するか、あるいはチームの能力をスタック全体に拡張する AI 支援ワークフローを通じて組み合わせるものになるでしょう。
何が懸かっているのか
上位 3 つのファイナリストは、オーストラリア・シドニーで開催される NeurIPS 2026 の期間中、Annapurna Labs が主催する特別研究イベントで成果を発表します。そこで得られた知見は機械学習コミュニティと AWS AI チップリーダーシップに共有されます。
渡航費や経費はファイナリスト自身の負担となります。
上位 10 チームのメンバーには、Neuron チーム限定のジャケットとファイナリスト向けグッズが贈呈されます。上位 3 つのチームは、Annapurna Labs の研究者と共に成果を共著する機会を得られ、ハードウェアネイティブなモデル設計に関する画期的な論文への貢献が可能となります。
賞金総額:1 位 $25,000、2 位 $10,000、3 位 $5,000
主要な日程
- 2026 年 8 月 31 日:フェーズ 1 開始;リーダーボード公開
- 2026 年 9 月 30 日:フェーズ 1 終了、上位 10 チーム発表
- 2026 年 10 月 7 日:上位 10 チーム向けに Trn2 サーバーをフル稼働させたフェーズ 2 開始
- 2026 年 11 月 4 日:フェーズ 2 終了
- 2026 年 11 月 11 日:ファイナリスト選定
- 2026 年 12 月 6 日〜12 日:シドニーで開催される競技ワークショップでファイナリストが発表
2026 年 9 月 30 日までに登録してください。その他の参加資格制限もありますので、利用規約をご確認ください。
本コンペティションは、先着順で登録した最初の 100 チームを対象としています。参加者は 18 歳以上である必要があります。AWS の従業員、インターン生、および 2025〜2026 年度の学者(およびその近親者)の参加はできません。特定の国に居住する方は対象外となります。詳細については、コンペティションの全利用規約をご覧ください。
チーム規模は 1〜4 名です。参加登録を完了して、ご自身のチームの席を確保し、本格的に新しいシリコン上で開発を始めましょう。フロンティアは開かれています。その向こう側にあるものを探りに来てください。
原文を表示
Modern LLM architectures have co-evolved within a single hardware family. The shapes of our attention mechanisms, the structure of our multilayer perceptrons (MLPs), the choice of numerical formats, and even the granularity of parallelism strategies have all been shaped by hardware constraints: warp sizes, tensor core geometries, memory hierarchies, and the kernel abstractions those chips expose. When the hardware changes, the efficient frontier of model architectures changes with it. Here we present an opportunity for academic and industry labs to explore this frontier in detail on AWS Trainium. Purpose-built accelerators like AWS Trainium present a genuinely different design surface. More on-chip SRAM (SBUF), explicit software control over data movement and acceleration at the lowest levels, energy-efficient systolic matrix multiplication (matmuls), and a memory hierarchy designed for training and inference-scale data flows. The resulting TFLOPs-to-memory-bandwidth ratio shifts the performance bottleneck profile: key operations that are memory-bound on conventional accelerators may become compute-bound on Trainium, opening design space for architectures that trade additional computation for reduced memory traffic. These hardware differences mean the optimal attention patterns, MLP structures, and parallelism strategies may be fundamentally different. The research question is open: What does an optimal model look like when the hardware constraints are fundamentally different? The AWS Trainium Frontier is a competition designed to answer this question empirically: participants train language models from scratch on Trainium, exploring the full design space from model architecture to custom kernels. The core task is training a language model from scratch, starting from a provided ~50M parameter baseline (nanochat-derived, GPT-style dense LLM with RMSNorm, rotary embeddings, and ReLU² MLP). Participants modify everything: architecture, optimizer, training loop, and optionally custom NKI kernels. The baseline is a starting point, not a ceiling. The AWS Trainium Frontier competition rewards full-stack thinking under a fixed time and compute budget. Participants optimize the model architecture, the optimizer, the training loop, and, if they choose, custom hardware kernels. This enables innovation on a combination of objectives: within the allotted training budget, how low can you drive validation bits-per-byte, and how high can you drive downstream in-context learning capability? The fixed budget creates a direct tradeoff between model capacity (better architecture = fewer steps needed) and training throughput (faster kernels = more steps in the same time). The winning solution finds the balance: the most intelligent model trained most efficiently within the time constraint. Final submissions find the optimal point on that frontier, and because Trainium's hardware benefits differ from those of existing accelerators, the optimal architectures will differ as well. Be among the first to discover what model architectures look like when designed for a purpose-built AI chip, contributing to a genuinely new area of machine learning research. The Neuron Kernel Interface (NKI), native PyTorch support, and AI-assisted tooling (including Amazon Bedrock access) give you direct access to Trainium's unique hardware features: the SBUF scratchpad, TensorEngine tiling, and explicit DMA control that standard framework abstractions cannot expose. This is what enables genuinely hardware-native model designs. The entire NKI API surface fits in a weekend, making it equally accessible to both a human writing kernels by hand and an AI agent generating them under human direction. The challenge: Exploring the full design space Phase 1 gives every team a single Trainium2 chip and a 30-minute training budget, fast enough to test dozens of hypotheses in a single day. Phase 1 scores on a single number: validation bits-per-byte (val_bpb) after exactly 30 minutes of training on a single Trn2 chip. Lower is better. Any improvement that fits within that wall-clock budget counts, whether it comes from architecture, optimizer, kernel, or all three. Phase 2 promotes the top 10 teams to a full Trainium2 server with a four-hour budget, opening the door to distributed parallelism and communication-aware model shaping. Phase 2 adds a second axis — inference performance on CORE, an aggregate score across in-context learning tasks spanning reasoning, comprehension, and world knowledge. Your final score is a 50/50 composite: you need a model that trains efficiently and learns to reason. It's a research arc from, "Does my idea work?" to, "Does my idea scale?”. Participants have flexibility in how they improve the model. A better learning rate schedule matters as much as a faster kernel. This rewards the full stack: a novel attention mechanism is only as fast as the kernel that runs it, and the fastest kernel only matters if the architecture knows how to use it. Model size is uncapped: the constraint isn't parameters, it's time on the chip. You choose the model architecture that maximizes capability within a fixed training window. This inversion of the usual scaling paradigm is what makes this a more challenging research question, not just an engineering exercise, and it's where the most publishable insights will emerge. What you get A complete nanochat-derived training pipeline with Muon +AdamW optimizer, ready to run on all NeuronCores A Trainium-optimized autoresearch framework for AI-assisted experimentation Full NKI documentation: programming guide, ISA reference, architecture docs, and example kernels Neuron Explorer for comprehensive profiling and performance debugging of NKI kernels The CORE evaluation harness for inference self-scoring during Phase 2 Eligible academic teams can obtain AWS Promotional Credits covering Trainium compute and Amazon Bedrock access Native PyTorch for Neuron with no additional package installation required Who should compete ML architecture and training researchers exploring model designs, optimizers, and training recipes. Familiarity with PyTorch and transformer training is expected; no hardware kernel experience is required to be competitive at the ML layer. ML systems researchers and performance engineers interested in hardware-aware optimization, custom kernels, and the interplay between model design and hardware. Familiarity with CUDA, Triton, or similar kernel programming transfers directly to NKI; no prior Trainium experience is required. Teams building with AI research agents, using LLMs and automation to run more experiments, write more kernels, and explore more architectures than any single person could. This competition rewards breadth of exploration, making agentic approaches a natural fit. Teams of one to four members are welcome. Strong submissions will likely combine multiple of these perspectives, either within a single team or via AI-assisted workflows that extend a team’s reach across the stack. What's at stake Top three finalists present their work at an exclusive Annapurna Labs research event during NeurIPS 2026 in Sydney, Australia, sharing findings with the ML community and AWS AI Chips leadership. Travel and expenses are the finalists’ responsibility Top 10 team members receive exclusive Neuron team jackets and finalist swag packs. Top three finalists have the opportunity to co-publish findings with Annapurna Labs researchers, contributing to a seminal paper on hardware-native model design. Prize pool: $25,000 (first), $10,000 (second), $5,000 (third). Key dates Aug. 31, 2026: Phase 1 opens; leaderboard goes live Sept. 30, 2026: Phase 1 closes; top 10 announced Oct. 7, 2026: Phase 2 opens on full Trn2 servers for top 10 Nov. 4, 2026: Phase 2 closes Nov. 11, 2026: Finalists selected December 6–12, 2026: Finalist presentations at competition workshop in Sydney Register by Sept 30, 2026. Other eligibility restrictions apply. See terms and conditions. The competition is open to the first 100 teams to register. Participants must be 18 or older. AWS employees, interns, and scholars (2025–2026) and their immediate family members are ineligible. Residents of certain countries are excluded; see full competition terms for details. Team sizes can be one to four participants.Register today to secure your team’s spot and start building on genuinely new silicon. The frontier is open — come find out what’s on the other side.
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み