Looking to implement C2PA? Trufo provides tooling to take care of everything from certificates and timestamping to watermarking and fingerprinting. Learn More
Trufo wordmark
A New Gold Standard for Watermarks

Introducing PawPrint

The first neural watermark designed for provenance at scale.
Published July 1, 2026

We are introducing our new line of AI-powered watermarks, PawPrint, available for image and audio and video. PawPrint represents a massive leap in performance over existing models, across all dimensions (speed, accuracy, durability, perceptibility, etc.). It can be swiftly deployed in any business use case where digital media content needs to be reliably identified. PawPrint is available today as part of our C2PA Signing API & SDK services.

Overview

Trufo's pawprint.audio watermark delivers a substantial improvement in watermark performance across the board:

WatermarkCompanyYearPayload [bits]Speed@60s [ms]ViSQOL ↑FPR ↓Durability ↑Score
pawprint.audioTrufo202644A-20A4.73A0.000A0.718A-96
perthResembleAI20250D8A4.67B+0.070C0.622B60
silentcipherSony202440A-234B-4.66B+0.197C-0.456C+62
audiosealMeta202416B-116B4.71A-0.001B+0.553B-72
wavmarkMicrosoft202316B-9,176D4.66B+0.000A0.569B-62
audiowmarkTraditional2022128A426C+4.73A0.810D+0.391C62

When paired with Trufo's provenance platform, pawprint.audio becomes the natural choice for practical watermark deployment in almost any commercial setting.

It is important that the watermark decoder is fast enough to be used in real-time applications, especially given the interoperability requirements of the EU AI Act. The only watermark suitable for provenance that decodes at a speed we believe does not cause burden to downstream readers is pawprint.audio.

Useful Features

C2PA Integration

The pawprint.audio watermark is a registered soft-binding with C2PA, and is maintained by Trufo with full cloud synchronization of content records associated with watermark IDs. This means that, unlike other watermark systems:

  • (a) pawprint.audio can be immediately deployed with enterprise support SLAs.
  • (b) pawprint.audio can be used for both content provenance and copyright tracking.
  • (c) pawprint.audio can be used to satisfy the EU AI Transparency Code of Practice.

Reliable Accuracy

The pawprint.audio watermark comes with a very low FPR.

TPR and FPR versus detection score cutoff for pawprint.audio

This means that the output of the watermark decoder is trustable.

Furthermore, while the watermark alone does not protect against security attack vectors such as removal or forgery (it is very difficult for a watermark to do so, especially against any serious attacker), the Trufo Provenance Platform does mitigate these threats. In particular, by tying the watermark to a content provenance record (in the form of a signed C2PA manifest stored in the Trufo distributed ledger system), the watermark becomes a multi-purpose hyperlink whose corresponding data once retrieved can provide and additional required validation.

On-Demand Analysis

The pawprint.audio decoder produces a rich output, so that any audio clip, even if it is composed of many spliced segments, can be quickly analyzed.

The example below stitches together four clips, three of them watermarked. The pawprint.audiodecoder is able to pick out the segments and also provide a rough indication of the amount of editing that has been done at each point in time.

inputID A (opus @64kbps)ID C (1.5× speed)cleanID BID C (+3 semitones)+ background110⁻³10⁻⁶10⁻⁹0s5s10s15s20s25s30s35s40sdecodedID AID Cno IDID BID C

Evaluation

We compare pawprint.audio against five popular watermarks that we were able to obtain for testing:

  • audiowmark (Traditional, 2022)
  • wavmark (Microsoft, 2023)
  • audioseal (Meta, 2024)
  • silentcipher (Sony, 2024)
  • perth (ResembleAI, 2025)

The evaluations are conducted on a mix of music, voice, and general audio clips, taken from the CC0 and CC-BY subsets of FMA, MUSAN, MusicNet, Slakh.

Speed

We benchmarked encode and decode speed at clip lengths of 1s, 10s, and 100s, measured at steady state (after warm-up), with Nvidia 5090 GPU and AMD 7950X3D CPU; GPU is used whenever possible.

pawprint.audioaudiowmarkwavmarkaudiosealsilentcipherperth
sample rate48kHz44.1kHz16kHz16kHz44.1kHz32kHz
encode 1s (ms)1.6184.82.71.2
encode 10s (ms)2.62412614.015.51.8
encode 100s (ms)18.2611,329124.8170.15.2
decode 1s (ms)2.51532.44.11.9
decode 10s (ms)2.61681,2657.323.12.7
decode 100s (ms)14.154514,07565.9221.05.2

This means that, with pawprint.audio, you can analyze a full movie in a single second. The watermark processing time will not be a bottleneck in your encoding or decoding workflow. This also means that you can expect pawprint.audio decoding to be supported by Trufo in perpetuity, because doing so is not costly.

Perceptibility

We used three metrics: SNR (in waveform space), weighted LSD (in STFT space), ViSQOL (in latent space). Note that none of the three metrics were used as the loss function in training pawprint.audio.

pawprint.audioaudiowmarkwavmarkaudiosealsilentcipherperth
SNR [dB] ↑29.327.936.423.449.315.7
WLSD [dB] ↓0.831.071.932.420.841.85
ViSQOL ↑4.734.734.664.714.664.67

Note that SNR is not particularly accurate; for example, a phase shift (which results in no change in perception) will produce a terrible SNR score. The WLSD formula is given by:

WLSD(R,W)=20(log10(Wf,t+a(f))log10(Rf,t+a(f)))2f,t,a(f)=103A(f)\mathrm{WLSD}(R,W) = 20\sqrt{\Big\langle\big(\log_{10}(|W_{f,t}| + a(f)) - \log_{10}(|R_{f,t}| + a(f))\big)^2\Big\rangle_{f,t}}, \qquad a(f) = \frac{10^{-3}}{\sqrt{A(f)}}

The A function comes from the IEC 61672-1 A-weighting curve, and the score is computed over the 20-20000 Hz band. The ViSQOL metric is an improved version of PESQ developed by Google.

Durability

We tested recovery of the payload against a combination of attacks. The test segments were of lengths 1s, 3s, and 10s. The evaluation included the following attacks:

  • compression: MP3, Opus, AAC, EnCodec (12-256 kbps)
  • mixing: overlay (w/ other audio)
  • modulation: speed, pitch
  • resampling
  • filters: low-pass, high-pass, noise
  • adjustments: equalization, peak normalization

Furthermore, unlike most benchmarks that only apply one easy attack at a time (so every number is 1.000 or 0.999), we apply a range of attacks (easy, medium, hard) independently, so some segments are subjected to multiple attacks and some segments are not attacked at all. This provides a much more practical evaluation of watermark durability. Furthermore, we stress the importance of accuracy: a watermark decoder that returns a payload when there is no watermark, or that returns an incorrect payload when there is a watermark, is not an effective watermark decoder. Thus, we focus on actual practical identification, not on the standard BER.

Breaking down the durability evaluation:

by segment length
0.000.250.500.751.00pawprint.audioaudiowmarkwavmarkaudiosealsilentcipherperth
1s
3s
10s
by attack count
0.000.250.500.751.00pawprint.audioaudiowmarkwavmarkaudiosealsilentcipherperth
0 attacks
1
2
3+
by single attack
pawprint.audioaudiowmarkwavmarkaudiosealsilentcipherperth
Overlay0.4850.1720.4120.2410.3540.430
Speed0.4740.0000.3140.0000.0000.686
Pitch0.5090.0000.0000.0000.0000.042
Compression0.6530.3290.5240.5770.2810.636
Resample0.9600.5880.7780.8570.5150.782
Low-pass0.8960.6160.8160.4720.6400.800
High-pass0.9770.5970.7750.4500.6050.775
White noise0.4890.2210.3890.6950.3050.611
Equalization1.0000.6490.8090.5740.7660.777
Peak norm.0.9800.6470.8330.7250.8430.775

It is clear from these evaluations that pawprint.audio is by far the most durable, even when compared to 0-bit watermarks such as perth. Notably, pawprint.audio is the only watermark that is robust against pitch modulations.

Overall Score

The overall ranking of tested watermarks, based on our composite score, is as follows:

pawprint.audio
96
audioseal
72
competitor est.
65
wavmark
62
silentcipher
62
audiowmark
62
perth
60
legacy est.
60

There are a number of commercial watermarks we were unable to test. We estimate that the strongest competitors would score around 65, while legacy watermarks from companies lacking strong AI research teams may sit around 60.

Overall, even if accounting for different methods of evaluation, the clear winner is pawprint.audio.