# Noise Augmentation

画像にランダムなソルト＆ペッパーノイズを加え、カメラ由来のアーティファクトに対してモデルをより堅牢にします。

* Percent: 影響を受ける画像のピクセルの割合を選択します。最大25％です。

## 例

<figure><img src="/files/b28b4f64a40941f3068ccf4a605d2b34d56af56e" alt=""><figcaption><p>元画像</p></figcaption></figure>

<figure><img src="/files/d9a168519914f542e3cb6252cb46de04c1406927" alt=""><figcaption><p>ノイズ Augmentation が .3% に設定されています</p></figcaption></figure>

## Learn More

* [機械学習のために画像にノイズを追加する理由](https://blog.roboflow.com/why-to-add-noise-to-images-for-machine-learning/)


---

# 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/datasets/dataset-versions/image-augmentation/augmentation-types/noise-augmentation.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.
