CRDLJun 30

Automated High-Precision Extraction and Forensic Verification of Data-Bearing Vector Figures

arXiv:2606.313452.8
Predicted impact top 82% in CR · last 90 daysOriginality Synthesis-oriented
AI Analysis

For researchers who need to extract numerical data from published figures, this work automates a previously manual, imprecise process and adds cryptographic-style verification, but the problem is niche and the method is incremental over existing digitization tools.

This paper introduces a method for automatically extracting data from vector figures with high precision and provides a verification theory to certify the recovered data. The method achieves bit-exact float32 recovery for matplotlib markers and end-to-end precision of three to four significant figures, demonstrated by matching external archives like Planck 2018 to 10^-9 and the Keeling CO2 record to 5*10^-4.

The quantitative record of science and engineering is increasingly carried by figures rather than text or tables, and a reader who needs the underlying numbers must usually re-digitize them by hand: slowly, imprecisely, and with no way to prove the result is faithful. Yet when a figure is stored as vector graphics, its data are not approximated by the picture but encoded in it: the renderer writes each marker and vertex at a printed precision that, for the dominant scientific toolchain, exceeds the data's own. We turn this into three contributions, one per shortcoming of hand digitization. First, a precision theory bounding how accurately data can be recovered for a given renderer and export format: bit-exact float32 for matplotlib markers, and a calibration-limited three to four significant figures end to end. Second, an automatic extractor that decodes a figure in one pass with no human in the loop, in place of the slow point-by-point tracing a digitizer demands. Third, a verification theory: recovery is injective except on a characterized, vanishingly small interval near zero; accidental agreement between unrelated data is astronomically unlikely; and a re-rendering certificate binds the recovered values to the markers, lines, and ticks the figure draws, not its text, making a result non-repudiable. With no ground truth used during recovery, decoded figures match external archives (Planck 2018 to 10^-9; the Keeling CO2 record to 5*10^-4, and one decoded figure independently reproduces a correction to the Chinchilla scaling-law confidence interval. We map the achievable precision across common renderers and their PDF, SVG, and EPS formats. What we deliver is certified data; the scientific significance of any particular dataset lies outside this paper's scope, and recovered values are candidates for human review, never accusations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes