-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgslam.html
More file actions
74 lines (59 loc) · 3.31 KB
/
gslam.html
File metadata and controls
74 lines (59 loc) · 3.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<center>
<head>
<title> GSLAM: Initialization-robust Monocular Visual SLAM via Global Structure-from-Motion </title>
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css" />
<link rel="stylesheet" type="text/css" media="screen" href="css/iconize.css" />
</head>
<body>
<div id="paper-title"> <h1> GSLAM: Initialization-robust Monocular Visual SLAM via <br />Global Structure-from-Motion </h1> </div>
<div id="venue">
3DV 2017
</div>
<div id="author-list">
<a> Chengzhou Tang<sup>1</sup> </a>
<a href="http://www.oliverwang.info/"> Oliver Wang<sup>2</sup> </a>
<a href="http://www.cs.sfu.ca/~pingtan/"> Ping Tan<sup>1</sup> </a>
</div>
<div id="author-affiliation">
<span class="affiliation"> <sup>1</sup>Simon Fraser University </span>
<span class="affiliation"> <sup>2</sup>Adobe Research </span>
</div>
<div id="teaser-part">
<a class="imageLink" href="./overview.png"><img id="teaser" src="./overview.png" alt="Teaser" width="1100"></a>
</div>
<div id="abstract">
<h2 class="caption" align="center"> Abstract </h2>
<p class="paragraph" align="left">
Many monocular visual SLAM algorithms are derived from incremental structure-from-motion (SfM) methods. This work proposes a novel monocular SLAM method which integrates recent advances made in global SfM. In particular, we present two main contributions to visual SLAM. First, we solve the visual odometry problem by a novel rank-1 matrix factorization technique which is more robust to the errors in map initialization. Second, we adopt a recent global SfM method for the pose-graph optimization, which leads to a multi-stage linear formulation and enables L1 optimization for better robustness to false loops. The combination of these two approaches generates more robust reconstruction and is significantly faster (4X) than recent state-of-the-art SLAM systems. We also present a new dataset recorded with ground truth camera motion in a Vicon motion capture room, and compare our method to prior systems on it and established benchmark datasets.
</p>
</div>
<div id="package">
<a id="Paper" href="https://arxiv.org/abs/1708.04814"> Paper </a>
<a id="Data"> Data and Evaluation Tools (coming soon) </a>
<a id="Code" href="https://github.com/frobelbest/GSLAM"> Code </a>
</div>
<div id="video">
<h2 class="caption">Supplemental Video </h2>
<br/>
<iframe width="560" height="315" src="https://www.youtube.com/embed/7T9aIpbt38s" frameborder="0" allowfullscreen></iframe>
</div>
<div id="acknowledgement">
<h2 class="caption"> Acknowledgements </h2>
<p class="paragraph" align="left">
We thank Zhaopeng Cui for a lot of helps and discussions. This work is supported by the NSERC Discovery grant 611664, Discovery Acceleration Supplements 611663, and a research gift from Adobe.
</p>
</div>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-98264952-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</center>
</html>