kth.sePublications KTH
Change search
Link to record
Permanent link

Direct link
Publications (10 of 14) Show all publications
Ghosh, A., Eldar, Y. C. & Chatterjee, S. (2026). Semi-Supervised Model-Free Bayesian State Estimation from Compressed Measurements. IEEE Transactions on Signal Processing, 74, 2005-2019
Open this publication in new window or tab >>Semi-Supervised Model-Free Bayesian State Estimation from Compressed Measurements
2026 (English)In: IEEE Transactions on Signal Processing, ISSN 1053-587X, E-ISSN 1941-0476, Vol. 74, p. 2005-2019Article in journal (Refereed) Published
Abstract [en]

We consider data-driven Bayesian state estimation from compressed measurements (BSCM) of a model-free process. The dimension of the temporal measurement vector is lower than that of the temporal state vector to be estimated, leading to an under-determined inverse problem. The underlying dynamical model of the state’s evolution is unknown for a ‘model-free process.’ Hence, it is difficult to use traditional model-driven methods, for example, Kalman and particle filters. Instead, we consider data-driven methods. We experimentally show that two existing unsupervised learning-based data-driven methods fail to address the BSCM problem in a model-free process. The methods are-data-driven nonlinear state estimation (DANSE) and deep Markov model (DMM). While DANSE provides good predictive/ forecasting performance to model the temporal measurement data as a time series, its unsupervised learning lacks suitable regularization for tackling the BSCM task. We then propose a semi-supervised learning approach and develop a semi-supervised learning-based DANSE method, referred to as SemiDANSE. In SemiDANSE, we use a large amount of unlabelled data along with a limited amount of labelled data, i.e., pairwise measurement-and-state data, which provides the desired regularization. Using benchmark chaotic dynamical systems, we empirically show that the data-driven SemiDANSE provides competitive state estimation performance for BSCM using a handful of different measurement systems, against a hybrid method called KalmanNet and two model-driven methods (extended Kalman filter and unscented Kalman filter) that know the dynamical models exactly.

Place, publisher, year, edition, pages
Institute of Electrical and Electronics Engineers (IEEE), 2026
Keywords
Bayesian state estimation, maximum-likelihood, recurrent neural network, semi-supervised learning
National Category
Control Engineering Computer Sciences Probability Theory and Statistics
Identifiers
urn:nbn:se:kth:diva-382969 (URN)10.1109/TSP.2026.3691273 (DOI)2-s2.0-105038663973 (Scopus ID)
Note

QC 20260605

Available from: 2026-06-05 Created: 2026-06-05 Last updated: 2026-06-05Bibliographically approved
Shlezinger, N., Revach, G., Ghosh, A., Chatterjee, S., Tang, S., Imbiriba, T., . . . Eldar, Y. C. (2025). Artificial Intelligence-Aided Kalman Filters: AI-Augmented Designs for Kalman-Type Algorithms. IEEE signal processing magazine (Print), 42(3), 52-76
Open this publication in new window or tab >>Artificial Intelligence-Aided Kalman Filters: AI-Augmented Designs for Kalman-Type Algorithms
Show others...
2025 (English)In: IEEE signal processing magazine (Print), ISSN 1053-5888, E-ISSN 1558-0792, Vol. 42, no 3, p. 52-76Article in journal (Refereed) Published
Abstract [en]

The Kalman filter (KF) and its variants are among the most celebrated algorithms in signal processing. These methods are used for state estimation of dynamic systems by relying on mathematical representations in the form of simple state-space (SS) models, which may be crude and inaccurate descriptions of the underlying dynamics. Emerging data-centric artificial intelligence (AI) techniques tackle these tasks using deep neural networks (DNNs), which are model agnostic. Recent developments illustrate the possibility of fusing DNNs with classic Kalman-type filtering, obtaining systems that learn to track in partially known dynamics. This article provides a tutorial-style overview of design approaches for incorporating AI in aiding KF-type algorithms. We review both generic and dedicated DNN architectures suitable for state estimation and provide a systematic presentation of techniques for fusing AI tools with KFs and for leveraging partial SS modeling and data, categorizing design approaches into task oriented and SS model oriented. The usefulness of each approach in preserving the individual strengths of model-based KFs and data-driven DNNs is investigated in a qualitative and quantitative study (whose code is publicly available), illustrating the gains of hybrid model-based/data-driven designs. We also discuss existing challenges and future research directions that arise from fusing AI and Kalman-type algorithms.

Place, publisher, year, edition, pages
Institute of Electrical and Electronics Engineers (IEEE), 2025
Keywords
Signal processing algorithms, Biological system modeling, Artificial intelligence, Mathematical models, Heuristic algorithms, Signal processing, Data models, Computational modeling, Filtering, Noise measurement, Kalman filters
National Category
Computer and Information Sciences
Identifiers
urn:nbn:se:kth:diva-374390 (URN)10.1109/MSP.2025.3569395 (DOI)001575790500001 ()2-s2.0-105006853874 (Scopus ID)
Note

QC 20251218

Available from: 2025-12-18 Created: 2025-12-18 Last updated: 2025-12-18Bibliographically approved
Ghosh, A. (2025). Deep Learning-based State and Parameter Estimation in Nonlinear Dynamical Systems. (Doctoral dissertation). Stockholm, Sweden: Kungliga Tekniska högskolan
Open this publication in new window or tab >>Deep Learning-based State and Parameter Estimation in Nonlinear Dynamical Systems
2025 (English)Doctoral thesis, monograph (Other academic)
Abstract [en]

The tasks of state estimation and parameter estimation are closely related and often treated jointly by researchers in the areas of signal processing, control, and system identification. In recent literature, there is a growing trend of applying machine learning and deep learning techniques to tackle the above problems. The thesis follows a similar line of thought and is primarily concerned with the development of deep learning-based approaches for addressing state estimation and parameter estimation, under modeling constraints. 

The first main contribution of the thesis concerns deep learning approaches for addressing Bayesian state estimation in a model-free scenario. We introduce DANSE -- a Data-driven Nonlinear State Estimation method where the underlying dynamical model is unknown. The core of the DANSE framework consists of directly modeling the prior distribution of the state using a recurrent neural network. We assume knowledge of the measurement system, which is considered noisy, linear, and additive. This assumption offers attractive advantages in Bayesian state estimation. Firstly, it enables DANSE to provide a closed-form posterior distribution of the state. Secondly, the training of DANSE can be carried out in an unsupervised manner as long as the noisy measurements contain sufficient information about the unknown state (either when we have a full-rank measurement system or an over-determined measurement system). In the case of under-determined measurements, the state estimation problem becomes challenging. To meet this challenge, we modify the existing unsupervised learning framework of DANSE by using a limited amount of labelled training data. This modification results in a semi-supervised learning framework, and the resulting method is named semi-supervised DANSE (SemiDANSE). Finally, ideas from particle filters and importance sampling are borrowed for handling noisy and nonlinear measurements. This results in a particle-based DANSE (pDANSE). pDANSE approximates the unknown posterior distribution using the first two statistical moments, while requiring no special knowledge of the underlying dynamic model. We employ nonlinear dynamical systems, such as chaotic attractors, in our experimental study. Such attractors are a popular choice for benchmarking state estimation performances. We compare the empirical performance of DANSE and its extensions, SemiDANSE and pDANSE, against those of classical, model-driven approaches such as the extended Kalman filter (EKF), the unscented Kalman filter (UKF), the particle filter (PF), data-driven, and recent hybrid approaches like KalmanNet.

The second main contribution of the thesis concerns deep learning-based parameter estimation. Challenges associated with classical parameter estimation techniques include computationally intensive inference and dependency on parameter initialization. For addressing these challenges, we propose DeepBayes -- a method for constructing an estimator using recurrent neural networks. For training the recurrent neural networks, a simulable model is used to generate a large quantity of synthetic, labelled data for offline training using parameters sampled from a non-informative uniform prior. The result is that once trained, DeepBayes can provide rapid inference without any special consideration regarding initialisation. Furthermore, we empirically demonstrate that DeepBayes can provide comparable parameter estimation performance compared to the mean-squared-error optimal Bayes estimator and relevant maximum-likelihood based estimators on popular nonlinear dynamical system benchmarks. 

Abstract [sv]

Tillståndsestimering och parameterestimering är nära besläktade uppgifter som ofta behandlas gemensamt av forskare inom signalbehandling, reglerteknik och systemidentifiering. I den aktuella litteraturen blir det allt vanligare att använda metoder från maskininlärning och djupinlärning för att angripa dessa problem. Denna avhandling följer samma inriktning och fokuserar huvudsakligen på att utveckla djupinlärningsbaserade metoder för tillståndsestimering och parameterestimering under modelleringsbegränsningar.

Avhandlingens första huvudbidrag gäller djupinlärningsbaserade angreppssätt för Bayesiansk tillståndsestimering i en modellfri situation.  Vi introducerar DANSE (Data-driven Nonlinear State Estimation) där den underliggande dynamiska modellen är okänd. Kärnan i DANSE-metoden är att direkt modellera en a-priori sannolikhetsfördelning för tillståndsvariablerna med hjälp av återkommande neurala nätverk. Vi antar kännedom om mätmodellen, vilken antas vara linjär, additiv och brusig. Detta antagande ger flera fördelar vid Bayesiansk tillståndsestimering. För det första möjliggör det att DANSE kan ge en sluten form för tillståndsvariablernas a-posteriori sannolikhetsfördelning. För det andra kan DANSE tränas oövervakat, så länge de brusiga mätningarna innehåller tillräcklig information om det okända tillståndet (till exempel när mätmodellen har full rang eller är överbestämd). Vid underbestämda mätningar blir tillståndsestimeringsproblemet mer utmanande. För att hantera detta utvidgar vi den befintliga oövervakade inlärningsmetoden genom att använda en begränsad mängd annoterad träningsdata. Denna förändring resulterar i en semiövervakad metod, benämnd SemiDANSE. Slutligen lånar vi idéer från partikelfilter och viktningsmetoder för att hantera olinjära och brusiga mätningar. Detta leder till en partikelbaserad variant av DANSE, pDANSE. pDANSE approximerar den okända a-posteriori sannolikhetsfördelningen genom att beskriva den med hjälp av väntevärde och varians, utan krav på djupare kännedom om den underliggande dynamiska modellen. I våra experiment använder vi olinjära dynamiska system, såsom kaotiska attraktorer, vilka ofta används som referenssystem för att utvärdera tillståndsestimeringsprestanda. Vi jämför de empiriska resultaten för DANSE samt dess varianter SemiDANSE och pDANSE med klassiska, modellbaserade metoder, till exempel Extended Kalman Filter (EKF), Unscented Kalman Filter (UKF) och Particle Filter (PF), samt med rena datadrivna metoder och nya hybrida angreppssätt såsom KalmanNet. 

Avhandlingens andra huvudbidrag rör djupinlärningsbaserad parameterestimering. Klassiska parameterestimeringsmetoder präglas ofta av beräkningsintensiv inferens och av ett starkt beroende av parameterinitialisering. För att hantera dessa utmaningar introducerar vi DeepBayes, en metod för att konstruera en skattare med hjälp av återkommande neurala nätverk. För att träna dessa nätverk används en simulerbar modell för att generera stora mängder annoterad syntetisk  data för offline träning, där parametrarna dragits från en icke-informativ likformig a-priori-fördelning. Resultatet är att DeepBayes, när modellen väl är offline-tränad, kan erbjuda snabb inferens utan särskilda krav på initialisering. Vi visar dessutom empiriskt att DeepBayes kan uppnå jämförbar prestanda i parameterestimering med både den Bayesianska skattaren, som är optimal med avseende på medelkvadratfelet, och relevanta maximum likelihood-baserade skattare på välkända referenssystem för olinjära dynamiska system.

Place, publisher, year, edition, pages
Stockholm, Sweden: Kungliga Tekniska högskolan, 2025. p. 157
Series
TRITA-EECS-AVL ; 2025:96
Keywords
deep learning, state estimation, parameter estimation, state space models, dynamical systems, djupinlärning, tillståndsestimering, parameterestimering, tillståndsmodell, dynamiska system
National Category
Other Electrical Engineering, Electronic Engineering, Information Engineering Signal Processing
Research subject
Electrical Engineering
Identifiers
urn:nbn:se:kth:diva-372376 (URN)978-91-8106-441-4 (ISBN)
Public defence
2025-12-08, https://kth-se.zoom.us/j/68170582099, F3 (Flodis), Lindstedtsvägen 26 & 28, Stockholm, Sweden, 13:00 (English)
Opponent
Supervisors
Note

QC 20251106

Available from: 2025-11-06 Created: 2025-11-06 Last updated: 2025-11-19Bibliographically approved
Qin, H., Ghosh, A. & Chatterjee, S. (2025). iDANSE: Iterative Data -driven Nonlinear State Estimation of Model -free Hidden Sequences. In: 2025 IEEE INTERNATIONAL CONFERENCE ON ACOUSTICS, SPEECH AND SIGNAL PROCESSING (ICASSP): . Paper presented at 2025 International Conference on Acoustics Speech and Signal Processing-ICASSP-Annual, APR 06-11, 2025, Hyderabad, INDIA. Institute of Electrical and Electronics Engineers (IEEE)
Open this publication in new window or tab >>iDANSE: Iterative Data -driven Nonlinear State Estimation of Model -free Hidden Sequences
2025 (English)In: 2025 IEEE INTERNATIONAL CONFERENCE ON ACOUSTICS, SPEECH AND SIGNAL PROCESSING (ICASSP), Institute of Electrical and Electronics Engineers (IEEE) , 2025Conference paper, Published paper (Refereed)
Abstract [en]

We introduce a model-free hidden sequence (MHS) estimation problem where the task is to estimate a long sequence of 'model-free' process hidden under additive Gaussian noise. To estimate the posterior of the hidden sequence from the noisy observation sequence, we have three main challenges: (a) the process is 'model-free', that means there is no underlying state-space-model (SSM), limiting the use of traditional SSM-informed model-based methods like Kalman filter (KF) and particle filter (PF); (b) only an unlabelled dataset comprised of noisy observation sequences is available as training data, and hence no supervised learning possible; and,

Place, publisher, year, edition, pages
Institute of Electrical and Electronics Engineers (IEEE), 2025
Series
International Conference on Acoustics Speech and Signal Processing ICASSP, ISSN 1520-6149
Keywords
State estimation, sequential modelling, unsupervised, learning, deep neural networks, Kalman filter.
National Category
Computer Sciences
Identifiers
urn:nbn:se:kth:diva-378109 (URN)10.1109/ICASSP49660.2025.10888669 (DOI)001611514300271 ()2-s2.0-105003882495 (Scopus ID)
Conference
2025 International Conference on Acoustics Speech and Signal Processing-ICASSP-Annual, APR 06-11, 2025, Hyderabad, INDIA
Note

Part of ISBN 979-8-3503-6875-8; 979-8-3503-6874-1

QC 20260317

Available from: 2026-03-17 Created: 2026-03-17 Last updated: 2026-03-17Bibliographically approved
Ghosh, A., Eldar, Y. C. & Chatterjee, S. (2025). Particle-based Data-driven Nonlinear State Estimation of Model-free Process from Nonlinear Measurements. In: 2025 IEEE INTERNATIONAL CONFERENCE ON ACOUSTICS, SPEECH AND SIGNAL PROCESSING (ICASSP): . Paper presented at 2025 International Conference on Acoustics Speech and Signal Processing-ICASSP-Annual, APR 06-11, 2025, Hyderabad, INDIA. Institute of Electrical and Electronics Engineers (IEEE), Article ID 4052.
Open this publication in new window or tab >>Particle-based Data-driven Nonlinear State Estimation of Model-free Process from Nonlinear Measurements
2025 (English)In: 2025 IEEE INTERNATIONAL CONFERENCE ON ACOUSTICS, SPEECH AND SIGNAL PROCESSING (ICASSP), Institute of Electrical and Electronics Engineers (IEEE) , 2025, article id 4052Conference paper, Published paper (Refereed)
Abstract [en]

We consider the problem of causal filtering of a model-free process from (noisy) nonlinear measurements. The 'model-free process' means that we do not have a state-space model (SSM) of the process dynamics, limiting the use of traditional model-driven filters, such as unscented Kalman filter (UKF) and particle filter (PF). To address the problem we propose a particle-based data-driven nonlinear state estimation (pDANSE) method. In pDANSE, a recurrent neural network (RNN) provides the statistical parameters of a Gaussian prior of the underlying state, and particles are then drawn from the prior to compute the posterior moments. pDANSE is typically trained in a semi-supervised fashion. For our experiments we study the use of halfwave rectification as a nonlinear transformation of measurements. We first show that an unsupervised learning-based method under-performs, and subsequently the semi-supervised learning-based pDANSE performs satisfactorily. Using Lorenz-63 system as benchmark, pDANSE is found to be competitive against a model-driven PF that knows the exact SSM.

Place, publisher, year, edition, pages
Institute of Electrical and Electronics Engineers (IEEE), 2025
Series
International Conference on Acoustics Speech and Signal Processing ICASSP, ISSN 1520-6149
Keywords
State estimation, semi-supervised learning, deep neural network, Kalman filter, particle filter
National Category
Control Engineering
Identifiers
urn:nbn:se:kth:diva-378115 (URN)10.1109/ICASSP49660.2025.10888810 (DOI)001611514300412 ()2-s2.0-105003879508 (Scopus ID)
Conference
2025 International Conference on Acoustics Speech and Signal Processing-ICASSP-Annual, APR 06-11, 2025, Hyderabad, INDIA
Note

Part of ISBN 979-8-3503-6875-8; 979-8-3503-6874-1

QC 20260317

Available from: 2026-03-17 Created: 2026-03-17 Last updated: 2026-03-17Bibliographically approved
Ghosh, A., Honore, A. & Chatterjee, S. (2024). DANSE: Data-Driven Non-Linear State Estimation of Model-Free Process in Unsupervised Learning Setup. IEEE Transactions on Signal Processing, 72, 1824-1838
Open this publication in new window or tab >>DANSE: Data-Driven Non-Linear State Estimation of Model-Free Process in Unsupervised Learning Setup
2024 (English)In: IEEE Transactions on Signal Processing, ISSN 1053-587X, E-ISSN 1941-0476, Vol. 72, p. 1824-1838Article in journal (Refereed) Published
Abstract [en]

We address the tasks of Bayesian state estimation and forecasting for a model-free process in an unsupervised learning setup. For a model-free process, we do not have any a-priori knowledge of the process dynamics. In the article, we propose DANSE - a Data-driven Nonlinear State Estimation method. DANSE provides a closed-form posterior of the state of the model-free process, given linear measurements of the state. In addition, it provides a closed-form posterior for forecasting. A data-driven recurrent neural network (RNN) is used in DANSE to provide the parameters of a prior of the state. The prior depends on the past measurements as input, and then we find the closed-form posterior of the state using the current measurement as input. The data-driven RNN captures the underlying non-linear dynamics of the model-free process. The training of DANSE, mainly learning the parameters of the RNN, is executed using an unsupervised learning approach. In unsupervised learning, we have access to a training dataset comprising only a set of (noisy) measurement data trajectories, but we do not have any access to the state trajectories. Therefore, DANSE does not have access to state information in the training data and can not use supervised learning. Using simulated linear and non-linear process models (Lorenz attractor and Chen attractor), we evaluate the unsupervised learning-based DANSE. We show that the proposed DANSE, without knowledge of the process model and without supervised learning, provides a competitive performance against model-driven methods, such as the Kalman filter (KF), extended KF (EKF), unscented KF (UKF), a data-driven deep Markov model (DMM) and a recently proposed hybrid method called KalmanNet. In addition, we show that DANSE works for high-dimensional state estimation.

Place, publisher, year, edition, pages
Institute of Electrical and Electronics Engineers (IEEE), 2024
Keywords
State estimation, Computational modeling, Training, Bayes methods, Noise measurement, Supervised learning, Unsupervised learning, Bayesian state estimation, forecasting, neural networks, recurrent neural networks
National Category
Computer Sciences
Identifiers
urn:nbn:se:kth:diva-346102 (URN)10.1109/TSP.2024.3383277 (DOI)001200035500017 ()2-s2.0-85189517590 (Scopus ID)
Note

QC 20250923

Available from: 2024-05-03 Created: 2024-05-03 Last updated: 2025-09-23Bibliographically approved
Ghosh, A., Abdalmoaty, M., Chatterjee, S. & Hjalmarsson, H. (2024). DeepBayes—An estimator for parameter estimation in stochastic nonlinear dynamical models. Automatica, 159, Article ID 111327.
Open this publication in new window or tab >>DeepBayes—An estimator for parameter estimation in stochastic nonlinear dynamical models
2024 (English)In: Automatica, ISSN 0005-1098, E-ISSN 1873-2836, Vol. 159, article id 111327Article in journal (Refereed) Published
Abstract [en]

Stochastic nonlinear dynamical systems are ubiquitous in modern, real-world applications. Yet, estimating the unknown parameters of stochastic, nonlinear dynamical models remains a challenging problem. The majority of existing methods employ maximum likelihood or Bayesian estimation. However, these methods suffer from some limitations, most notably the substantial computational time for inference coupled with limited flexibility in application. In this work, we propose DeepBayes estimators that leverage the power of deep recurrent neural networks. The method consists of first training a recurrent neural network to minimize the mean-squared estimation error over a set of synthetically generated data using models drawn from the model set of interest. The a priori trained estimator can then be used directly for inference by evaluating the network with the estimation data. The deep recurrent neural network architectures can be trained offline and ensure significant time savings during inference. We experiment with two popular recurrent neural networks — long short term memory network (LSTM) and gated recurrent unit (GRU). We demonstrate the applicability of our proposed method on different example models and perform detailed comparisons with state-of-the-art approaches. We also provide a study on a real-world nonlinear benchmark problem. The experimental evaluations show that the proposed approach is asymptotically as good as the Bayes estimator.

Place, publisher, year, edition, pages
Elsevier BV, 2024
Keywords
Deep learning, Dynamical systems, Nonlinear system identification, Parameter estimation, Recurrent neural networks
National Category
Control Engineering Other Electrical Engineering, Electronic Engineering, Information Engineering Probability Theory and Statistics
Identifiers
urn:nbn:se:kth:diva-339038 (URN)10.1016/j.automatica.2023.111327 (DOI)001161034600001 ()2-s2.0-85174673962 (Scopus ID)
Note

QC 20251002

Available from: 2023-11-29 Created: 2023-11-29 Last updated: 2025-10-02Bibliographically approved
Honore, A., Ghosh, A. & Chatterjee, S. (2023). Compressed Sensing of Generative Sparse-Latent (GSL) Signals. In: 31st European Signal Processing Conference, EUSIPCO 2023 - Proceedings: . Paper presented at 31st European Signal Processing Conference, EUSIPCO 2023, Helsinki, Finland, September 4-8, 2023 (pp. 1918-1922). Institute of Electrical and Electronics Engineers (IEEE)
Open this publication in new window or tab >>Compressed Sensing of Generative Sparse-Latent (GSL) Signals
2023 (English)In: 31st European Signal Processing Conference, EUSIPCO 2023 - Proceedings, Institute of Electrical and Electronics Engineers (IEEE) , 2023, p. 1918-1922Conference paper, Published paper (Refereed)
Abstract [en]

We consider reconstruction of an ambient signal in a compressed sensing (CS) setup where the ambient signal has a neural network based generative model. The generative model has a sparse-latent input and we refer to the generated ambient signal as generative sparse-latent signal (GSL). The proposed sparsity inducing reconstruction algorithm is inherently non-convex, and we show that a gradient based search provides a good reconstruction performance. We evaluate our proposed algorithm using simulated data.

Place, publisher, year, edition, pages
Institute of Electrical and Electronics Engineers (IEEE), 2023
Keywords
Compressed sensing, generative models, inverse problems
National Category
Signal Processing
Identifiers
urn:nbn:se:kth:diva-340801 (URN)10.23919/EUSIPCO58844.2023.10289923 (DOI)2-s2.0-85178384307 (Scopus ID)
Conference
31st European Signal Processing Conference, EUSIPCO 2023, Helsinki, Finland, September 4-8, 2023
Note

Part of ISBN 9789464593600

QC 20250923

Available from: 2023-12-14 Created: 2023-12-14 Last updated: 2025-09-23Bibliographically approved
Ghosh, A., Honore, A. & Chatterjee, S. (2023). DANSE: Data-driven Non-linear State Estimation of Model-free Process in Unsupervised Bayesian Setup. In: Proceedings 31st European Signal Processing Conference, EUSIPCO 2023: . Paper presented at 31st European Signal Processing Conference, EUSIPCO 2023, September 4-8, 2023 (pp. 870-874). Institute of Electrical and Electronics Engineers (IEEE)
Open this publication in new window or tab >>DANSE: Data-driven Non-linear State Estimation of Model-free Process in Unsupervised Bayesian Setup
2023 (English)In: Proceedings 31st European Signal Processing Conference, EUSIPCO 2023, Institute of Electrical and Electronics Engineers (IEEE) , 2023, p. 870-874Conference paper, Published paper (Refereed)
Abstract [en]

We propose DANSE - a data-driven non-linear state estimation method. DANSE provides a closed-form posterior of the state of a model-free process, given linear measurements of the state in a Bayesian setup, like the celebrated Kalman filter (KF). Non-linear dynamics of the state are captured by data-driven recurrent neural networks (RNNs). The training of DANSE combines maximum-likelihood and gradient-descent in an unsupervised framework, i.e. only measurement data and no process data are required. Using simulated linear and non-linear process models, we demonstrate that DANSE - without knowledge of the process model - provides competitive performance against model-based approaches such as KF, unscented KF (UKF), extended KF (EKF), and a hybrid approach such as KalmanNet.

Place, publisher, year, edition, pages
Institute of Electrical and Electronics Engineers (IEEE), 2023
Keywords
deep learning, neural networks, recurrent neural networks, state estimation, Bayesian networks, Deep neural networks, Gradient methods, Maximum likelihood estimation, Bayesian, Closed form, Data driven, Linear state estimation, Model free, Neural-networks, Nonlinear state, Process-models, State estimation methods
National Category
Control Engineering
Identifiers
urn:nbn:se:kth:diva-346076 (URN)10.23919/EUSIPCO58844.2023.10289946 (DOI)2-s2.0-85165166616 (Scopus ID)
Conference
31st European Signal Processing Conference, EUSIPCO 2023, September 4-8, 2023
Note

Part of ISBN 9789464593600

QC 20251021

Available from: 2024-05-02 Created: 2024-05-02 Last updated: 2025-10-21Bibliographically approved
Fontcuberta, A. E., Ghosh, A., Chatterjee, S., Mitra, D. & Nandy, D. (2023). Forecasting Solar Cycle 25 with Physical Model-Validated Recurrent Neural Networks. Solar Physics, 298(1), Article ID 8.
Open this publication in new window or tab >>Forecasting Solar Cycle 25 with Physical Model-Validated Recurrent Neural Networks
Show others...
2023 (English)In: Solar Physics, ISSN 0038-0938, E-ISSN 1573-093X, Vol. 298, no 1, article id 8Article in journal (Refereed) Published
Abstract [en]

The Sun's activity, which is associated with the solar magnetic cycle, creates a dynamic environment in space known as space weather. Severe space weather can disrupt space-based and Earth-based technologies. Slow decadal-scale variations on solar-cycle timescales are important for radiative forcing of the Earth's atmosphere and impact satellite lifetimes and atmospheric dynamics. Predicting the solar magnetic cycle is therefore of critical importance for humanity. In this context, a novel development is the application of machine-learning algorithms for solar-cycle forecasting. Diverse approaches have been developed for this purpose; however, with no consensus across different techniques and physics-based approaches. Here, we first explore the performance of four different machine-learning algorithms - all of them belonging to a class called Recurrent Neural Networks (RNNs) - in predicting simulated sunspot cycles based on a widely studied, stochastically forced, nonlinear time-delay solar dynamo model. We conclude that the algorithm Echo State Network (ESN) performs the best, but predictability is limited to only one future sunspot cycle, in agreement with recent physical insights. Subsequently, we train the ESN algorithm and a modified version of it (MESN) with solar-cycle observations to forecast Cycles 22 - 25. We obtain accurate hindcasts for Solar Cycles 22 - 24. For Solar Cycle 25 the ESN algorithm forecasts a peak amplitude of 131 +/- 14 sunspots around July 2024 and indicates a cycle length of approximately 10 years. The MESN forecasts a peak of 137 +/- 2 sunspots around April 2024, with the same cycle length. Qualitatively, both forecasts indicate that Cycle 25 will be slightly stronger than Cycle 24 but weaker than Cycle 23. Our novel approach bridges physical model-based forecasts with machine-learning-based approaches, achieving consistency across these diverse techniques.

Place, publisher, year, edition, pages
Springer Nature, 2023
Keywords
Solar cycle, Sunspots, Statistics
National Category
Astronomy, Astrophysics and Cosmology
Identifiers
urn:nbn:se:kth:diva-323588 (URN)10.1007/s11207-022-02104-3 (DOI)000913507700001 ()2-s2.0-85146268485 (Scopus ID)
Note

QC 20230208

Available from: 2023-02-08 Created: 2023-02-08 Last updated: 2023-02-08Bibliographically approved
Organisations
Identifiers
ORCID iD: ORCID iD iconorcid.org/0000-0001-6612-6923

Search in DiVA

Show all publications