paper-with-me

Papers

Numerically Robust Fixed-Point Smoothing Without State Augmentation

2024-09-30 · Nicholas Krämer

Practical implementations of Gaussian smoothing algorithms have received a great deal of attention in the last 60 years. However, almost all work focuses on estimating complete time series (''fixed-interval smoothing'', $\mathcal{O}(K)$ memory) through variations of the Rauch--Tung--Striebel smoother, rarely on estimating the initial states (''fixed-point smoothing'', $\mathcal{O}(1)$ memory). Since fixed-point smoothing is a crucial component of algorithms for dynamical systems with unknown initial conditions, we close this gap by introducing a new formulation of a Gaussian fixed-point smoother. In contrast to prior approaches, our perspective admits a numerically robust Cholesky-based form (without downdates) and avoids state augmentation, which would needlessly inflate the state-space model and reduce the numerical practicality of any fixed-point smoother code. The experiments demonstrate how a JAX implementation of our algorithm matches the runtime of the fastest methods and the robustness of the most robust techniques while existing implementations must always sacrifice one for the other.

📄 PDF Abstract BibTeX arXiv:2409.20004

Code (1)

pnkraemer/code-numerically-robust-fixedpoint-smoother 공식 구현 jax

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

A Deterministic Gradient-Based Approach to Avoid Saddle Points

2019-01-21 · Lisa Maria Kreusser, Stanley J. Osher, Bao Wang

Loss functions with a large number of saddle points are one of the major obstacles for training modern machine learning models efficiently. First-order methods such as gradient descent are usually the methods of choice f…

BIG-bench Machine Learning

Manifold-Aligned Generative Transport

2026-02-23 · Xinyu Tian, Xiaotong Shen arxiv

High-dimensional generative modeling is fundamentally a manifold-learning problem: real data concentrate near a low-dimensional structure embedded in the ambient space. Effective generators must therefore balance support…

Fixed Points of Deep Neural Networks: Emergence, Stability, and Applications

2025-01-07 · L. Berlyand, V. Slavin

We present numerical and analytical results on the formation and stability of a family of fixed points of deep neural networks (DNNs). Such fixed points appear in a class of DNNs when dimensions of input and output vecto…

Towards Scalable and Stable Parallelization of Nonlinear RNNs

2024-07-26 · Xavier Gonzalez, Andrew Warrington, Jimmy T. H. Smith, Scott W. Linderman

Transformers and linear state space models can be evaluated in parallel on modern hardware, but evaluating nonlinear RNNs appears to be an inherently sequential problem. Recently, however, Lim et al. '24 developed an app…

State Space Models

Genetic Toggle Switch in the Absence of Cooperative Binding: Exact Results

2015-10-22

We present an analytical treatment of a genetic switch model consisting of two mutually inhibiting genes operating without cooperative binding of the corresponding transcription factors. Previous studies have numerically…