Probabilistic Robotics

Slides:



Advertisements
Similar presentations
Mobile Robot Localization and Mapping using the Kalman Filter
Advertisements

Mapping with Known Poses
Fast Iterative Alignment of Pose Graphs with Poor Initial Estimates Edwin Olson John Leonard, Seth Teller
Probabilistic Robotics
Probabilistic Robotics
Probabilistic Robotics SLAM. 2 Given: The robot’s controls Observations of nearby features Estimate: Map of features Path of the robot The SLAM Problem.
Advanced Mobile Robotics
(Includes references to Brian Clipp
Monte Carlo Localization for Mobile Robots Karan M. Gupta 03/10/2004
The GraphSLAM Algorithm Daniel Holman CS 5391: AI Robotics March 12, 2014.
IR Lab, 16th Oct 2007 Zeyn Saigol
Introduction to Probabilistic Robot Mapping. What is Robot Mapping? General Definitions for robot mapping.
Lab 2 Lab 3 Homework Labs 4-6 Final Project Late No Videos Write up
Probabilistic Robotics
MCL -> SLAM. x: pose m: map u: robot motions z: observations.
Simultaneous Localization and Mapping
Individual Localization and Tracking in Multi-Robot Settings with Dynamic Landmarks Anousha Mesbah Prashant Doshi Prashant Doshi University of Georgia.
Probabilistic Robotics: Kalman Filters
1 Graphical Models in Data Assimilation Problems Alexander Ihler UC Irvine Collaborators: Sergey Kirshner Andrew Robertson Padhraic Smyth.
Reliable Range based Localization and SLAM Joseph Djugash Masters Student Presenting work done by: Sanjiv Singh, George Kantor, Peter Corke and Derek Kurth.
Robotic Mapping: A Survey Sebastian Thrun, 2002 Presentation by David Black-Schaffer and Kristof Richmond.
Adam Rachmielowski 615 Project: Real-time monocular vision-based SLAM.
Introduction to Kalman Filter and SLAM Ting-Wei Hsu 08/10/30.
Probabilistic Robotics
SEIF, EnKF, EKF SLAM, Fast SLAM, Graph SLAM
SLAM: Simultaneous Localization and Mapping: Part I Chang Young Kim These slides are based on: Probabilistic Robotics, S. Thrun, W. Burgard, D. Fox, MIT.
Probabilistic Robotics
SA-1 Probabilistic Robotics Mapping with Known Poses.
Probabilistic Robotics: Review/SLAM
SLAM: Simultaneous Localization and Mapping: Part II BY TIM BAILEY AND HUGH DURRANT-WHYTE Presented by Chang Young Kim These slides are based on: Probabilistic.
Particle Filtering. Sensors and Uncertainty Real world sensors are noisy and suffer from missing data (e.g., occlusions, GPS blackouts) Use sensor models.
ROBOT MAPPING AND EKF SLAM
EKF and UKF Day EKF and RoboCup Soccer simulation of localization using EKF and 6 landmarks (with known correspondences) robot travels in a circular.
Binary Variables (1) Coin flipping: heads=1, tails=0 Bernoulli Distribution.
Kalman filter and SLAM problem
Markov Localization & Bayes Filtering
/09/dji-phantom-crashes-into- canadian-lake/
Computer vision: models, learning and inference Chapter 19 Temporal models.
Efficient Approaches to Mapping with Rao- Blackwellized Particle Filters Department of Computer Science University of Freiburg, Germany Wolfram Burgard.
9-1 SA-1 Probabilistic Robotics: SLAM = Simultaneous Localization and Mapping Slide credits: Wolfram Burgard, Dieter Fox, Cyrill Stachniss, Giorgio Grisetti,
3D SLAM for Omni-directional Camera
Simultaneous Localization and Mapping Presented by Lihan He Apr. 21, 2006.
Mapping and Localization with RFID Technology Matthai Philipose, Kenneth P Fishkin, Dieter Fox, Dirk Hahnel, Wolfram Burgard Presenter: Aniket Shah.
Probabilistic Robotics Bayes Filter Implementations Gaussian filters.
Stochastic Gradient Descent and Tree Parameterizations in SLAM
Young Ki Baik, Computer Vision Lab.
Simultaneous Localization and Mapping
Mobile Robot Localization (ch. 7)
1 Assignment, Project and Presentation Mobile Robot Localization by using Particle Filter by Chong Wang, Chong Fu, and Guanghui Luo. Tracking, Mapping.
CSE-473 Mobile Robot Mapping. Mapping with Raw Odometry.
The Development of a Relative Point SLAM Algorithm and a Relative Plane SLAM Algorithm.
Probabilistic Robotics
SLAM Tutorial (Part I) Marios Xanthidis.
Probabilistic Robotics
Sebastian Thrun Michael Montemerlo
10-1 Probabilistic Robotics: FastSLAM Slide credits: Wolfram Burgard, Dieter Fox, Cyrill Stachniss, Giorgio Grisetti, Maren Bennewitz, Christian Plagemann,
SLAM Techniques -Venkata satya jayanth Vuddagiri 1.
SLAM : Simultaneous Localization and Mapping
CSE-473 Mobile Robot Mapping.
Probabilistic Robotics Graph SLAM
Robótica Móvil CC5316 Clase 16: SLAM
Probabilistic Robotics
Simultaneous Localization and Mapping
CARNEGIE MELLON UNIVERSITY
Introduction to Robot Mapping
A Short Introduction to the Bayes Filter and Related Models
Jose-Luis Blanco, Javier González, Juan-Antonio Fernández-Madrigal
Probabilistic Robotics
Simultaneous Localization and Mapping
Probabilistic Robotics Bayes Filter Implementations FastSLAM
Presentation transcript:

Probabilistic Robotics SLAM

The SLAM Problem A robot is exploring an unknown, static environment. Given: The robot’s controls (U1:t) Observations of nearby features (Z1:t) Estimate: Map of features (m) Pose / Path of the robot (xt)

Why is SLAM a hard problem? Robot pose uncertainty In the real world, the mapping between observations and landmarks is unknown Picking wrong data associations can have catastrophic consequences

Nature of the SLAM Problem Continuous Location of objects in component the map Robot’s own pose Discrete Correspondence component Object is the same or not

SLAM: Simultaneous Localization and Mapping Full SLAM: Estimates Entire pose (x1:t) and map (m) Given Previous knowledge (Z1:t-1, U1:t-1) Current measurement (Zt, Ut) Estimates entire path and map!

Graphical Model of Full SLAM:

SLAM: Simultaneous Localization and Mapping Online SLAM: Estimates Most recent pose (xt) and map (m) Given Previous knowledge (Z1:t-1, U1:t-1) Current measurement (Zt, Ut) Estimates most recent pose and map!

Graphical Model of Online SLAM: Integrations typically done one at a time

SLAM with Extended Kalman Filter Pre-requisites Maps are feature-based (landmarks) small number (< 1000) Assumption - Gaussian Noise Process only positive sightings No landmark = negative Landmark = positive

EKF-SLAM with known correspondences Correspondence Data association problem Landmarks can’t be uniquely identified True identity of observed feature Correspondence variable (Cit) between feature (fit) and real landmark

EKF-SLAM with known correspondences Signature Numerical value (average color) Characterize type of landmark (integer) Multidimensional vector (height and color)

EKF-SLAM with known correspondences Similar development to EKF localization Diff  robot pose + coordinates of all landmarks Combined state vector (3N + 3) Online posterior

Iteration through measurements Mean Motion update Covariance Test for new landmarks Initialization of elements Expected measurement Filter is updated Iteration through measurements

EKF-SLAM with known correspondences Observing a landmark improves robot pose estimate eliminates some uncertainty of other landmarks Improves position estimates of the landmark + other landmarks We don’t need to model past poses explicitly

EKF-SLAM with known correspondences Example:

EKF-SLAM with known correspondences Example: Uncertainty of landmarks are mainly due to robot’s pose uncertainty (persist over time) Estimated location of landmarks are correlated

EKF-SLAM with unknown correspondences No correspondences for landmarks Uses an incremental maximum likelihood (ML) estimator Determines most likely value of the correspondence variable Takes this value for granted later on

EKF-SLAM with unknown correspondences Mean Motion update Covariance Hypotheses of new landmark

General Problem Gaussian noise assumption Unrealistic Spurious measurements Fake landmarks Outliers Affect robot’s localization

Solutions to General Problem Provisional landmark list New landmarks do not augment the map Not considered to adjust robot’s pose Consistent observation regular map

Solutions to General Problem Landmark Existence Probability Landmark is observed Observable variable (o) increased by fixed value Landmark is NOT observed when it should Observable variable decreased Removed from map when (o) drops below threshold

Problem with Maximum Likelihood (ML) Once ML estimator determines likelihood of correspondence, it takes value for granted always correct Makes EKF susceptible to landmark confusion Wrong results

Solutions to ML Problem Spatial arrangement Greater distance between landmarks Less likely confusion will exist Trade off: few landmarks harder to localize Little is known about optimal density of landmarks Signatures Give landmarks a very perceptual distinctiveness (e,g, color, shape, …)

EKF-SLAM Limitations Selection of appropriate landmarks Reduces sensor reading utilization to presence or absence of those landmarks Lots of sensor data is discarded Quadratic update time Limits algorithm to scarce maps (< 1000 features) Low dimensionality of maps harder data association problem

EKF-SLAM Limitations Fundamental Dilemma of EKF-SLAM It might work well with dense maps (millions of features) It is brittle with scarce maps BUT It needs scarce maps because of complexity of the algorithm (update process)

SLAM Techniques EKF SLAM  (chapter 10) Graph-SLAM  (chapter 11) SEIF  (chapter 12) Fast-SLAM  (chapter 13)

Graph-SLAM Solves full SLAM problem Represents info as a graph of soft constraints Accumulates information into its graph without resolving it (lazy SLAM) Computationally cheap At the other end of EKF-SLAM Process information right away (proactive SLAM) Computationally expensive

Graph-SLAM Calculates posteriors over robot path (not incremental) Has access to the full data Uses inference to create map using stored data Offline algorithm

Sparse Extended Information Filter (SEIF) Implements a solution to online SLAM problem Calculates current pose and map (as EKF) Stores information representation of all knowledge (as Graph-SLAM) Runs Online and is computationally efficient Applicable to multi-robot SLAM problem

FastSLAM Algorithm Particle filter approach to the SLAM problem Maintain a set of particles Particles contain a sampled robot path and a map The features of the map are represented by own local Gaussian Map is created as a set of separate Gaussians Map features are conditionally independent given the path Factoring out the path (1 per particle) Map feature become independent Eliminates the need to maintain correlation among them

FastSLAM Algorithm Updating in FastSLAM Sample new pose update the observed features Update can be performed online Solves both online and offline SLAM problem Instances Feature-based maps Grid-based algorithm

Approximations for SLAM Problem Local submaps [Leonard et al.99, Bosse et al. 02, Newman et al. 03] Sparse links (correlations) [Lu & Milios 97, Guivant & Nebot 01] Sparse extended information filters [Frese et al. 01, Thrun et al. 02] Thin junction tree filters [Paskin 03] Rao-Blackwellisation (FastSLAM) [Murphy 99, Montemerlo et al. 02, Eliazar et al. 03, Haehnel et al. 03]

Thanks !!