https://github.com/bytedance/schurvins

[CVPR2024] SchurVINS: Schur Complement-Based Lightweight Visual Inertial Navigation System

https://github.com/bytedance/schurvins

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.2%) to scientific vocabulary

Keywords

sensorfusion slam vins vio
Last synced: 9 months ago · JSON representation

Repository

[CVPR2024] SchurVINS: Schur Complement-Based Lightweight Visual Inertial Navigation System

Basic Info
  • Host: GitHub
  • Owner: bytedance
  • License: gpl-3.0
  • Language: C++
  • Default Branch: master
  • Homepage:
  • Size: 22.6 MB
Statistics
  • Stars: 506
  • Watchers: 8
  • Forks: 69
  • Open Issues: 12
  • Releases: 0
Topics
sensorfusion slam vins vio
Created about 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

SchurVINS

SchurVINS: Schur Complement-Based Lightweight Visual Inertial Navigation System

We propose a filter-based VINS framework named SchurVINS, which guarantees both high accuracy by building a complete residual model and low computational complexity with Schur complement. Technically, we first formulate the full residual model where Gradient, Hessian and observation covariance are explicitly modeled. Then Schur complement is employed to decompose the full model into ego-motion residual model and landmark residual model. Finally, Extended Kalman Filter (EKF) update is implemented in these two models with high efficiency. Experiments on EuRoC and TUM-VI datasets show that SchurVINS notably outperforms state-of-the-art (SOTA) methods in both accuracy and computational complexity. The main contributions include: - An equivalent residual model is proposed to deal with hyper high-dimension observations, which consists of gradient, Hessian and the corresponding observation covariance. This method is of great generality in EKF systems. - A lightweight EKF-based landmark solver is proposed to estimate position of landmarks with high efficiency. - A novel EKF-based VINS framework is developed to achieve ego-motion and landmark estimation simultaneously with high accuracy and efficiency.

1. License

The code is licensed under GPLv3.

The SchurVINS is developed on SVO2.0(rpgsvopro_open), and thus its license is retained at the beginning of the related files.

Related Publication:
Yunfei Fan, Tianyu Zhao, Guidong Wang. SchurVINS: Schur Complement-Based Lightweight Visual Inertial Navigation System. (Accepted by CVPR 2024).PDF.

2. Prerequisites

We have tested the codebase in Ubuntu 18.04.
The following dependencies are needed:

System dep.

```

For Ubuntu 18.04 + Melodic

sudo apt-get install python-catkin-tools python-vcstool sudo apt-get install libglew-dev libopencv-dev libyaml-cpp-dev ```

Ceres dep.

sudo apt-get install libblas-dev liblapack-dev libsuitesparse-dev

3. Build

Clone and build the repository: cd ~/catkin_ws/src git clone https://github.com/bytedance/SchurVINS.git source ~/catkin_ws/devel/setup.bash mkdir -p ~/catkin_ws/src/SchurVINS/results mkdir -p ~/catkin_ws/src/SchurVINS/logs vcs-import < ./SchurVINS/dependencies.yaml touch minkindr/minkindr_python/CATKIN_IGNORE catkin build

4. Run

We provide examples to run SchurVINS with EuRoC dataset.

Open three terminals, launch the schurvins , rviz and play the bag file respectively. Take MH01 for example

roslaunch svo_ros euroc_vio_stereo.launch rviz -d svo_ros/rviz_config.rviz rosbag play YOUR_PATH_TO_DATASET/MH_01_easy.bag

5. Reproducibility

There might be minor differences between the released version and the results in the paper. Please note that multi-thread performance has some randomness due to CPU utilization. On EuRoC datasets, please note to skip the first few seconds of datasets with the following configurations for reproducibility.

||||||||||| |----|------|----|----|------|----|----|------|----|----| |MH1|MH2|MH3|MH4|MH5|V11|V12|V13|V21|V22| |30s|30s|10s|13s|15s|0s|0s|2s|0s|0s| |||||||||||

6. Security

If you discover a potential security issue in this project, or think you may have discovered a security issue, we ask that you notify Bytedance Security via our security center or vulnerability reporting email.

7. Acknowledgement

This work incorporates the well-known SVO2.0 open-source code. We extend our gratitude to the authors of the software. - rpgsvopro_open

8. Citation

If you found this code/work to be useful in your own research, please considering citing the following information. Additionally, please considering citing SVO2.0(rpgsvopro_open) since SchurVINS is developed on it. bibtex @inproceedings{fan2024schurvins, title={SchurVINS: Schur Complement-Based Lightweight Visual Inertial Navigation System}, author={Fan, Yunfei and Zhao, Tianyu and Wang, Guidong}, booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition}, pages={17964--17973}, year={2024} }

9. We are Hiring!

Our team is hiring FTEs with background in Deep Learning, SLAM, and 3D Vision. We are based in Beijing and Shanghai. If you are interested, please send your resume to frank.01[AT]bytedance[DOT]com.

Owner

  • Name: Bytedance Inc.
  • Login: bytedance
  • Kind: organization
  • Location: Singapore

GitHub Events

Total
  • Issues event: 12
  • Watch event: 113
  • Issue comment event: 13
  • Push event: 1
  • Fork event: 13
Last Year
  • Issues event: 12
  • Watch event: 113
  • Issue comment event: 13
  • Push event: 1
  • Fork event: 13

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 5
  • Total Committers: 1
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 2
  • Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
frank.01-hpc f****1@b****m 5
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 27
  • Total pull requests: 0
  • Average time to close issues: 26 days
  • Average time to close pull requests: N/A
  • Total issue authors: 25
  • Total pull request authors: 0
  • Average comments per issue: 1.22
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 12
  • Pull requests: 0
  • Average time to close issues: about 2 months
  • Average time to close pull requests: N/A
  • Issue authors: 11
  • Pull request authors: 0
  • Average comments per issue: 0.25
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • 111tao (2)
  • hugh404 (2)
  • xyh2211 (1)
  • huzhanxiaoxue (1)
  • zy-cuhk (1)
  • cmakelabs (1)
  • liuwwtju (1)
  • DuanJunan (1)
  • Eastwind-17 (1)
  • ustccxy (1)
  • LOUYWEI (1)
  • 7Ston1 (1)
  • WZG3661 (1)
  • ouguangjun (1)
  • Yeppppe (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels