paper-with-me

홈 › Papers

Extended Linear Regression: A Kalman Filter Approach for Minimizing Loss via Area Under the Curve

2023-08-23 · Gokulprasath R

This research enhances linear regression models by integrating a Kalman filter and analysing curve areas to minimize loss. The goal is to develop an optimal linear regression equation using stochastic gradient descent (SGD) for weight updating. Our approach involves a stepwise process, starting with user-defined parameters. The linear regression model is trained using SGD, tracking weights and loss separately and zipping them finally. A Kalman filter is then trained based on weight and loss arrays to predict the next consolidated weights. Predictions result from multiplying input averages with weights, evaluated for loss to form a weight-versus-loss curve. The curve's equation is derived using the two-point formula, and area under the curve is calculated via integration. The linear regression equation with minimum area becomes the optimal curve for prediction. Benefits include avoiding constant weight updates via gradient descent and working with partial datasets, unlike methods needing the entire set. However, computational complexity should be considered. The Kalman filter's accuracy might diminish beyond a certain prediction range.

📄 PDF Abstract BibTeX arXiv:2308.12280

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

The Discriminative Kalman Filter for Bayesian Filtering with Nonlinear and Nongaussian Observation Models

2020-05-01 · Michael C. Burkhart, David M. Brandman, Brian Franco, Leigh R. Hochberg 외

The Kalman filter provides a simple and efficient algorithm to compute the posterior distribution for state-space models where both the latent state and measurement models are linear and gaussian. Extensions to the Kalma…

Brain Computer InterfaceregressionSequential Bayesian InferenceState Estimation+1

A robust extended Kalman filter for power system dynamic state estimation using PMU measurements

2021-04-05 · Marcos Netto, Junbo Zhao, Lamine Mili

This paper develops a robust extended Kalman filter to estimate the rotor angles and the rotor speeds of synchronous generators of a multimachine power system. Using a batch-mode regression form, the filter processes tog…

State Estimation

Iterated Invariant Extended Kalman Filter (IterIEKF)

2024-04-16 · Sven Goffin, Axel Barrau, Silvère Bonnabel, Olivier Brüls 외

We study the mathematical properties of the Invariant Extended Kalman Filter (IEKF) when iterating on the measurement update step, following the principles of the well-known Iterated Extended Kalman Filter. This iterativ…

Benchmarking

The Extended Kalman Filter is a Natural Gradient Descent in Trajectory Space

2019-01-03 · Yann Ollivier

The extended Kalman filter is perhaps the most standard tool to estimate in real time the state of a dynamical system from noisy measurements of some function of the system, with extensive practical applications (such as…

The Incremental Proximal Method: A Probabilistic Perspective

2018-07-12 · Ömer Deniz Akyildiz, Victor Elvira, Joaquin Miguez

In this work, we highlight a connection between the incremental proximal method and stochastic filters. We begin by showing that the proximal operators coincide, and hence can be realized with, Bayes updates. We give the…

regression