ROAIDec 1, 2021

Research on Event Accumulator Settings for Event-Based SLAM

arXiv:2112.00427v416 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses performance improvements for event-based SLAM systems, particularly in robotics applications like UAVs, but it is incremental as it focuses on tuning existing accumulator parameters rather than introducing a new paradigm.

The paper tackled the problem of optimizing event accumulator settings for event-based SLAM to improve performance, achieving better results than state-of-the-art methods on most sequences in public datasets.

Event cameras are a new type of sensors that are different from traditional cameras. Each pixel is triggered asynchronously by event. The trigger event is the change of the brightness irradiated on the pixel. If the increment or decrement of brightness is higher than a certain threshold, an event is output. Compared with traditional cameras, event cameras have the advantages of high dynamic range and no motion blur. Accumulating events to frames and using traditional SLAM algorithm is a direct and efficient way for event-based SLAM. Different event accumulator settings, such as slice method of event stream, processing method for no motion, using polarity or not, decay function and event contribution, can cause quite different accumulating results. We conducted the research on how to accumulate event frames to achieve a better event-based SLAM performance. For experiment verification, accumulated event frames are fed to the traditional SLAM system to construct an event-based SLAM system. Our strategy of setting event accumulator has been evaluated on the public dataset. The experiment results show that our method can achieve better performance in most sequences compared with the state-of-the-art event frame based SLAM algorithm. In addition, the proposed approach has been tested on a quadrotor UAV to show the potential of applications in real scenario. Code and results are open sourced to benefit the research community of event cameras.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes