Simon Hecker, Dengxin Dai, and Luc Van Gool

Slides:



Advertisements
Similar presentations
Motorcycle Rider Braking Simulator Study of Motorcycle Rider Braking Behavior NHTSA-Honda 11/16/09 P. Rau.
Advertisements

© Ricardo plc 2012 Eric Chan, Ricardo UK Ltd 21 st October 2012 SARTRE Demonstration System The research leading to these results.
By Luigi Cardamone, Daniele Loiacono and Pier Luca Lanzi.
Patch to the Future: Unsupervised Visual Prediction
AI and Autonomous Vehicles Daniel Landers COMP Intelligent and Interactive Systems 3/10/2007.
Intelligent Ground Vehicle Competition 2006 Brigham Young University.
The Alix.1c microcontroller on board the vehicle runs Fluxbuntu Linux and is connected to a g wireless card and a USB web camera. A background process.
Exploration of Ground Truth from Raw GPS Data National University of Defense Technology & Hong Kong University of Science and Technology Exploration of.
TAXISAT PROJECT Low Cost GNSS and Computer Vision based data fusion solution for driverless vehicles Marc POLLINA
Vision-based Navigation and Reinforcement Learning Path Finding for Social Robots Xavier Pérez *, Cecilio Angulo *, Sergio Escalera + and Diego Pardo *
Flakey Flakey's BackFlakey's Front. Flakey's Control Architecture The following is cited from the SRI web pages: Overview SRI's mobile robot, Flakey,
Computer Vision Group Prof. Daniel Cremers Autonomous Navigation for Flying Robots Lecture 2.3: 2D Robot Example Jürgen Sturm Technische Universität München.
Dynamic 3D Scene Analysis from a Moving Vehicle Young Ki Baik (CV Lab.) (Wed)
ESP Electronic Stability Programs
Autonomous Cars Jaden Terry.
Visual SLAM Visual SLAM SPL Seminar (Fri) Young Ki Baik Computer Vision Lab.
Real-Time Simultaneous Localization and Mapping with a Single Camera (Mono SLAM) Young Ki Baik Computer Vision Lab. Seoul National University.
Location Interface Proposal : -Remove this interface from Vehicle information API. Justification : -Already available in W3C Geolocation API : Position.coords.
Computer Vision Group Prof. Daniel Cremers Autonomous Navigation for Flying Robots Lecture 1.1: Welcome Jürgen Sturm Technische Universität München.
Visual Odometry for Ground Vehicle Applications David Nistér, Oleg Naroditsky, and James Bergen Sarnoff Corporation CN5300 Princeton, New Jersey
Software Narrative Autonomous Targeting Vehicle (ATV) Daniel Barrett Sebastian Hening Sandunmalee Abeyratne Anthony Myers.
Micromapping Marek Strassenburg-Kleciak aka Marek Kleciak.
Section 3 Basic Maneuvering Tasks: Low ,
Introduction to Vehicle Trajectory Processing Tools.
ARTIFICIAL INTELLIGENCE IN MECHANICAL ENGINEERING: A CASE STUDY ON AUTONOMOUS CARS BY AMAL JOSE Btech Mechanical.
Determination of road surface conditions using mobile handset based accelerometers Student: Conor Molloy Supervisor: Liam Kilmartin.
Elizabeth G. Jones Assoc. Professor of Civil Engineering and
Self-Navigation Robot Using 360˚ Sensor Array
Pasi Piela NTTS Conference, Brussels 14 March 2016
Driver’s Education Section IV Day 2.
TITLE-: SEARCH FOR ANY LOCATION USING GOOGLE MAPS
Using Sensor Data Effectively
ffffffffffffffffffffffff ffffffffffffffffffffffff
PRESENTED BY: SHAHIN HUSSAN
ESP Electronic Stability Programs
Autonomous CAR.
EE330 Final Project Autonomous Car
Crowd Density Estimation for Public Transport Vehicles
Pursuit-Evasion Games with UGVs and UAVs
The challenges of automated and connected driving
Rotational Rectification Network for Robust Pedestrian Detection
Human-like Planning of Swerve Maneuvers for Autonomous Vehicles
Embedding Technology in Transportation Courses
Unit 4: Vision and Space Management
Jaehoon (Paul) Jeong, Taehwan Hwang, and Eunseok Lee
Working Principle of Blind Spot Technology in Car
Working Principle of Blind Spot Detection Technology in Cars
DroNet: Learning to fly by driving
Autonomous Cyber-Physical Systems: Autonomous Systems Software Stack
Ring Road Experiment For Driving Safety Analysis Beijing, 2011 Spring
CIMMS – Network Survey Vehicle
System Architecture Event-Based Modular Hierarchical
USING IVMS AS A MANAGEMENT TOOL
Analyze Driver Behavior Using Video Data
driving behaviour determination for Dutch national emission factors
Predicting Traffic Dmitriy Bespalov.
CIMMS – Network Survey Vehicle
Lesson Plan Day 4 >Chapter 7- Power Point > Driver’s education notes: Steering straight backward, Changing lanes, Hand over hand steering, Push Pull steering,
Google Self Driving Car
Unit II. I. Accident Prevention
Sensor Placement Agile Robotics Program Review August 8, 2008
ECE 477 Senior Design Group 3  Spring 2011
Indicator Variables Response: Highway MPG
Navigation System on a Quadrotor
Danger Prediction by Case-Based Approach on Expressways
Comprehensive Design Review
A Traffic Analysis and Diagnosis Tool Based on Video Surveillance System Weijie Tan.
REU - End to End Self Driving Car
Automated traffic congestion estimation via public video feeds
Presentation transcript:

End-to-End Learning of Driving Models with Surround-View Cameras and Route Planners Simon Hecker, Dengxin Dai, and Luc Van Gool Computer Vision Lab, ETH Zurich Dataset & Code Experimental Results Motivation This work is funded by Toyota Motor Europe via the project TRACE-Zurich Dataset Dataset: 60 Hours of driving. Diverse weather conditions, day/night time and road situations (city, countryside, highway). Sensors: 8 x GoPro Hero 5 cameras @ 60Hz with 1080p and full 360 degree coverage. TomTom and OpenStreetMap route planning representations. Low-level CAN bus maneuver recording including steering wheel angle and vehicle speed. GPS & IMU odometry. Overall Performance Ablation Study Surround-view Cameras Previous methods only use a front-facing camera Surround-view cameras mimic side-view and rear-view mirrors, vital for learning driving models Map (Route Planner) is important for navigation, but not exploited in published work for driving models Method Implementation Details: Learning to drive via imitation learning. Predict human driving maneuver (steering wheel angle and vehicle speed) for a diverse set of maneuvers based on video data and route planning data. Learning driving models in a fully end-to-end manner: resnet34 as visual encoder, two fully connected regression networks for steering angle and vehicle speed prediction. Simultaneous learning of control via normalized maneuver labels. TomTom OSM Learning Details We propose learning driving models in real world settings with a `complete’ sensor configuration Using historical steering angle , historical speed , historical vehicle trajectory , video data , planned route to predict future speed , and steering angle Map helps significantly, esp. for steering prediction TomTom route planner outperforms OSM planner Multiple cameras help esp. for low-speed, city driving and driving at intersections