Coder Social home page Coder Social logo

about local BA and global BA about ice-ba HOT 7 OPEN

baidu avatar baidu commented on July 21, 2024
about local BA and global BA

from ice-ba.

Comments (7)

liuhaomin avatar liuhaomin commented on July 21, 2024 3

RKD-SLAM does not do local BA actually. The global BA only changes the local map in most cases and it is fast enough so we don't need an explict local BA. However for visual-inertial SLAM, local BA is necessary because velocity must be recovered for each frame rather than just keyframes, and the accumulating error must be reduced as soon as possible.

from ice-ba.

 avatar commented on July 21, 2024

To my knowledge,visual-inertial SLAM also could realize Efficient Incremental BA as RKD-SLAM do. but u discard the method because of time-costing. in ICE-BA , imu's pre-integration make optimizer add velocity, accel zero-bias, gyro zero-bias which increase burden,so do local BA to recover velocity and do global BA to remove accumulating error when loop closed. it's right?

from ice-ba.

liuhaomin avatar liuhaomin commented on July 21, 2024

Not exactly. I don't discard the method as RKD-SLAM do. Global BA performs in a very similar way as RKD-SLAM, and the additional velocity and bias do not increase much time. The problem is, 1) global BA only optimizes keyframes, 2) the optimization time increases with the number of keyframes. Visual-inertial SLAM need pose and velocity to be recovered for each current frame in realtime. Only the constant time local BA can meet this requirement.

from ice-ba.

 avatar commented on July 21, 2024

I got it. for realtime, need to choose local BA. but when keyframe's pose optimized is enough accuracy, whether it's ok to use imu's measurement to predict the current frame's pose and velocity(also inertial navigation system). After all INS's motion model is highly accurate within a short time if the initial state(pose,velocity) is ok.

from ice-ba.

liuhaomin avatar liuhaomin commented on July 21, 2024

Yes. But still the runtime of global keeps increasing. Also if keyframe is chosen based on covisibility, the latest keyframe may be temporally far away from current frame.

from ice-ba.

niannianmeng avatar niannianmeng commented on July 21, 2024

"The problem is, 1) global BA only optimizes keyframes, 2) the optimization time increases with the number of keyframes. Visual-inertial SLAM need pose and velocity to be recovered for each current frame in realtime. Only the constant time local BA can meet this requirement."

@liuhaomin you means if we want to test visual-inertial SLAM, global BA should be discarded because of it's increasing time with keyframes number increasing? or whether we can keep the keyframes number constant like local frame?

from ice-ba.

liuhaomin avatar liuhaomin commented on July 21, 2024

No need to discard it. It is running in background thread so would not affect the realtime performance.

from ice-ba.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.