# AI Labeling

{% hint style="info" %}
AI Labeling機能は、当社の料金表に記載されているレートでクレジットを使用します [creditsページ](https://roboflow.com/credits).
{% endhint %}

Roboflowは、Workflowをより速く進めるために、AI搭載のLabeling機能を4つ提供しています:

* [Label Assist](/roboflow/roboflow-jp/annotate/ai-labeling/model-assisted-labeling.md): すでに学習済みのモデルを使って、データセット内の画像に自動でラベル付けします。
* [Smart Polygon](/roboflow/roboflow-jp/annotate/ai-labeling/enhanced-smart-polygon-with-sam.md): ブラウザ内でSegment Anything Modelを使用し、ワンクリックでポリゴンマスクをアノテーションします。
* [Box Prompting](/roboflow/roboflow-jp/annotate/ai-labeling/box-prompting-ai-labeling.md): 画像内の対象物の例を描画し、Box Promptingにその画像内の他のすべての同一対象物を見つけさせます。
* [Auto Label](/roboflow/roboflow-jp/annotate/ai-labeling/automated-annotation-with-autodistill.md): Grounding DINOのようなfoundation modelを使用して、1つまたは複数のプロンプトでデータセット内のすべての画像に自動でラベル付けします。

次のケースでは、それぞれのソリューションをおすすめします:

* **Label Assist**: すでに学習済みのモデルがある場合のデータのラベル付けに最適です。
* **Enhanced Smart Polygon with SAM:** データセットの最初のバージョンにラベルを付ける場合、Label Assistで見逃した新しいアノテーションを追加する場合、またはデータセットに新しいクラスのアノテーションを追加する場合に最適です。
* **Box Prompting**: 画像内でラベル付けする似た対象物がたくさんある場合に最適です（つまり、同じねじが何十本も載ったトレー上の個々のねじにラベルを付ける場合）。
* **Auto Label**: 一般的な対象物（例: vehicle）をまとめてラベル付けする必要がある場合に最適です。

各オプションの詳細は、それぞれのドキュメントページで確認できます。

### Project Type別の対応AI Labeling Tools

<figure><img src="/files/13630a21d21db64900895ae04400cb566a94cc0c" alt=""><figcaption></figcaption></figure>

### Label Assistで使用できる対応Model Types

<figure><img src="/files/ac4a8a49a4c177e7f8ed7ed745649c934dba4e25" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://docs.roboflow.com/roboflow/roboflow-jp/annotate/ai-labeling.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.
