SLAM Course - 06 - Unscented Kalman Filter (2013/14; Cyrill Stachniss)

Ғылым және технология

Пікірлер: 45

  • @double_j3867
    @double_j38678 жыл бұрын

    Good lecture Prof Stachniss. Can you tell me in regards to the simple example of tracking a noisy sine wave with changing amplitude and frequency, will a UKF or particle filter perform better than the EKF in terms of accuracy and robustness against divergence? I have generally seen the EKF perform poorly at tracking a changing amplitude....

  • @koushikg1655
    @koushikg16552 ай бұрын

    Amazing

  • @michealning8450
    @michealning84508 жыл бұрын

    one question, why the ukf use the square of the sum of dimensionality plus the scaling parameter? namely sqrt(n+lambda)

  • @tyl1320
    @tyl13204 жыл бұрын

    It is good to explain easily, but I wonder if the UKF calculation amount is "Slightly slower than the EKF" compared to EKF even if the state dimension is large.

  • @user-yl5em5kg2m
    @user-yl5em5kg2m9 жыл бұрын

    Since UKF use unscented transform twice to propagate the sigma points throw function g and function h, one for the estimate step and another for the Kalman Gain step, is it possible to use only one unscented transform to propagate the original sigma points throw g*h to calculate the Kalman Gain?

  • @FarooqKifayat
    @FarooqKifayat8 жыл бұрын

    At 34:17 in the Extended Kalman filter equations (3) and (4) the noise covariances seems that Rt represents the process noise and Qt represents the Measurement noise. Is this true? Otherwise they should be switched in these equations.

  • @123321123456761
    @1233211234567619 жыл бұрын

    Hi Professor, You have mentioned that the unscented transform gives a way to transforming a Gaussian distribution through a non-linear function. I wonder if we can still apply the same technique to transform a NON-Gaussian distribution? In other words, if we want to non-linearly transform a non-Gaussian distribution, can we calculate the sigma point in the same way and obtain the same accuracy in estimating the moments of the transformed distribution? Thank You

  • @alekseyroganov1753
    @alekseyroganov17532 жыл бұрын

    Thank you for this great material. Unscented transformation transfer points from state space to measurement space. In space update equation we summarise mean in state space with K multiplied delta z in measurement space. It's possible because K contains Pxy which contains information about transformation from measurement space to state space?

  • Жыл бұрын

    Has anyone filtered quaternion measurement with ukf? Like measuring orientation in form of quaternion and having states of quat, velocity of quat, acceleration of quat?

  • @boss666thebeast
    @boss666thebeast7 жыл бұрын

    Which exactly is the nonlinear function g? Do we "create" it, based on what our data is?

  • @MSApro123
    @MSApro12310 жыл бұрын

    Professor, you know what! Attach exercise materials, course notes, etc... and this would be the greatest course in the web.

  • @shoumikghosal

    @shoumikghosal

    8 жыл бұрын

    +Msa Chehadah Couldn't agree more!

  • @shoumikghosal

    @shoumikghosal

    8 жыл бұрын

    +Msa Chehadah Oh look what I just found: ais.informatik.uni-freiburg.de/teaching/ws13/mapping/

  • @manuntn08

    @manuntn08

    7 жыл бұрын

    Do u have corrections for these exercises ?

  • @UrbanPretzle

    @UrbanPretzle

    4 жыл бұрын

    Solutions are not public but my solutions to the lab exercises that I'm currently working on can be found here github.com/conorhennessy/SLAM-Course-Solutions Let me know if you spot anything wrong

  • @ruhulamin-fi4hi
    @ruhulamin-fi4hi6 жыл бұрын

    i am not clear in y=h(x) how can i map ?will i use any specific nonlinear model or not...if i use which is in your lecture...don't define it..

  • @muthulakshmi5162
    @muthulakshmi51624 жыл бұрын

    Can anyone please explain about "constrained unscented kalman filter" ? What the word constrained here denotes

  • @pushpapandey7727
    @pushpapandey77272 жыл бұрын

    Can UKF be implemented for state estimation of a partially unknown non-linear system?

  • @saschamarquardt6198
    @saschamarquardt61986 жыл бұрын

    Awesome!

  • @gopitilakv3135
    @gopitilakv31357 жыл бұрын

    Do we have to apply inverse unscented transform after the nonlinear system to match sigma points with original sigma point characteristics?

  • @benjaminhoffman956

    @benjaminhoffman956

    3 жыл бұрын

    No

  • @user-yl5em5kg2m
    @user-yl5em5kg2m9 жыл бұрын

    As UKF pass sigma points through non-linear function,which is similar to Particle Filter passing particles through non-linear function , how is UKF compare to Particle Filter?

  • @CyrillStachniss

    @CyrillStachniss

    9 жыл бұрын

    One key difference is that the UKF always goes back to the Gaussian belief, the PF does not. There are several other differences as well ....

  • @Squib1st
    @Squib1st3 жыл бұрын

    I don't understand the choice of the weightings. It's stated that the weights should sum to 1. Yet the weights taken (24:38) have both w_m and w_c the same, except w_c[0] is (1- a^2 + b) bigger, hence they both can't sum to 1. Am I misunderstanding something or do the weights not need to sum to 1?

  • @iviingivia4158
    @iviingivia41588 жыл бұрын

    What if my state transform function is linear, but my observation function is non-linear?

  • @hemantyadav6501

    @hemantyadav6501

    7 жыл бұрын

    then the state transform function will be just treated as an identity function as the professor has stated and the observation function is treated as non linear.

  • @pritismankar2788
    @pritismankar27882 жыл бұрын

    Can covariance matrix have an element which would be negative or the square root of covariance matrix will have imaginary value(this case will lead to sigma points coordinates with imaginary component)?

  • @CyrillStachniss

    @CyrillStachniss

    2 жыл бұрын

    Covariance matrices are positive (semi)-definite, that means that determinant is not negative

  • @dhanunjayaraomarisarla9069
    @dhanunjayaraomarisarla90698 жыл бұрын

    intuitive

  • @DanielGoodrick
    @DanielGoodrick8 жыл бұрын

    Is it true that the unscented Kalman Filter is unscented because it doesn't stink? The story I heard is that the graduate students that developed it thought their professor's EKF idea stunk and used "unscented" to distinguish their algorithm from their professor's.

  • @robosergTV

    @robosergTV

    8 жыл бұрын

    You could have just google it, couldnt you? From wiki - " its creator Jeffrey Uhlmann explained that he came up with the name after noticing unscented deodorant on a coworker's desk."

  • @CyrillStachniss

    @CyrillStachniss

    2 жыл бұрын

    😂 thanks; i didn’t know that.

  • @MahmoodSalah
    @MahmoodSalah7 жыл бұрын

    please provide subtitle with the videos its worth spreading, anyone have subtitle for this video ? the auto generation also is not appear

  • @oldcowbb
    @oldcowbb2 жыл бұрын

    so ukf is a smart version of particle filter?

  • @CyrillStachniss

    @CyrillStachniss

    Жыл бұрын

    No. UKF is a Gaussian filter, not really related to a PF.

  • @nicolasperez4292
    @nicolasperez42923 жыл бұрын

    46:40 how do you get the 'true gaussian' on the left?

  • @lksmac1595

    @lksmac1595

    2 жыл бұрын

    Watch 49:40 . Mean and Covar of the 'true gaussian' are determined by sampling "a lot" of points.

  • @CyrillStachniss

    @CyrillStachniss

    Жыл бұрын

    Yes

  • @user-iw3yi6lg5j
    @user-iw3yi6lg5j Жыл бұрын

    Subtitle please

  • @francisbaffour-awuahjunior3099
    @francisbaffour-awuahjunior30993 жыл бұрын

    what does bel mean in bel(x)?

  • @CyrillStachniss

    @CyrillStachniss

    3 жыл бұрын

    bel(x) = p(x | data)

  • @leonardcheri2118
    @leonardcheri21187 жыл бұрын

    yeah and when there is nothing on it like a hat or a bar then its our guessss?????? when you calculate sigma points you wrote square of a covariance,... which one is it hat bar ... some alien covariance.

Келесі