Skip to content

Add com.writerslogic.text-watermark-semantic.1 (id 46) - #64

Merged
domguinard merged 3 commits into
mainfrom
add-text-watermark-semantic
Aug 6, 2026
Merged

Add com.writerslogic.text-watermark-semantic.1 (id 46)#64
domguinard merged 3 commits into
mainfrom
add-text-watermark-semantic

Conversation

@dcondrey

@dcondrey dcondrey commented Jul 29, 2026

Copy link
Copy Markdown
Member

Adds com.writerslogic.text-watermark-semantic.1 (identifier 46), a watermark-type soft binding for text content.

The algorithm is a post-hoc semantic embedding watermark. Semantic-preserving lexical substitutions are selected to align the document's contextual sentence-level and token-level embeddings with a secret-key-derived watermark direction in the shared embedding space. Detection requires only the secret key and the candidate text; a one-sided hypothesis test on the dot product of the extracted dual embedding against the watermark direction determines presence or absence at a calibrated false-positive rate. No generation-time access is required, so the algorithm applies to both AI-generated and human-authored content. The secret key is never embedded in the text and is not disclosed during verification.

Unlike com.writerslogic.zwc-watermark.1 and .2 (ids 29, 42), which anchor the signal in zero-width characters and fail when those characters are stripped, this entry anchors the signal in the semantic embedding space. It is robust to paraphrase, translation, format conversion, re-encoding, and zero-width-character injection; not robust to complete rewriting that substantially changes meaning.

Post-hoc semantic embedding watermark using key-conditioned dual-embedding
projection. Survives paraphrase and translation without generation-time
access. Replaces the closed draft PR #58 (semantic fingerprint), which
captured meaning similarity rather than origin-specific signal.
Comment thread softbinding-algorithm-list.json
@domguinard

Copy link
Copy Markdown
Collaborator

This entry will be reviewed and approved during the Watermarking task force meeting on August 5th.

Co-authored-by: Dominique Guinard <dom@guinard.org>
@dcondrey
dcondrey requested a review from domguinard August 4, 2026 23:39
@jcollomosse
jcollomosse self-requested a review August 5, 2026 12:18
@domguinard

Copy link
Copy Markdown
Collaborator

Approved by the WM TF - pending resolution of the conflicts.

deblanco added a commit to deblanco/softbinding-algorithm-list that referenced this pull request Aug 5, 2026
Registers the Monolith SHA-256 content fingerprint (identifier 47, type
fingerprint) for C2PA manifest recovery.

This alg is already emitted in production manifests, so registering it
closes a gap rather than reserving a name speculatively.

Resolution is available without credentials via the Monolith Soft Binding
Resolution API and, independently, via the GeneralizedClaimRegistry
contract on Stability Protocol.

Claims 47 rather than 46 because open PRs c2pa-org#63 and c2pa-org#64 both claim 46.

Claude-Session: https://claude.ai/code/session_01JMfrHK3uaw1qpNeHh9TP6y
deblanco added a commit to deblanco/softbinding-algorithm-list that referenced this pull request Aug 5, 2026
Registers the Monolith SHA-256 content fingerprint (identifier 48, type
fingerprint) for C2PA manifest recovery.

This alg is already emitted in production manifests, so registering it
closes a gap rather than reserving a name speculatively.

Resolution is available without credentials via the Monolith Soft Binding
Resolution API and, independently, via the GeneralizedClaimRegistry
contract on Stability Protocol.

Claims 48 rather than 47: 46 is taken by com.doverunner.watermark.1 (PR
c2pa-org#63, merged) and open PR c2pa-org#64 will take 47.

Claude-Session: https://claude.ai/code/session_01PSpv9ycZNEaZV5mWWGSSj1
@domguinard
domguinard merged commit e69956c into main Aug 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants