paper-with-me

홈 › Papers

When Quantization Breaks Memory: Recurrent-State Write-Back in Low-Precision Temporal Inference

2026-09-03 · Ismail Erbas, Xavier Intes, Vikas Pandey hf

Quantization is widely used to reduce the computational and memory demands of neural-network inference. In recurrent networks, however, the quantized state is stored and returned at the next time step, so the rule used to store that state can alter subsequent computations. Here, we introduce recurrent-state write-back to denote this rule and isolate its effect in a compact GRU encoder--decoder for fluorescence lifetime imaging, a molecular imaging modality used in quantitative biological imaging. A central task is estimating two lifetime parameters, the short-lived component τ1 and the long-lived component τ2, from high-noise time-resolved fluorescence signals. Holding the trained model fixed, replacing continuous state propagation with deterministic 4-bit state storage increases estimation errors for τ1 and τ2 by approximately 70x and 300x, respectively. Failure occurs when repeated small updates remain below the write threshold, leaving the stored state nearly fixed while the network continues to propose change. Error feedback, residual memory, and direction memory carry information from these suppressed updates across time and recover accuracy without retraining. Precision sweeps show that increasing state precision can worsen a fixed recurrent solution, while matched training shows that compatibility with the state interface can be learned. To test whether this behavior extends beyond the GRU, we repeat the post-training intervention in an independently trained LSTM, where coarse write-back reproduces the failure, error feedback restores accuracy, and state-specific interventions reveal greater sensitivity of the cell state than the hidden state. Our results establish recurrent-state write-back as a key determinant of low-precision recurrent dynamics and identify the state-storage interface as a central design consideration for quantized recurrent inference.

📄 PDF Abstract BibTeX arXiv:2609.04490

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Alternating Multi-bit Quantization for Recurrent Neural Networks

2018-02-01 · ICLR 2018 1 · Chen Xu, Jianqiang Yao, Zhouchen Lin, Wenwu Ou 외

Recurrent neural networks have achieved excellent performance in many applications. However, on portable devices with limited resources, the models are often too large to deploy. For applications on the server with large…

image-classificationImage ClassificationQuantization

Effective Quantization Methods for Recurrent Neural Networks

2016-11-30 · Qinyao He, He Wen, Shuchang Zhou, Yuxin Wu 외

Reducing bit-widths of weights, activations, and gradients of a Neural Network can shrink its storage size and memory usage, and also allow for faster training and inference by exploiting bitwise operations. However, pre…

Quantization

HitNet: Hybrid Ternary Recurrent Neural Network

2018-12-01 · NeurIPS 2018 12 · Peiqi Wang, Xinfeng Xie, Lei Deng, Guoqi Li 외

Quantization is a promising technique to reduce the model size, memory footprint, and massive computation operations of recurrent neural networks (RNNs) for embedded devices with limited resources. Although extreme low-b…

Quantization

Accelerating RNN-based Speech Enhancement on a Multi-Core MCU with Mixed FP16-INT8 Post-Training Quantization

2022-10-14 · Manuele Rusci, Marco Fariselli, Martin Croome, Francesco Paci 외

This paper presents an optimized methodology to design and deploy Speech Enhancement (SE) algorithms based on Recurrent Neural Networks (RNNs) on a state-of-the-art MicroController Unit (MCU), with 1+8 general-purpose RI…

QuantizationSpeech Enhancement

IMSSA: Deploying modern state-space models on memristive in-memory compute hardware

2024-12-28 · Sebastian Siegel, Ming-Jay Yang, John-Paul Strachan

Processing long temporal sequences is a key challenge in deep learning. In recent years, Transformers have become state-of-the-art for this task, but suffer from excessive memory requirements due to the need to explicitl…

GPUQuantizationState Space ModelsTemporal Sequences