TL;DR
This paper introduces a scalable method for Gaussian Process modeling of integrated astronomical measurements using augmented state space models, enabling efficient analysis of overlapping and variable exposure data.
Contribution
It extends the GP-SSM equivalence to handle integrated measurements with scalability, and provides an open-source package compatible with existing tools.
Findings
Achieves O(N) runtime for integrated GP posteriors on CPU.
Parallelizable to O(N/T + log T) on GPU with T workers.
Supports complex kernels like quasiperiodic in astronomy.
Abstract
Astronomical measurements are often integrated over finite exposures, which can obscure latent variability on comparable timescales. Correctly accounting for exposure integration with Gaussian Processes (GPs) in such scenarios is essential but computationally challenging: once exposure times vary or overlap across measurements, the covariance matrix forfeits any quasiseparability, forcing O() memory and O() runtime costs. Linear Gaussian state space models (SSMs) are equivalent to GPs and have well-known O() solutions via the Kalman filter and RTS smoother. In this work, we extend the GP-SSM equivalence to handle integrated measurements while maintaining scalability by augmenting the SSM with an integral state that resets at exposure start times and is observed at exposure end times. This construction yields exactly the same posterior as a fully integrated GP but in O()…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
