HomeIndustry & PolicyGEMトレーニング:MetaがLLMスケールの広告基盤モデルの効率を2倍にした方法

GEMトレーニング:MetaがLLMスケールの広告基盤モデルの効率を2倍にした方法GEM Training: How Meta Doubled the Efficiency of Its LLM-Scale Ads Foundation Model

AI要点サマリSummary highlight

MetaはInstagram・Facebook向け広告推薦基盤モデルGEMのトレーニング効率を2倍(MFU 20〜25%)に引き上げつつ、計算量を4倍にスケールさせることに成功した。

Meta achieved a 2x improvement in end-to-end training efficiency for GEM, its ads recommendation foundation model, reaching 20–25% MFU while scaling training FLOPs 4x on thousands of latest-generation GPUs.

要約と収集メタデータをもとに生成した AI 解説本文です。元記事全文の転載・翻訳ではありません。This AI explainer is generated from the summaries and collected metadata, not from a reproduction or translation of the full source article.

Metaは、InstagramとFacebookの広告推薦を支える基盤モデル「GEM(Generative Ads Recommendation Model)」について、エンドツーエンドのトレーニング効率を2倍に引き上げた手法を、自社のエンジニアリングブログで公開した。数千台規模の最新世代GPUを用い、大規模言語モデル(LLM)に匹敵する規模でモデルを学習させながら効率を高めた点が注目される。

同社によると、GEMのトレーニングにおけるMFU(Model FLOPs Utilization、モデルの浮動小数点演算利用率)は20〜25%に達し、従来から倍増した。MFUは、GPUが持つ理論上の演算性能のうち、実際にモデルの学習へ有効利用できた割合を示す指標で、大規模分散学習における効率の目安として広く使われている。加えて、トレーニングに投じる計算量(FLOPs)を4倍に拡大しつつ、この効率改善を実現したという。

広告推薦モデルは、ユーザーの膨大な行動データや多様な特徴量を扱う点でLLMとは構造が異なり、これまで計算資源を効率的に使い切ることが難しいとされてきた。数千台のGPUを連携させる分散学習では、通信のオーバーヘッドやメモリの制約、演算待ちなどがボトルネックになりやすく、MFUが一桁台にとどまる例も少なくない。こうした中で20%台の効率を確保したことは、推薦系の大規模モデルとしては一定の成果と見られる。

背景には、広告事業の競争力を左右する推薦精度を高めるため、モデルを大規模化する動きがある。より多くのデータとパラメータを投入すれば予測精度の向上が期待できる一方、GPUの調達・運用コストは膨らむため、限られたハードウェアからどれだけ性能を引き出せるかが重要になる。他社もLLMの学習効率化に取り組んでおり、推薦分野でも同様の最適化競争が続いていると見られる。

Metaはブログ記事で、こうした効率改善を支えた具体的な技術の詳細を解説しているとしている。広告収益が中核を占める同社にとって、基盤モデルの学習効率は事業全体のコスト構造にも影響し得るテーマであり、今後の展開が注目される。

Meta has published a technical account of how it doubled the training efficiency of GEM, the Generative Ads Recommendation Model that underpins ad recommendations across Instagram and Facebook. The work matters because recommendation systems are central to how Meta matches ads to users, and extracting more useful computation from expensive GPU clusters directly affects both model quality and infrastructure cost.

In a post on its Engineering at Meta blog, the company says GEM now trains at "LLM scale" on several thousand of the latest-generation GPUs. The headline claim is a doubling of end-to-end (E2E) training efficiency to 20–25% Model FLOPs Utilization (MFU), achieved while the total training FLOPs were scaled up fourfold.

Model FLOPs Utilization is a widely used measure of training efficiency. It expresses the fraction of a processor's theoretical peak floating-point throughput that is actually spent on useful model computation, rather than lost to idle time, data movement, or synchronization overhead. A higher MFU means a given cluster delivers more effective training per hour and per dollar. Large language model runs commonly report MFU in the 30–50% range, so a recommendation model reaching 20–25% is notable given the different workload characteristics involved.

Recommendation models have traditionally been harder to run at high utilization than dense transformer language models. They typically rely on very large embedding tables and sparse features—representations of users, items, and interactions—that generate heavy memory access and network communication relative to the amount of arithmetic performed. As a result, these systems are often memory-bound or communication-bound rather than compute-bound, which tends to cap MFU well below what LLM training achieves. Doubling efficiency while quadrupling compute suggests Meta addressed several of these bottlenecks at once, likely spanning parallelism strategy, kernel optimization, and the balance between sparse and dense computation, though the blog post is the authoritative source on the exact techniques.

The framing of GEM as a "foundation model" reflects a broader industry shift. Recommendation systems were long built from many task-specific models, but companies including Meta have moved toward larger, more general models trained on vast interaction data, echoing the scaling approach that produced modern LLMs. Meta's earlier work in this area includes its Deep Learning Recommendation Model (DLRM) and its generative recommendation research, which reframed ranking and retrieval as sequence modeling problems. Applying scaling laws—the observation that model quality tends to improve predictably with more data, parameters, and compute—to advertising is a significant bet, because even small accuracy gains can translate into meaningful revenue at Meta's scale.

The reported figures also connect to Meta's substantial hardware investment. The company has been expanding its fleet of GPU-based training clusters and developing its own MTIA accelerators, and its executives have repeatedly cited AI infrastructure as a major capital expense. When a single model consumes several thousand top-tier GPUs, efficiency improvements are not incremental niceties; they determine how much can be trained within a fixed power and hardware budget. Doubling E2E efficiency effectively means a comparable amount of training work can be done with roughly half the resources, or that far larger models can be trained for the same footprint.

For readers outside Meta, the announcement is a useful window into how large advertising platforms are converging with the LLM training playbook. Techniques developed for language models—advanced parallelism, mixed precision, optimized attention and matrix kernels, and careful overlap of computation with communication—are increasingly being adapted to recommendation workloads, and vice versa. The 4x increase in training FLOPs implies Meta expects the additional compute to pay off in improved recommendation quality, though the post focuses on the eng

  • 出典SourceMeta Engineering公式Official
  • 直近30件の平均重要度Avg importance, last 301=Info · 2=Medium · 3=High
  • 配信形式FormatブログBlog
  • 重要度Importance重要度 MediumMedium priority(Industry & Policy 427件中、同等以上 318件)(318 of 427 Industry & Policy entries are equal or higher)
  • 情報の寿命Half-life🏛️ 長期 (アーキテクチャ)Long-term (architecture)
  • 原文言語Source languageEN
  • 収集日時Collected2026/08/17 20:14

本ページの本文と要約は AI による自動生成です。日本語版と英語版は言語ごとに独立して生成されるため、表現や詳しさが異なる場合があります。正確性は元記事 (engineering.fb.com) をご確認ください。The body and summaries are AI-generated independently for each language, so wording and detail may differ. Verify accuracy at the original source (engineering.fb.com).

📰Industry & Policy の他の記事More from Industry & Policyもっと見る →View more →