[2006] IEEE. Reprinted, with permission, from [Damith C. Herath, Sarath Kodagoda and Gamini Dissanayake, Simultaneous Localisation and Mapping: A

Size: px
Start display at page:

Download "[2006] IEEE. Reprinted, with permission, from [Damith C. Herath, Sarath Kodagoda and Gamini Dissanayake, Simultaneous Localisation and Mapping: A"

Transcription

1 [6] IEEE. Reprinte, with permission, from [Damith C. Herath, Sarath Koagoa an Gamini Dissanayake, Simultaneous Localisation an Mapping: A Stereo Vision Base Approach, Intelligent Robots an Systems, 6 IEEE/RSJ International Conference on, 9-5 Oct. 6]. This material is poste here with permission of the IEEE. Such permission of the IEEE oes not in any way imply IEEE enorsement of any of the University of Technology, Syney's proucts or services. Internal or personal use of this material is permitte. However, permission to reprint/republish this material for avertising or promotional purposes or for creating new collective works for resale or reistribution must be obtaine from the IEEE by writing to pubspermissions@ieee.org. By choosing to view this ocument, you agree to all provisions of the copyright laws protecting it

2 Simultaneous Localisation an Mapping: A Stereo Vision Base Approach Damith C. Herath, Sarath Koagoa an Gamini Dissanayake ARC Centre of Excellence for Autonomous Systems (CAS) Faculty of Engineering University of Technology, Syney Broaway, NSW, Australia {.herath, s.koagoa, g.issanayake}@cas.eu.au Abstract - With limite ynamic range an poor noise performance, cameras still pose consierable challenges in the application of range sensors in the context of robotic navigation, especially in the implementation of Simultaneous Localisation an Mapping (SLAM) with sparse features. This paper presents a combination of methos in solving the SLAM problem in a constricte inoor environment using small baseline stereo vision. Main contributions inclue a feature selection an tracking algorithm, a stereo noise lter, a robust feature valiation algorithm an a multiple hypotheses aaptive winow positioning metho in closing the loop. These methos take a novel approach in that information from the image processing an robotic navigation omains are use in tanem to augment each other. Experimental results incluing a real-time implementation in an ofce-like environment are also presente. Inex Terms SLAM, KLT, Loop closure, Stereo vision. I. INTRODUCTION There have been various attempts in using cameras as range sensors in robotic navigation. They in most cases fall in to two categories, namely in obstacle etection[, ] an in solving localization an mapping problem[3, 4]. In SLAM there is a wie an iverse range of implementations. From active stereo vision [5], static binocular an trinocular vision [6] to single camera bearing only SLAM[7]. The latter not use as a range sensor in the strict sense. The limite ynamic ranges in current CCD imagers make them vulnerable in outoors. In an inoor environment with more control over lighting conitions, it is possible to push further the state of the art in robotic navigation with these sensors. In the onset a feature base SLAM implementation using stereo camera looks straightforwar. However several issues neee to be aresse before a robust implementation can be achieve. In this work we aress some of these issues an present the results achieve with experiments conucte using a pioneer robot equippe with a stereo camera in an ofce environment. Especially when interpreting the results presente it is imperative to note the small baseline (.88m) of the camera an the wie angle lenses ( 9 o ) use. Accoring to [8] a baseline/epth ratio of less than /3 woul not make much sense. This translates to an inconsistent lter performance an in this exposition we present several ltering techniques that make the Extene Kalman Filter (EKF) base estimations consistent. In this work, the well establishe Kanae-Lucas-Tomasi (KLT) [9] algorithm is use in tracking features between image frames essentially reinforcing the ata association an a novel multiple hypotheses aaptive winow positioning metho is use in establishing a loop closure. Also we show with empirical evience that an EKF base algorithm still can be inconsistent ue to gross errors present in observations an limitations in the current error moels that efy conventional outlier etection methos. As a solution, we present a robust ata valiation algorithm with substantive experimental evience. Rest of the paper is organize as follows. Section II contains a summary of the 3D SLAM implementation whilst a summary of the (KLT) tracking algorithm is presente in Section III. Section IV presents two methos in ealing with stereo noise. Section V escribes the loop closure. In section VI we present comparative results of several SLAM implementations with our propose implementation. Section VII conclues the paper. II. 3D SLAM FORMULATION The SLAM frame work base on Kalman ltering is well establishe [], hence here we present only a summary to the 3D extension. The robot state is ene by X [ ] T r = xr yr ϕr, where x r an y r enotes location of the robot s rear axle centre with respect to a global coorinate frame an φ r is the heaing with reference to the x-axis of the same coorinate system. Lanmarks are moele as point features, P [ ] T i = xi yi zi, i =,,N an represente by Cartesian coorinates as in Fig.. Stereo Camera 3D features Gx-Global coorinate frame Zx Robot Fig. The robot in 3D worl coorinates observing a feature in 3 space.

3 A. Vehicle an lanmark augmente process moel The vehicle motion through the environment is moele as a conventional iscrete time process moel as in (). xr( k ) xr( k) ΔT V( k)cos( ϕr( k)) yr( k ) yr( k) ΔT V( k)sin( ϕr( k)) = ϕr( k ) ϕr( k) ΔT ω( k) ΔT is the time step, V(k) is the instantaneous velocity an ω(k) is the instantaneous turn-rate. The robot is assume to be travelling on a horizontal plane. The lanmarks in the environment are assume to be stationary point features an hence the process moel is, xi( k ) xi( k) y ( k ) y ( ) i = i k z ( ) zi ( k) i k where, i (=,,N) is the lanmark number. Using () an (), the augmente state transition matrix for the complete system can be represente. B. Observation moel The observation moel can be represente as, where zx ( k ) a Z ( k ) = zy ( k ) = b zz( k ) z( k ) a = ( x ( k ) xr ( k ))cos( ϕr ( k)) ( y ( k ) yr ( k ))sin( ϕr ( k)) b = ( x ( k ) x ( k ))sin( ϕ ( k)) ( y ( k ) y ( k ))cos( ϕ ( k)) r r r r It is to be note that each feature is ene by a point in 3D space, x ( ) ( ) ( ) ( ) T k = x k y k z k. The measurement error covariance is, T T xyϕ r xyϕ x y z x y z () () (3) P = g P g g R g (4) f σ uf σ vf σ B uf σ u σ uv σ R = σ u (5) vf σ uv σ v σ σ v where P r is the error covariance matrix of the robot location estimate extracte from the state covariance matrix P(k/k) an R is the measurement noise covariance. g is the Jacobean of the observation function. An σu, σv, σ represents the pixel uncertainties in image u,v location an the isparity respectively. f an B are the camera focal length an base line. Having ene the process moel an the observation moel, the stanar Kalman lter base realization [] is carrie out. III. KLT IMPLEMENTATION Data association is very crucial in a robust SLAM implementation. One strong avantage of using vision is its ability to track features in the image plane, an hence enhancing ata association. Kanae, Lucas an Tomasi [, ] have propose a feature selection an robust tracking algorithm (KLT). The main avantage of KLT over other escriptor base (e.g. [4] )methos is its ability to efciently track features between consecutive images in real time. A escription of the KLT algorithm is given in [9] an the complete erivation of the algorithm is presente in the unpublishe note by Birchel [3]. The tracker an the feature selection metho compliment each other in that the combination is optimal by esign. In this work we use KLT to extract reliable features an track them efciently between images. The tracking algorithm is escribe in brief below. Given two images I,J assuming small inter-frame isplacements, image motion can be escribe by suitably moving every point in the current frame to achieve the next frame I( x, y, t τ ) = I( x ξ ( x, y, t, τ), y η( x, y, t, τ)) (6) isplacement of a point at x is given by δ = ( ξ, η) an using the afne motion moel where, δ = Dx (7) xx xy D = yx is the eformation matrix an is the yy isplacement vector. A point at x in the rst image I moves to point Ax in the secon image J. J ( Ax ) = I( x ) (8) Where, A = D.In orer to n the above motion parameters A an D minimise issimilarity, [ ( Ax ) ( x)] ( x) x (9) ε = J I w w where w( x ) is a weighting function, which is set to in our implementation. In orer for the SLAM to perform real-time the number of features intialise/tracke per image was set to. IV. MANAGING NOISE A. Noise Filter KLT provies with goo features to track. However, it can pick up illusive features in the image plane like an intersection of two far apart real worl features. Those features are catastrophic for SLAM as they violate the

4 funamental xe lanmark assumption. Such features can be etecte by analyzing epth (isparity) iscontinuties in a small support region surrouning the point of interest as follows. Given the stereo images, a corresponing epth map (isparity image) of the scene is create. Then a small patch of the isparity image aroun the corresponing feature location selecte by KLT is obtaine (Our experiments showe that a 3x3 patch yiels better results). A histogram for this small patch is generate an the mean an the stanar eviation are calculate. Then the resulting stanar eviation σ is compare against a preetermine threshol (.m). If the test is successful the feature is use in the lter. For successful new features a elaye initialization is carrie out in orer to assert the stability of the feature (Fig..) B. Feature Valiation Algorithm One of the most ifcult issues in a SLAM implementation is the ata association problem, where the hypothesis of assigning an observation to an existing map location is teste. In our implementation the KLT tracker solves this problem given the high frame rates use to capture images. Since the consecutive images are only slightly isplace, the tracker successfully tracke over 95% of the features in our trial run. However initial SLAM implementation with KLT base ata association showe that the EKF base SLAM was not consistent (this is illustrate in Section VI). Further investigations reveale that this was in part ue to stereo mismatches an in part ue to KLT tracking features inconsistently. Both issues coul be attribute to the poor texture presence in the test environment an especially the former issue to the use of a smaller baseline, wie angle camera. In Fig. 3, the left image is a portion of an image taken from a trial run insie our lab. This is a typical image of our test environment where the pathways are very narrow with little texture throughout the camera s el of view. This generates large number of stereo mismatches. The image to the right is the isparity image generate by the stereo corresponence algorithm with lighter shaes inicating objects closer to camera. Though there are several small light patches to the mile an right of this image inicating features closer to the camera, in reality these features are quite far from it. This incorrect estimation of isparity in stereo vision gives rise not only to mean shift (gross errors) but also to incorrect estimations of uncertainties (5) in observations. Here we propose a solution to this by utilizing the correlations between features an the camera pose corresponing to a single image. The algorithm begins with the intuition, Given a single image frame, the features selecte are correlate with the camera pose that it was taken. Thus a single successful upate in the pose estimate using any of these features shoul reflect this fact resulting in very small innovations for the remainer of features observe with previously initialize states. I.e. given a set of features erive from a single image; a feature is selecte ranomly to upate the prior state estimate at current time step: the primary upate. A new prior estimate is erive for the features. Then a very tight gate (.8 σ ) is use to valiate the remainer of features. If a t (8%) number of features satisfy this test, the corresponing feature set is use to upate the state. This proceure is iterate until a solution is foun or, if not the set that encompasses the maximum no of conforming features is use for the upate, once all the features are exhauste in primary upates. The metho has its inspirations in the RanSaC [4] algorithm, hence the term t, the threshol parameter. RanSaC was use in [5] for global localisation in matching groups of escriptors to a global map. V. CLOSING THE LOOP Loop closing is important as it can signicantly reuce the uncertainty of the system. A novel aaptive winow positioning metho is use in testing the hypothesis of seeing an ol feature again at an eminent loop closure. Multiple hypothesis of association are generate for a newly observe feature with a subset of features previously seen an boune by a istance measure base on the state estimates of ol features an the estimate position of the new feature. Then Fig. KLT in combination with the noise lter uring feature initialization Fig. 3 Part of an image from the stereo camera (left) an the corresponing isparity image (right). Note the gross isparity errors in the right han sie.

5 each hypothesis is teste with the KLT base issimilarity measure by aapting the KLT search winow position to accommoate the hypothesise feature location. If a unique solution is foun for a given issimilarity threshol corresponing hypothesis is accepte. Else the feature is initialise. Essentially this metho relaxes the small interframe isplacement assumption in the original KLT formulation. Fig. 4 illustrates this process. Image on the top left shows a new feature foun by the KLT feature selection criteria (re ot on the black square on the far wall-magnie in the inset). Right image correspons to the same part of the environment but taken from a ifferent location uring the robot test run. Re ots inicate features selecte by KLT. There are three features on the same black square (magnie in the inset) on the wall an this subset of features form three hypotheses accoring to the above criteria. Bottom image shows that ones the issimilarity criterion in KLT is applie to them it picks up the feature correctly. This shows that the loop closing is possible with a reasonable viewpoint variance in the two images. However a prevailing shortcoming in the current metho of using KLT base loop closure etection is its inability to hanle larger view point variations. This is mainly attribute to the KLT s poor afne an scale invariance properties. VI. EXPERIMENTAL RESULTS A. Experimental Setup A Pioneer robot equippe with a MEGA-DCS stereo camera (see Fig.) from Viere Design is riven through an arbitrary path in an ofce like environment while the camera is capturing stereo images at 4Hz. Pioneer is also equippe with a SICK laser, which is use separately to capture range an bearing to a set of laser beacons lai in the environment. These observations are utilize in a separate D SLAM algorithm for comparison purposes. In this experiment, the number of features selecte in each image was limite to. This number was kept constant by replacing lost features when tracking of features between images faile. Three ifferent SLAM algorithms were implemente in this experiment an we will reference them later by the names given below.. SLAM3D_batch - 3D feature base EKF SLAM with innovation gating to valiate KLT tracke features with a batch upate [] algorithm. SLAM3D - 3D feature base EKF SLAM with the previously escribe feature valiation algorithm. Utilizes a batch upate when the nal successful feature set is foun. 3. A laser base D SLAM algorithm was use for benchmarking the results. It is worth noting that although we consier the laser base SLAM provies the true path, it has a gross error of about 5cm in both cross-track an along-track irections. Same tuning parameters were use for both vision base SLAM algorithms. Fig. 4 Multiple hypothesis approach an aaptive winow positioning. A new feature etecte in the current image (left-inset) an the hypotheses generate (right-inset) an a unique solution is foun (bottom). B. Experimental Results Fig. 5 shows the robot pose error plots using the SLAM3D_batch along with the -sigma error bouns estimate by the EKF. Previously mentione laser base SLAM was use to generate the true path. It is apparent (by the uner estimation of error) that even with goo ata association provie by KLT the lter is inconsistent. Fig. 6 shows the results of the same ataset as above with the secon algorithm (SLAM3D) without loop closure. Both noise lters iscusse in section IV are implemente in this algorithm. The improvement in lter performance is reaily noticeable inicating a well tune EKF. The threeimensional map generate by the algorithm is shown in Fig. 7. The D path estimate from the laser base SLAM is shown in black an light-green line inicates the SLAM3D estimate of the path. It can be seen qualitatively that the estimate robot path from the SLAM3D agrees closely with the more stanar D laser base SLAM. The errors are only apparent in the nal leg of the robot path. Those errors are x pose y pose heaing (ra) time Fig. 5 Robot pose estimate error for SLAM3D_batch relative to the laser base SLAM estimate with the -sigma error bouns

6 x pose y pose heaing (ra) time (s) Fig. 6 Relative error between SLAM3D estimate robot pose an the laser base SLAM pose estimate with the -sigma error bouns. (without loop closure) x pose y pose heaing (ra) time (s) Fig. 8 Relative error between SLAM3D an the laser base SLAM pose estimates along with the -sigma error bouns. (with loop closure) Fig. 7 Map an the estimate path (light-green) along with the laser base EKF SLAM estimate of the path (otte). (Without loop closure) mainly ue to the accumulation of SLAM errors in the long run an lower number of goo features registere in some portions of the run (iscusse later in the section). As apparent from the misalignment of the wall along the y- irection near x= cumulative gross error is prominent in the x-irection while errors in orientation an y-irection are consierably lower. Fig. 8 plots the state errors an -sigma error bouns using SLAM3D with the previously iscusse metho of loop closure. The loop closure is inicate by the large uncertainty reuction especially in the x an y-irections. Since even without the loop closure the gross errors in the heaing estimate were smaller (Fig. 6) it is expecte to see only a minor improvement in the relative error in estimates between SLAM3D an the laser base benchmarking algorithm. Fig. 9 is inicative of a successful loop closure with the apparent lack of misalignment of the wall that was present in Fig. 7. Fig. inicates the feature survival histogram. It coul be note that some goo features coul last more than 6 frames, which is esirable for SLAM, whilst the others can isappear instantly especially uring the thir leg of the traverse only a few features have been registere. This is mainly ue to KLT picking up features far away along the corrior (ue to lack of well texture features nearby) which the stereo algorithm was not able to register proper isparities Fig. 9 Map an the estimate path (light-green) along with the laser base EKF SLAM estimate of the path (otte). (with loop closure) hence the noise lter has attenuate them. In such illconitione situations oometry contributes locally. C. Real-time Implementation Currently we have an implementation of the iscusse algorithms in real-time sans the loop closure on a pioneer (Fig. & ). The interface provies a real-time Occupancy gri (Fig. ) base on the pose estimates from the SLAM algorithm an the laser observations. This provies a visual fee back of the performance of the SLAM algorithm. We have conucte several test runs in our lab area with statistically reliable results. Table I shows the prominent parameters involve in this implementation. However Fig. Feature survival histogram

7 TABLE I REAL-TIME IMPLEMENTATION PARAMETERS Parameter Value Camera baseline/.88 Image resolution/(pix ) 3x4 Robot spee/(m/sec).~.3 σ,σ u,σ v /(pix).5,.,. Processing power Intel Pentium M,.3GHz, 5 MB RAM epening on the quality of the features picke up by KLT uring some of the trials we have observe large absolute errors (>3%). This is suggestive of the necessity for more experiments an further improvements to the algorithms. VII. CONCLUSION Stereo vision base SLAM is still a challenging problem ue to the gross errors in epth map generation, feature occlusions an other factors present in the environment. We have presente a comprehensive set of methos that has roots in both image processing an Bayesian estimation omains to achieve consistent small baseline stereo vision base SLAM. We believe that to achieve robust SLAM solutions using vision sensors requires an augmentative approach between these two omains. We have presente a methoology for etermining goo features with the ai of KLT. Further, the ata association problem was minimize by utilizing the image feature tracking capability of the KLT. A RanSaC inspire algorithm in the ata association phase was also presente. The loop closure was aresse by utilizing a multiple hypothesis lter base on the KLT issimilarity criterion. This is fairly robust to scale an afne changes. Experiments were carrie out in an ofce like environment to Fig. Stereo vision base real-time SLAM interface Fig. Pioneer equippe with various sensors incluing the stereo camera assess the robustness an they show that the lter is consistent. Finally we have presente the real-time implementation of the iscusse algorithm without loop closure. We are furthering our investigations to improve the loop closure with larger view point variations which the current version is not capable of. Especially in ways of utilizing the knowlege of estimate state of the robot an map. We are also in the process of integrating a real-time loop closure metho in to the interface. ACKNOWLEDGMENT This work is supporte by the ARC Centre of Excellence programme, fune by the Australian Research Council (ARC) an the New South Wales State Government. REFERENCES [] M. Kolesnik, "Vision an Navigation of Marsokho Rover," presente at ACCV, 995. [] S. Se an M. Bray, "Stereo Vision-Base Obstacle Detection for Partially Sighte People," Thir Asian Conference on Computer Vision (ACCV '98), pp. 5-59, 998. [3] A. J. Davison an N. Kita, "3D Simultaneous Localisation an Map- Builing Using Active Vision for a Robot Moving on Unulating Terrain," presente at IEEE Computer Society Conference on Computer Vision an Pattern Recognition (CVPR ),. [4] S. Se, D. Lowe, an J. Little, "Mobile Robot Localization An Mapping with Uncertainty using Scale-Invariant Visual Lanmarks," International Journal of Robotic Research, vol.,. [5] Davison, A.J., Murray, an D.W., "Simultaneous localization an mapbuiling using active vision," IEEE Transactions on Pattern Analysis an Machine Intelligence, vol. 4, pp [6] Murray, D., Jennings, an C., "Stereo vision base mapping an navigation for mobile robots," presente at IEEE International Conference on Robotics an Automation, 997. [7] N. M. Kwok an G. Dissanayake, "Bearing-only SLAM in Inoor Environments Using a Moie Particle Filter," presente at Australasian Conference on Robotics & Automation, Brisbane, 3. [8] I. K. Jung, "Simultaneous localization an mapping in 3D environments with stereovision," in LAAS, vol. PhD. Toulouse: Institut National Polytechnique, 4, pp. 8. [9] J. Shi an C. Tomasi, "Goo Features totrack," presente at IEEE Computer Society Conference on Computer Vision an Pattern Recognition (CVPR '94) Seattle, 994. [] M. W. M. G. Dissanayake, P. Newman, S. Clark, H. F. Durrant-Whyte, an M. Csorba, "A Solution to the Simultaneous Localization an Map Builing (SLAM) Problem," IEEE Transactions On Robotics An Automation, vol. 7, pp. 9-4,. [] C. Tomasi an T. Kanae, "Detection an tracking of point features," Carnegie Mellon University CMU-CS-9-3, April [] B. D. Lucas an T. Kanae, "An Iterative Image Registration Technique with an Application to Stereo Vision," presente at International Joint Conference on Articial Intelligence (IJCAI '8), Vancouver, BC, Canaa,, 98. [3] S. Birchel, "Derivation of Kanae-Lucas-Tomasi Tracking Equation," birchel97erviation.pf, E., 997. [4] M. A. Fischler an R. C. Bolles, "Ranom Sample Consensus: A paraigm for moel tting with applications to image analysis an automate cartography," Communications of the ACM, vol. 4, pp , 98. [5] S. Se, D. G. Lowe, an J. J. Little, "Vision-base global localization an mapping for mobile robots," IEEE Transactions on Robotics, vol., pp , 5.

Using the disparity space to compute occupancy grids from stereo-vision

Using the disparity space to compute occupancy grids from stereo-vision The 2010 IEEE/RSJ International Conference on Intelligent Robots an Systems October 18-22, 2010, Taipei, Taiwan Using the isparity space to compute occupancy gris from stereo-vision Mathias Perrollaz,

More information

Fast Window Based Stereo Matching for 3D Scene Reconstruction

Fast Window Based Stereo Matching for 3D Scene Reconstruction The International Arab Journal of Information Technology, Vol. 0, No. 3, May 203 209 Fast Winow Base Stereo Matching for 3D Scene Reconstruction Mohamma Mozammel Chowhury an Mohamma AL-Amin Bhuiyan Department

More information

Dense Disparity Estimation in Ego-motion Reduced Search Space

Dense Disparity Estimation in Ego-motion Reduced Search Space Dense Disparity Estimation in Ego-motion Reuce Search Space Luka Fućek, Ivan Marković, Igor Cvišić, Ivan Petrović University of Zagreb, Faculty of Electrical Engineering an Computing, Croatia (e-mail:

More information

Vision-based Multi-Robot Simultaneous Localization and Mapping

Vision-based Multi-Robot Simultaneous Localization and Mapping Vision-base Multi-Robot Simultaneous Localization an Mapping Hassan Hajjiab an Robert Laganière VIVA Research Lab School of Information Technology an Engineering University of Ottawa, Ottawa, Canaa, K1N

More information

Refinement of scene depth from stereo camera ego-motion parameters

Refinement of scene depth from stereo camera ego-motion parameters Refinement of scene epth from stereo camera ego-motion parameters Piotr Skulimowski, Pawel Strumillo An algorithm for refinement of isparity (epth) map from stereoscopic sequences is propose. The metho

More information

A Plane Tracker for AEC-automation Applications

A Plane Tracker for AEC-automation Applications A Plane Tracker for AEC-automation Applications Chen Feng *, an Vineet R. Kamat Department of Civil an Environmental Engineering, University of Michigan, Ann Arbor, USA * Corresponing author (cforrest@umich.eu)

More information

Robust Camera Calibration for an Autonomous Underwater Vehicle

Robust Camera Calibration for an Autonomous Underwater Vehicle obust Camera Calibration for an Autonomous Unerwater Vehicle Matthew Bryant, Davi Wettergreen *, Samer Aballah, Alexaner Zelinsky obotic Systems Laboratory Department of Engineering, FEIT Department of

More information

Shift-map Image Registration

Shift-map Image Registration Shift-map Image Registration Linus Svärm Petter Stranmark Centre for Mathematical Sciences, Lun University {linus,petter}@maths.lth.se Abstract Shift-map image processing is a new framework base on energy

More information

Shift-map Image Registration

Shift-map Image Registration Shift-map Image Registration Svärm, Linus; Stranmark, Petter Unpublishe: 2010-01-01 Link to publication Citation for publishe version (APA): Svärm, L., & Stranmark, P. (2010). Shift-map Image Registration.

More information

Online Appendix to: Generalizing Database Forensics

Online Appendix to: Generalizing Database Forensics Online Appenix to: Generalizing Database Forensics KYRIACOS E. PAVLOU an RICHARD T. SNODGRASS, University of Arizona This appenix presents a step-by-step iscussion of the forensic analysis protocol that

More information

Multimodal Stereo Image Registration for Pedestrian Detection

Multimodal Stereo Image Registration for Pedestrian Detection Multimoal Stereo Image Registration for Peestrian Detection Stephen Krotosky an Mohan Trivei Abstract This paper presents an approach for the registration of multimoal imagery for peestrian etection when

More information

State Indexed Policy Search by Dynamic Programming. Abstract. 1. Introduction. 2. System parameterization. Charles DuHadway

State Indexed Policy Search by Dynamic Programming. Abstract. 1. Introduction. 2. System parameterization. Charles DuHadway State Inexe Policy Search by Dynamic Programming Charles DuHaway Yi Gu 5435537 503372 December 4, 2007 Abstract We consier the reinforcement learning problem of simultaneous trajectory-following an obstacle

More information

SLAM in Dynamic Environments via ML-RANSAC

SLAM in Dynamic Environments via ML-RANSAC *Manuscript Clic here to view line References SLAM in Dynamic Environments via ML-RANSAC Masou S. Bahraini 1,2, Mohamma Bozorg 2, Ahma B. Ra 1* 1 School of Mechatronic Systems Engineering, Simon Fraser

More information

Figure 1: Schematic of an SEM [source: ]

Figure 1: Schematic of an SEM [source:   ] EECI Course: -9 May 1 by R. Sanfelice Hybri Control Systems Eelco van Horssen E.P.v.Horssen@tue.nl Project: Scanning Electron Microscopy Introuction In Scanning Electron Microscopy (SEM) a (bunle) beam

More information

Classifying Facial Expression with Radial Basis Function Networks, using Gradient Descent and K-means

Classifying Facial Expression with Radial Basis Function Networks, using Gradient Descent and K-means Classifying Facial Expression with Raial Basis Function Networks, using Graient Descent an K-means Neil Allrin Department of Computer Science University of California, San Diego La Jolla, CA 9237 nallrin@cs.ucs.eu

More information

Chapter 5 Proposed models for reconstituting/ adapting three stereoscopes

Chapter 5 Proposed models for reconstituting/ adapting three stereoscopes Chapter 5 Propose moels for reconstituting/ aapting three stereoscopes - 89 - 5. Propose moels for reconstituting/aapting three stereoscopes This chapter offers three contributions in the Stereoscopy area,

More information

Object Recognition Using Colour, Shape and Affine Invariant Ratios

Object Recognition Using Colour, Shape and Affine Invariant Ratios Object Recognition Using Colour, Shape an Affine Invariant Ratios Paul A. Walcott Centre for Information Engineering City University, Lonon EC1V 0HB, Englan P.A.Walcott@city.ac.uk Abstract This paper escribes

More information

Verifying performance-based design objectives using assemblybased vulnerability

Verifying performance-based design objectives using assemblybased vulnerability Verying performance-base esign objectives using assemblybase vulnerability K.A. Porter Calornia Institute of Technology, Pasaena, Calornia, USA A.S. Kiremijian Stanfor University, Stanfor, Calornia, USA

More information

d 3 d 4 d d d d d d d d d d d 1 d d d d d d

d 3 d 4 d d d d d d d d d d d 1 d d d d d d Proceeings of the IASTED International Conference Software Engineering an Applications (SEA') October 6-, 1, Scottsale, Arizona, USA AN OBJECT-ORIENTED APPROACH FOR MANAGING A NETWORK OF DATABASES Shu-Ching

More information

Real Time On Board Stereo Camera Pose through Image Registration*

Real Time On Board Stereo Camera Pose through Image Registration* 28 IEEE Intelligent Vehicles Symposium Einhoven University of Technology Einhoven, The Netherlans, June 4-6, 28 Real Time On Boar Stereo Camera Pose through Image Registration* Fai Dornaika French National

More information

An Algorithm for Building an Enterprise Network Topology Using Widespread Data Sources

An Algorithm for Building an Enterprise Network Topology Using Widespread Data Sources An Algorithm for Builing an Enterprise Network Topology Using Wiesprea Data Sources Anton Anreev, Iurii Bogoiavlenskii Petrozavosk State University Petrozavosk, Russia {anreev, ybgv}@cs.petrsu.ru Abstract

More information

EFFICIENT STEREO MATCHING BASED ON A NEW CONFIDENCE METRIC. Won-Hee Lee, Yumi Kim, and Jong Beom Ra

EFFICIENT STEREO MATCHING BASED ON A NEW CONFIDENCE METRIC. Won-Hee Lee, Yumi Kim, and Jong Beom Ra th European Signal Processing Conference (EUSIPCO ) Bucharest, omania, August 7-3, EFFICIENT STEEO MATCHING BASED ON A NEW CONFIDENCE METIC Won-Hee Lee, Yumi Kim, an Jong Beom a Department of Electrical

More information

CAMERAS AND GRAVITY: ESTIMATING PLANAR OBJECT ORIENTATION. Zhaoyin Jia, Andrew Gallagher, Tsuhan Chen

CAMERAS AND GRAVITY: ESTIMATING PLANAR OBJECT ORIENTATION. Zhaoyin Jia, Andrew Gallagher, Tsuhan Chen CAMERAS AND GRAVITY: ESTIMATING PLANAR OBJECT ORIENTATION Zhaoyin Jia, Anrew Gallagher, Tsuhan Chen School of Electrical an Computer Engineering, Cornell University ABSTRACT Photography on a mobile camera

More information

Classical Mechanics Examples (Lagrange Multipliers)

Classical Mechanics Examples (Lagrange Multipliers) Classical Mechanics Examples (Lagrange Multipliers) Dipan Kumar Ghosh Physics Department, Inian Institute of Technology Bombay Powai, Mumbai 400076 September 3, 015 1 Introuction We have seen that the

More information

Estimation of large-amplitude motion and disparity fields: Application to intermediate view reconstruction

Estimation of large-amplitude motion and disparity fields: Application to intermediate view reconstruction c 2000 SPIE. Personal use of this material is permitte. However, permission to reprint/republish this material for avertising or promotional purposes or for creating new collective works for resale or

More information

6 Gradient Descent. 6.1 Functions

6 Gradient Descent. 6.1 Functions 6 Graient Descent In this topic we will iscuss optimizing over general functions f. Typically the function is efine f : R! R; that is its omain is multi-imensional (in this case -imensional) an output

More information

A shortest path algorithm in multimodal networks: a case study with time varying costs

A shortest path algorithm in multimodal networks: a case study with time varying costs A shortest path algorithm in multimoal networks: a case stuy with time varying costs Daniela Ambrosino*, Anna Sciomachen* * Department of Economics an Quantitative Methos (DIEM), University of Genoa Via

More information

SMART IMAGE PROCESSING OF FLOW VISUALIZATION

SMART IMAGE PROCESSING OF FLOW VISUALIZATION SMAR IMAGE PROCESSING OF FLOW VISUALIZAION H Li (A Rinoshika) 1, M akei, M Nakano 1, Y Saito 3 an K Horii 4 1 Department of Mechanical Systems Engineering, Yamagata University, Yamagata 99-851, JAPAN Department

More information

Image Segmentation using K-means clustering and Thresholding

Image Segmentation using K-means clustering and Thresholding Image Segmentation using Kmeans clustering an Thresholing Preeti Panwar 1, Girhar Gopal 2, Rakesh Kumar 3 1M.Tech Stuent, Department of Computer Science & Applications, Kurukshetra University, Kurukshetra,

More information

Indexing the Edges A simple and yet efficient approach to high-dimensional indexing

Indexing the Edges A simple and yet efficient approach to high-dimensional indexing Inexing the Eges A simple an yet efficient approach to high-imensional inexing Beng Chin Ooi Kian-Lee Tan Cui Yu Stephane Bressan Department of Computer Science National University of Singapore 3 Science

More information

Kinematic Analysis of a Family of 3R Manipulators

Kinematic Analysis of a Family of 3R Manipulators Kinematic Analysis of a Family of R Manipulators Maher Baili, Philippe Wenger an Damien Chablat Institut e Recherche en Communications et Cybernétique e Nantes, UMR C.N.R.S. 6597 1, rue e la Noë, BP 92101,

More information

Comparison of Methods for Increasing the Performance of a DUA Computation

Comparison of Methods for Increasing the Performance of a DUA Computation Comparison of Methos for Increasing the Performance of a DUA Computation Michael Behrisch, Daniel Krajzewicz, Peter Wagner an Yun-Pang Wang Institute of Transportation Systems, German Aerospace Center,

More information

Geometrical Feature Extraction Using 2D Range Scanner

Geometrical Feature Extraction Using 2D Range Scanner Geometrical Feature Extraction Using 2D Range Scanner Sen Zhang Lihua Xie Martin Adams Fan Tang BLK S2, School of Electrical and Electronic Engineering Nanyang Technological University, Singapore 639798

More information

Dual Arm Robot Research Report

Dual Arm Robot Research Report Dual Arm Robot Research Report Analytical Inverse Kinematics Solution for Moularize Dual-Arm Robot With offset at shouler an wrist Motivation an Abstract Generally, an inustrial manipulator such as PUMA

More information

X y. f(x,y,d) f(x,y,d) Peak. Motion stereo space. parameter space. (x,y,d) Motion stereo space. Parameter space. Motion stereo space.

X y. f(x,y,d) f(x,y,d) Peak. Motion stereo space. parameter space. (x,y,d) Motion stereo space. Parameter space. Motion stereo space. 3D Shape Measurement of Unerwater Objects Using Motion Stereo Hieo SAITO Hirofumi KAWAMURA Masato NAKAJIMA Department of Electrical Engineering, Keio Universit 3-14-1Hioshi Kouhoku-ku Yokohama 223, Japan

More information

Robotics. Lecture 8: Simultaneous Localisation and Mapping (SLAM)

Robotics. Lecture 8: Simultaneous Localisation and Mapping (SLAM) Robotics Lecture 8: Simultaneous Localisation and Mapping (SLAM) See course website http://www.doc.ic.ac.uk/~ajd/robotics/ for up to date information. Andrew Davison Department of Computing Imperial College

More information

FINDING OPTICAL DISPERSION OF A PRISM WITH APPLICATION OF MINIMUM DEVIATION ANGLE MEASUREMENT METHOD

FINDING OPTICAL DISPERSION OF A PRISM WITH APPLICATION OF MINIMUM DEVIATION ANGLE MEASUREMENT METHOD Warsaw University of Technology Faculty of Physics Physics Laboratory I P Joanna Konwerska-Hrabowska 6 FINDING OPTICAL DISPERSION OF A PRISM WITH APPLICATION OF MINIMUM DEVIATION ANGLE MEASUREMENT METHOD.

More information

Transient analysis of wave propagation in 3D soil by using the scaled boundary finite element method

Transient analysis of wave propagation in 3D soil by using the scaled boundary finite element method Southern Cross University epublications@scu 23r Australasian Conference on the Mechanics of Structures an Materials 214 Transient analysis of wave propagation in 3D soil by using the scale bounary finite

More information

Real-Time Model-Based SLAM Using Line Segments

Real-Time Model-Based SLAM Using Line Segments Real-Time Model-Based SLAM Using Line Segments Andrew P. Gee and Walterio Mayol-Cuevas Department of Computer Science, University of Bristol, UK {gee,mayol}@cs.bris.ac.uk Abstract. Existing monocular vision-based

More information

BIJECTIONS FOR PLANAR MAPS WITH BOUNDARIES

BIJECTIONS FOR PLANAR MAPS WITH BOUNDARIES BIJECTIONS FOR PLANAR MAPS WITH BOUNDARIES OLIVIER BERNARDI AND ÉRIC FUSY Abstract. We present bijections for planar maps with bounaries. In particular, we obtain bijections for triangulations an quarangulations

More information

Solution Representation for Job Shop Scheduling Problems in Ant Colony Optimisation

Solution Representation for Job Shop Scheduling Problems in Ant Colony Optimisation Solution Representation for Job Shop Scheuling Problems in Ant Colony Optimisation James Montgomery, Carole Faya 2, an Sana Petrovic 2 Faculty of Information & Communication Technologies, Swinburne University

More information

Improving Spatial Reuse of IEEE Based Ad Hoc Networks

Improving Spatial Reuse of IEEE Based Ad Hoc Networks mproving Spatial Reuse of EEE 82.11 Base A Hoc Networks Fengji Ye, Su Yi an Biplab Sikar ECSE Department, Rensselaer Polytechnic nstitute Troy, NY 1218 Abstract n this paper, we evaluate an suggest methos

More information

Using Vector and Raster-Based Techniques in Categorical Map Generalization

Using Vector and Raster-Based Techniques in Categorical Map Generalization Thir ICA Workshop on Progress in Automate Map Generalization, Ottawa, 12-14 August 1999 1 Using Vector an Raster-Base Techniques in Categorical Map Generalization Beat Peter an Robert Weibel Department

More information

Research Article Inviscid Uniform Shear Flow past a Smooth Concave Body

Research Article Inviscid Uniform Shear Flow past a Smooth Concave Body International Engineering Mathematics Volume 04, Article ID 46593, 7 pages http://x.oi.org/0.55/04/46593 Research Article Invisci Uniform Shear Flow past a Smooth Concave Boy Abullah Mura Department of

More information

New Geometric Interpretation and Analytic Solution for Quadrilateral Reconstruction

New Geometric Interpretation and Analytic Solution for Quadrilateral Reconstruction New Geometric Interpretation an Analytic Solution for uarilateral Reconstruction Joo-Haeng Lee Convergence Technology Research Lab ETRI Daejeon, 305 777, KOREA Abstract A new geometric framework, calle

More information

Robotics. Lecture 7: Simultaneous Localisation and Mapping (SLAM)

Robotics. Lecture 7: Simultaneous Localisation and Mapping (SLAM) Robotics Lecture 7: Simultaneous Localisation and Mapping (SLAM) See course website http://www.doc.ic.ac.uk/~ajd/robotics/ for up to date information. Andrew Davison Department of Computing Imperial College

More information

Offloading Cellular Traffic through Opportunistic Communications: Analysis and Optimization

Offloading Cellular Traffic through Opportunistic Communications: Analysis and Optimization 1 Offloaing Cellular Traffic through Opportunistic Communications: Analysis an Optimization Vincenzo Sciancalepore, Domenico Giustiniano, Albert Banchs, Anreea Picu arxiv:1405.3548v1 [cs.ni] 14 May 24

More information

2005 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media,

2005 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, 25 IEEE Personal use of this material is permitted Permission from IEEE must be obtained for all other uses in any current or future media including reprinting/republishing this material for advertising

More information

D-SLAM: Decoupled Localization and Mapping for Autonomous Robots

D-SLAM: Decoupled Localization and Mapping for Autonomous Robots D-SLAM: Decoupled Localization and Mapping for Autonomous Robots Zhan Wang, Shoudong Huang, and Gamini Dissanayake ARC Centre of Excellence for Autonomous Systems (CAS), Faculty of Engineering, University

More information

Long-term motion estimation from images

Long-term motion estimation from images Long-term motion estimation from images Dennis Strelow 1 and Sanjiv Singh 2 1 Google, Mountain View, CA, strelow@google.com 2 Carnegie Mellon University, Pittsburgh, PA, ssingh@cmu.edu Summary. Cameras

More information

Learning Polynomial Functions. by Feature Construction

Learning Polynomial Functions. by Feature Construction I Proceeings of the Eighth International Workshop on Machine Learning Chicago, Illinois, June 27-29 1991 Learning Polynomial Functions by Feature Construction Richar S. Sutton GTE Laboratories Incorporate

More information

Stereo Vision-based Subpixel Level Free Space Boundary Detection Using Modified u-disparity and Preview Dynamic Programming

Stereo Vision-based Subpixel Level Free Space Boundary Detection Using Modified u-disparity and Preview Dynamic Programming 2015 IEEE Intelligent Vehicles Symposium (IV) June 28 - July 1, 2015. COEX, Seoul, Korea Stereo Vision-base Subpixel Level Free Space Bounary Detection Using Moifie u-isparity an Preview Dynamic Programming

More information

Estimating Velocity Fields on a Freeway from Low Resolution Video

Estimating Velocity Fields on a Freeway from Low Resolution Video Estimating Velocity Fiels on a Freeway from Low Resolution Vieo Young Cho Department of Statistics University of California, Berkeley Berkeley, CA 94720-3860 Email: young@stat.berkeley.eu John Rice Department

More information

Tight Wavelet Frame Decomposition and Its Application in Image Processing

Tight Wavelet Frame Decomposition and Its Application in Image Processing ITB J. Sci. Vol. 40 A, No., 008, 151-165 151 Tight Wavelet Frame Decomposition an Its Application in Image Processing Mahmu Yunus 1, & Henra Gunawan 1 1 Analysis an Geometry Group, FMIPA ITB, Banung Department

More information

Particle Swarm Optimization with Time-Varying Acceleration Coefficients Based on Cellular Neural Network for Color Image Noise Cancellation

Particle Swarm Optimization with Time-Varying Acceleration Coefficients Based on Cellular Neural Network for Color Image Noise Cancellation Particle Swarm Optimization with Time-Varying Acceleration Coefficients Base on Cellular Neural Network for Color Image Noise Cancellation Te-Jen Su Jui-Chuan Cheng Yang-De Sun 3 College of Information

More information

Controlling formations of multiple mobile robots. Jaydev P. Desai Jim Ostrowski Vijay Kumar

Controlling formations of multiple mobile robots. Jaydev P. Desai Jim Ostrowski Vijay Kumar Controlling formations of multiple mobile robots Jayev P. Desai Jim Ostrowski Vijay Kumar General Robotics an Active Sensory Perception (GRASP) Laboratory, University of Pennsylvania 340 Walnut Street,

More information

A Versatile Model-Based Visibility Measure for Geometric Primitives

A Versatile Model-Based Visibility Measure for Geometric Primitives A Versatile Moel-Base Visibility Measure for Geometric Primitives Marc M. Ellenrieer 1,LarsKrüger 1, Dirk Stößel 2, an Marc Hanheie 2 1 DaimlerChrysler AG, Research & Technology, 89013 Ulm, Germany 2 Faculty

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the worl s leaing publisher of Open Access books Built by scientists, for scientists 3,800 116,000 120M Open access books available International authors an eitors Downloas Our authors

More information

Multi-camera tracking algorithm study based on information fusion

Multi-camera tracking algorithm study based on information fusion International Conference on Avance Electronic Science an Technolog (AEST 016) Multi-camera tracking algorithm stu base on information fusion a Guoqiang Wang, Shangfu Li an Xue Wen School of Electronic

More information

Accurate Motion Estimation and High-Precision 3D Reconstruction by Sensor Fusion

Accurate Motion Estimation and High-Precision 3D Reconstruction by Sensor Fusion 007 IEEE International Conference on Robotics and Automation Roma, Italy, 0-4 April 007 FrE5. Accurate Motion Estimation and High-Precision D Reconstruction by Sensor Fusion Yunsu Bok, Youngbae Hwang,

More information

Animated Surface Pasting

Animated Surface Pasting Animate Surface Pasting Clara Tsang an Stephen Mann Computing Science Department University of Waterloo 200 University Ave W. Waterloo, Ontario Canaa N2L 3G1 e-mail: clftsang@cgl.uwaterloo.ca, smann@cgl.uwaterloo.ca

More information

On the Role of Multiply Sectioned Bayesian Networks to Cooperative Multiagent Systems

On the Role of Multiply Sectioned Bayesian Networks to Cooperative Multiagent Systems On the Role of Multiply Sectione Bayesian Networks to Cooperative Multiagent Systems Y. Xiang University of Guelph, Canaa, yxiang@cis.uoguelph.ca V. Lesser University of Massachusetts at Amherst, USA,

More information

Integrated Laser-Camera Sensor for the Detection and Localization of Landmarks for Robotic Applications

Integrated Laser-Camera Sensor for the Detection and Localization of Landmarks for Robotic Applications 28 IEEE International Conference on Robotics and Automation Pasadena, CA, USA, May 19-23, 28 Integrated Laser-Camera Sensor for the Detection and Localization of Landmarks for Robotic Applications Dilan

More information

Data Mining: Clustering

Data Mining: Clustering Bi-Clustering COMP 790-90 Seminar Spring 011 Data Mining: Clustering k t 1 K-means clustering minimizes Where ist ( x, c i t i c t ) ist ( x m j 1 ( x ij i, c c t ) tj ) Clustering by Pattern Similarity

More information

Multilevel Linear Dimensionality Reduction using Hypergraphs for Data Analysis

Multilevel Linear Dimensionality Reduction using Hypergraphs for Data Analysis Multilevel Linear Dimensionality Reuction using Hypergraphs for Data Analysis Haw-ren Fang Department of Computer Science an Engineering University of Minnesota; Minneapolis, MN 55455 hrfang@csumneu ABSTRACT

More information

Generalized Edge Coloring for Channel Assignment in Wireless Networks

Generalized Edge Coloring for Channel Assignment in Wireless Networks Generalize Ege Coloring for Channel Assignment in Wireless Networks Chun-Chen Hsu Institute of Information Science Acaemia Sinica Taipei, Taiwan Da-wei Wang Jan-Jan Wu Institute of Information Science

More information

Segmentation and Tracking of Partial Planar Templates

Segmentation and Tracking of Partial Planar Templates Segmentation and Tracking of Partial Planar Templates Abdelsalam Masoud William Hoff Colorado School of Mines Colorado School of Mines Golden, CO 800 Golden, CO 800 amasoud@mines.edu whoff@mines.edu Abstract

More information

CS664 Lecture #18: Motion

CS664 Lecture #18: Motion CS664 Lecture #18: Motion Announcements Most paper choices were fine Please be sure to email me for approval, if you haven t already This is intended to help you, especially with the final project Use

More information

MR DAMPER OPTIMAL PLACEMENT FOR SEMI-ACTIVE CONTROL OF BUILDINGS USING AN EFFICIENT MULTI- OBJECTIVE BINARY GENETIC ALGORITHM

MR DAMPER OPTIMAL PLACEMENT FOR SEMI-ACTIVE CONTROL OF BUILDINGS USING AN EFFICIENT MULTI- OBJECTIVE BINARY GENETIC ALGORITHM 24th International Symposium on on Automation & Robotics in in Construction (ISARC 2007) Construction Automation Group I.I.T. Maras MR DAMPER OPTIMAL PLACEMENT FOR SEMI-ACTIVE CONTROL OF BUILDINGS USING

More information

Adjacency Matrix Based Full-Text Indexing Models

Adjacency Matrix Based Full-Text Indexing Models 1000-9825/2002/13(10)1933-10 2002 Journal of Software Vol.13, No.10 Ajacency Matrix Base Full-Text Inexing Moels ZHOU Shui-geng 1, HU Yun-fa 2, GUAN Ji-hong 3 1 (Department of Computer Science an Engineering,

More information

arxiv: v1 [cs.cv] 18 Sep 2017

arxiv: v1 [cs.cv] 18 Sep 2017 Direct Pose Estimation with a Monocular Camera Darius Burschka and Elmar Mair arxiv:1709.05815v1 [cs.cv] 18 Sep 2017 Department of Informatics Technische Universität München, Germany {burschka elmar.mair}@mytum.de

More information

Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama and Hayato Ohwada Faculty of Sci. and Tech. Tokyo University of Scien

Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama and Hayato Ohwada Faculty of Sci. and Tech. Tokyo University of Scien Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama an Hayato Ohwaa Faculty of Sci. an Tech. Tokyo University of Science, 2641 Yamazaki, Noa-shi, CHIBA, 278-8510, Japan hiroyuki@rs.noa.tus.ac.jp,

More information

Bends, Jogs, And Wiggles for Railroad Tracks and Vehicle Guide Ways

Bends, Jogs, And Wiggles for Railroad Tracks and Vehicle Guide Ways Ben, Jogs, An Wiggles for Railroa Tracks an Vehicle Guie Ways Louis T. Klauer Jr., PhD, PE. Work Soft 833 Galer Dr. Newtown Square, PA 19073 lklauer@wsof.com Preprint, June 4, 00 Copyright 00 by Louis

More information

Skyline Community Search in Multi-valued Networks

Skyline Community Search in Multi-valued Networks Syline Community Search in Multi-value Networs Rong-Hua Li Beijing Institute of Technology Beijing, China lironghuascut@gmail.com Jeffrey Xu Yu Chinese University of Hong Kong Hong Kong, China yu@se.cuh.eu.h

More information

Tightly-Integrated Visual and Inertial Navigation for Pinpoint Landing on Rugged Terrains

Tightly-Integrated Visual and Inertial Navigation for Pinpoint Landing on Rugged Terrains Tightly-Integrated Visual and Inertial Navigation for Pinpoint Landing on Rugged Terrains PhD student: Jeff DELAUNE ONERA Director: Guy LE BESNERAIS ONERA Advisors: Jean-Loup FARGES Clément BOURDARIAS

More information

A Duality Based Approach for Realtime TV-L 1 Optical Flow

A Duality Based Approach for Realtime TV-L 1 Optical Flow A Duality Base Approach for Realtime TV-L 1 Optical Flow C. Zach 1, T. Pock 2, an H. Bischof 2 1 VRVis Research Center 2 Institute for Computer Graphics an Vision, TU Graz Abstract. Variational methos

More information

Aircraft Tracking Based on KLT Feature Tracker and Image Modeling

Aircraft Tracking Based on KLT Feature Tracker and Image Modeling Aircraft Tracking Based on KLT Feature Tracker and Image Modeling Khawar Ali, Shoab A. Khan, and Usman Akram Computer Engineering Department, College of Electrical & Mechanical Engineering, National University

More information

Local Path Planning with Proximity Sensing for Robot Arm Manipulators. 1. Introduction

Local Path Planning with Proximity Sensing for Robot Arm Manipulators. 1. Introduction Local Path Planning with Proximity Sensing for Robot Arm Manipulators Ewar Cheung an Vlaimir Lumelsky Yale University, Center for Systems Science Department of Electrical Engineering New Haven, Connecticut

More information

A T-Step Ahead Constrained Optimal Target Detection Algorithm for a Multi Sensor Surveillance System

A T-Step Ahead Constrained Optimal Target Detection Algorithm for a Multi Sensor Surveillance System A T-Step Ahea Constraine Optimal Target Detection Algorithm for a Multi Sensor Surveillance System K Mahava Krishna Henry Hexmoor an Shravan Sogani International Institute of Information Technology CSCE

More information

A new fuzzy visual servoing with application to robot manipulator

A new fuzzy visual servoing with application to robot manipulator 2005 American Control Conference June 8-10, 2005. Portlan, OR, USA FrA09.4 A new fuzzy visual servoing with application to robot manipulator Marco A. Moreno-Armenariz, Wen Yu Abstract Many stereo vision

More information

A Classification of 3R Orthogonal Manipulators by the Topology of their Workspace

A Classification of 3R Orthogonal Manipulators by the Topology of their Workspace A Classification of R Orthogonal Manipulators by the Topology of their Workspace Maher aili, Philippe Wenger an Damien Chablat Institut e Recherche en Communications et Cybernétique e Nantes, UMR C.N.R.S.

More information

Revising Stereo Vision Maps in Particle Filter Based SLAM using Localisation Confidence and Sample History

Revising Stereo Vision Maps in Particle Filter Based SLAM using Localisation Confidence and Sample History Revising Stereo Vision Maps in Particle Filter Based SLAM using Localisation Confidence and Sample History Simon Thompson and Satoshi Kagami Digital Human Research Center National Institute of Advanced

More information

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press,   ISSN ransactions on Information and Communications echnologies vol 6, 996 WI Press, www.witpress.com, ISSN 743-357 Obstacle detection using stereo without correspondence L. X. Zhou & W. K. Gu Institute of Information

More information

Object Recognition and Tracking for Scene Understanding of Outdoor Mobile Robot

Object Recognition and Tracking for Scene Understanding of Outdoor Mobile Robot Object Recognition an Tracking for Scene Unerstaning of Outoor Mobile Robot My-Ha Le Faculty of Electrical an Electronic Engineering Ho Chi Minh City University of Technology an Eucation No.1 Vo Van Ngan

More information

AnyTraffic Labeled Routing

AnyTraffic Labeled Routing AnyTraffic Labele Routing Dimitri Papaimitriou 1, Pero Peroso 2, Davie Careglio 2 1 Alcatel-Lucent Bell, Antwerp, Belgium Email: imitri.papaimitriou@alcatel-lucent.com 2 Universitat Politècnica e Catalunya,

More information

A Convex Clustering-based Regularizer for Image Segmentation

A Convex Clustering-based Regularizer for Image Segmentation Vision, Moeling, an Visualization (2015) D. Bommes, T. Ritschel an T. Schultz (Es.) A Convex Clustering-base Regularizer for Image Segmentation Benjamin Hell (TU Braunschweig), Marcus Magnor (TU Braunschweig)

More information

Data Association for SLAM

Data Association for SLAM CALIFORNIA INSTITUTE OF TECHNOLOGY ME/CS 132a, Winter 2011 Lab #2 Due: Mar 10th, 2011 Part I Data Association for SLAM 1 Introduction For this part, you will experiment with a simulation of an EKF SLAM

More information

A Multi-scale Boosted Detector for Efficient and Robust Gesture Recognition

A Multi-scale Boosted Detector for Efficient and Robust Gesture Recognition A Multi-scale Booste Detector for Efficient an Robust Gesture Recognition Camille Monnier, Stan German, Anrey Ost Charles River Analytics Cambrige, MA, USA Abstract. We present an approach to etecting

More information

Evolutionary Optimisation Methods for Template Based Image Registration

Evolutionary Optimisation Methods for Template Based Image Registration Evolutionary Optimisation Methos for Template Base Image Registration Lukasz A Machowski, Tshilizi Marwala School of Electrical an Information Engineering University of Witwatersran, Johannesburg, South

More information

Non-homogeneous Generalization in Privacy Preserving Data Publishing

Non-homogeneous Generalization in Privacy Preserving Data Publishing Non-homogeneous Generalization in Privacy Preserving Data Publishing W. K. Wong, Nios Mamoulis an Davi W. Cheung Department of Computer Science, The University of Hong Kong Pofulam Roa, Hong Kong {wwong2,nios,cheung}@cs.hu.h

More information

Fuzzy Learning Variable Admittance Control for Human-Robot Cooperation

Fuzzy Learning Variable Admittance Control for Human-Robot Cooperation Fuzzy Learning ariable Amittance Control for Human-Robot Cooperation Fotios Dimeas an Nikos Aspragathos Abstract This paper presents a metho for variable amittance control in human-robot cooperation tasks,

More information

Sampling the Disparity Space Image

Sampling the Disparity Space Image Accepte for publication, June 2003. To appear in IEEE Transactions on Pattern Analysis an Machine Intelligence (PAMI) Sampling the Disparity Space Image Richar Szeliski Daniel Scharstein Microsoft Research

More information

Fuzzy Rules Based System for Diagnosis of Stone Construction Cracks of Buildings

Fuzzy Rules Based System for Diagnosis of Stone Construction Cracks of Buildings Fuzzy Rules Base System for Diagnosis of Stone Construction Cracks of Builings Serhiy Shtovba, Alexaner Rotshtein* an Olga Pankevich Vinnitsa State Technical University Khmelnitskoe Shosse, 95, 21021,

More information

SURVIVABLE IP OVER WDM: GUARANTEEEING MINIMUM NETWORK BANDWIDTH

SURVIVABLE IP OVER WDM: GUARANTEEEING MINIMUM NETWORK BANDWIDTH SURVIVABLE IP OVER WDM: GUARANTEEEING MINIMUM NETWORK BANDWIDTH Galen H Sasaki Dept Elec Engg, U Hawaii 2540 Dole Street Honolul HI 96822 USA Ching-Fong Su Fuitsu Laboratories of America 595 Lawrence Expressway

More information

D-SLAM: Decoupled Localization and Mapping for Autonomous Robots

D-SLAM: Decoupled Localization and Mapping for Autonomous Robots D-SLAM: Decoupled Localization and Mapping for Autonomous Robots Zhan Wang, Shoudong Huang, and Gamini Dissanayake ARC Centre of Excellence for Autonomous Systems (CAS) Faculty of Engineering, University

More information

Tracking and Regulation Control of a Mobile Robot System With Kinematic Disturbances: A Variable Structure-Like Approach

Tracking and Regulation Control of a Mobile Robot System With Kinematic Disturbances: A Variable Structure-Like Approach W. E. Dixon e-mail: wixon@ces.clemson.eu D. M. Dawson e-mail: awson@ces.clemson.eu E. Zergeroglu e-mail: ezerger@ces.clemson.eu Department of Electrical & Computer Engineering, Clemson University, Clemson,

More information

Linderoth, Magnus; Robertsson, Anders; Åström, Karl; Johansson, Rolf

Linderoth, Magnus; Robertsson, Anders; Åström, Karl; Johansson, Rolf Vision Base Tracker for Dart-Catching Robot Lineroth, Magnus; Robertsson, Aners; Åström, Karl; Johansson, Rolf 9 Link to publication Citation for publishe version (APA): Lineroth, M., Robertsson, A., Åström,

More information

Cluster Center Initialization Method for K-means Algorithm Over Data Sets with Two Clusters

Cluster Center Initialization Method for K-means Algorithm Over Data Sets with Two Clusters Available online at www.scienceirect.com Proceia Engineering 4 (011 ) 34 38 011 International Conference on Avances in Engineering Cluster Center Initialization Metho for K-means Algorithm Over Data Sets

More information

Motion Estimation. There are three main types (or applications) of motion estimation:

Motion Estimation. There are three main types (or applications) of motion estimation: Members: D91922016 朱威達 R93922010 林聖凱 R93922044 謝俊瑋 Motion Estimation There are three main types (or applications) of motion estimation: Parametric motion (image alignment) The main idea of parametric motion

More information

Robot Localization based on Geo-referenced Images and G raphic Methods

Robot Localization based on Geo-referenced Images and G raphic Methods Robot Localization based on Geo-referenced Images and G raphic Methods Sid Ahmed Berrabah Mechanical Department, Royal Military School, Belgium, sidahmed.berrabah@rma.ac.be Janusz Bedkowski, Łukasz Lubasiński,

More information