Skip to content

Commit

Permalink
Merge pull request CathIAS#11 from CathIAS/add_videos
Browse files Browse the repository at this point in the history
Add link to video and paper
  • Loading branch information
CathIAS authored Jun 29, 2020
2 parents 37264cb + 92e93df commit ca30cbf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ TLIO is an IMU-only pedestrian navigation approach combining deep learning and B

**Abstract**: In this work we propose a tightly-coupled Extended Kalman Filter framework for IMU-only state estimation. Strap-down IMU measurements provide relative state estimates based on IMU kinematic motion model. However the integration of measurements is sensitive to sensor bias and noise, causing significant drift within seconds. Recent research by Yan et al. (RoNIN) and Chen et al. (IONet) showed the capability of using trained neural networks to obtain accurate 2D displacement estimates from segments of IMU data and obtained good position estimates from concatenating them. This paper demonstrates a network that regresses 3D displacement estimates and its uncertainty, giving us the ability to tightly fuse the relative state measurement into a stochastic cloning EKF to solve for pose, velocity and sensor biases. We show that our network, trained with pedestrian data from a headset, can produce statistically consistent measurement and uncertainty to be used as update step in the filter, and the tightly-coupled system outperforms velocity integration approaches in position estimates, and AHRS attitude filter in orientation estimates.

[Paper]
[Video]
[Code]
- [Paper](https://drive.google.com/file/d/1CHNvUBrw7ZcT8Ruays8zMAcDwOUSsR6B/preview)
- [Code (Soon)]
- [Supplementary Video - Staircase](https://drive.google.com/file/d/1y6vcC8qLCAIy9HazBGOxBVuH18eu8ByU/preview?usp=sharing)
- [Supplementary Video - Symposium](https://drive.google.com/file/d/1Xo2qgeLWGuS9eYqtmbJmGAMpmz-zCxBG/preview?usp=sharing)
- [Supplementary Video - Pool](https://drive.google.com/file/d/1Xo2qgeLWGuS9eYqtmbJmGAMpmz-zCxBG/preview?usp=sharing)


## System
Expand Down Expand Up @@ -54,13 +56,11 @@ Sample trajectories in 2D. 3.a and 3.b are failure cases of side-stepping and ro
</p>


Supplementary videos showing tracking in 3D (Blue: TLIO; Green: VIO).

[Staircase](https://drive.google.com/open?id=1NIZilMaIGx05EUPfztoMxiR2g8P3C0TM)
[Symposium]
[Pool]
[Apartment]
Supplementary videos showing tracking in 3D (Blue: TLIO; red: 3D RoNIN; Green: VIO).

[Staircase](https://drive.google.com/file/d/1y6vcC8qLCAIy9HazBGOxBVuH18eu8ByU/preview?usp=sharing)
[Symposium](https://drive.google.com/file/d/1Xo2qgeLWGuS9eYqtmbJmGAMpmz-zCxBG/preview?usp=sharing)
[Pool](https://drive.google.com/file/d/1Xo2qgeLWGuS9eYqtmbJmGAMpmz-zCxBG/preview?usp=sharing)
#### Variation studies

We also analyzed different variants of the full system and the network component. Click for the results below and more details can be found in our [paper].
Expand Down

0 comments on commit ca30cbf

Please sign in to comment.