FROctomap: An Efficient Spatio-Temporal Environment Representation Tom´ aˇs Krajn´ık, Jo˜ ao Santos, Bianca Seemann, and Tom Duckett Lincoln Centre for Autonomous Systems, University of Lincoln, UK {tkrajnik,jsantos,tduckett}@lincoln.ac.uk,{biaseemann}@gmail.com

We present a novel software tool intended for mobile robot mapping in longterm scenarios. The method allows for efficient volumetric representation of dynamic three-dimensional environments over long periods of time. It is based on a combination of a well-established 3D mapping framework called Octomaps [1] and an idea to model environment dynamics by its frequency spectrum [2]. The proposed method allows not only for efficient representation, but also reliable prediction of the future states of dynamic three-dimensional environments. Our spatio-temporal mapping framework is available as an open-source C++ library and a ROS module [3] which allows its easy integration in robotics projects. In order to act intelligently, an agent has to be able to reason about its surroundings and thus needs to model its environment. In mobile robotics, suitable world representation is an essential component that allows an intelligent robot to make decisions, plan future actions, estimate its location and cooperate with others. So far, the environment models used in mobile robotics have been tailored to represent static scenes and treat environment dynamics as unwanted noise. Thus, the research was aimed at efficient acquisition, representation and usage of static environment models. One of the most popular environment representations is an occupancy grid, which allows for efficient probabilistic sensor fusion, motion planning, localization and exploration. The main drawback of occupancy grids is their low-memory efficiency because they represent large, empty areas of the environment by a large amount of empty cells. This is mitigated by the so-called Octomap [1] framework, that locally adapts the grid resolution to the level of detail required. The authors of Octomap show that the method can represent large-scale environments with a fine level of detail on standard computational hardware. In order to act efficiently in changing environments, the robots need to model the environment dynamics as well. Since it is infeasible to store all the observations a robot makes over long periods of time, one has to represent the temporal domain in an efficient way. The work in [4] represents the environment by multiple temporal models, each representing a different timescale. The authors of [5] cluster the observations according to their similarity and create ‘experiences’ that capture the different appearances of the same spatial locations. The authors of [6, 2] propose to use an occupancy grid and model the dynamics of individual cells independently. While [6] represents the occupancy of each cell with a hidden Markov model, [2] assumes that the variations observed are caused by hidden processes that are naturally periodic and identifies them by means of a Fast Fourier Transform. The authors of [2] show that their method (called

2

Tom´ aˇs Krajn´ık, Jo˜ ao Santos, Bianca Seemann, and Tom Duckett

FREMen) achieves compression of the model’s temporal domain by rates up to 106 while predicting the environment states with 90% accuracy. We represent the occupancy of the cells stored in the Octomap by the spectral model proposed in FREMen. Thus, the efficiency of Octomap to model large spatial scales and the efficiency of FREMen to represent long periods of the time are combined in an efficient spatio-temporal environment model. We consider the occupancy of each cell (voxel) stored in an Octomap as a binary function of time, i.e. the occupancy of ith cell is represented as si (t). The approach in [2] considers the si (t) as being influenced by a set of naturally periodic processes and proposes to represent si (t) by a probabilistic function of time, which is a combination of harmonic functions which reflect the most prominent periodic processes that constitute the environment dynamics. Technically speaking, FREMen represents each function si (t) by a set of the n highest values of its frequency spectrum Si (ω) obtained by Fast Fourier transform and a ∆-encoded set O that represents time intervals where the Inverse Fourier Transform of Si (ω) does not equal the original function si (t), i.e. s(t) = (IFT (P(ω)) > 0.5) ⊕ (t ∈ O),

(1)

where ⊕ is a XOR operation. The FREMen model of each Octomap voxel is built iteratively; each time a state si (t) is measured, Eq. (1) is calculated and if the observed occupancy does not equal (1), the time t is added to the outlier set O. Whenever the set O grows too large, the spectrum Si can be recalculated, which results in reduction of O. Since Eq. (1) can be calculated for any value of t, (1) can be used to predict the state si (t) as well. Thus, our system takes a series of Octomaps observed over time and builds a temporal model of each observed voxel. After that, the system allows to calculate the state of the individual voxels and recover the Octomap for any given time. We have applied the proposed approach to data collected in an office environment for a period of one week. The dataset consisted of 120960 Octomaps each representing 213192 spatial cells. The proposed system stored the spatiotemporal model in a 2MB file achieving a compression rate of 1:10000. Comparing the model’s predictions to day-long measurements performed two weeks later showed that the model predicted the environment states with 98% accuracy. Acknowledgement The work is funded by the EU project 600623 ‘STRANDS’.

References 1. Hornung, A., et al.: OctoMap: An efficient probabilistic 3D mapping framework based on octrees. Autonomous Robots (2013) 2. Krajn´ık, T., et al.: Spectral analysis for long-term mapping. In: ICRA. (2014) 3. Krajn´ık, T., et al.: (Froctomap) http://purl.org/robotics/froctomap. 4. Biber, P., et al.: Dynamic maps for long-term operation of mobile service robots. In: Robotics: Science and Systems. (2005) 5. Churchill, W., et al.: Experience-based navigation for long-term localiz. IJRR (2014) 6. Tipaldi, G.D., et al.: Lifelong localization in changing environments. IJRR (2013)

Introduction • • • •

FROctoMap

A novel method for long-term mobile robot mapping. Aimed at efficient volumetric representation of long-term dynamics of large-scale three-dimensional environments. Allows for reliable prediction of the environment future states. Available as an open-source Robot Operating System package [1].

The efficiency of OctoMap to model large spatial scales and the efficiency of FREMen to represent long periods of time are combined in a novel spatio-temporal environment model.

OctoMap

Motivation • • • •

FreMEn

FROctoMap

Observed occupancy s(t) of each Octomap voxel is represented by its frequency spectrum P(ω) and an outlier set O:

Most of the environment models used in the mobile robotics domain have been tailored to represent large, but static scenes. Environment dynamics were treated as unwanted noise. Previous research has focused on methods for efficient acquisition, representation and usage of static environment models. Incorporating dynamics into the robot’s environment model improves its ability to reliably operate for long periods of time [2].

Allows to retrieve or predict the environment states for a given time.

Static environment models • •

Many world models consist of discrete components with binary states, e.g. cell occupancy, edge traversability, landmark visibility Conflicting observations of ith state are aggregated in a probability pi that remains constant until a new observation is made. April 7th 11:00pm (predicted)

April 7th 11:00am (retrieved)

Frequency Map Enhancement • •

FreMEn considers the probability of each environment state as a function of time p(t). The function p(t) is represented by the most prominent components of its frequency spectrum P(ω). P(ω) is calculated by Fourier transform from the state’s past observations.

X

• • • •

• •



OctoMaps of a small office created every 5 seconds for 8 weeks, i.e. 967680 grids with 213192 spatial cells ≈200 billion states. Model reconstruction error - dynamic elements only

Spatio-temporal model size

Model size [ kB ]

10

Raw data Lossless FROctoMap Lossy FROctoMap

1e+09

FreMEn can introduce dynamics into static environment models. Can represent millions of observations by a few parameters [3]. Reliably predicts environment states and detects anomalies [3]. Improves mobile robot localization in changing environments [2].

OctoMap

Experiments 1e+08 1e+07 1e+06 100000 10000

• • •

6 4 2

1000 100

Static model FROctoMap

8

Rec. error [ % ]



10

20 30 40 Data length [ days ]

50

0

10

20 30 40 Data length [ days ]

50

Collected data were processed by the FROctoMap method. 2.1011 states stored in a 2 MB file - compression rate 1 : 100 000 FROctoMap lossy compression caused 1-3% reconstruction error.

References

Efficient Octree-based probabilistic representation of large-scale threedimensional environments [4]. Locally adapts the occupancy grid resolution to the level of detail required.

X

http://robots.lincoln.ac.uk Lincoln Centre for Autonomous Systems

[1] Krajník et al.: (FROctoMap) http://purl.org/robotics/froctomap [2] Krajník et al.: Long-term topological localisation for service robots ..... in dynamic environments using spectral maps. In IROS `14. [3] Krajník et al.: Spectral analysis for long-term mapping. In ICRA`14. [4] Hornung et al.: OctoMap: An efficient probabilistic 3D mapping .....framework based on octrees, Autonomous Robots (2013).

The research leading to these results has received funding from the European Community’s Seventh Framework Programme under grant agreement No. 600623, STRANDS.

Froctomap: An efficient spatio-temporal environment representation ...

Nov 2, 2017 - Full-text (PDF) | Froctomap: An efficient spatio-temporal environment representation. ... spatio-temporal mapping framework is available as an open-source C++ library. and a ROS module [3] which allows its easy integration in robotics projects. In order to act intelligently, an agent has to be able to reason ...

2MB Sizes 0 Downloads 204 Views

Recommend Documents

Efficient and Effective Video Copy Detection Based on Spatiotemporal ...
the Internet, can be easily duplicated, edited, and redis- tributed. From the view of content ... in this paper, a novel method for video copy detection is proposed. The major ...... images," IEEE International Conference on Computer. Vision, 2005.

An Efficient Auction
first or second price) cannot achieve an efficient outcome because the bids submitted by bidders 1 and 2 .... Call this strengthened version of A3, A3". ...... (1999): “An Ex-Post Efficient Auction," Discussion Paper *200, Center for Rationality an

An Efficient Synchronization Technique for ...
Weak consistency model. Memory read/write sequential ordering only for synchronization data. All the data can be cached without needing coherence protocol, while synchronization variables are managed by the. SB. Cache invalidation required for shared

EWAVES: AN EFFICIENT DECODING ... - Semantic Scholar
We call it inheritance since each node must inherit its score from its par- ents. This is unnatural ... activate a child of a node in ซดุต, we need to check whether.

An Efficient Packet Scheduler
DiffServ clouds. This means that in the ... address or traffic type and assigned to a specific traffic class. Traffic classifiers may ... RR can be applied to the data packet scheduling problems. The CPU ..... Computing, and Comm. Conf. (IPCCC '02) .

Importance Weighting Without Importance Weights: An Efficient ...
best known regret bounds for FPL in online combinatorial optimization with full feedback, closing ... Importance weighting is a crucially important tool used in many areas of ...... Regret bounds and minimax policies under partial monitoring.

AN EFFICIENT INTEGRATED GENDER DETECTION ...
phone was determined using the Bayesian Information Criterion as described in [6]. ..... accuracy speech recognition system for mobile applications,”. IEEE Transactions on ... matrices by basis expansion,” in ICASSP, Orlando, Florida,. 2002 ...

An efficient synthesis of tetrahydropyrazolopyridine ... - Arkivoc
generate a product, where all or most of the starting material atoms exist in the final .... withdrawing and electron-donating groups led to the formation of products ...

An Efficient Synchronization Technique for ...
Low-cost and low-power. Programmed with ad ... and low-power optimization of busy-wait synchronization ... Using ad hoc sync. engine is often a must for embedded systems ... Critical operation is the Associative Search (AS) phase. On lock ...

EWAVES: AN EFFICIENT DECODING ... - Semantic Scholar
The algorithm traverses the list of active nodes in a way that maximizes speed. For that ... cal items. We build a static lexical tree based on states. That is, the.

A Graphical Representation of an Estimated DSGE Model
∗Economic Research Department, Reserve Bank of Australia. ... the impact of productivity and mark-up shocks and the role of fiscal multipliers.2 ... Conversely as the cost of price adjustment rises, ψ → 0, implying that the .... On the aggregate

Importance Weighting Without Importance Weights: An Efficient ...
best known regret bounds for FPL in online combinatorial optimization with full feedback, closing the perceived performance gap between FPL and exponential weights in this setting. ... Importance weighting is a crucially important tool used in many a

Recursive Sparse, Spatiotemporal Coding - CiteSeerX
In leave-one-out experiments where .... the Lagrange dual using Newton's method. ... Figure 2. The center frames of the receptive fields of 256 out of 2048 basis.

An Executable Design Decision Representation using ...
design decisions in an automotive brake-by-wire system. In this case study we ... tive from the class of model transformations based on triple graph grammars.

Spatiotemporal Cooperation in Heterogeneous Cellular ...
required to harvest spatial diversity via joint transmission. In the low-coverage regime, on the other ... coverage as they suppress part of the interference power.

Sparse Spatiotemporal Coding for Activity ... - Semantic Scholar
of weights and are slow to train. We present an algorithm .... They guess the signs by performing line searches using a conjugate gradi- ent solver. To solve the ...

An Integrated Cosimulation Environment for ... - Springer Link
Generic codesign flow of heterogeneous system. Once the system specification is translated into the internal representation suitable for the remaining codesign steps, hardware-software partitioning is done to find out the optimum solution satisfying