1 / 18

Scan matching in the Hough domain

Andrea Censi , Luca Iocchi, Giorgio Grisetti lastname @ dis.uniroma1.it www.dis.uniroma1.it/~ lastname. Scan matching in the Hough domain. SIED Lab www.dis.uniroma1.it/~multirob/sied/. Scan matching .

enid
Download Presentation

Scan matching in the Hough domain

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Andrea Censi, Luca Iocchi, Giorgio Grisetti lastname @ dis.uniroma1.it www.dis.uniroma1.it/~lastname Scan matching in the Hough domain SIED Lab www.dis.uniroma1.it/~multirob/sied/

  2. Scan matching • 2D scan matching (geometric interpretation): find a rotation  and a translation T who maximize overlapping of two sets of 2D data. • 2D scan matching (probabilistic interpretation): approximate a pdf of the robot pose; ex: p(xt|xt-1, ut-1, yt, yt-1)or others... Map portion Sensor scan

  3. Previous research • Existing methods differ by: • assumptions about environment (ex: features?) • assumptions about sensing devices (noise, FOV) • assumptions about the search domain (local vs. “global”) • representation of uncertainty (multi-hypothesis, continuous pdf) • Methods performing a local search: • features based [ex: Guttman ‘96, Lingemann ‘04] • ICP family [Lu-Milios ‘94, several extensions/optimizations] • gradient-based iterative methods [ex: Hähnel ‘02, Biber ‘03] • Methods performing a global search: • feature based: many [ex: us, 2002] • histogram of surface angles [ex: Weiß ‘94] • extensive search: 2D correlation [Konolige-Chou ‘99]

  4. Hough Scan Matching (HSM) • Our approach: • works in unstructured environments and with noisy range finders (we don’t do feature “detection”, we work with features “distributions”) • global search (but if a guess is available, it performs efficient local search) and multi-modality (detects ambiguities) • completeness: if an exact match exists, it will be included in the solution set (works in practice with very different data). • Algorithm. Given reference and sensor data: • compute the Hough Transform (HT) for both • compute the Hough Spectrum (HS) from the HT • find hypotheses for  via the cross-correlation of the HS • given an estimate , estimate T via cross-correlation of the HT andrea: decoupling

  5. 7 - The Hough Transform (HT) • The simplest HT transforms the cartesian space X-Y into the Hough Domain (, ). The straight line cos()x+sin()y = r corresponds to point (, r) in the Hough Domain. Andrea Censi: si può fare in modo formale  r  HT r   (x,y) cartesian plane Hough Domain (, )

  6. 7 - The Hough Transform (HT) • A point in the cartesian plane  a sinusoid in the Hough domain • Sinusoids of collinear points intersects. Andrea Censi: si può fare in modo formale   Hough Domain (, ) Cartesian plane (x,y).

  7. Feature detection with the HT HT   andrea: in you algorithm

  8. Expressiveness of the HT HT HT-1  “features distributions” 

  9. Definition of Hough Spectrum HT[i] HT g HSg[i] • The spectrum is a a function of  with 180° period. • We compute a “spectrum” from the Hough Transform (applying a translation-invariant functional g to the columns of the HT) i

  10. Hough Spectrum properties  T T  (same spectrum) • it is invariant to input translation • it shifts on input rotation Andrea Censi: anche alla scala

  11. HSM: finding the rotation  HSg[i] HSg[i’] cross correlation  +180° The peaks of the cross correlation are estimates for . • The spectrum of an input transformed by (,Tx,Ty) is shifted by  regardless of T; we can estimate  by correlating the two spectra.  T

  12. Handling ambiguities • Multi-modal global search can detect ambiguities multiple hypotheses for  Input data Hough spectrum result of correlation

  13. Comparison with circular histogram result of correlation Input data histogram of surface angles Hough spectrum The histogram of surface angles has similar properties, but • HS works with noisier data (does not need orientation information) • HS can handle cases when the circular histogram fails. Example: Andrea Censi: anche alla scala

  14. HSM: estimating T translation T T HT HT  |T|   

  15. HSM: how to estimate T linear constraints d d' T d' ~ p(T| ) d • Given an estimate of  , we can get linear constraints for T comparing columns of the HT (“directions of alignment”). We choose the directions with higher expected energy = peaks of the spectrum. T

  16. Example with real data First solution (exact) Second solution Map portion Laser scan

  17. Summary • Operating in the Hough space allows to decouple the search of the rotation  from the translation (3D search  3 x 1D searches ) • Does not rely on the existence of features. • Multi-modal and global search (efficient local search). • Experimental simulation results: • Good results in curved enviroments if sensor is accurate. • Reliability to different kinds of sensor noise (except for high discretization). • Future (hard) work: extension to 3D for dealing with 3D noisy sensors (stereo camera).

  18. Thanks for your attention • Slides and an extended version of the paper available at www.dis.uniroma1.it/~censi Andrea Censi, Luca Iocchi, Giorgio Grisetti lastname @ dis.uniroma1.it www.dis.uniroma1.it/~lastname

More Related