← Latest papers
🤖 machine learning

A Locally Tokenized Generative Model for Robust Time-Series Watermarking

The paper introduces L-VQVAE and LVQMark, a locally tokenized generative framework that overcomes the instability of existing time-series watermarking under post-editing attacks by ensuring each token depends only on a bounded temporal neighborhood, thereby stabilizing detection reliability across finance, energy, and neuroimaging benchmarks.

Original authors: Dongbin Kim, Geonwoo Shin, Yujin Choi, Soyeon Park, Jaewook Lee

Published 2026-08-21
📖 4 min read☕ Coffee break read

Original authors: Dongbin Kim, Geonwoo Shin, Yujin Choi, Soyeon Park, Jaewook Lee

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the modern digital landscape, artificial intelligence has become a masterful forger of reality, capable of generating synthetic data that looks and behaves almost exactly like the real thing. From financial market trends to brain activity scans, these computer-generated sequences are increasingly useful for training other systems and testing theories. However, this power brings a critical problem: how do we know what is real and what is made by a machine? Without a way to verify the origin of a dataset, we risk building our understanding of the world on a foundation of invisible fabrications. To solve this, scientists have developed a method called watermarking, which acts like a hidden signature embedded directly into the data as it is created. This signature is designed to be invisible to the human eye but detectable by a specific key, allowing anyone to prove later that a piece of data was indeed generated by a particular model.

The challenge, however, has been that these digital signatures are surprisingly fragile. In the world of time-series data—where information flows like a river of numbers over time—any small edit, such as cropping out a section or shifting the values slightly, can scramble the hidden signature. Previous attempts to fix this relied on a method that looked at the entire sequence at once to decode the message. Researchers found that this global approach was flawed; when an attacker tampered with just one part of the data, the decoding process would get confused across the entire sequence, causing the detector to either miss the watermark entirely or, worse, falsely accuse innocent, un-watermarked data of being fake. This instability meant that the very tool meant to protect our trust could easily be tricked by simple edits.

A team of researchers at Seoul National University and Nanyang Technological University has now proposed a different way to build these signatures, one that treats the data in small, manageable chunks rather than as a single, tangled whole. They introduced a new system called L-VQVAE, which breaks a long stream of time-series data into short, overlapping windows. Instead of trying to understand the entire history of the data to find a pattern, the system encodes each small window into a discrete symbol, much like turning a sentence into a string of individual words. This design ensures that if an attacker cuts or alters a portion of the data, the confusion is contained within that specific area and does not spread to the rest of the sequence. By keeping the decoding process local, the system prevents small edits from causing a cascade of errors that would otherwise destroy the ability to detect the watermark.

Building on this local structure, the researchers developed a method called LVQMark to actually write and read the watermark. During the creation of the data, the system subtly biases its choices to favor certain symbols over others, creating a statistical pattern that serves as the signature. When it comes time to verify the data, even if it has been attacked, a robust decoder steps in to recover the original symbols from the damaged signal. Because the system only needs to look at a small, bounded neighborhood to understand each part, it can accurately reconstruct the hidden message even when the data has been cropped, shifted, or had random values inserted. The researchers tested this approach on four very different types of data: stock market prices, energy consumption records, electricity usage, and functional magnetic resonance imaging scans of the brain. In every case, the new method successfully identified watermarked data while keeping the false alarm rate low, even when the data was subjected to significant edits.

The results showed that this local approach solved the instability that plagued previous methods. In tests where older systems would either fail to detect the watermark or mistakenly flag clean data as fake, the new system remained steady. For instance, when data was cropped by thirty percent, older detectors often produced massive errors, sometimes accusing clean data of being fake with near certainty. In contrast, the new method kept its detection scores close to zero for clean data, meaning it correctly rejected them, while still clearly identifying the watermarked samples. The researchers also confirmed that this robustness did not come at the cost of quality; the synthetic data generated by their system remained highly realistic and useful for analysis. By anchoring the detection process to small, independent windows, the team has created a more reliable way to prove the origin of synthetic time-series data, ensuring that the digital signatures we rely on for trust can survive the inevitable edits and manipulations of the real world.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →