Skip to content

Commit f88c7bf

Browse files
authored
Merge pull request #34 - Add sof-binding watermarks from Microsoft
Microsoft is using their version of WavMark and InvisMark for soft-binding.
2 parents c20768e + 62b495e commit f88c7bf

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

softbinding-algorithm-list.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,5 +266,35 @@
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+
"video"
292+
],
293+
"entryMetadata": {
294+
"description": "Microsoft Responsible AI WavMark",
295+
"dateEntered": "2025-10-12T15:00:00.000Z",
296+
"contact": "[email protected]",
297+
"informationalUrl": "https://arxiv.org/abs/2308.12770"
298+
}
269299
}
270300
]

0 commit comments

Comments
 (0)