NeuralMark: Multifaceted Marking in Neural Systems
- NeuralMark is a family of methods that embed secret or learned marks into neural and stochastic representations to enable ownership verification and network analysis.
- It spans diverse applications including weight-based DNN watermarking, NeRF copyright protection, audio watermarking, connectomics hub detection, and cosmological statistics.
- The framework balances security, robustness, and interpretability by tailoring marks to specific neural representations and threat models.
Searching arXiv for papers on "NeuralMark" and closely related usages to ground the article in current literature. NeuralMark is a polysemous term in recent arXiv literature. In its most specific use, it denotes a white-box, weight-based neural network watermarking method built around a hashed watermark filter for ownership verification (Yao et al., 15 Jul 2025). In broader usage, closely related “NeuralMark” or “NeuralMark-style” constructions appear in connectomics as a Markov-based framework for defining brain-network hubs (Murty et al., 2024), in NeRF copyright protection through secret-view watermark extraction (Chen et al., 2023), in audio watermarking through codec-latent directional shifts robust to neural resynthesis (Chen et al., 5 Mar 2026), in cosmology as a learnable marked statistic for extracting non-Gaussian information (Semenzato et al., 9 Jun 2026), and in marked Hawkes modeling via explicit neural kernels over elapsed time and marks (Joseph et al., 2024). This suggests that NeuralMark is best understood not as a single canonical algorithm but as a family of methods in which a learned, secret, or physically motivated “mark” is coupled to a neural or stochastic representation.
1. Terminological scope and shared idea
Across these literatures, a “mark” is not a uniform object. It can be a binary watermark tied to a secret key, a scalar field reweighting a cosmological density, a stationary probability used to rank neural hubs, a latent-space directional bias, or an event attribute entering a marked point-process kernel. The common structure is the use of an additional signal that changes how a system is represented, queried, or interpreted.
| Domain | Meaning of the mark | Representative paper |
|---|---|---|
| Weight-based NNW | Hashed binary watermark filtering model parameters | (Yao et al., 15 Jul 2025) |
| NeRF protection | Secret-perspective watermark decoded from a rendered view | (Chen et al., 2023) |
| Audio watermarking | Detectable latent directional shift in neural codecs | (Chen et al., 5 Mar 2026) |
| Connectomics | Stationary distribution score defining hubs | (Murty et al., 2024) |
| Cosmology | Learnable scalar field reweighting density | (Semenzato et al., 9 Jun 2026) |
| Marked Hawkes | Event mark entering | (Joseph et al., 2024) |
A common misconception is that NeuralMark necessarily refers to copyright watermarking. Current usage does not support that restriction. In some papers the mark is explicitly cryptographic or forensic, while in others it is a statistical weighting, a spectral centrality score, or a continuous event attribute. Another misconception is that a mark must be opaque. Several of these works are explicitly designed to preserve interpretability rather than replace it with a black-box latent representation.
2. NeuralMark as hashed-filter watermarking for neural networks
In the most direct sense, NeuralMark is a weight-based white-box watermarking method for deep neural networks that addresses forging and overwriting attacks by using a hashed watermark as a private filter over parameters (Yao et al., 15 Jul 2025). The owner chooses a secret key matrix and derives a binary watermark
with SHAKE-256 used in the experiments. Instead of embedding across all selected parameters, NeuralMark repeatedly filters a flattened weight vector using the bits of . After filtering rounds, the surviving vector is average-pooled to , and watermark extraction is performed as
0
where 1 is the sigmoid. Training minimizes
2
so the watermark is embedded jointly with the main task.
The key innovation is that the watermark determines its own embedding domain. Because different keys generate independent hashed filters, an attacker’s counterfeit watermark tends to act on a largely disjoint subset of parameters. This directly targets the two principal weaknesses of earlier weight-based schemes: forging, in which an attacker fabricates an alternative valid key-watermark pair without changing weights, and overwriting, in which the attacker retrains the stolen model to erase the original watermark while preserving utility. NeuralMark’s verification rule uses the watermark detection rate
3
with threshold 4 for 5. Under the paper’s random-oracle analysis, the probability that a forged watermark reaches this threshold is bounded by
6
and for 7, 8, this yields a forging probability below 9 (Yao et al., 15 Jul 2025).
Empirically, the method is evaluated across 13 distinct Convolutional and Transformer architectures, five image classification tasks, and one text generation task. Utility degradation is small: for example, on CIFAR-100 with ResNet-18, clean accuracy is 0 and NeuralMark reaches 1; on E2E with GPT-2-S, BLEU changes from 2 to 3. Watermark detection is 4 before attacks. Under forging attacks on ResNet-18 for CIFAR-10 and CIFAR-100, NeuralMark yields detection rates around 5 to 6, close to random guessing and well below the security boundary, whereas VanillaMark and VoteMark reach 7, indicating complete forging success in those baselines. Under overwriting with attacker embedding strength 8, NeuralMark retains 9 owner detection where competing methods fall to 0, 1, and 2 in a CIFAR-1003CIFAR-10 setting. Fine-tuning and pruning experiments show that realistic attacks fail to remove the watermark without unacceptable utility loss, and average pooling materially improves robustness under these transformations (Yao et al., 15 Jul 2025).
The principal practical characteristics of this version of NeuralMark are therefore white-box verification, cryptographic binding between key and watermark, attack resistance through parameter-subset isolation, and low overhead. On CIFAR-100 with ResNet-18, average epoch time is 4 s for NeuralMark versus 5 s for clean training, substantially below GreedyMark and VoteMark (Yao et al., 15 Jul 2025).
3. NeuralMark-style watermarking in generative and media models
The watermarking literature uses NeuralMark-like ideas beyond weight space. "MarkNeRF:Watermarking for Neural Radiance Field" implements copyright verification for implicit 3D models by embedding watermarks into training images, training a NeRF on those watermarked images, and later extracting the watermark from a secret viewpoint in a black-box setting (Chen et al., 2023). The pipeline consists of an embedding network 6, noise-layer simulation using Gaussian, salt-and-pepper, speckle, and Poisson noise, NeRF training on watermarked images, a secret camera parameter 7, and an extraction network 8 that reconstructs the watermark only from the secret-view image 9. The embedding network uses a shallow ConvNet with dense-like concatenations, and the extractor uses a similarly shallow over-parameterized ConvNet. The method treats camera parameters as the trigger and the rendered secret view as a backdoor image. In NeRFSynthetic experiments, embedded-image imperceptibility ranges from 0 to 1 dB in PSNR and from 2 to 3 in SSIM across scenes; extracted watermarks from the secret viewpoint reach PSNR 4 to 5 dB and SSIM 6 to 7. Secret-view selectivity is sharp: at angular deviation 8, extraction reaches PSNR 9 dB and SSIM 0, while at larger deviations PSNR drops toward 1–2 dB and SSIM toward 3–4, so adjacent views do not reliably reveal the watermark (Chen et al., 2023).
"Latent-Mark: An Audio Watermark Robust to Neural Resynthesis" frames audio watermarking in an explicitly NeuralMark-style zero-bit setting, but relocates the mark from waveform perturbations to codec-invariant latent space (Chen et al., 5 Mar 2026). The core statistic is the mean latent projection
5
where 6 is the codec latent and 7 is a secret watermark direction. Embedding optimizes a waveform perturbation 8 so that 9 exceeds a target margin, using a hinge loss with 0, 1, 150 Adam steps, and dynamic perturbation budgets derived from target SDR. The multi-codec extension performs cross-codec optimization over surrogate codecs, using 2 kHz, padding to multiples of 4096 samples, 3, 4, and 5, then aggregates detector outputs by the median normalized margin. The main empirical result is a shift from near-total failure of prior methods under neural resynthesis to strong survivability: after a single SNAC pass, WavMark and SilentCipher fall to 6, AudioSeal is at most 7 on the reported datasets, Latent-Cluster typically attains 8–9 survivability, and Latent-Joint 0–1. The method remains competitive under standard DSP attacks and is nearly indistinguishable from original audio in UTMOS, while SI-SNR degradation is modest (Chen et al., 5 Mar 2026).
Taken together, these systems extend NeuralMark-like watermarking along three orthogonal axes: parameter-space embedding in white-box DNN verification, output-conditioned secret-trigger verification in NeRFs, and zero-bit latent-statistic detection robust to neural codecs in audio. The shared strategy is to move the mark into whichever representation the threat model is least able to erase cheaply: hashed parameter subsets, secret viewpoints, or codec latents.
4. NeuralMark as a Markov framework for neural hubs
In connectomics, NeuralMark denotes a Markov-based framework for defining hubs in directed brain networks rather than a watermark (Murty et al., 2024). The brain or connectome is modeled as a finite directed graph 2, with a row-stochastic Markov matrix 3 attached to edges. In the simplest discrete-time construction,
4
when 5, and 6 otherwise, though the formulation also allows weighted transition probabilities tied to synaptic strengths. For continuous time, a differentiable transition matrix 7 satisfies
8
with stationary distribution 9 defined by 0. The central postulate is that brain-network hubs are the nodes with largest stationary probabilities 1, so hub detection reduces to solving
2
This construction is explicitly linked to eigenvector centrality and PageRank-type reasoning, but it is formulated for directed graphs and extended to continuous time. In the paper’s C. elegans example, the 3 connectivity matrix is converted to a Markov matrix, and only two neurons, PVCL and PVCR, receive non-zero stationary probabilities, each approximately 4. These neurons are interneurons involved in forward locomotion and harsh tail touch response, and both belong to a set of 12 critical neurons identified independently by vulnerability-based analysis. The same framework also yields a new spectral bound for global graph geometry. If 5 is the maximal absolute value of the nontrivial eigenvalues of 6, and 7 is an eigenvector matrix with condition number 8, then for every node the eccentricity is bounded by
9
and the same expression bounds both graph diameter and radius. The interpretation given is that rapid Markov mixing and strong hubs imply short effective path lengths, connecting hubness, communication efficiency, and small-world or expander-like structure in neural systems (Murty et al., 2024).
This usage differs sharply from the watermarking sense of NeuralMark. Here the “mark” is not an ownership token but a Markovian weighting of neural states, with the stationary distribution serving as a functional measure of hubness.
5. NeuralMark in cosmological marked statistics
In cosmology, NeuralMark refers to a learnable, interpretable mark 0 applied to the matter density field to fold non-Gaussian information back into two-point statistics (Semenzato et al., 9 Jun 2026). Starting from density contrast 1, the mean-centered marked field is
2
The resulting summaries are the auto- and cross-power spectra
3
which depend on higher-order moments because 4 is nonlinear in the field. Classical baselines use
5
but NeuralMark generalizes this with learnable, physically structured local features.
The architecture is explicitly interpretable. The density field is filtered with learned radial spherical-harmonic filters 6 for 7, producing 8, and then reduced to rotation-invariant scalar channels 9, 00, 01, and 02. The mark is assembled as
03
with independent MLPs 04 and a cross-term 05. Training uses a contrastive objective that aligns marked summaries with cosmological parameters while orthogonalizing the marked embedding against the unmarked power-spectrum embedding, so the learned mark is rewarded only for complementary information. The paper uses 5,000 Quijote BSQ simulations spanning broad priors in 06, 07, 08, 09, and 10, and reports a full training run of about 3 hours on a single NVIDIA GH200 GPU.
At 11, NeuralMark tightens marginalized Fisher constraints on 12 by 13 and on 14 by 15 relative to the best classical mark, and reduces parameter MSE by up to 16 over that baseline. The first two principal components of the learned latent space align with 17 and 18, and retrieval performance reaches 19 and 20, far above random baselines. Morphologically, the learned mark is dominated by the isotropic 21 channel, while anisotropic channels 22, 23, and 24 contribute refinements at boundaries and in elongated structures. This makes NeuralMark a physically interpretable extension of classical marked statistics rather than a generic field-level black box (Semenzato et al., 9 Jun 2026).
6. Related marked-process formulations and unifying themes
A further related usage appears in "Non-Parametric Estimation of Multi-dimensional Marked Hawkes Processes" (Joseph et al., 2024). There the central object is a marked conditional intensity
25
and the paper introduces two neural parameterizations of 26: Shallow Neural Hawkes with marks for excitatory kernels and Neural Network for Non-Linear Hawkes with Marks for signed kernels. Each kernel is represented by a two-layer feed-forward network over elapsed time and mark, preserving the Hawkes decomposition while remaining fully non-parametric in functional form. The paper emphasizes that this preserves interpretability, because one can inspect how a past event of dimension 27 and mark 28 changes the future intensity of dimension 29. Synthetic experiments recover known ground-truth kernels, and a 4D cryptocurrency order-book analysis on Binance BTC-USD and ETH-USD market orders reveals mark-dependent self- and cross-excitation patterns, such as increasing self-excitation with volume for both ETH dimensions and strong cross-excitation from buy ETH-USD to sell BTC-USD (Joseph et al., 2024).
Taken together, these papers support a broad but coherent interpretation of NeuralMark. A mark may be a cryptographically generated selector, a secret trigger, a latent directional statistic, a Markov stationary weight, a cosmological reweighting field, or an event attribute. The recurring design pattern is to augment a neural, spectral, or stochastic system with an auxiliary structured signal that changes what is detectable, inferable, or controllable. This suggests a useful editor’s term: “marked representation learning”—the use of learned or secret marks to expose otherwise inaccessible structure. In watermarking, the inaccessible quantity is ownership under adversarial manipulation; in connectomics, it is hubness in directed flow; in cosmology, it is non-Gaussian information beyond the power spectrum; in marked Hawkes models, it is the dependence of excitation on event magnitude.
The literature also divides cleanly along verification and interpretability lines. NeuralMark in weight-based DNN watermarking is white-box and cryptographic (Yao et al., 15 Jul 2025); MarkNeRF is black-box and trigger-based (Chen et al., 2023); Latent-Mark is zero-bit and codec-latent (Chen et al., 5 Mar 2026). By contrast, the connectomics, cosmology, and Hawkes usages are not ownership mechanisms at all, but methods for defining, learning, or estimating marked structures that remain explicitly interpretable (Murty et al., 2024). The principal unresolved issue across these domains is therefore not a single technical bottleneck, but the absence of a standardized definition. “NeuralMark” currently denotes a family resemblance rather than a settled formal class.