From 634b56302997cf3a3c1c9f41c43a9e1d31c4d5b7 Mon Sep 17 00:00:00 2001 From: David Springgay Date: Mon, 10 Nov 2025 20:36:32 -0800 Subject: [PATCH 1/2] Add new watermark entries from Microsoft Microsoft has 2 watermarking algorithms that are being used for soft-binding watermarking. --- softbinding-algorithm-list.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index a2cb09f..18434b4 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -266,5 +266,34 @@ "contact": "info@sonicai.ai", "informationalUrl": "https://sonicai.ai" } + }, + { + "identifier": 19, + "alg": "com.microsoft.invismark.1", + "type": "watermark", + "decodedMediaTypes": [ + "image", + "video" + ], + "entryMetadata": { + "description": "Microsoft Responsible AI InvisMark", + "dateEntered": "2025-10-12T18:25:00.000Z", + "contact": "rai_provenance@microsoft.com", + "informationalUrl": "https://arxiv.org/abs/2411.07795" + } + }, + { + "identifier": 20, + "alg": "com.microsoft.wavmark.1", + "type": "watermark", + "decodedMediaTypes": [ + "audio" + ], + "entryMetadata": { + "description": "Microsoft Responsible AI WavMark", + "dateEntered": "2025-10-12T15:00:00.000Z", + "contact": "rai_provenance@microsoft.com", + "informationalUrl": "https://arxiv.org/abs/2308.12770" + } } ] From 62b495e1230311902064230d56cd03c0efce6bd4 Mon Sep 17 00:00:00 2001 From: David Springgay Date: Tue, 11 Nov 2025 12:06:51 -0800 Subject: [PATCH 2/2] Add 'video' to WavMark The team in review said that WavMark is also used videos. --- softbinding-algorithm-list.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 18434b4..cf49e71 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -287,7 +287,8 @@ "alg": "com.microsoft.wavmark.1", "type": "watermark", "decodedMediaTypes": [ - "audio" + "audio", + "video" ], "entryMetadata": { "description": "Microsoft Responsible AI WavMark",