Skip to content

Commit 634b563

Browse files
authored
Add new watermark entries from Microsoft
Microsoft has 2 watermarking algorithms that are being used for soft-binding watermarking.
1 parent c20768e commit 634b563

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

softbinding-algorithm-list.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,5 +266,34 @@
266266
"contact": "[email protected]",
267267
"informationalUrl": "https://sonicai.ai"
268268
}
269+
},
270+
{
271+
"identifier": 19,
272+
"alg": "com.microsoft.invismark.1",
273+
"type": "watermark",
274+
"decodedMediaTypes": [
275+
"image",
276+
"video"
277+
],
278+
"entryMetadata": {
279+
"description": "Microsoft Responsible AI InvisMark",
280+
"dateEntered": "2025-10-12T18:25:00.000Z",
281+
"contact": "[email protected]",
282+
"informationalUrl": "https://arxiv.org/abs/2411.07795"
283+
}
284+
},
285+
{
286+
"identifier": 20,
287+
"alg": "com.microsoft.wavmark.1",
288+
"type": "watermark",
289+
"decodedMediaTypes": [
290+
"audio"
291+
],
292+
"entryMetadata": {
293+
"description": "Microsoft Responsible AI WavMark",
294+
"dateEntered": "2025-10-12T15:00:00.000Z",
295+
"contact": "[email protected]",
296+
"informationalUrl": "https://arxiv.org/abs/2308.12770"
297+
}
269298
}
270299
]

0 commit comments

Comments
 (0)