# Noise verification

Different from proof of ownership schemes [\[2\]](/inferix-whitepaper/references.md#2), [\[3\]](/inferix-whitepaper/references.md#3), the verification of watermark requires a key. Given an image $$J$$ and a verification key $$K\_{\mathtt{verif}}$$, we first try to recover a watermark $$\hat{W}$$ from $$J$$ using a decoding function $$\mathcal{D}$$:

$$
\hat{W} = \mathcal{D} \thinspace (J, K\_{\mathtt{verif}})
$$

Next $$\hat{W}$$ is compared against $$W$$, if the deviation is above some threshold $$T$$:

$$
\lVert \hat{W} - W \rVert \geq T
$$

then $$J$$ will be accepted otherwise rejected.

<figure><img src="/files/4jG103qvjMCpeAell1Z4" alt=""><figcaption><p>Noise verification</p></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.inferix.io/inferix-whitepaper/high-level-description/noise-verification.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.
