Sensor Fusion in Localization, Mapping and Tracking

Sensor Fusion in Localization, Mapping and Tracking PDF Author: Constantin Wellhausen
Publisher:
ISBN:
Category :
Languages : en
Pages : 0

Get Book Here

Book Description
Making autonomous driving possible requires extensive information about the surroundings as well as the state of the vehicle. While specific information can be obtained through singular sensors, a full estimation requires a multi sensory approach, including redundant sources of information to increase robustness. This thesis gives an overview of tasks that arise in sensor fusion in autonomous driving, and presents solutions at a high level of detail, including derivations and parameters where required to enable re-implementation. The thesis includes theoretical considerations of the approaches as well as practical evaluations. Evaluations are also included for approaches that did not prove to solve their tasks robustly. This follows the belief that both results further the state of the art by giving researchers ideas about suitable and unsuitable approaches, where otherwise the unsuitable approaches may be re-implemented multiple times with similar results. The thesis focuses on model-based methods, also referred to in the following as classical methods, with a special focus on probabilistic and evidential theories. Methods based on deep learning are explicitly not covered to maintain explainability and robustness which would otherwise strongly rely on the available training data. The main focus of the work lies in three main fields of autonomous driving: localization, which estimates the state of the ego-vehicle, mapping or obstacle detection, where drivable areas are identified, and object detection and tracking, which estimates the state of all surrounding traffic participants. All algorithms are designed with the requirements of autonomous driving in mind, with a focus on robustness, real-time capability and usability of the approaches in all potential scenarios that may arise in urban driving. In localization the state of the vehicle is determined. While traditionally global positioning systems such as a Global Navigation Satellite System (GNSS) are often used for this task, they are prone to errors and may produce jumps in the position estimate which may cause unexpected and dangerous behavior. The focus of research in this thesis is the development of a localization system which produces a smooth state estimate without any jumps. For this two localization approaches are developed and executed in parallel. One localization is performed without global information to avoid jumps. This however only provides odometry, which drifts over time and does not give global positioning. To provide this information the second localization includes GNSS information, thus providing a global estimate which is free of global drift. Additionally the use of LiDAR odometry for improving the localization accuracy is evaluated. For mapping the focus of this thesis is on providing a computationally efficient mapping system which is capable of being used in arbitrarily large areas with no predefined size. This is achieved by mapping only the direct environment of the vehicle, with older information in the map being discarded. This is motivated by the observation that the environment in autonomous driving is highly dynamic and must be mapped anew every time the vehicles sensors observe an area. The provided map gives subsequent algorithms information about areas where the vehicle can or cannot drive. For this an occupancy grid map is used, which discretizes the map into cells of a fixed size, with each cell estimating whether its corresponding space in the world is occupied. However the grid map is not created for the entire area which could potentially be visited, as this may be very large and potentially impossible to represent in the working memory. Instead the map is created only for a window around the vehicle, with the vehicle roughly in the center. A hierarchical map organization is used to allow efficient moving of the window as the vehicle moves through an area. For the hierarchical map different data structures are evaluated for their time and space complexity in order to find the most suitable implementation for the presented mapping approach. Finally for tracking a late-fusion approach to the multi-sensor fusion task of estimating states of all other traffic participants is presented. Object detections are obtained from LiDAR, camera and Radar sensors, with an additional source of information being obtained from vehicle-to-everything communication which is also fused in the late fusion. The late fusion is developed for easy extendability and with arbitrary object detection algorithms in mind. For the first evaluation it relies on black box object detections provided by the sensors. In the second part of the research in object tracking multiple algorithms for object detection on LiDAR data are evaluated for the use in the object tracking framework to ease the reliance on black box implementations. A focus is set on detecting objects from motion, where three different approaches are evaluated for motion estimation in LiDAR data: LiDAR optical flow, evidential dynamic mapping and normal distribution transforms. The thesis contains both theoretical contributions and practical implementation considerations for the presented approaches with a high degree of detail including all necessary derivations. All results are implemented and evaluated on an autonomous vehicle and real-world data. With the developed algorithms autonomous driving is realized for urban areas.

Sensor Fusion in Localization, Mapping and Tracking

Sensor Fusion in Localization, Mapping and Tracking PDF Author: Constantin Wellhausen
Publisher:
ISBN:
Category :
Languages : en
Pages : 0

Get Book Here

Book Description
Making autonomous driving possible requires extensive information about the surroundings as well as the state of the vehicle. While specific information can be obtained through singular sensors, a full estimation requires a multi sensory approach, including redundant sources of information to increase robustness. This thesis gives an overview of tasks that arise in sensor fusion in autonomous driving, and presents solutions at a high level of detail, including derivations and parameters where required to enable re-implementation. The thesis includes theoretical considerations of the approaches as well as practical evaluations. Evaluations are also included for approaches that did not prove to solve their tasks robustly. This follows the belief that both results further the state of the art by giving researchers ideas about suitable and unsuitable approaches, where otherwise the unsuitable approaches may be re-implemented multiple times with similar results. The thesis focuses on model-based methods, also referred to in the following as classical methods, with a special focus on probabilistic and evidential theories. Methods based on deep learning are explicitly not covered to maintain explainability and robustness which would otherwise strongly rely on the available training data. The main focus of the work lies in three main fields of autonomous driving: localization, which estimates the state of the ego-vehicle, mapping or obstacle detection, where drivable areas are identified, and object detection and tracking, which estimates the state of all surrounding traffic participants. All algorithms are designed with the requirements of autonomous driving in mind, with a focus on robustness, real-time capability and usability of the approaches in all potential scenarios that may arise in urban driving. In localization the state of the vehicle is determined. While traditionally global positioning systems such as a Global Navigation Satellite System (GNSS) are often used for this task, they are prone to errors and may produce jumps in the position estimate which may cause unexpected and dangerous behavior. The focus of research in this thesis is the development of a localization system which produces a smooth state estimate without any jumps. For this two localization approaches are developed and executed in parallel. One localization is performed without global information to avoid jumps. This however only provides odometry, which drifts over time and does not give global positioning. To provide this information the second localization includes GNSS information, thus providing a global estimate which is free of global drift. Additionally the use of LiDAR odometry for improving the localization accuracy is evaluated. For mapping the focus of this thesis is on providing a computationally efficient mapping system which is capable of being used in arbitrarily large areas with no predefined size. This is achieved by mapping only the direct environment of the vehicle, with older information in the map being discarded. This is motivated by the observation that the environment in autonomous driving is highly dynamic and must be mapped anew every time the vehicles sensors observe an area. The provided map gives subsequent algorithms information about areas where the vehicle can or cannot drive. For this an occupancy grid map is used, which discretizes the map into cells of a fixed size, with each cell estimating whether its corresponding space in the world is occupied. However the grid map is not created for the entire area which could potentially be visited, as this may be very large and potentially impossible to represent in the working memory. Instead the map is created only for a window around the vehicle, with the vehicle roughly in the center. A hierarchical map organization is used to allow efficient moving of the window as the vehicle moves through an area. For the hierarchical map different data structures are evaluated for their time and space complexity in order to find the most suitable implementation for the presented mapping approach. Finally for tracking a late-fusion approach to the multi-sensor fusion task of estimating states of all other traffic participants is presented. Object detections are obtained from LiDAR, camera and Radar sensors, with an additional source of information being obtained from vehicle-to-everything communication which is also fused in the late fusion. The late fusion is developed for easy extendability and with arbitrary object detection algorithms in mind. For the first evaluation it relies on black box object detections provided by the sensors. In the second part of the research in object tracking multiple algorithms for object detection on LiDAR data are evaluated for the use in the object tracking framework to ease the reliance on black box implementations. A focus is set on detecting objects from motion, where three different approaches are evaluated for motion estimation in LiDAR data: LiDAR optical flow, evidential dynamic mapping and normal distribution transforms. The thesis contains both theoretical contributions and practical implementation considerations for the presented approaches with a high degree of detail including all necessary derivations. All results are implemented and evaluated on an autonomous vehicle and real-world data. With the developed algorithms autonomous driving is realized for urban areas.

Tracking and Sensor Data Fusion

Tracking and Sensor Data Fusion PDF Author: Wolfgang Koch
Publisher: Springer Science & Business Media
ISBN: 3642392717
Category : Technology & Engineering
Languages : en
Pages : 261

Get Book Here

Book Description
Sensor Data Fusion is the process of combining incomplete and imperfect pieces of mutually complementary sensor information in such a way that a better understanding of an underlying real-world phenomenon is achieved. Typically, this insight is either unobtainable otherwise or a fusion result exceeds what can be produced from a single sensor output in accuracy, reliability, or cost. This book provides an introduction Sensor Data Fusion, as an information technology as well as a branch of engineering science and informatics. Part I presents a coherent methodological framework, thus providing the prerequisites for discussing selected applications in Part II of the book. The presentation mirrors the author's views on the subject and emphasizes his own contributions to the development of particular aspects. With some delay, Sensor Data Fusion is likely to develop along lines similar to the evolution of another modern key technology whose origin is in the military domain, the Internet. It is the author's firm conviction that until now, scientists and engineers have only scratched the surface of the vast range of opportunities for research, engineering, and product development that still waits to be explored: the Internet of the Sensors.

Sensor Fusion Techniques for Cooperative Localization in Robot Teams

Sensor Fusion Techniques for Cooperative Localization in Robot Teams PDF Author: John R. Spletzer
Publisher:
ISBN:
Category :
Languages : en
Pages : 145

Get Book Here

Book Description


Cluster-based Localization and Tracking in Ubiquitous Computing Systems

Cluster-based Localization and Tracking in Ubiquitous Computing Systems PDF Author: José Ramiro Martínez-de Dios
Publisher: Springer
ISBN: 3662547619
Category : Technology & Engineering
Languages : en
Pages : 94

Get Book Here

Book Description
Localization and tracking are key functionalities in ubiquitous computing systems and techniques. In recent years a very high variety of approaches, sensors and techniques for indoor and GPS-denied environments have been developed. This book briefly summarizes the current state of the art in localization and tracking in ubiquitous computing systems focusing on cluster-based schemes. Additionally, existing techniques for measurement integration, node inclusion/exclusion and cluster head selection are also described in this book.

Sensor Fusion Methods to Improve Localization and Tracking Performances of a Robot Within a Building

Sensor Fusion Methods to Improve Localization and Tracking Performances of a Robot Within a Building PDF Author: Irene Hernández Borras
Publisher:
ISBN:
Category :
Languages : en
Pages :

Get Book Here

Book Description
In this paper, we study the impact of beacon placement on the performances of a fingerprinting localization architecture. Almost 30 433MHz/868MHZ-UHF-RFID active tags are deployed both in a corridor and in hall environment. First, we focus on the number of tag that should be deployed regardless their placement to reach a given location performance. We also give beacon placement suggestions that leads to an enhanced location performance for a reduced number of deployed tags. Hints are given on how a given level of performance can be maintained as the number of tags is further decreased.

Springer Handbook of Robotics

Springer Handbook of Robotics PDF Author: Bruno Siciliano
Publisher: Springer
ISBN: 3319325523
Category : Technology & Engineering
Languages : en
Pages : 2259

Get Book Here

Book Description
The second edition of this handbook provides a state-of-the-art overview on the various aspects in the rapidly developing field of robotics. Reaching for the human frontier, robotics is vigorously engaged in the growing challenges of new emerging domains. Interacting, exploring, and working with humans, the new generation of robots will increasingly touch people and their lives. The credible prospect of practical robots among humans is the result of the scientific endeavour of a half a century of robotic developments that established robotics as a modern scientific discipline. The ongoing vibrant expansion and strong growth of the field during the last decade has fueled this second edition of the Springer Handbook of Robotics. The first edition of the handbook soon became a landmark in robotics publishing and won the American Association of Publishers PROSE Award for Excellence in Physical Sciences & Mathematics as well as the organization’s Award for Engineering & Technology. The second edition of the handbook, edited by two internationally renowned scientists with the support of an outstanding team of seven part editors and more than 200 authors, continues to be an authoritative reference for robotics researchers, newcomers to the field, and scholars from related disciplines. The contents have been restructured to achieve four main objectives: the enlargement of foundational topics for robotics, the enlightenment of design of various types of robotic systems, the extension of the treatment on robots moving in the environment, and the enrichment of advanced robotics applications. Further to an extensive update, fifteen new chapters have been introduced on emerging topics, and a new generation of authors have joined the handbook’s team. A novel addition to the second edition is a comprehensive collection of multimedia references to more than 700 videos, which bring valuable insight into the contents. The videos can be viewed directly augmented into the text with a smartphone or tablet using a unique and specially designed app. Springer Handbook of Robotics Multimedia Extension Portal: http://handbookofrobotics.org/

Robotics and Cognitive Approaches to Spatial Mapping

Robotics and Cognitive Approaches to Spatial Mapping PDF Author: Margaret E. Jefferies
Publisher: Springer Science & Business Media
ISBN: 3540753869
Category : Technology & Engineering
Languages : en
Pages : 657

Get Book Here

Book Description
This important work is an attempt to synthesize two areas that need to be treated in tandem. The book brings together the fields of robot spatial mapping and cognitive spatial mapping, which share some common core problems. One would expect some cross-fertilization of research between the two areas to have occurred, yet this has begun only recently. There are now signs that some synthesis is happening, so this work is a timely one for students and engineers in robotics.

Multi-sensor Fusion for Autonomous Driving

Multi-sensor Fusion for Autonomous Driving PDF Author: Xinyu Zhang
Publisher: Springer Nature
ISBN: 9819932807
Category :
Languages : en
Pages : 237

Get Book Here

Book Description


Multisensor Fusion and Integration for Intelligent Systems

Multisensor Fusion and Integration for Intelligent Systems PDF Author: Lee Suk-han
Publisher: Springer Science & Business Media
ISBN: 354089859X
Category : Technology & Engineering
Languages : en
Pages : 476

Get Book Here

Book Description
The ?eld of multi-sensor fusion and integration is growing into signi?cance as our societyisintransitionintoubiquitouscomputingenvironmentswithroboticservices everywhere under ambient intelligence. What surround us are to be the networks of sensors and actuators that monitor our environment, health, security and safety, as well as the service robots, intelligent vehicles, and autonomous systems of ever heightened autonomy and dependability with integrated heterogeneous sensors and actuators. The ?eld of multi-sensor fusion and integration plays key role for m- ing the above transition possible by providing fundamental theories and tools for implementation. This volume is an edition of the papers selected from the 7th IEEE International Conference on Multi-Sensor Integration and Fusion, IEEE MFI‘08, held in Seoul, Korea, August 20–22, 2008. Only 32 papers out of the 122 papers accepted for IEEE MFI’08 were chosen and requested for revision and extension to be included in this volume. The 32 contributions to this volume are organized into three parts: Part I is dedicated to the Theories in Data and Information Fusion, Part II to the Multi-Sensor Fusion and Integration in Robotics and Vision, and Part III to the Applications to Sensor Networks and Ubiquitous Computing Environments. To help readers understand better, a part summary is included in each part as an introduction. The summaries of Parts I, II, and III are prepared respectively by Prof. Hanseok Ko, Prof. Sukhan Lee and Prof. Hernsoo Hahn.

Multi-Sensor Information Fusion

Multi-Sensor Information Fusion PDF Author: Xue-Bo Jin
Publisher: MDPI
ISBN: 3039283022
Category : Technology & Engineering
Languages : en
Pages : 602

Get Book Here

Book Description
This book includes papers from the section “Multisensor Information Fusion”, from Sensors between 2018 to 2019. It focuses on the latest research results of current multi-sensor fusion technologies and represents the latest research trends, including traditional information fusion technologies, estimation and filtering, and the latest research, artificial intelligence involving deep learning.