Next Article in Journal
Novel Interaction Cost Analysis Applied to Bank Charges Calculator
Previous Article in Journal / Special Issue
An Intelligent Computer-Aided Scheme for Classifying Multiple Skin Lesions
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Dynamic ICSP Graph Optimization Approach for Car-Like Robot Localization in Outdoor Environments †

1
Institut Supérieur D’électronique de Paris, 75006 Paris, France
2
Laboratoire de Recherche en Informatique, CNRS, Univ Paris-Sud, Université Paris-Saclay, 91400 Orsay, France
*
Author to whom correspondence should be addressed.
This paper is an extended version of our paper published in Proceedings of the 10th Computer Science and Electronic Engineering Conference (CEEC), Colchester, UK, 19–21 September 2018.
Computers 2019, 8(3), 63; https://doi.org/10.3390/computers8030063
Submission received: 22 July 2019 / Revised: 14 August 2019 / Accepted: 15 August 2019 / Published: 2 September 2019

Abstract

:
Localization has been regarded as one of the most fundamental problems to enable a mobile robot with autonomous capabilities. Probabilistic techniques such as Kalman or Particle filtering have long been used to solve robotic localization and mapping problem. Despite their good performance in practical applications, they could suffer inconsistency problems. This paper presents an Interval Constraint Satisfaction Problem (ICSP) graph based methodology for consistent car-like robot localization in outdoor environments. The localization problem is cast into a two-stage framework: visual teach and repeat. During a teaching phase, the interval map is built when a robot navigates around the environment with GPS-support. The map is then used for real-time ego-localization as the robot repeats the path autonomously. By dynamically solving the ICSP graph via Interval Constraint Propagation (ICP) techniques, a consistent and improved localization result is obtained. Both numerical simulation results and real data set experiments are presented, showing the soundness of the proposed method in achieving consistent localization.

1. Introduction

Localization is a problem for mobile robots to localize themselves in the environment with sensory information from their embedded sensors. A reliable solution to this problem is the prerequisite and foundation for achieving high level applications, such as tracking, path planning, security alerts, environmental survey, etc. A vast number of works dedicated to the localization problems utilize the probabilistic method, which is based on the propagation of probabilistic distributions of the sensor noise and the unknown parameters (the robot pose state). While some others get rid of dealing with the uncertainty probability distributions, they assumed that noise is unknown but bounded by real intervals. Those methods provide solutions presented by a set of bounded configurations in which the robot is guaranteed to be, and they are classified as deterministic methods.
Probabilistic techniques have long been used in solving robotic localization and mapping issues. The most commonly used methods are Kalman filtering and Particle filtering [1,2,3]. However, these methods suffer inconsistency problems in some scenarios. This shortcomings have long been noticed by the research community [4,5,6,7,8]. An interval analysis based method is another type of method. Different from probabilistic methods, which make hypotheses on the probability distribution, these methods take a soft assumption that all the noise is bounded within known limits. This is a realistic representation because many manufacturers provide the maximum and minimum errors for the sensors they produce. These maximum and minimum error values can be regarded as the error bounds. Based on these error bounds, interval analysis based methods can recursively propagate such bounded errors by using consistency techniques and systematic search methods. Contrary to probabilistic methods, interval analysis based methods calculate guaranteed sets to enclose the real solutions, without losing any feasible values.
Interval analysis based methods have achieved applications successfully such as parameter and state estimation [9,10] as well as the robotic localization and mapping field. Seignez [11] presents their simulation results of a mobile robot navigating in an indoor environment. The ability of an interval analysis method to cope with erroneous data and to obtain consistent estimations of the robot pose was demonstrated. Lambert [12] extended such work for an outdoor vehicle equipped with two proprioceptive sensors and a GPS receiver. Comparison was made with the Particle Filter localization, showing the better performance of an interval based method in terms of consistency issues. Gning [13] and Kueviakoe [14] deal with the outdoor localization problem in the framework of an Interval Constraint Satisfaction Problem (ICSP). Those works used interval constraint propagation techniques to fuse the redundant data of sensors [9]. Drevelle [15] proposed a relaxed constraint propagation approach to deal with erroneous GPS measurements. Bonnifait [16] combined constraint propagation and set inversion techniques and presented a cooperative localization method with significant enhancement in terms of accuracy and confidence domains. Experimental results illustrate that the precision obtained is very good with a consistent localization, and the constraint propagation techniques are well adapted to real time implementation.
The main advantage of interval analysis based localization over Kalman filtering or Bayesian methods is that they provide guaranteed solutions without the need to linearize the robot motion or the sensoring models, unlike the probabilistic counterparts that require linearization to facilitate the propagation of uncertainties. Moreover, interval methods do not assume any noise probability distribution in the system; they just require a soft assumption about the support of the noise, i.e., it is bounded by real intervals. Thus, they can provide guaranteed and consistent results.
We present, in this paper, a dynamic ICSP graph optimization based methodology for solving outdoor robotic localization problems. We put forward a two-stage framework: visual teach and repeat. Closer approaches have already been proposed by different researchers [17,18,19], which all involve a visual learning step to reconstruct a map of the environment, and then use this map for localization and navigation tasks. Royer [17] uses bundle adjustment in the mapping step and the localization results are obtained via a Newton iteration method. Lim [19] uses structure from a motion (SFM) algorithm to reconstruct the 3D environment; then, in the localization step, two discrete Kalman filters are employed to estimate the camera trajectory. Courbon’s method [18] doesn’t involve the 3D reconstruction procedure during the map building step; instead, it records some key views and the performed path as references and uses them for future navigation missions. Our proposed method uses totally different theory and techniques from these approaches; we use a bounded-error model to parameterize landmarks detected by a monocular camera and cast the landmark estimation process as an ICSP. The ICSP graph architecture is put forward for intensively interval domain contraction. By using consistent techniques (ICP) to search for all possible solutions, a consistent real-time localization result is obtained. This result could be further improved by performing global optimization over the ICSP graph.
The paper is organized as follows: Section 2 introduces the basics of interval analysis and constraint propagation. Section 3 presents the formulation of ICSP based landmark estimation, and details the construction and resolution of the ICSP graph. The real-time localization process is introduced in Section 4. Numerical and experimental results are given in Section 5. Section 6 concludes the paper and proposes the perspective of future work.

2. Overview of Interval Analysis

Interval analysis and the constraints satisfaction problem are the two main mathematical theories on which our work are based. In this section, we give a brief description of the fundamental knowledge that are used in our work.

2.1. Principle of Interval

Interval analysis [20,21] was developed in the 1960s in order to deal with approximation problems encountered during calculation. It is a numerical method which puts bounds on rounding or measurements errors during mathematical computations in order to get reliable results.
An interval is a connected subset of R , defined as [ x ] = [ x ̲ , x ¯ ] = { x R x ̲ x x ¯ } , where x ̲ and x ¯ are respectively the lower and upper bound of [ x ] , x ̲ , x ¯ R and x ̲ x ¯ . [ 2 , 2 ] , [ 3 , + ] , [ 5 , 5 ] are some interval examples. The empty set ∅ is also considered as an interval since it can be used to represent the null solution to a problem. The width of [ x ] is computed by w ( [ x ] ) = x ¯ x ̲ . The set of intervals is denoted by IR .
An interval vector (or box) is a generalization of the interval concept. It is a vector whose components are intervals. [ x ] ( [ x ] IR n ) is an n-dimensional interval vector defined as the Cartesian product of n intervals:
[ x ] = [ x 1 ] × [ x 2 ] × × [ x n ] ,
where the i t h interval [ x i ] ( i = 1 , , n ) is the projection of [ x ] on to the i t h axis. The volume of the interval vector is then computed via
v o l ( [ x ] ) = 1 i n w ( [ x i ] ) .
The volume of the interval box is usually used to evaluate the uncertainty of [ x ] [22].
For instance, the configuration of a vehicle’s pose usually contains three parameters: position x, position y and heading angle θ . Consequently, for vehicle localization, the solution is a three-dimensional box: [ x ] × [ y ] × [ θ ] . When projected on the x y plane, it decreases to a two-dimensional box, which gives the position region of the vehicle. The projection on the x axis and y axis then gives the x position and y position of the vehicle separately—see the illustration on Figure 1.

2.2. Operations of Interval Arithmetic

Rules have been defined to apply the basic arithmetical operations on intervals. Consider two intervals [ x ] and [ y ] and a binary operator { + , , × , ÷ } , the smallest interval which contains all feasible values for [ x ] [ y ] is defined as:
[ x ] [ y ] : = { x y | x [ x ] , y [ y ] } .
⋄ is a complete operator as it returns all the possible solutions for the computations between the two intervals. The resulting solutions are thus guaranteed. For example, [ 2 , 3 ] + [ 1 , 2 ] = [ 1 , 5 ] , [ 2 , 4 ] × [ 2 , 2 ] = [ 8 , 8 ] .
The image of a vector function f : IR m IR n (defined by arithmetical operators and elementary functions), over an interval box [ x ] can be evaluated by its inclusion function [ f ] , whose output contains all possible values taken by f ( · ) over [ x ] :
[ x ] IR m , f ( [ x ] ) [ f ] ( [ x ] ) .
The image set of f ( [ x ] ) may have any shape; the inclusion function [ f ] of f makes it possible to compute a box that is guaranteed to contain the entire image set (see Figure 2). The inclusion function is one of the most important notions in interval analysis. It can be used to represent equations. Such equations, also called constraints, are the core of the Interval Constraint Satisfaction Problem.

2.3. Interval Constraint Satisfaction Problem (ICSP)

The Constraint Satisfaction Problem (CSP) is a mathematical problem of finding a solution to a set of variables whose states should satisfy a number of constraints. The notion of an Interval Constraint Satisfaction Problem (ICSP) was introduced by Hyvoen [23] in 1992. It is a certain form of CSP that deals with continuous variable domains represented by intervals. It is typically defined as a triple ICSP ( V , D , C ) :
  • a set V of n variables { v 1 , v 2 , , v n } ,
  • a set D of n domains { d 1 , d 2 , , d n } , such as for each variable v i , a domain d i with the possible values for that variable is given. d i could be an interval or union of intervals;
  • a set C of p constraints { c 1 , c 2 , , c p } , each constraint c i defines a relationship over a subset variables of V, e.g., c 1 ( v 1 , v 2 , v 3 ) = 0 restricts the possible domains of v 1 , v 2 and v 3 .
ICSP is a mathematical problem of searching all the possible domains of the variables that satisfy all the constraints corresponding to the ICSP.

2.4. Contractor

The concept of contractor is directly inspired from the ubiquitous concept of filtering algorithms in constraint programming. Given a constraint c relating a set of variables x , an algorithm C is called a contractor (or a filtering algorithm) if C returns a sub-domain of the input domain [ x ] and the resulting sub-domain C ( [ x ] ) contains all the feasible values with respect to the constraint c. Mathematically,
[ x ] IR n , C ( [ x ] ) [ x ] ,
x [ x ] , c ( x ) x C ( [ x ] ) .
The first condition indicates the contractance property and the second one refer to the correctness. The concept has been formalized and intensively used in solving the constraint satisfaction problems. Contractor has been formalized and intensively used in solving ICSP, such as Forward/Backward, HC4, etc.

2.5. Interval Consistency

The notion of consistency is the fundamental and underlying concept to the domain contraction for the Interval Constraint Satisfaction Problem.
Local consistency: When an algorithm locally computes the domain of variables, considering only one constraint at a time, then we say the algorithm is local consistency (related to the constraint). Since it doesn’t take into account the whole constraint system, it may not achieve the optimal solution for all the variables. The Forward/Backward contractor is a classical local consistency algorithm since it calculates the primitive constraints one by one. The strength of local consistency algorithm is their good performance in computing time. Due to the simple calculation (one constraint at a time), the local consistency algorithm always surpasses the global ones in the comparison of computing time.
Global consistency: An algorithm is said to have global consistency if it takes into account of all the constraints of the system when performing domain contractions. Consider an I C S P with n variables ( V = { v 1 , v 2 , , v n } ) and p constraints ( C = { c 1 , c 2 , , c p } ). Denote each constraint by c j : f j ( V j ) = 0 , where V j is a subset of V with j { 1 , , p } . The domain of v i is global consistent if the following condition is satisfied:
v i [ v i ] , v 1 [ v 1 ] , , v i 1 [ v i 1 ] , v i + 1 [ v i + 1 ] , , v n [ v n ] ,
such that j { 1 , , p } , f j ( V j ) = 0 . If the domain of all variables reaches global consistency, then the contraction algorithm is said to be a global one. A global consistency algorithm seeks the strength of the domain contractions rather than the shortness of computation time.

3. Visual Teach Mapping

3.1. Framework of Visual Teach

The objective of the visual teach phase is to construct a map of the surrounding environment. The general framework of our proposed visual teach is described in Figure 3. It includes two main processes: motion estimation and observation processing. The two processes are conducted at each timestep. In the motion estimation process, the preliminary pose of the robot is estimated by fusing the measurements of odometric sensors and GNSS receivers; then, in the observation process, the measurement (new captured image) from the camera is processed. By constructing and solving the ICSPs successively, the position of each landmark can be estimated.

3.2. Motion Estimation

The motion estimation process integrates the odometric measurements and GNSS data to determine the current robot pose x k given the previous pose x k 1 and the sensor data collected during the instant k 1 and k. It is a dynamic nonlinear state estimation problem. Based on the definition of ICSP, we can cast the motion estimation process as an ICSP. At timestep k, the new ICSP k ( V k , D k , C k ) is generated and defined as
  • a set of variables, V k :
    V k = { x k , y k , θ k , x k 1 , y k 1 , θ k 1 , δ s k , δ θ k } ,
  • a set of domains, D k :
    D k = { [ x k ] , [ y k ] , [ θ k ] , [ x k 1 ] , [ y k 1 ] , [ θ k 1 ] , [ δ s k ] [ δ θ k ] } ,
  • a set of constraints, C k :
    C k = ( C k 1 , C k 2 , C k 3 ) T ,
    C k 1 x k = x k 1 + δ s k cos ( θ k 1 + δ θ k 2 ) C k 2 y k = y k 1 + δ s k sin ( θ k 1 + δ θ k 2 ) C k 3 θ k = θ k 1 + δ θ k .
C k represents the set of constraints; it is the robotic kinematic model defined by Seignez [11].
Once the ICSP is generated, the robot pose x k can be estimated by applying the ICP algorithms over the constraints deduced from the kinematic model. Table 1 gives the equations that are obtained from a Forward/Backward propagation. Interval analysis is a pessimistic method maintaining all possible solutions; the cumulative odometric errors will result in interval expansion, i.e., the width (or uncertainty) of [ X k ] will become larger and larger. This would be a hindrance to pursuing a precise map. To deal with such problem, GPS measurement [ G k ] = ( [ g x ] , [ g y ] ) T is used to initialize the priori domains of [ X k ] .

3.3. Bounded-Error Landmark Parameterization

A landmark (or feature point) is a 3D point in the global world. The map of the environment thus can be represented by n stationary landmarks: M = ( L 1 , L 2 , , L n ) T . Drocourt [24] proposed a parameterization method in the context of interval analysis by representing the landmark with a 3D interval box ( [ L i ] = [ x ] × [ y ] × [ z ] ). However, this representation turns out to suffer the envelope problem [25]. To improve the mapping result, we make an extension of the inverse depth parameterization [26] to obtain an bounded-error model to parameterize the landmark. Each landmark L i is defined as a six-dimensional interval vector: ( [ x c ] , [ y c ] , [ z c ] , [ α i ] , [ φ i ] , [ d i ] ) T , which models the estimated landmark position at:
[ L i ] = ( [ x c ] , [ y c ] , [ z c ] ) T + [ d i ] · [ m ] ( [ α i ] , [ φ i ] ) ,
where [ d i ] is the unknown depth of the landmark. The coordinate [ x o ] , [ y o ] , [ z o ] represents the position of the optical center in the world frame when the landmark was seen for the first time; [ α i ] , [ φ i ] represent respectively the azimuth and elevation angle for the ray that traces the landmark and [ d i ] is the depth of the landmark. [ m ] ( [ α i ] , [ φ i ] ) is a unitary vector pointing from the optical center to the landmark [ L i ] , see illustration in Figure 4.
Since all the parameters are represented by intervals, and [ d i ] can be initialized as [ 0 , + ] , the landmark’s uncertainty is modeled as an infinite cone (Figure 5 shows the initialization of two landmarks with different cone uncertainty). It is a realistic representation for the monocular vision uncertainty. The major advantage is that the initialization of [ d i ] is undelayed, guaranteed and efficient for landmarks over a wide range as it always includes all possible values without any a priori information.

3.4. ICSP Based Estimation

The observation of a landmark is the coordinates of the pixel on the image. Although the depth information is lacking, each of the landmark’s position can be estimated through multiple parallax observations. To achieve the estimation, we form the estimation process as the problem of solving ICSP. Considering the ith observed landmark [ L i ] , due to its position uncertainty, its projection on the current image plane is no longer a feature point but an area that can be computed via a pin-hole camera model [27]:
[ L i c ] = [ R w c ] ( [ L i ] [ X k ] ) ,
[ S i ] = C a m P r o j e c t ( [ X k ] , [ L i c ] ) .
The resulting projection [ S i ] = ( [ u pre i ] , [ v pre i ] ) T is a bounding area, which is assumed to contain the observed feature point related to the landmark. On this bounding area, we can search for the matching candidates. Probabilistic methods work in the same manner but with an uncertainty ellipsoid. We adopt Dan’s method [28], which performs a two-stage matching process (considering both the Euclidean distance and dominant orientation information of feature descriptors) to achieve robust and accuracy matching results. A failure counter and a Zero Normalized Cross Correlation (ZNCC) [29] score are assigned to each landmark to evaluate the stability of the landmark. When the matching candidate is found, a link between the prediction and observation data are built, which can be expressed as an interval domain intersection:
[ u pre i ] = [ u pre i ] [ u obs i ] , [ v pre i ] = [ v pre i ] [ v obs i ] .
Based on these two top level constraints, we can establish an ICSP that contains a set of nine variables (e.g., ( [ u obs i ] , [ v obs i ] ) T , [ X k ] and [ L i ] ). By solving the ICSP, the robot pose and landmark’s position can be contracted. The ICSP is defined as follows:
  • A set of nine variables:
    V k = { x k , y k , θ k , x c , y c , z c , α i , φ i , d i } ,
  • A set of nine domains:
    D k = { [ x k ] , [ y k ] , [ θ k ] , [ x c ] , [ y c ] , [ z c ] , [ α i ] , [ φ i ] , [ d i ] } ,
  • A set of two top level constraints:
    C k = ( C k 1 , C k 2 ) T ,
    C k 1 [ u p r e i ] = [ u p r e i ] [ u o b s i ] , C k 2 [ v p r e i ] = [ v p r e i ] [ v o b s i ] .
Such ICSP can be generated for each matched landmark, and can be independently solved by a local consistency ICP algorithm. After multiple observations from different parallaxes at different times, the ICSP building and solving process will be repeatedly performed. The position of each landmark thus can be estimated.

3.5. Dynamic ICSP Graph (DIG) Optimization

The notion of graph optimization has been widely used in a Simultaneous Localization and Mapping (SLAM) area. In this section, we will present our proposed graph optimization method in the context of interval analysis.

3.5.1. Graph Architecture

As we presented in our previous study [30], the generated ICSPs can be solved independently by local consistency ICP algorithms (Forward/Backward, HC3, HC4, etc.). However, we note that, at each timestep k, the generated ICSPs associated with each observed landmark are linked together by two links. The first one is the spatial link; at each timestep, the generated ICSPs are linked together by the variables x k , y k , θ k (the current robot pose state). Another one is the time link between the robot pose state at different timesteps. Based on these two links, an ICSP graph can be built. In order to be consistent with the traditional graph notion, which consists of vertices and edges, in our proposed ICSP graph, the vertex represents the robot pose or landmark position while the edge represents the constraints of the ICSP imposed on the connected vertices. Figure 6 gives a simplified illustration of the ICSP graph. Denote the ICSP graph by G k ( V , E ) ; each edge is given by
E k n x ICSP k n x ( V k , D k , C k ) ,
E k 1 k ICSP k 1 k ( V k , D k , C k ) ,
where n x is the index of landmark and k is the timestep. ICSP k n x denotes the generated ICSP corresponding to the observation of landmark n x at timestep k, while ICSP k 1 k denotes the ICSP generated in the motion estimation process. By constructing the ICSP graph, the domains of all the variable are connected together. Our idea is that an improvement of one vertex’s domain estimation due to new observations can be propagated to contract the other vertex’s domain via the graph architecture, and this could be a bi-directional process since ICP algorithms always work in a forward and backward propagation manner.
To the best of our knowledge, this is the first time that the notion of an ICSP graph is proposed to solve the robotic localization and mapping problem. The ICSP graph can be used for global and intensive domain contraction, as it brings together all of the measurement information. At each timestep, when new observation has been processed, the corresponding ICSPs are added to the graph and old ones will be removed.

3.5.2. Graph Operation: Augmentation and Depletion

The augmentation and deletion actions of the ICSP graph actually work on the variables and constraints. The union of an ICSP P = { V , D , C } and a constraint K (which only contains variables that are already presented in P) is defined by:
P = P K = { V , D , C K } .
Similarly, the union of an ICSP P 1 = { V 1 , D 1 , C 1 } and another ICSP P 2 = { V 2 , D 2 , C 2 } is achieved by union the variable, domain and constraint sets:
P = P 1 P 2 = { V 1 V 2 , D 1 D 2 , C 1 C 2 } .
The union operation of ICSPs can be directly used to make augmentation to the ICSP graph. The depletion of an ICSP from the ICSP graph is a bit different. Denote the ICSP network by P = { V , D , C } ; to remove the ICSP P 1 = { V 1 , D 1 , C 1 } from P , one should delete the constraint set C 1 and the variables V 1 that only appear in P 1 ( V 1 V 1 and V 1 { V / V 1 } = ). V 1 can be calculated by
V 1 = V 1 / { V V 1 } .
Then, the new ICSP graph P is given by
P = P / P 1 = { V / V 1 , D / D 1 , C / C 1 } .

3.5.3. Dynamic Graph Optimization

The entire ICSP graph can be regarded as a stack of ICSPs which can be solved by Interval Constraint Propagation Algorithms (in our case, we use the HC4 algorithm). However, solving the entire graph at each timestep is a complex and time consuming task. To maintain the real time adaptability, we propose to solve the ICSP graph in a sliding window Ξ : at each timestep k; only the sub-graph G k Ξ k ( V , E ) is taken into computation. When Ξ = 1 , it is equivalent to solve the multiple ICSP:
ν ICSP k n x N k 1 ICSP k 1 n x + n x N k ICSP k n x + ICSP k 1 k ,
where N k 1 and N k are respectively the index set of the observed landmarks at timestep k 1 and k. By solving the ν ICSP k , a better estimation of the landmark’s parameters could be achieved. This can be viewed as a graph optimization process, which we named the Dynamic ICSP Graph Optimization (DIGO).

4. Online Localization

4.1. Real-Time Localization

After the visual teach phase, a map consisting of a set of landmarks is obtained. Then, in the real-time localization phase, the robot could locate itself by taking advantage of the map. This is done by matching the detected feature point with the landmarks in the map and finding out the 3D–2D correspondences. Each correspondence imposes constraints on the robot pose domain and the landmark domain, from which we can set up contractors (refer to Section 2.4 and Section 3.4) to contract the robot pose domain. For the sake of simplicity, assume that [ X k ] is the estimated robot pose domain obtained from the motion estimation process and three landmarks ( L n 1 , L n 2 , L n 3 ) are matched to the detected feature points, see Figure 7, then we can build three contractors to contract the robot pose domain to an optimal set X k :
X k = C n 1 ( [ X k ] ) C n 2 ( [ X k ] ) C n 3 ( [ X k ] ) .
The basic idea is to contract the domains of the vehicle pose by using all of the available contractors successively. According to the algebraic operation rules of contractors defined in [10], Equation (27) can be transformed as:
X k = ( C n 1 C n 2 C n 3 ) ( [ X k ] ) .
It works like a new contractor that inherits the qualities of its constituents. The real-time localization result can be calculated by an interval hull operation that generates a minimal interval box to include all the values of the optimal set X k . Such interval box is regarded as the final robot pose domain:
[ X k * ] H u l l ( X k ) .

4.2. Post-Localization

The real-time localization result is obtained by using only the current knowledge of the observations; this localization result can be further improved by considering a dynamic ICSP graph (see Section 3.5) in a sliding window during each timestep, such that the localization improvement due to the new observation can be propagated to the past through the graph architecture and improve the past localization. As a result, an improved localization result could be obtained, which we call ‘post localization’.

4.3. Consistency Evaluation

An estimation result is said to be consistent if it includes the real value. In order to evaluate the consistency of the localization results that appear to be intervals, interval error is defined. It is calculated by the upper and lower bound of the estimated state minus the reference value:
[ ψ k ( α ) ] = [ α ̲ k α k * , α ¯ k α k * ] ,
where the interval [ α k ] = [ α ̲ k α ¯ k ] is the estimated state of variable α ( α { x , y , z } ) at timestep k, and α k * is the reference value of parameter α . The width of interval error w ( [ ψ k ( α ) ] ) can be used to evaluate the estimation accuracy. The consistency can be determined by testing whether the resulting interval error contains the zero value. Mathematically:
0 [ ψ k ( α ) ] α k * [ α k ] .
If α is a vector variable, then the criterion is applied to verify the consistency of every components of α . If all the components reach consistency, then the estimation of α is said to be consistent. Moreover, if k { 1 , 2 , , } , α k * [ α k ] is satisfied, then the estimation method is said to be a consistent one as it could provide consistent results all the time.

5. Results and Discussion

5.1. Numerical Results

To test the feasibility of the proposed ICSP graph based visual teach method, we set up a simple numerical experiment. Assume that the robots start from the origin and move straight forward in the positive direction of the x-axis with constant linear and angular velocity ( υ = 0.1 m · s 1 , ω = 0 ). 5 landmarks are positioned in the surrounding environment without any prior knowledge of their positions. At each timestep, the robot detects the five landmarks with a simulated camera model ( [ f k u , f k v , c u , c v ] = [ 320 , 320 , 320 , 240 ] , image size: 640 × 480, pixel error: 1 pixel) and focus on estimating their positions.
Figure 8 displays, since initialization, the evolution of interval cone uncertainty of the four landmarks in top view. At timestep t = 1 , the four landmarks are firstly detected by the robot and the initialization procedure is conducted. The domains of each landmark are initialized as an infinite cone due to the lack of information of the landmark depth. With the robot moving forward, parallax observations to each landmark are generated. For each observation, a new ICSP is created and solved via the HC4 algorithm. By dynamically constructing and solving ICSP graphs, each of the landmarks’ domains are contracted and converged to their true positions when enough parallax is eventually available. To evaluate the final mapping result, it is required to convert the interval cone representation to a global 3D position box using Equation (12), such that the uncertainty of each landmark can be calculated. Here, we use the mean position-box volume (MPV) of the four landmarks to indicate the accuracy the map, which is calculated by:
MPV = 1 n i = 1 n ( w ( [ x i ] ) w ( [ y i ] ) w ( [ z i ] ) ) ,
where n is the number of the converged landmarks (in the simulation case, n = 4 ). ( x i , y i , z i ) is the 3D position of the i t h landmark. MPV can be used as an indicator to evaluate the precision of the obtained map.
Figure 9a shows how the window size influences the mapping accuracy of our proposed DIGO method. As expected, the bigger the window size of the ICSP graph, the better mapping result could be obtained. The price to pay is the computation burden. Figure 9b shows that the average processing time of each timestep increases linearly with the increment of window size. In practical application, a compromise between the mapping precision and processing time should be made.
To manifest the improvement of our proposed DIGO method with the traditional one [30] that solves the ICSPs locally (Local ICP Contraction: LIC), we make a comparison of the final estimated landmark’s position. For the sake of simplicity, the two methods perform independently with the same data source and the final mapping results are compared by calculating the improvement factor η in terms of axis x, y and z:
η ( α ) = LIC ( α ) DIGO ( α ) LIC ( α ) × 100 % ,
where α { x , y , z } represents the axis estimation. For this comparison, the window size of DIGO is set to be 10. The results are detailed in Table 2, and the mean dimension widths (MDW) of all all landmarks on each axis are calculated. As we can see, our proposed DIGO method expresses better estimation results than the LIC method. This is because the DIGO method could take advantage of measurements from other landmarks to benefit the current landmark. According to our previous study [30], the bigger the parallax is, the better the landmark’s estimation will be. During each observation, different landmarks may have different parallax. Some of them (bigger parallax) could obtain very good estimations while others (smaller parallax) are not. By using the ICP algorithm, the contraction of one landmark’s parameter domain can be propagated to improve the others thanks to the ICSP graph architecture.

5.2. Real Data Set Experiment

To evaluate the performance of our method, we used the open source experimental data set from Institute Pascal. Data were collected on the VIPALAB platform (see Figure 10a), driving on the PAVIN track (see Figure 10b), an experimental site located on the campus of Blaise Pascal University. The platform was equipped with multiple sensors, providing multisensory timestamped data that can be used in a large variety of applications. In our experimentation, we use the set of timestamped data from odometers, gyro and the front mounted monocular camera. The real-time kinematic GPS (RTK-GPS) data (accuracy ± 1 cm), which provide absolute localization measurement, are regarded as the ground truth and are used in the mapping phase. Readers could refer to [31] to know more details about the data set (Data used in this manuscript are openly available at “http://ipds.univ-bpclermont.fr/”).
A mapping stage is firstly conducted. The car-like robot navigates around the environment and establishes a map of its surroundings with the help of RTK-GPS measurements. Every step in the mapping and localization process relies on feature detection and matching. We use the Speed Up Robust Features (SURF) algorithm [32], recommended by Schmidt [33] after a comparison between several feature detection algorithms in the context of the SLAM algorithm, showing that SURF provides results with a very low error rate. Each detected feature point is initialized with proposed bounded-error parameterization, and the observation error is set to be one pixel. Figure 11 describes the distribution of the position box volume (uncertainty) of each landmark in the built map and the statistical results are shown in Table 3. It can be seen that most of the landmarks ( 97 % ) obtain very good estimation, uncertainty less than 0.008 m 3 , demonstrating the ability of our method to obtain a converged map. The actual result of our proposed method should be better than this since the interval position box is a pessimistic representation of the interval cone uncertainty (envelope problem).
After the map is established, the map data are then used for online localization. In this stage, only the monocular camera is used for sensing the environment. The RTK-GPS data are treated as the reference data for comparison. On the real-time localization stage, by dynamically detecting and matching detected landmarks with the map data, which offers constraints on the robot position, the robot follows a nearly 200 m trajectory. To evaluate the consistency of the localization result, the real-time interval error is calculated. At each timestep k, when the new captured image is processed and localization procedure is done, ψ k ( x ) and ψ k ( y ) are calculated, respectively. Figure 12 depicts the interval corridors consisting of the upper and lower bounds of ψ k . It is clear that the zero lines are well included by those corridors, proving that the localization results are consistent all along the track. The localization boxes output by our method is trustworthy; it encloses the real robot position all over the time. This is a significant result in robotic localization applications where safety is a crucial issue. Computing an average interval width of the corridors gives 11.7 cm accuracy for x and 13.4 cm for y. Closer framework has already been proposed by different researchers [17,18]. Eric Royer [17] uses bundle adjustment in the mapping step and the localization results are obtained via a Newton iteration method. Their method gives an average localization error of 15 cm. Courbon’s method [18] achieves an average lateral error of 25 cm on an urban vehicle navigating along a 750 m trajectory. Our method could obtain a compatible localization accuracy. The strength of our method is that the output localization boxes are guaranteed to include the robot’s real position.
Figure 13 shows the post localization (PL) result under the window size Ξ = 50 , which means that, at each localization step, the ICP algorithm will perform backward propagation through the ICSP graph architecture for 50 steps. As we can see from the figure, the resulting localization still remains consistent while the width of the interval error corridor has been reduced. It demonstrates that the real-time localization (RTL) result can be further improved by our proposed DIGO method. This is reasonable; as we state in Section 3.5.3, the estimation of current pose estimation can be propagated backward to incorporate with the past observations. The ICSP graph can benefit from this incorporation and obtain an optimized estimation of the pose state. Since the ICP algorithm is a type of bi-directional method, this improvement in the past is then propagated to the current timestep and helps to improve the real-time localization result.

6. Conclusions

To deal with the inconsistency problem in robotic localization and mapping area, this paper proposed an ICSP graph based localization framework that includes a visual teach and repeat stage. By dynamically constructing and solving the ICSP graph, a consistent localization result is obtained. Both simulation and real data set experimentation results have been presented, showing the feasibility of interval analysis in solving the mapping problem with GPS-support and the use of an ICSP graph can enhance the landmark’s estimation process and leads to a better map. Recall the two-stage process: visual teach and repeat; we address here that the map building process is a little resource consuming (RTK-GPS sensors are needed) but is not meaningless since the built map can be beneficial for other robots that intend to achieve reliable localization in the environment. Another advantage of our method is that the output localization boxes are guaranteed to enclose the real position of the robot. This reliability property can support high level applications in decision-making where safety is the most crucial issue. Future work will focus on the visual teach stage in terms of precision and consistency.

Author Contributions

Conceptualization, Z.W. and A.L.; Data curation, Z.W.; Formal analysis, Z.W.; Funding acquisition, X.Z.; Investigation, Z.W.; Methodology, Z.W.; Project administration, A.L.; Resources, A.L.; Software, Z.W.; Supervision, A.L.; Validation, Z.W.; Visualization, Z.W.; Writing—original draft, Z.W.; Writing—review & editing, Z.W., A.L. and X.Z.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Burgard, W.; Fox, D.; Hennig, D.; Schmidt, T. Estimating the absolute position of a mobile robot using position probability grids. In Proceedings of the National Conference on Artificial Intelligence, Portland, OR, USA, 4–8 August 1996; pp. 896–901. [Google Scholar]
  2. Fox, D.; Burgard, W.; Dellaert, F.; Thrun, S. Monte carlo localization: Efficient position estimation for mobile robots. AAAI/IAAI 1999, 1999, 343–349. [Google Scholar]
  3. Thrun, S.; Fox, D.; Burgard, W.; Dellaert, F. Robust Monte Carlo localization for mobile robots. Artif. Intell. 2001, 128, 99–141. [Google Scholar] [CrossRef] [Green Version]
  4. Huang, S.; Dissanayake, G. A critique of current developments in simultaneous localization and mapping. Int. J. Adv. Robot. Syst. 2016, 13, 1–13. [Google Scholar] [CrossRef]
  5. Castellanos, J.A.; Neira, J.; Tardós, J.D. Limits to the consistency of EKF-based SLAM. IFAC Proc. Vol. 2004, 37, 716–721. [Google Scholar] [CrossRef] [Green Version]
  6. Bailey, T.; Nieto, J.; Nebot, E. Consistency of the FastSLAM algorithm. In Proceedings of the IEEE International Conference on Robotics and Automation, Orlando, FL, USA, 15–19 May 2006; pp. 424–429. [Google Scholar]
  7. Zhang, T.; Wu, K.; Song, J.; Huang, S.; Dissanayake, G. Convergence and consistency analysis for a 3D invariant-EKF SLAM. IEEE Robot. Autom. Lett. 2017, 2, 733–740. [Google Scholar] [CrossRef]
  8. Zhang, Y.; Zhang, T.; Huang, S. Comparison of EKF based SLAM and optimization based SLAM algorithms. In Proceedings of the IEEE Conference on Industrial Electronics and Applications (ICIEA), Wuhan, China, 31 May–2 June 2018. [Google Scholar]
  9. Gning, A.; Bonnifait, P. Constraints propagation techniques on real intervals for guaranteed fusion of redundant data. application to the localization of car-like vehicles. Automatica 2006, 42, 1167–1175. [Google Scholar] [CrossRef]
  10. Jaulin, L. Applied Interval Analysis: With Examples in Parameter and State Estimation, Robust Control and Robotics; Springer: Berlin, Germany, 2001. [Google Scholar]
  11. Seignez, E.; Kieffer, M.; Lambert, A.; Walter, E.; Maurin, T. Real-time bounded-error state estimation for vehicle tracking. Int. J. Robot. Res. 2009, 28, 34–48. [Google Scholar] [CrossRef]
  12. Lambert, A.; Gruyer, D.; Vincke, B.; Seignez, E. Consistent outdoor vehicle localization by bounded-error state estimation. In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems, St. Louis, MO, USA, 10–15 October 2009; pp. 1211–1216. [Google Scholar]
  13. Gning, A.; Bonnifait, P. Guaranteed dynamic localization using constraints propagation techniques on real intervals. In Proceedings of the IEEE International Conference on Robotics and Automation, New Orleans, LA, USA, 26 April–1 May 2004; pp. 1499–1504. [Google Scholar]
  14. Kueviakoe, I.K.; Lambert, A.; Tarroux, P. A Real-time Interval Constraint Propagation Method for Vehicle Localization. In Proceedings of the IEEE International Conference on Intelligent Transportation Systems, The Hague, The Netherlands, 6–9 October 2013; pp. 1707–1712. [Google Scholar]
  15. Drevelle, V.; Bonnifait, P. Robust positioning using relaxed constraint-propagation. In Proceedings of the 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems, Taipei, Taiwan, 18–22 October 2010; pp. 4843–4848. [Google Scholar]
  16. Bonnifait, P.; Fantoni, I.; Lassoued, K. Cooperative Localization with Reliable Confidence Domains Between Vehicles Sharing GNSS Pseudoranges Errors with No Base Station. IEEE Intell. Transp. Syst. Mag. 2017, 9, 22–34. [Google Scholar] [Green Version]
  17. Royer, E.; Lhuillier, M.; Dhome, M.; Chateau, T. Localization in urban environments: Monocular vision compared to a differential GPS sensor. In Proceedings of the 2005 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR’05), San Diego, CA, USA, 20–25 June 2005; Volume 2, pp. 114–121. [Google Scholar]
  18. Courbon, J.; Mezouar, Y.; Martinet, P. Autonomous navigation of vehicles from a visual memory using a generic camera model. IEEE Trans. Intell. Transp. Syst. 2009, 10, 392–402. [Google Scholar] [CrossRef]
  19. Lim, H.; Sinha, S.N.; Cohen, M.F.; Uyttendaele, M.; Kim, H.J. Real-time monocular image-based 6-DoF localization. Int. J. Robot. Res. 2015, 34, 476–492. [Google Scholar] [CrossRef]
  20. Moore, R. Interval Analysis; Prentice-Hall: Englewood Cliffs, NJ, USA, 1966. [Google Scholar]
  21. Moore, R.; Kearfott, R.; Cloud, M. Introduction to Interval Analysis; Society for Industrial Mathematics: Philadelphia, PA, USA, 2009. [Google Scholar]
  22. Le Bars, F.; Antonio, E.; Cervantes, J.; De La Cruz, C.; Jaulin, L. Estimating the Trajectory of Low-Cost Autonomous Robots Using Interval Analysis: Application to the euRathlon Competition. In Marine Robotics and Applications; Springer: Berlin, Germany, 2018; pp. 51–68. [Google Scholar]
  23. Hyvönen, E. Constraint reasoning based on interval arithmetic: The tolerance propagation approach. Artif. Intell. 1992, 58, 71–112. [Google Scholar] [CrossRef]
  24. Drocourt, C.; Delahoche, L.; Brassart, E.; Marhic, B.; Clérentin, A. Incremental construction of the robot environmental map using interval analysis. In International Workshop on Global Optimization and Constraint Satisfaction; Springer: Berlin, Germany, 2003; pp. 127–141. [Google Scholar]
  25. Kearfott, R.B. Rigorous Global Search Continuous Problems; Springer: Berlin, Germany, 1996. [Google Scholar]
  26. Montiel, J.M.; Civera, J.; Davison, A.J. Unified inverse depth parametrization for monocular SLAM. In Proceedings of the 2nd Robotics: Science and Systems, Philadelphia, PA, USA, 16–19 August 2006. [Google Scholar]
  27. Hartley, R.; Zisserman, A. Multiple View Geometry in Computer Vision; Cambridge University Press: Cambridge, UK, 2003. [Google Scholar]
  28. Dan, Z.; Dong, H. A robust object tracking algorithm based on SURF. In Proceedings of the IEEE International Conference on Wireless Communications & Signal Processing (WCSP), Hangzhou, China, 24–26 October 2013; pp. 1–5. [Google Scholar]
  29. Lewis, J.P. Fast normalized cross-correlation. Vis. Interface 1995, 10, 120–123. [Google Scholar]
  30. Wang, Z.; Lambert, A. A Low-Cost Consistent Vehicle Localization Based on Interval Constraint Propagation. J. Adv. Transp. 2018, 2018, 2713729. [Google Scholar] [CrossRef]
  31. Korrapati, H.; Courbon, J.; Alizon, S.; Marmoiton, F. The Institut Pascal Data Sets: Un jeu de données en extérieur, multicapteurs et datées avec réalité terrain, données d’étalonnage et outils logiciels. In Proceedings of the Congrès des Jeunes Chercheurs en Vision par Ordinateur (ORASIS), Paris, France, 10–14 June 2013. [Google Scholar]
  32. Bay, H.; Ess, A.; Tuytelaars, T.; Van Gool, L. Speeded-up robust features (SURF). Comput. Vis. Image Underst. 2008, 110, 346–359. [Google Scholar] [CrossRef]
  33. Schmidt, A.; Kraft, M.; Kasiński, A. An evaluation of image feature detectors and descriptors for robot navigation. In Computer Vision and Graphics; Springer: Berlin/Heidelberg, Germany, 2010; pp. 251–259. [Google Scholar]
Figure 1. Robot localization box.
Figure 1. Robot localization box.
Computers 08 00063 g001
Figure 2. Image of an interval box by function f and its inclusion function [ f ] .
Figure 2. Image of an interval box by function f and its inclusion function [ f ] .
Computers 08 00063 g002
Figure 3. Visual teach framework.
Figure 3. Visual teach framework.
Computers 08 00063 g003
Figure 4. Illustration of the ray tracing the landmark.
Figure 4. Illustration of the ray tracing the landmark.
Computers 08 00063 g004
Figure 5. Bounded-error landmark initialization.
Figure 5. Bounded-error landmark initialization.
Computers 08 00063 g005
Figure 6. ICSP graph structure.
Figure 6. ICSP graph structure.
Computers 08 00063 g006
Figure 7. Contraction of a robot pose domain.
Figure 7. Contraction of a robot pose domain.
Computers 08 00063 g007
Figure 8. Evolution of a landmark’s interval cone uncertainty.
Figure 8. Evolution of a landmark’s interval cone uncertainty.
Computers 08 00063 g008
Figure 9. Mapping result and processing time under different window size.
Figure 9. Mapping result and processing time under different window size.
Computers 08 00063 g009
Figure 10. Institute Pascal Experimental Environment.
Figure 10. Institute Pascal Experimental Environment.
Computers 08 00063 g010
Figure 11. Landmark uncertainty statistics.
Figure 11. Landmark uncertainty statistics.
Computers 08 00063 g011
Figure 12. Interval error of real time localization.
Figure 12. Interval error of real time localization.
Computers 08 00063 g012
Figure 13. Comparision of real-time localization and post localization.
Figure 13. Comparision of real-time localization and post localization.
Computers 08 00063 g013
Table 1. Forward/Backward propagation.
Table 1. Forward/Backward propagation.
Forward Propagation
1. [ x k ] = [ x k ] ( [ x k 1 ] + [ δ s k ] cos ( [ θ k 1 ] + [ δ θ k ] 2 ) )
2. [ z k ] = [ z k ] ( [ z k 1 ] + [ δ s k ] sin ( [ θ k 1 ] + [ δ θ k ] 2 ) )
3. [ θ k ] = [ θ k ] ( [ θ k 1 ] + [ δ θ k ] )
Backward Propagation
1. [ x k 1 ] = [ x k 1 ] ( [ x k ] [ δ s k ] cos ( [ θ k 1 ] + [ δ θ k ] 2 ) )
2. [ z k 1 ] = [ z k 1 ] ( [ z k ] [ δ s k ] sin ( [ θ k 1 ] + [ δ θ k ] 2 ) )
3. [ δ s k ] = [ δ s k ] ( ( [ x k ] [ x k 1 ] ) / cos ( [ θ k 1 ] + [ δ θ k ] 2 ) )
4. [ δ s k ] = [ δ s k ] ( ( [ z k ] [ z k 1 ] ) / sin ( [ θ k 1 ] + [ δ θ k ] 2 ) )
5. [ θ k 1 ] = [ θ k 1 ] ( [ θ k ] [ δ θ k ] )
6. [ θ k 1 ] = [ θ k 1 ] ( arccos ( ( [ x k ] [ x k 1 ] ) / [ δ s k ] ) [ δ θ k ] 2 )
7. [ θ k 1 ] = [ θ k 1 ] ( arcsin ( ( [ z k ] [ z k 1 ] ) / [ δ s k ] ) [ δ θ k ] 2 )
8. [ δ θ k ] = [ δ θ k ] ( arccos ( ( [ x k ] [ x k 1 ] ) / [ δ s k ] ) [ θ k 1 ] )
9. [ δ θ k ] = [ δ θ k ] ( arcsin ( ( [ z k ] [ z k 1 ] ) / [ δ s k ] ) [ θ k 1 ] )
10. [ δ θ k ] = [ δ θ k ] ( [ θ k ] [ θ k 1 ] )
Table 2. Comparison of mapping results.
Table 2. Comparison of mapping results.
MDWxyz
LIC (m)0.1170.0680.024
DIGO (m)0.1030.0610.022
η 12%10.3%8.3%
Table 3. Statistics of landmark location uncertainty.
Table 3. Statistics of landmark location uncertainty.
Vol (m 3 )<0.001<0.004<0.008
Percentage75%91%97%

Share and Cite

MDPI and ACS Style

Wang, Z.; Lambert, A.; Zhang, X. Dynamic ICSP Graph Optimization Approach for Car-Like Robot Localization in Outdoor Environments. Computers 2019, 8, 63. https://doi.org/10.3390/computers8030063

AMA Style

Wang Z, Lambert A, Zhang X. Dynamic ICSP Graph Optimization Approach for Car-Like Robot Localization in Outdoor Environments. Computers. 2019; 8(3):63. https://doi.org/10.3390/computers8030063

Chicago/Turabian Style

Wang, Zhan, Alain Lambert, and Xun Zhang. 2019. "Dynamic ICSP Graph Optimization Approach for Car-Like Robot Localization in Outdoor Environments" Computers 8, no. 3: 63. https://doi.org/10.3390/computers8030063

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop