13,458 research outputs found
LDSO: Direct Sparse Odometry with Loop Closure
In this paper we present an extension of Direct Sparse Odometry (DSO) to a
monocular visual SLAM system with loop closure detection and pose-graph
optimization (LDSO). As a direct technique, DSO can utilize any image pixel
with sufficient intensity gradient, which makes it robust even in featureless
areas. LDSO retains this robustness, while at the same time ensuring
repeatability of some of these points by favoring corner features in the
tracking frontend. This repeatability allows to reliably detect loop closure
candidates with a conventional feature-based bag-of-words (BoW) approach. Loop
closure candidates are verified geometrically and Sim(3) relative pose
constraints are estimated by jointly minimizing 2D and 3D geometric error
terms. These constraints are fused with a co-visibility graph of relative poses
extracted from DSO's sliding window optimization. Our evaluation on publicly
available datasets demonstrates that the modified point selection strategy
retains the tracking accuracy and robustness, and the integrated pose-graph
optimization significantly reduces the accumulated rotation-, translation- and
scale-drift, resulting in an overall performance comparable to state-of-the-art
feature-based systems, even without global bundle adjustment
Optimized Compilation of Aggregated Instructions for Realistic Quantum Computers
Recent developments in engineering and algorithms have made real-world
applications in quantum computing possible in the near future. Existing quantum
programming languages and compilers use a quantum assembly language composed of
1- and 2-qubit (quantum bit) gates. Quantum compiler frameworks translate this
quantum assembly to electric signals (called control pulses) that implement the
specified computation on specific physical devices. However, there is a
mismatch between the operations defined by the 1- and 2-qubit logical ISA and
their underlying physical implementation, so the current practice of directly
translating logical instructions into control pulses results in inefficient,
high-latency programs. To address this inefficiency, we propose a universal
quantum compilation methodology that aggregates multiple logical operations
into larger units that manipulate up to 10 qubits at a time. Our methodology
then optimizes these aggregates by (1) finding commutative intermediate
operations that result in more efficient schedules and (2) creating custom
control pulses optimized for the aggregate (instead of individual 1- and
2-qubit operations). Compared to the standard gate-based compilation, the
proposed approach realizes a deeper vertical integration of high-level quantum
software and low-level, physical quantum hardware. We evaluate our approach on
important near-term quantum applications on simulations of superconducting
quantum architectures. Our proposed approach provides a mean speedup of
, with a maximum of . Because latency directly affects the
feasibility of quantum computation, our results not only improve performance
but also have the potential to enable quantum computation sooner than otherwise
possible.Comment: 13 pages, to apper in ASPLO
Robust Stereo Visual Inertial Odometry for Fast Autonomous Flight
In recent years, vision-aided inertial odometry for state estimation has
matured significantly. However, we still encounter challenges in terms of
improving the computational efficiency and robustness of the underlying
algorithms for applications in autonomous flight with micro aerial vehicles in
which it is difficult to use high quality sensors and pow- erful processors
because of constraints on size and weight. In this paper, we present a
filter-based stereo visual inertial odometry that uses the Multi-State
Constraint Kalman Filter (MSCKF) [1]. Previous work on stereo visual inertial
odometry has resulted in solutions that are computationally expensive. We
demonstrate that our Stereo Multi-State Constraint Kalman Filter (S-MSCKF) is
comparable to state-of-art monocular solutions in terms of computational cost,
while providing signifi- cantly greater robustness. We evaluate our S-MSCKF
algorithm and compare it with state-of-art methods including OKVIS, ROVIO, and
VINS-MONO on both the EuRoC dataset, and our own experimental datasets
demonstrating fast autonomous flight with maximum speed of 17.5m/s in indoor
and outdoor environments. Our implementation of the S-MSCKF is available at
https://github.com/KumarRobotics/msckf_vio.Comment: Submitted to RAL and ICRA 201
- …
