paper-with-me

홈 › Papers

Cadence: Error-Bounded Lossy Compression of Demand Time Series with a Time-Series Foundation Model

2026-09-05 · Roberto Tacconelli hf

We present Cadence, an error-bounded lossy compressor for numeric time series pairing a 330M-parameter time-series foundation model (Google TimesFM-3) with an adaptive arithmetic coder, guaranteeing |x_t-x_t|leτ on every sample. One negative result constrains the design space: for lossless coding a foundation model is worth nothing, because bits saved are logarithmic in predictor accuracy, Δb=log_2(MAE_{old}/MAE_{new}). So the 1.51times advantage TimesFM-3 holds over a 32-tap linear predictor buys 0.60 bits of 20.28, a median gain of +0.03%. Error-bounded coding escapes this at one point: once a forecast lands inside the band the residual index is zero and the sample nearly free. Cadence contributes: (1) an adaptive range coder with context-modelled binarization, beating xz/zstd on real indices by 9.7% (15/15) and reversing a finding from a general-purpose back end; (2) a determinism result -- predictions are not bit-identical across batch sizes, and no PyTorch configuration repairs this, forcing group size and execution device into the container format; and (3) domain localization on corpora postdating any plausible training cutoff. On 49 EIA-930 balancing-authority demand series (2026) Cadence gains 13.3% over the best of six classical predictors, and 28.3% on 50 MTA ridership series (2026): 21.4% median over 297 series-tolerance pairs, winning all 297. Against downsampling, what time-series databases deploy for retention, its guaranteed worst-case error is 28--56times tighter at equal size. End-to-end, once the context bootstrap is paid for, gains run from 6.8% at six months of hourly data to 15.1% asymptotically. Attempting to falsify the domain claim on SDRBench, theory predicts failure and delivers: -0.8% median, 0 of 27 pairs gaining. Three further negative results and eight retracted claims are reported in full.

📄 PDF Abstract BibTeX arXiv:2609.06008

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Novel Memory-Efficient Deep Learning Training Framework via Error-Bounded Lossy Compression

2020-11-18 · Sian Jin, Guanpeng Li, Shuaiwen Leon Song, Dingwen Tao

Deep neural networks (DNNs) are becoming increasingly deeper, wider, and non-linear due to the growing demands on prediction accuracy and analysis quality. When training a DNN model, the intermediate activation data must…

SRN-SZ: Deep Leaning-Based Scientific Error-bounded Lossy Compression with Super-resolution Neural Networks

2023-09-07 · Jinyang Liu, Sheng Di, Sian Jin, Kai Zhao 외

The fast growth of computational power and scales of modern super-computing systems have raised great challenges for the management of exascale scientific data. To maintain the usability of scientific data, error-bound l…

Super-Resolution

LFZip: Lossy compression of multivariate floating-point time series data via improved prediction

2019-11-01 · Shubham Chandak, Kedar Tatwawadi, Chengtao Wen, Lingyun Wang 외

Time series data compression is emerging as an important problem with the growth in IoT devices and sensors. Due to the presence of noise in these datasets, lossy compression can often provide significant compression gai…

Data CompressionQuantizationTime SeriesTime Series Analysis

COMET: A Novel Memory-Efficient Deep Learning Training Framework by Using Error-Bounded Lossy Compression

2021-11-18 · Sian Jin, Chengming Zhang, Xintong Jiang, Yunhe Feng 외

Training wide and deep neural networks (DNNs) require large amounts of storage resources such as memory because the intermediate activation data must be saved in the memory during forward propagation and then restored fo…

Data Compression

Exploring Autoencoder-based Error-bounded Compression for Scientific Data

2021-05-25 · Jinyang Liu, Sheng Di, Kai Zhao, Sian Jin 외

Error-bounded lossy compression is becoming an indispensable technique for the success of today's scientific projects with vast volumes of data produced during simulations or instrument data acquisitions. Not only can it…

Image Compression