# バーチャル背景の生成

### バーチャル背景の生成

Zoomの生成AIによるバーチャル背景機能を使用すると、ユーザーは手動で画像を選択したりアップロードしたりすることなく、ミーティング用のカスタムAI生成背景を作成できます。生成AIを活用することで、ユーザーは好みに合わせた独自性のあるプロフェッショナルなバーチャル背景をすばやく生成でき、最小限の手間で画面上の存在感を高められます。ユーザーはテキストを入力するだけで、その内容はZoomのチューニング済みの社内ホスト型モデルによって画像出力に変換されます。

AI Companionがユーザーの入力を処理すると、アルゴリズムは要求をパターン（埋め込みと呼ばれる）に変換し、それらは要求の要素に対応します。これらの埋め込みは、単語の意味を、アルゴリズムが画像を生成するために使用する数学的な形式に変換し、実質的に人間の言語を視覚コンテンツを作成するための機械可読な指示に変えます。その後、システムはキャンバスに「ノイズ」を加え、画像の基準値を設定します。

その後、Stable Diffusionモデルが反復的な洗練プロセスを開始し、テキスト埋め込みを指針として使いながら、ノイズを徐々に除去していきます。複数のステップを通じて、アルゴリズムはランダムな静的ノイズを認識可能な特徴へと変換し、各反復ごとに画像を元の要求に近づけていきます。この段階的なノイズ除去アプローチにより、AI Companionは各段階で小さく制御された改善を加えながら画像を作成し、最終的な視覚出力が現れるまで処理できます。

画像をユーザーに配信する前に、システムはサードパーティのモデレーションサービスを通して処理し、生成されたコンテンツを分析して不適切な画像を避けるのに役立て、その後、画像はユーザーのZoom Workplaceアプリに返されます。

<figure><img src="/files/0d7179a06e54069044fb2b571c799efe74ba74b0" alt="" width="563"><figcaption><p>Zoom Meetingsのバーチャル背景の生成</p></figcaption></figure>

詳細については、Zoom のヘルプセンターを参照してください [バーチャル背景の変更方法](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0060387) およびAI Companionの生成機能を使用します。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://library.zoom.com/technical-library/ja/zoom-workplace/artificial-intelligence/artificial-intelligence-bluepaper/ai-companion/ai-companion-features/virtual-background-generation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
