Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Juan Andrade-Cetto is active.

Publication


Featured researches published by Juan Andrade-Cetto.


IEEE Transactions on Robotics | 2010

Information-Based Compact Pose SLAM

Viorela Ila; Josep M. Porta; Juan Andrade-Cetto

Pose SLAM is the variant of simultaneous localization and map building (SLAM) is the variant of SLAM, in which only the robot trajectory is estimated and where landmarks are only used to produce relative constraints between robot poses. To reduce the computational cost of the information filter form of Pose SLAM and, at the same time, to delay inconsistency as much as possible, we introduce an approach that takes into account only highly informative loop-closure links and nonredundant poses. This approach includes constant time procedures to compute the distance between poses, the expected information gain for each potential link, and the exact marginal covariances while moving in open loop, as well as a procedure to recover the state after a loop closure that, in practical situations, scales linearly in terms of both time and memory. Using these procedures, the robot operates most of the time in open loop, and the cost of the loop closure is amortized over long trajectories. This way, the computational bottleneck shifts to data association, which is the search over the set of previously visited poses to determine good candidates for sensor registration. To speed up data association, we introduce a method to search for neighboring poses whose complexity ranges from logarithmic in the usual case to linear in degenerate situations. The method is based on organizing the pose information in a balanced tree whose internal levels are defined using interval arithmetic. The proposed Pose-SLAM approach is validated through simulations, real mapping sessions, and experiments using standard SLAM data sets.


international conference on robotics and automation | 2006

Active control for single camera SLAM

Teresa A. Vidal-Calleja; Andrew J. Davison; Juan Andrade-Cetto; David W. Murray

In this paper we consider a single hand-held camera performing SLAM at video rate with generic 6DOF motion. The aim is to optimise both the localisation of the sensor and building of the feature map by computing the most appropriate control actions or movements. The actions belong to a discrete set (e.g. go forward, go left, go up, turn right, etc), and are chosen so as to maximise the mutual information gain between posterior states and measurements. Maximising the mutual information helps the camera avoid making ill-conditioned measurements appropriate to bearing-only SLAM. Moreover, orientation changes are determined by maximising the trace of the Fisher information matrix. In this way, we allow the camera to continue looking at those landmarks with large uncertainty, but from better-posed directions. Various position and gaze control strategies are first tested in a simulated environment, and then validated in a video-rate implementation. Given that our system is capable of producing motion commands for a real-time 6DOF visual SLAM, it could be used with any type of mobile platform, without the need of other sensors


computer vision and pattern recognition | 2010

Efficient rotation invariant object detection using boosted Random Ferns

Michael Villamizar; Francesc Moreno-Noguer; Juan Andrade-Cetto; Alberto Sanfeliu

We present a new approach for building an efficient and robust classifier for the two class problem, that localizes objects that may appear in the image under different orientations. In contrast to other works that address this problem using multiple classifiers, each one specialized for a specific orientation, we propose a simple two-step approach with an estimation stage and a classification stage. The estimator yields an initial set of potential object poses that are then validated by the classifier. This methodology allows reducing the time complexity of the algorithm while classification results remain high. The classifier we use in both stages is based on a boosted combination of Random Ferns over local histograms of oriented gradients (HOGs), which we compute during a preprocessing step. Both the use of supervised learning and working on the gradient space makes our approach robust while being efficient at run-time. We show these properties by thorough testing on standard databases and on a new database made of motorbikes under planar rotations, and with challenging conditions such as cluttered backgrounds, changing illumination conditions and partial occlusions.


IEEE Transactions on Robotics | 2005

The effects of partial observability when building fully correlated maps

Juan Andrade-Cetto; Alberto Sanfeliu

This paper presents an analysis of the fully correlated approach to the simultaneous localization and map building (SLAM) problem from a control systems theory point of view, both for linear and nonlinear vehicle models. We show how partial observability hinders full reconstructibility of the state space, making the final map estimate dependent on the initial observations. Nevertheless, marginal filter stability guarantees convergence of the state error covariance to a positive semidefinite covariance matrix. By characterizing the form of the total Fisher information, we are able to determine the unobservable state space directions. Moreover, we give a closed-form expression that links the amount of reconstruction error to the number of landmarks used. The analysis allows the formulation of measurement models that make SLAM observable.


IEEE Transactions on Robotics | 2013

Planning Reliable Paths With Pose SLAM

Rafael Valencia; Martí Morta; Juan Andrade-Cetto; Josep M. Porta

The maps that are built by standard feature-based simultaneous localization and mapping (SLAM) methods cannot be directly used to compute paths for navigation, unless enriched with obstacle or traversability information, with the consequent increase in complexity. Here, we propose a method that directly uses the Pose SLAM graph of constraints to determine the path between two robot configurations with lowest accumulated pose uncertainty, i.e., the most reliable path to the goal. The method shows improved navigation results when compared with standard path-planning strategies over both datasets and real-world experiments.


international conference on robotics and automation | 2007

On the Observability of Bearing-only SLAM

Teresa A. Vidal-Calleja; Mitch Bryson; Salah Sukkarieh; Alberto Sanfeliu; Juan Andrade-Cetto

In this paper we present an observability analysis for a mobile robot performing SLAM with a single monocular camera. The aim is to get a better understanding of the well known intuitive behavior of these systems, such as the need for triangulation to features from different positions in order to get accurate relative pose estimates. The characterisation of the unobservable directions is made using the nullspace basis of the stripped observability matrix. This allows us to identify which vehicle motions are required to maximise the number of observable states in the system, which in turn affects accuracy in the estimation process. The analysis is performed by modelling the system in the continuous time domain as piecewise constant. Simulation results using an extended information filter are shown to verify the results of the observability analysis.


Sensors | 2010

Decentralized Sensor Fusion for Ubiquitous Networking Robotics in Urban Areas

Alberto Sanfeliu; Juan Andrade-Cetto; Marco Barbosa; Richard Bowden; Jesús Capitán; Andreu Corominas; Andrew Gilbert; John Illingworth; Luis Merino; Josep M. Mirats; Plinio Moreno; A. Ollero; João Sequeira; Matthijs T. J. Spaan

In this article we explain the architecture for the environment and sensors that has been built for the European project URUS (Ubiquitous Networking Robotics in Urban Sites), a project whose objective is to develop an adaptable network robot architecture for cooperation between network robots and human beings and/or the environment in urban areas. The project goal is to deploy a team of robots in an urban area to give a set of services to a user community. This paper addresses the sensor architecture devised for URUS and the type of robots and sensors used, including environment sensors and sensors onboard the robots. Furthermore, we also explain how sensor fusion takes place to achieve urban outdoor execution of robotic services. Finally some results of the project related to the sensor network are highlighted.


international conference on robotics and automation | 2005

Unscented Transformation of Vehicle States in SLAM

Juan Andrade-Cetto; Teresa A. Vidal-Calleja; Alberto Sanfeliu

In this article we propose an algorithm to reduce the effects caused by linearization in the typical EKF approach to SLAM. The technique consists in computing the vehicle prior using an Unscented Transformation. The UT allows a better nonlinear mean and variance estimation than the EKF. There is no need however in using the UT for the entire vehicle-map state, given the linearity in the map part of the model. By applying the UT only to the vehicle states we get more accurate covariance estimates. The a posteriori estimation is made using a fully observable EKF step, thus preserving the same computational complexity as the EKF with sequential innovation. Experiments over a standard SLAM data set show the behavior of the algorithm.


intelligent robots and systems | 2012

Active Pose SLAM

Rafael Valencia; Jaime Valls Miro; Gamini Dissanayake; Juan Andrade-Cetto

We present an active exploration strategy that complements Pose SLAM [1] and optimal navigation in Pose SLAM [2]. The method evaluates the utility of exploratory and place revisiting sequences and chooses the one that minimizes overall map and path entropies. The technique considers trajectories of similar path length taking marginal pose uncertainties into account. An advantage of the proposed strategy with respect to competing approaches is that to evaluate information gain over the map, only a very coarse prior map estimate needs to be computed. Its coarseness is independent and does not jeopardize the Pose SLAM estimate. Moreover, a replanning scheme is devised to detect significant localization improvement during path execution. The approach is tested in simulations in a common publicly available dataset comparing favorably against frontier based exploration.


international conference on robotics and automation | 2010

Object modeling using a ToF camera under an uncertainty reduction approach

Sergi Foix; Guillem Alenyà; Juan Andrade-Cetto; Carme Torras

Time-of-Flight (ToF) cameras deliver 3D images at 25 fps, offering great potential for developing fast object modeling algorithms. Surprisingly, this potential has not been extensively exploited up to now. A reason for this is that, since the acquired depth images are noisy, most of the available registration algorithms are hardly applicable. A further difficulty is that the transformations between views are in general not accurately known, a circumstance that multi-view object modeling algorithms do not handle properly under noisy conditions. In this work, we take into account both uncertainty sources (in images and camera poses) to generate spatially consistent 3D object models fusing multiple views with a probabilistic approach. We propose a method to compute the covariance of the registration process, and apply an iterative state estimation method to build object models under noisy conditions.

Collaboration


Dive into the Juan Andrade-Cetto's collaboration.

Top Co-Authors

Avatar

Alberto Sanfeliu

Spanish National Research Council

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Francesc Moreno-Noguer

Spanish National Research Council

View shared research outputs
Top Co-Authors

Avatar

Rafael Valencia

Carnegie Mellon University

View shared research outputs
Top Co-Authors

Avatar

Michael Villamizar

Spanish National Research Council

View shared research outputs
Top Co-Authors

Avatar

Viorela Ila

Australian National University

View shared research outputs
Top Co-Authors

Avatar

Angel Santamaria-Navarro

Spanish National Research Council

View shared research outputs
Top Co-Authors

Avatar

Joan Vallvé

Spanish National Research Council

View shared research outputs
Top Co-Authors

Avatar

Ernesto H. Teniente

Polytechnic University of Catalonia

View shared research outputs
Top Co-Authors

Avatar

Josep M. Porta

Spanish National Research Council

View shared research outputs
Researchain Logo
Decentralizing Knowledge