Network


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

Hotspot


Dive into the research topics where Jerome Guzzi is active.

Publication


Featured researches published by Jerome Guzzi.


international conference on robotics and automation | 2016

A Machine Learning Approach to Visual Perception of Forest Trails for Mobile Robots

Alessandro Giusti; Jerome Guzzi; Dan C. Ciresan; Fang-Lin He; Juan P. Rodriguez; Flavio Fontana; Matthias Faessler; Christian Forster; Jürgen Schmidhuber; Gianni A. Di Caro; Davide Scaramuzza; Luca Maria Gambardella

We study the problem of perceiving forest or mountain trails from a single monocular image acquired from the viewpoint of a robot traveling on the trail itself. Previous literature focused on trail segmentation, and used low-level features such as image saliency or appearance contrast; we propose a different approach based on a deep neural network used as a supervised image classifier. By operating on the whole image at once, our system outputs the main direction of the trail compared to the viewing direction. Qualitative and quantitative results computed on a large real-world dataset (which we provide for download) show that our approach outperforms alternatives, and yields an accuracy comparable to the accuracy of humans that are tested on the same image classification task. Preliminary results on using this information for quadrotor control in unseen trails are reported. To the best of our knowledge, this is the first letter that describes an approach to perceive forest trials, which is demonstrated on a quadrotor micro aerial vehicle.


international conference on robotics and automation | 2013

Human-friendly robot navigation in dynamic environments

Jerome Guzzi; Alessandro Giusti; Luca Maria Gambardella; Guy Theraulaz; Gianni A. Di Caro

The vision-based mechanisms that pedestrians in social groups use to navigate in dynamic environments, avoiding obstacles and each others, have been subject to a large amount of research in social anthropology and biological sciences. We build on recent results in these fields to develop a novel fully-distributed algorithm for robot local navigation, which implements the same heuristics for mutual avoidance adopted by humans. The resulting trajectories are human-friendly, because they can intuitively be predicted and interpreted by humans, making the algorithm suitable for the use on robots sharing navigation spaces with humans. The algorithm is computationally light and simple to implement. We study its efficiency and safety in presence of sensing uncertainty, and demonstrate its implementation on real robots. Through extensive quantitative simulations we explore various parameters of the system and demonstrate its good properties in scenarios of different complexity. When the algorithm is implemented on robot swarms, we could observe emergent collective behaviors similar to those observed in human crowds.


intelligent robots and systems | 2014

Kinect-based people detection and tracking from small-footprint ground robots

Armando Pesenti Gritti; Oscar Tarabini; Jerome Guzzi; Gianni A. Di Caro; Vincenzo Caglioti; Luca Maria Gambardella; Alessandro Giusti

Small-footprint mobile ground robots, such as the popular Turtlebot and Kobuki platforms, are by necessity equipped with sensors which lie close to the ground. Reliably detecting and tracking people from this viewpoint is a challenging problem, whose solution is a key requirement for many applications involving sharing of common spaces and close human-robot interaction. We present a robust solution for cluttered indoor environments, using an inexpensive RGB-D sensor such as the Microsoft Kinect or Asus Xtion. Even in challenging scenarios with multiple people in view at once and occluding each other, our system solves the person detection problem significantly better than alternative approaches, reaching a precision, recall and F1-score of 0.85, 0.81 and 0.83, respectively. Evaluation datasets, a real-time ROS-enabled implementation and demonstration videos are provided as supplementary material.


intelligent robots and systems | 2014

Interactive Augmented Reality for understanding and analyzing multi-robot systems

Fabrizio Ghiringhelli; Jerome Guzzi; Gianni A. Di Caro; Vincenzo Caglioti; Luca Maria Gambardella; Alessandro Giusti

Once a multi-robot system is implemented on real hardware and tested in the real world, analyzing its evolution and debugging unexpected behaviors is often a very difficult task. We present a tool for aiding this activity, by visualizing an Augmented Reality overlay on a live video feed acquired by a fixed camera overlooking the robot environment. Such overlay displays live information exposed by each robot, which may be textual (state messages), symbolic (graphs, charts), or, most importantly, spatially-situated; spatially-situated information is related to the environment surrounding the robot itself, such as for example the perceived position of neighboring robots, the perceived extent of obstacles, the path the robot plans to follow. We show that, by directly representing such information on the environment it refers to, our proposal removes a layer of indirection and significantly eases the process of understanding complex multi-robot systems. We describe how the system is implemented, discuss application examples in different scenarios, and provide supplementary material including demonstration videos and a functional implementation.


international conference on robotics and automation | 2015

Fair Multi-Target Tracking in Cooperative Multi-Robot systems

Jacopo Banfi; Jerome Guzzi; Alessandro Giusti; Luca Maria Gambardella; Gianni A. Di Caro

Cooperative Multi-Robot Observation of Multiple Moving Targets (CMOMMT) denotes a class of problems in which a set of autonomous mobile robots equipped with limited-range sensors are used to keep under observation a (possibly larger) set of mobile targets. Robots cooperatively plan their motion in order to maximize the time during which each target lies within the sensing range of at least one robot.


bioinspired models of network, information, and computing systems | 2012

Bioinspired Obstacle Avoidance Algorithms for Robot Swarms

Jerome Guzzi; Alessandro Giusti; Luca Maria Gambardella; Gianni A. Di Caro

Recent work in socio-biological sciences have introduced simple heuristics that accurately explain the behavior of pedestrians navigating in an environment while avoiding mutual collisions. We have adapted and implemented such heuristics for distributed obstacle avoidance in robot swarms, with the goal of obtaining human-like navigation behaviors which would be perceived as friendly by humans sharing the same spaces. In this context, we study the effects of using different sensing modalities and robot types, and introduce robot’s emotional states, which allows us to modulate system’s group behavior. Experimental results are provided for both real and simulated robots. The extensive quantitative simulations show the macroscopic behavior of the system in various scenarios, where we observe emergent collective behaviors – some of which are similar to those observed in human crowds.


intelligent robots and systems | 2013

Local reactive robot navigation: A comparison between reciprocal velocity obstacle variants and human-like behavior

Jerome Guzzi; Alessandro Giusti; Luca Maria Gambardella; Gianni A. Di Caro

Most local robot navigation algorithms are based on the concept of velocity obstacle, a mechanistic approach to the navigation problem in which a solution is engineered from scratch. Over the years, a number of different velocity obstacle variants have been developed to effectively handle multi-robot systems. In parallel, an alternative, human-inspired approach for robot navigation has been recently proposed, which derives from the observation and modeling of crowds of pedestrians. We discuss similarities and differences among two broadly used obstacle-velocity variants, namely Hybrid Reciprocal Velocity Obstacle and Optimal Reciprocal Collision Avoidance, and the human-inspired approach. How do these differences (which are often subtle) impact performance, and why? We answer these questions through extensive simulation experiments, wherein we evaluate the the algorithms for safety, trajectory efficiency, and emergence of collective behaviors, in different challenging multi-robot scenarios using both ideal and realistic models for robots and sensing.


international conference on robotics and automation | 2018

Learning Ground Traversability From Simulations

R. Omar Chavez-Garcia; Jerome Guzzi; Luca Maria Gambardella; Alessandro Giusti

Mobile ground robots operating on unstructured terrain must predict which areas of the environment they are able to pass in order to plan feasible paths. We address traversability estimation as a heightmap classification problem: we build a convolutional neural network that, given an image representing the heightmap of a terrain patch, predicts whether the robot will be able to traverse such patch from left to right. The classifier is trained for a specific robot model (wheeled, tracked, legged, snake-like) using simulation data on procedurally generated training terrains; the trained classifier can be applied to unseen large heightmaps to yield oriented traversability maps, and then plan traversable paths. We extensively evaluate the approach in simulation on six real-world elevation dataset, and run a real-robot validation in one indoor and one outdoor environment.


genetic and evolutionary computation conference | 2018

A model of artificial emotions for behavior-modulation and implicit coordination in multi-robot systems

Jerome Guzzi; Alessandro Giusti; Luca Maria Gambardella; Gianni A. Di Caro

We propose a model of artificial emotions for adaptation and implicit coordination in multi-robot systems. Artificial emotions play two roles, which resemble their function in animals and humans: modulators of individual behavior, and means of communication for social coordination. Emotions are modeled as compressed representations of the internal state, and are subject to a dynamics depending on internal and external conditions. Being a compressed representation, they can be efficiently exposed to nearby robots, allowing to achieve local group-level communication. The model is instantiated for a navigation task, with the aim of showing how coordination can effectively emerge by adding artificial emotions on top of an existing navigation framework. We show the positive effects of emotion-mediated group behaviors in a few challenging scenarios that would otherwise require ad hoc strategies: preventing deadlocks in crowded conditions; enabling efficient navigation of agents with time-critical tasks; assisting robots with faulty sensors. Two performance measures, throughput and number of collisions, are used to quantify the contribution of emotions for modulation and coordination.


advanced concepts for intelligent vision systems | 2017

Image Classification for Ground Traversability Estimation in Robotics

R. Omar Chavez-Garcia; Jerome Guzzi; Luca Maria Gambardella; Alessandro Giusti

Mobile ground robots operating on uneven terrain must predict which areas of the environment they are able to pass in order to plan feasible paths. We cast traversability estimation as an image classification problem: we build a convolutional neural network that, given a square \(60 \times 60\) px image representing the heightmap of a small \(1.2 \times 1.2\) m patch of terrain, predicts whether the robot will be able to traverse such patch from bottom to top. The classifier is trained for a specific robot model, which may implement any locomotion type (wheeled, tracked, legged, snake-like), using simulation data on a variety of training terrains; once trained, the classifier can be quickly applied to patches extracted from unseen large heightmaps, in multiple orientations, thus building oriented traversability maps. We quantitatively validate the approach on real-elevation datasets.

Collaboration


Dive into the Jerome Guzzi's collaboration.

Top Co-Authors

Avatar

Luca Maria Gambardella

Dalle Molle Institute for Artificial Intelligence Research

View shared research outputs
Top Co-Authors

Avatar

Alessandro Giusti

Dalle Molle Institute for Artificial Intelligence Research

View shared research outputs
Top Co-Authors

Avatar

Gianni A. Di Caro

Dalle Molle Institute for Artificial Intelligence Research

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Dan C. Ciresan

Dalle Molle Institute for Artificial Intelligence Research

View shared research outputs
Top Co-Authors

Avatar

Daniel Burnier

École Polytechnique Fédérale de Lausanne

View shared research outputs
Top Co-Authors

Avatar

Dario Floreano

École Polytechnique Fédérale de Lausanne

View shared research outputs
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge