Noise verification

Different from proof of ownership schemes [2], [3], the verification of watermark requires a key. Given an image JJ and a verification key KverifK_{\mathtt{verif}}, we first try to recover a watermark W^\hat{W} from JJ using a decoding function D\mathcal{D}:

W^=D(J,Kverif)\hat{W} = \mathcal{D} \thinspace (J, K_{\mathtt{verif}})

Next W^\hat{W} is compared against WW, if the deviation is above some threshold TT:

W^WT\lVert \hat{W} - W \rVert \geq T

then JJ will be accepted otherwise rejected.

Last updated