SlideShare a Scribd company logo
DEEP LEARNING IN THE FIELD OF AUTONOMOUS
DRIVING
AN OUTLINE OF THE DEPLOYMENT PROCESS FOR ADAS AND AD
Alexander Frickenstein, 3/17/2019
Page 2
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
AUTONOMOUS DRIVING AT BMW
Page 3
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
AUTONOMOUS DRIVING AT BMW
▪ BMW Autonomous Driving Campus in Unterschleißheim (Munich), established in 2017
▪ 1400 Employees incl. Partners (Sensor-processing, Data-Analytics, ML, Driving-Strategy, HW-Architecture)
▪ 81 Feature teams (incl. Partners), working in 2 weekly sprints (LESS)
▪ 30 PhDs
‘Raw data are good data’ -Unknown Author-
▪ BMW AD research fleet consist of 85 cars collecting 2TB/h per car
→ High resolution sensor data, like LIDAR, Camera
►Insight into three PhD-projects, which are driven by the AD strategy at BMW
Page 4
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
CONTENT
▪ Introduction: Design Process of ML-Applications for AD
▪ Exemplary projects; which are driven by the AD strategy at BMW
1. Fine-Grained Vehicle Representations for AD
2. Self-Supervised Learning of the Drivable Area of AD
3. CNN Optimization Techniques for AD
Page 5
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
DESIGN PROCESS OF ML-APPLICATIONS FOR AD
Page 6
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
DESIGN PROCESS OF ML-APPLICATIONS FOR AD
▪ An rough outline of the deployment*
process for ADAS and AD
▪ Inspired by Gajski-Kuhn chart (or Y diagram) [1]
▪ Design of real-world applications include:
- Multiple domains (structural, modelling, optimization)
- Abstraction levels
- Knowledge sharing is essential for the drive of inovation
(e.g. Car manufactures, technology companies)
*Presented projects gives an academic insight of PhD-candidates
*Datasets shown here are not used for commercial purpose
Fig. 1: Design Process of AD-Applications.
Page 7
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
01
FINE-GRAINED VEHICLE REPRESENTATIONS FOR AD
BY THOMAS BAROWSKI, MAGDALENA SZCZOT AND SEBASTIAN HOUBEN
Page 8
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
FINE-GRAINED VEHICLE REPRESENTATIONS FOR AD
BY THOMAS BAROWSKI, MAGDALENA SZCZOT AND SEBASTIAN HOUBEN
▪ Motivation: a detailed understanding of complex traffic scenes:
- State and possible intentions of other traffic participants
- Precise estimation of a vehicle pose and category
- Be aware of dynamic parts, e.g. Doors, Trunks
- React fast and appropriate to safety critical situations
Thomas Barowski, Magdalena Szczot and Sebastian
Houben: Fine-Grained Vehicle Representations for
Autonomous Driving, ITSC, 2018,
10.1109/ITSC.2018.8569930.
Fig. 2: Exemplary 2D visualization of fragmentation
levels in the Cityscapes[3] segmentation benchmark.
Page 9
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
FINE-GRAINED VEHICLE REPRESENTATIONS FOR AD
▪ Goal:
- Learn new vehicle representations by semantic segmentation
- Three vehicle fragmentation levels (Course → Fine → Full):
- Dividing vehicle into part areas, based on materials and function
- Embedding pose information
- Annotating representations on CAD-Models
- Empirically examined on VKITTY[4], Cityscapes[3]
▪ Core idea is to extend an existing image-dataset by manual labeling
▪ Data generation pipeline is an adaption of the
semi-automated method from Chabot et al. [5]
▪ Instead, annotation is done on a set of models (3D Car Models)
Fig. 2: Exemplary 2D visualization of fragmentation
levels in the Cityscapes[3] segmentation benchmark.
Page 10
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
SEMI-AUTOMATED LABELING PIPELINE (1)
▪ Vehicle Fragmentation Levels from ShapeNet (3D Model
Repository):
- Different car models including WorldNet synsets (>4000)
- Three fragmentation levels (Coarse (4) – Fine (9) – Full (27))
- Including classes for: Body, windows, lights, wheels, doors,
roof, side, trunk, wheels, windshiels
- In finer grained representations: model needs to solve
challenging task of separation between parts that share visual
cues but vary in position, e.g. individual doors
- Identify parts with small local visual context: representation
becomes suitable for pose estimation with high occlusion or
truncation
Fig. 3: Visualization of the annotated CAD models [5] .
Page 11
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
SEMI-AUTOMATED LABELING PIPELINE (2)
1. Apply well overlapping 3D bounding boxes to raw images
2. Suited model is selected based on the vehicle type or
dimensions of the model (L1-distance)
3. Mesh of the 3D-model is resize to fit the bounding box
and aligned to 3D space
4. Mesh is projected on the image plane:
→ Resulting in a segmentation map containing
fragmentation level information of the vehicle
5. Only pixels labeled as vehicle in the respective dataset are
propagated to the image
→ To overcome projection errors
→ Results in fine-grained dense representations
Fig. 4: Semi-automated labeling pipeline.
Page 12
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
FCN MODEL EXPLORATION
▪ Reimplemented FCN8 [6] and VGG16 [7] as backbone
▪ End to end training, using cross entropy loss
▪ Trained on 4-27 classes (based on fragmentation level)
▪ Plus classes of datasets
▪ Multi-GPU training (Kubernets and Horovod on DGX1)
→ Full fragmentation level → High resolution input images
▪ Aim: not loosing significant accuracy in non vehicle-related background classes
Fig. 5: FCN8 [6] with VGG16[7] backbone.
Page 13
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
FCN MODEL EXPLORATION
Experiment IoUclass IoUnon-parts IoUparts
VKITTY Baseline 68.77 68.77 -
VKITTY ShapeNet [15] Coarse 61.05 66.49 63.64
Fine 56.93 66.31 44.73
Full 36.67 58.22 27.44
Cityscapes ShapeNet [15] Coarse 49.56 48.81 52.96
Fine 48.63 50.88 44.20
Full 33.50 50.78 21.98
Tab. 1: Segmentation results for the three fragmentation levels, performed on VKITTY and Cityscapes using FCN8.
Page 14
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
FCN MODEL EXPLORATION – VKITTY AND CITYSCAPES
Fig. 6a: Qualitative results on VKITTY dataset for the three fragmentation levels.
Coarse: Fine: Full:
Fig. 6b: Qualitative results on Cityscapes dataset for the three fragmentation levels.
Page 15
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
02
SELF-SUPERVISED LEARNING OF THE DRIVABLE AREA OF AD
BY JAKOB MAYR, CHRISTIAN UNGER, FEDERICO TOMBARI
Page 16
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
SELF-SUPERVISED LEARNING OF THE DRIVABLE AREA OF AD
▪ Motivation:
- Automated approach for generating training data for the task of drivable
area segmentation → Training Data Generator (TDG)
- Acquisition of large scale datasets with associated ground-truth still poses
an expensive and labor-intense problem
▪ Deterministic stereo-based approach for ground-plane detection:
Fig. 7a: Automated generated data of TDG. Fig. 7b: Segmentation of DNN trained on TDG.
Jakob Mayr, Christian Unger, Federico Tombari:
Self-Supervised Learning of the Drivable Area
for Autonomous Driving, iROS, 2018.
Page 17
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
WHY GROUND-PLANE DETECTION?
▪ Important aspect is the planning of safe and comfortable driving maneuvers
▪ Knowledge about the environment of the vehicle
▪ especially drivable areas (important role in ADAS and AD)
▪ e.g. road ahead/ drivable area is blocked by obstacles
▪ Parallel processing of GPUs allow frame based semantic segmentation
▪ Why Automated Data-Labeling?
- Pace and cost pressure
- Labeling is expensive
- Existing datasets do not suit the desired application:
o Technical aspects: e.g. field of view, mounting position, camera geometry
o Environmental conditions: e.g. weather condition, time, street types
Technical Aspect of Cityscapes:
images show part of the hood,
initialization of the ground-plane
model including non-ground plane
disparity is necessary!
Page 18
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
AUTOMATED LABELING PIPELINE
▪ Based on so-called v-disparity map [8]:
- Different use cases
- No fine tuning of existing models required
Fig. 8: Automated labeling pipeline.
Page 19
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
CNN-MODEL EXPLORATION (1)
▪ Automatically generated data are used to train Unet and SegNet → low resolution inputs (512*256 and 480*360)
▪ Models are trained only on automatically generated datasets
▪ Evaluation is performed by using human labeled ground-truth data, e.g. Cityscape [3], Kitty [2]
→ Drivable (road, parking) and non-drivable area (side walks, pedestrians)
▪ Observations:
- Low detection in lateral direction
- Noisy data of TDG → generate robust CNN model
- Dynamic objects are detected reliably
Fig. 9a: SegNet segmentation. Fig. 9b: U-Net segmentation.
Page 20
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
CNN-MODEL EXPLORATION (1)
▪ Robustness of model - Flipping images upside down:
- SegNet [9] → Not capable of detecting ground-plane
- UNet [10] → Detects ground-plane
Fig. 9c: Flipped SegNet segmentation. Fig. 9d: Flipped U-Net segmentation.
Page 21
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
CNN-MODEL EXPLORATION (2)
▪ Performance:
- Data generation:
- Hand labeling Cityscape [3] 19d
- Using automated labeling 3.5h (CPU) not parallelized on GPU yet
- U-Net [10] : 10 fps on Titan X
- ResNet [9].:4.4fps on Titan X
→ Optimization of DNNs comes into account
→ Out of the box CNNs come along with substantial drawbacks
Cityscapes KITTY
Approach Rec Prec Acc IoU Rec Prec Acc IoU
Training Data Generator (TDG) 70.84 91.49 85.35 66.46 81.87 58.07 86.58 51.45
Unet trained on auto. TDG labels 85.29 92.83 91.27 80.01 87.25 81.35 94.31 72.70
SegNet trained on auto. TDG labels 85.75 76.10 85.29 67.56 90.96 70.01 91.35 65.45
Tab. 2: Segmentation results for the TDG, performed on Cityscapes [3] and Kitty [2] using U-Net [10] and SegNet [9].
Page 22
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
03
CNN OPTIMIZATION TECHNIQUES FOR AD
BY ALEXANDER FRICKENSTEIN, MANOJ VEMPARALA, WALTER STECHELE
Page 23
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
CNN OPTIMIZATION TECHNIQUES FOR AD
Fig. 10: How deployment of DNNs can be seen differently.
▪ Running example: Quantization of CNNs:
- Normally, floating-point PEs is 10× less energy
efficient compared to fixed point math.
- The step-size between two numbers could be
dynamic using floating-point numbers. This is
useful feature for different kinds of layers in CNN.
- Closing gap between CNN compute demand and
HW-accelerator is important
→ Trend to specialized HW-accelerator, e.g. Tesla
T4
Page 24
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
CNN OPTIMIZATION TECHNIQUES FOR AD
Fig. 11: Optimization design process.
Page 25
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
RESOURCE AWARE MULTICRITERIAL OPTIMIZATION
▪ Motivation:
- Out of the box DNNs require high performance HW-accelerator:
- YOLO [11] or SSD300 [12] require an Nvidia Titan X to run in real-time
→ Showing the high compute demand of those models
- No, SqueezeNet [13] is really not out of the box!
→ An 18,000 GPU super-computer is used for the model exploration
- Deploy DNNs on memory, performance and power-consumption
constraint embedded hardware is commonly time consuming
Fig. 11: Filter-wise pruning of convolutional layer.
Page 26
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
WHY RESOURCE-AWARE MULTICRITERIAL OPTIMIZATION?
▪ Optimization techniques are going hand in hand
(Filter-wise pruning and Quantization)
▪ CNN optimization depends on system,
algorithmic and system level in the design process
▪ DNNS need to be highly compressed to fit the HW for AD
→ Automotive rated memory is expensive
▪ Good data locality is essential for low-power applications
→ Extreme temperatures in cars (Siberia → Death Valley)
→ Active cooling obligatory?
▪ Fast deployment time is a crucial aspect for
agile SW deployment
→ Proposing a Pruning and Quantization scheme for CNNs
Fig. 12: Pruning and quantization for efficient embedded Applications of DN
Page 27
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
METHOD -PRUNING
▪ Fast magnitude based [14] pruning scheme → removing unimportant filter
▪ Based on a half-interval search (log2(n))
→ Explore optimal layer-wise pruning rate
▪ Varying pruning order to generate an optimized model either with respect to the
memory demand or execution time
▪ Process of removing weight-filter of a layer:
1. Identify Cost (L1-distance) of all weight-filter of a layer
2. Based on the half-interval search remove filter, which cost is below a threshold
3. Threshold is identified by half-interval search
4. Retrain model (SGD with momentum) with small learning rate
→ Momentum should be available before pruning
5. As accuracy of the CNN is maintained increase the pruning rate (half-interval
search)
6. Pruning is always applied to the layer which fits the desired optimization goal best
Fig. 13: Binary-search applied to prune CNN.
Page 28
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
METHOD - QUANTIZATION
▪ Quantization leads to a hardware friendly implementation
▪ Reducing the footprint of HW-components
▪ Lowering the memory bandwidth
▪ Improving the performance
→ Floating-point PE is 10x less efficient
compared to fixed-point unit
▪ Weight and activations are brought into the fixed-point
format with the notation <S,IB,FB>
- S: Sign bit
- IB: Integer bit
- FB: Fractional bit
▪ Stochastic rounding is used for approximation
Fig. 14: Pruning and quantization applied to CNN.
Page 29
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
MEMORY AND PERFORMANCE BENCHMARK
Fig. 15: Pruning rate and runtime of Deep Compression [14] and our approach.
Fig. 16: Runtime of VGG16 [7] on different HW-Accelerator.
Page 30
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
MEMORY AND PERFORMANCE BENCHMARK
Tab. 3: Performance and memory benchmark of our method applied to
VGG16.
Page 31
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
REFERENCES
[1] Grout Ian: Digital Systems Design with FPGAs and CPLDs, 2008.
[2] Andreas Geiger, Philip Lenz, Raquel Urtasun, et al.: Are we ready for autonomous driving? The KITTI vision benchmark suite, CVPR, 2012.
[3] Marius Cordts, Mohamed Omran, Sebastian Ramos, et al.: The Cityscapes Dataset for Semantic Urban Scene Understanding, CVPR, 2016.
[4] Adrien Gaidon, Qiao Wang, Yohann Cabon, et al.: Virtual Worlds as Proxy for Multi-Object Tracking Analysis, CVPR, 2016.
[5] Angel X. Chang, Thomas Funkhouser, Leonidas Guibas, et al.: ShapeNet: An Information-Rich 3D Model Repository, 2015.
[6] Jonathan Long, Evan Shelhamer, Trevor Darrell: Fully convolutional networks for semantic segmentation, CVPR, 2015.
[7] Karen Simonyan, Andrew Zisserman: Very Deep Convolutional Networks for Large-Scale Image Recognition, ICLR, 2014.
[8] Raphael Labayrade,Didier Aubert,Jean-Philippe Tarel: Real time obstacle detection in stereovision on non flat road geometry through "v-
disparity" representation, IVS, 2002.
[9] Vijay Badrinarayanan, Alex Kendall, Roberto Cipolla: SegNet: A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation,
IEEE Transactions on Pattern Analysis and Machine Learning, 2017.
[10] Olaf Ronneberger, Philipp Fischer, Thomas Brox: U-Net: Convolutional Networks for Biomedical Image Segmentation, Lecture Notes in
Computer Science, 2015.
[11] Joseph Redmon, Santosh Divvala, Ross Girshick: YOLO: Real-Time Object Detection, CVPR, 2014.
[12] Wei Liu, Dragomir Anguelov, Dumitru Erhan: SSD: Single Shot MultiBox Detector, ECCV, 2016.
[13] Forrest N. Iandola, Song Han, Matthew W. Moskewicz, SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and <0.5MB model size,
ICLR, 2017.
[14] Song Han, Jeff Pool, John Tran, William J. Dally: Learning both Weights and Connections for Efficient Neural Networks, CVPR, 2015.
Page 32
GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19
THANK YOU FOR THE ATTENTION

More Related Content

Similar to BMW:Application and Deployment of Deep Learning in Autonomous Driving.pdf

Solutions for ADAS and AI data engineering using OpenPOWER/POWER systems
Solutions for ADAS and AI data engineering using OpenPOWER/POWER systemsSolutions for ADAS and AI data engineering using OpenPOWER/POWER systems
Solutions for ADAS and AI data engineering using OpenPOWER/POWER systems
Ganesan Narayanasamy
 
"Addressing Corner Cases in Embedded Computer Vision Applications," a Present...
"Addressing Corner Cases in Embedded Computer Vision Applications," a Present..."Addressing Corner Cases in Embedded Computer Vision Applications," a Present...
"Addressing Corner Cases in Embedded Computer Vision Applications," a Present...
Edge AI and Vision Alliance
 
Connected Vehicle Business Proposal - Pitkraft
Connected Vehicle Business Proposal - PitkraftConnected Vehicle Business Proposal - Pitkraft
Connected Vehicle Business Proposal - Pitkraft
Vaisakh Venugopal
 
opening-remarks-From Vehicle Centric to People Centric.pdf
opening-remarks-From Vehicle Centric to People Centric.pdfopening-remarks-From Vehicle Centric to People Centric.pdf
opening-remarks-From Vehicle Centric to People Centric.pdf
xmumiao
 
Big Data- Automotive Industry Use Case
Big Data- Automotive Industry Use CaseBig Data- Automotive Industry Use Case
Big Data- Automotive Industry Use Case
Sophie (C.F.) Tsai
 
Data Days 2014 - Dirk Wisselmann
Data Days 2014 - Dirk WisselmannData Days 2014 - Dirk Wisselmann
Data Days 2014 - Dirk Wisselmann
datadays
 
Emerging Cloud Migration Approaches
Emerging Cloud Migration ApproachesEmerging Cloud Migration Approaches
Emerging Cloud Migration Approaches
Arvind Viswanathan
 
Group 11 BMDE.pdf
Group 11 BMDE.pdfGroup 11 BMDE.pdf
Group 11 BMDE.pdf
DharunK7
 
AOP2023_Molnar_LM_challenges_Automated_Driving_20231024_full.pptx
AOP2023_Molnar_LM_challenges_Automated_Driving_20231024_full.pptxAOP2023_Molnar_LM_challenges_Automated_Driving_20231024_full.pptx
AOP2023_Molnar_LM_challenges_Automated_Driving_20231024_full.pptx
KaragitsKira
 
A Bumpy Road to Digital Twin
A Bumpy Road to Digital TwinA Bumpy Road to Digital Twin
A Bumpy Road to Digital Twin
SANGHEE SHIN
 
01_robbeadling_mbe17-037_dsgs_final.pdf
01_robbeadling_mbe17-037_dsgs_final.pdf01_robbeadling_mbe17-037_dsgs_final.pdf
01_robbeadling_mbe17-037_dsgs_final.pdf
Darcy53
 
3d printing in automobile industry
3d printing in automobile industry3d printing in automobile industry
3d printing in automobile industry
Abhishek Kapoor
 
"Shifts in the Automated Driving Industry," a Presentation from AImotive
"Shifts in the Automated Driving Industry," a Presentation from AImotive"Shifts in the Automated Driving Industry," a Presentation from AImotive
"Shifts in the Automated Driving Industry," a Presentation from AImotive
Edge AI and Vision Alliance
 
State of mago3D, An Open Source Based Digital Twin Platform
State of mago3D, An Open Source Based Digital Twin PlatformState of mago3D, An Open Source Based Digital Twin Platform
State of mago3D, An Open Source Based Digital Twin Platform
SANGHEE SHIN
 
Cost-Effective Single-Camera Multi-Car Parking Monitoring and Vacancy Detecti...
Cost-Effective Single-Camera Multi-Car Parking Monitoring and Vacancy Detecti...Cost-Effective Single-Camera Multi-Car Parking Monitoring and Vacancy Detecti...
Cost-Effective Single-Camera Multi-Car Parking Monitoring and Vacancy Detecti...
toukaigi
 
Civil Simulate Introductory
Civil Simulate IntroductoryCivil Simulate Introductory
Civil Simulate Introductory
sivandesign
 
Virtualization - the next trend in the automotive industry
Virtualization  - the next trend in the automotive industryVirtualization  - the next trend in the automotive industry
Virtualization - the next trend in the automotive industry
Ahmed Abdelfattah
 
Urban Active – Peter Kosak - General Motors - Transforming Transportation 201...
Urban Active – Peter Kosak - General Motors - Transforming Transportation 201...Urban Active – Peter Kosak - General Motors - Transforming Transportation 201...
Urban Active – Peter Kosak - General Motors - Transforming Transportation 201...
WRI Ross Center for Sustainable Cities
 
MIPI DevCon 2020 | MASS: Automotive Displays Using VDC-M Visually Lossless C...
MIPI DevCon 2020 |  MASS: Automotive Displays Using VDC-M Visually Lossless C...MIPI DevCon 2020 |  MASS: Automotive Displays Using VDC-M Visually Lossless C...
MIPI DevCon 2020 | MASS: Automotive Displays Using VDC-M Visually Lossless C...
MIPI Alliance
 
BMW_Vision_ConnectedDrive_EN.pdf
BMW_Vision_ConnectedDrive_EN.pdfBMW_Vision_ConnectedDrive_EN.pdf
BMW_Vision_ConnectedDrive_EN.pdf
unn | UNITED NEWS NETWORK GmbH
 

Similar to BMW:Application and Deployment of Deep Learning in Autonomous Driving.pdf (20)

Solutions for ADAS and AI data engineering using OpenPOWER/POWER systems
Solutions for ADAS and AI data engineering using OpenPOWER/POWER systemsSolutions for ADAS and AI data engineering using OpenPOWER/POWER systems
Solutions for ADAS and AI data engineering using OpenPOWER/POWER systems
 
"Addressing Corner Cases in Embedded Computer Vision Applications," a Present...
"Addressing Corner Cases in Embedded Computer Vision Applications," a Present..."Addressing Corner Cases in Embedded Computer Vision Applications," a Present...
"Addressing Corner Cases in Embedded Computer Vision Applications," a Present...
 
Connected Vehicle Business Proposal - Pitkraft
Connected Vehicle Business Proposal - PitkraftConnected Vehicle Business Proposal - Pitkraft
Connected Vehicle Business Proposal - Pitkraft
 
opening-remarks-From Vehicle Centric to People Centric.pdf
opening-remarks-From Vehicle Centric to People Centric.pdfopening-remarks-From Vehicle Centric to People Centric.pdf
opening-remarks-From Vehicle Centric to People Centric.pdf
 
Big Data- Automotive Industry Use Case
Big Data- Automotive Industry Use CaseBig Data- Automotive Industry Use Case
Big Data- Automotive Industry Use Case
 
Data Days 2014 - Dirk Wisselmann
Data Days 2014 - Dirk WisselmannData Days 2014 - Dirk Wisselmann
Data Days 2014 - Dirk Wisselmann
 
Emerging Cloud Migration Approaches
Emerging Cloud Migration ApproachesEmerging Cloud Migration Approaches
Emerging Cloud Migration Approaches
 
Group 11 BMDE.pdf
Group 11 BMDE.pdfGroup 11 BMDE.pdf
Group 11 BMDE.pdf
 
AOP2023_Molnar_LM_challenges_Automated_Driving_20231024_full.pptx
AOP2023_Molnar_LM_challenges_Automated_Driving_20231024_full.pptxAOP2023_Molnar_LM_challenges_Automated_Driving_20231024_full.pptx
AOP2023_Molnar_LM_challenges_Automated_Driving_20231024_full.pptx
 
A Bumpy Road to Digital Twin
A Bumpy Road to Digital TwinA Bumpy Road to Digital Twin
A Bumpy Road to Digital Twin
 
01_robbeadling_mbe17-037_dsgs_final.pdf
01_robbeadling_mbe17-037_dsgs_final.pdf01_robbeadling_mbe17-037_dsgs_final.pdf
01_robbeadling_mbe17-037_dsgs_final.pdf
 
3d printing in automobile industry
3d printing in automobile industry3d printing in automobile industry
3d printing in automobile industry
 
"Shifts in the Automated Driving Industry," a Presentation from AImotive
"Shifts in the Automated Driving Industry," a Presentation from AImotive"Shifts in the Automated Driving Industry," a Presentation from AImotive
"Shifts in the Automated Driving Industry," a Presentation from AImotive
 
State of mago3D, An Open Source Based Digital Twin Platform
State of mago3D, An Open Source Based Digital Twin PlatformState of mago3D, An Open Source Based Digital Twin Platform
State of mago3D, An Open Source Based Digital Twin Platform
 
Cost-Effective Single-Camera Multi-Car Parking Monitoring and Vacancy Detecti...
Cost-Effective Single-Camera Multi-Car Parking Monitoring and Vacancy Detecti...Cost-Effective Single-Camera Multi-Car Parking Monitoring and Vacancy Detecti...
Cost-Effective Single-Camera Multi-Car Parking Monitoring and Vacancy Detecti...
 
Civil Simulate Introductory
Civil Simulate IntroductoryCivil Simulate Introductory
Civil Simulate Introductory
 
Virtualization - the next trend in the automotive industry
Virtualization  - the next trend in the automotive industryVirtualization  - the next trend in the automotive industry
Virtualization - the next trend in the automotive industry
 
Urban Active – Peter Kosak - General Motors - Transforming Transportation 201...
Urban Active – Peter Kosak - General Motors - Transforming Transportation 201...Urban Active – Peter Kosak - General Motors - Transforming Transportation 201...
Urban Active – Peter Kosak - General Motors - Transforming Transportation 201...
 
MIPI DevCon 2020 | MASS: Automotive Displays Using VDC-M Visually Lossless C...
MIPI DevCon 2020 |  MASS: Automotive Displays Using VDC-M Visually Lossless C...MIPI DevCon 2020 |  MASS: Automotive Displays Using VDC-M Visually Lossless C...
MIPI DevCon 2020 | MASS: Automotive Displays Using VDC-M Visually Lossless C...
 
BMW_Vision_ConnectedDrive_EN.pdf
BMW_Vision_ConnectedDrive_EN.pdfBMW_Vision_ConnectedDrive_EN.pdf
BMW_Vision_ConnectedDrive_EN.pdf
 

Recently uploaded

EV Charging at MFH Properties by Whitaker Jamieson
EV Charging at MFH Properties by Whitaker JamiesonEV Charging at MFH Properties by Whitaker Jamieson
EV Charging at MFH Properties by Whitaker Jamieson
Forth
 
一比一原版(WashU文凭证书)圣路易斯华盛顿大学毕业证如何办理
一比一原版(WashU文凭证书)圣路易斯华盛顿大学毕业证如何办理一比一原版(WashU文凭证书)圣路易斯华盛顿大学毕业证如何办理
一比一原版(WashU文凭证书)圣路易斯华盛顿大学毕业证如何办理
afkxen
 
原版制作(Exeter毕业证书)埃克塞特大学毕业证完成信一模一样
原版制作(Exeter毕业证书)埃克塞特大学毕业证完成信一模一样原版制作(Exeter毕业证书)埃克塞特大学毕业证完成信一模一样
原版制作(Exeter毕业证书)埃克塞特大学毕业证完成信一模一样
78tq3hi2
 
Catalytic Converter theft prevention - NYC.pptx
Catalytic Converter theft prevention - NYC.pptxCatalytic Converter theft prevention - NYC.pptx
Catalytic Converter theft prevention - NYC.pptx
Blue Star Brothers
 
Expanding Access to Affordable At-Home EV Charging by Vanessa Warheit
Expanding Access to Affordable At-Home EV Charging by Vanessa WarheitExpanding Access to Affordable At-Home EV Charging by Vanessa Warheit
Expanding Access to Affordable At-Home EV Charging by Vanessa Warheit
Forth
 
Charging and Fueling Infrastructure Grant: Round 2 by Brandt Hertenstein
Charging and Fueling Infrastructure Grant: Round 2 by Brandt HertensteinCharging and Fueling Infrastructure Grant: Round 2 by Brandt Hertenstein
Charging and Fueling Infrastructure Grant: Round 2 by Brandt Hertenstein
Forth
 
快速办理(napier毕业证书)英国龙比亚大学毕业证在读证明一模一样
快速办理(napier毕业证书)英国龙比亚大学毕业证在读证明一模一样快速办理(napier毕业证书)英国龙比亚大学毕业证在读证明一模一样
快速办理(napier毕业证书)英国龙比亚大学毕业证在读证明一模一样
78tq3hi2
 
53286592-Global-Entrepreneurship-and-the-Successful-Growth-Strategies-of-Earl...
53286592-Global-Entrepreneurship-and-the-Successful-Growth-Strategies-of-Earl...53286592-Global-Entrepreneurship-and-the-Successful-Growth-Strategies-of-Earl...
53286592-Global-Entrepreneurship-and-the-Successful-Growth-Strategies-of-Earl...
MarynaYurchenko2
 
Charging Fueling & Infrastructure (CFI) Program by Kevin Miller
Charging Fueling & Infrastructure (CFI) Program  by Kevin MillerCharging Fueling & Infrastructure (CFI) Program  by Kevin Miller
Charging Fueling & Infrastructure (CFI) Program by Kevin Miller
Forth
 
按照学校原版(UniSA文凭证书)南澳大学毕业证快速办理
按照学校原版(UniSA文凭证书)南澳大学毕业证快速办理按照学校原版(UniSA文凭证书)南澳大学毕业证快速办理
按照学校原版(UniSA文凭证书)南澳大学毕业证快速办理
ggany
 
Dahua Security Camera System Guide esetia
Dahua Security Camera System Guide esetiaDahua Security Camera System Guide esetia
Dahua Security Camera System Guide esetia
Esentia Systems
 
原版定做(mmu学位证书)英国曼彻斯特城市大学毕业证本科文凭原版一模一样
原版定做(mmu学位证书)英国曼彻斯特城市大学毕业证本科文凭原版一模一样原版定做(mmu学位证书)英国曼彻斯特城市大学毕业证本科文凭原版一模一样
原版定做(mmu学位证书)英国曼彻斯特城市大学毕业证本科文凭原版一模一样
utuvvas
 
Here's Why Every Semi-Truck Should Have ELDs
Here's Why Every Semi-Truck Should Have ELDsHere's Why Every Semi-Truck Should Have ELDs
Here's Why Every Semi-Truck Should Have ELDs
jennifermiller8137
 
EV Charging at Multifamily Properties by Kevin Donnelly
EV Charging at Multifamily Properties by Kevin DonnellyEV Charging at Multifamily Properties by Kevin Donnelly
EV Charging at Multifamily Properties by Kevin Donnelly
Forth
 
一比一原版(Columbia文凭证书)哥伦比亚大学毕业证如何办理
一比一原版(Columbia文凭证书)哥伦比亚大学毕业证如何办理一比一原版(Columbia文凭证书)哥伦比亚大学毕业证如何办理
一比一原版(Columbia文凭证书)哥伦比亚大学毕业证如何办理
afkxen
 
原版制作(澳洲WSU毕业证书)西悉尼大学毕业证文凭证书一模一样
原版制作(澳洲WSU毕业证书)西悉尼大学毕业证文凭证书一模一样原版制作(澳洲WSU毕业证书)西悉尼大学毕业证文凭证书一模一样
原版制作(澳洲WSU毕业证书)西悉尼大学毕业证文凭证书一模一样
g1inbfro
 
Charging Fueling & Infrastructure (CFI) Program Resources by Cat Plein
Charging Fueling & Infrastructure (CFI) Program Resources by Cat PleinCharging Fueling & Infrastructure (CFI) Program Resources by Cat Plein
Charging Fueling & Infrastructure (CFI) Program Resources by Cat Plein
Forth
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证如何办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证如何办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证如何办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证如何办理
u2cz10zq
 

Recently uploaded (18)

EV Charging at MFH Properties by Whitaker Jamieson
EV Charging at MFH Properties by Whitaker JamiesonEV Charging at MFH Properties by Whitaker Jamieson
EV Charging at MFH Properties by Whitaker Jamieson
 
一比一原版(WashU文凭证书)圣路易斯华盛顿大学毕业证如何办理
一比一原版(WashU文凭证书)圣路易斯华盛顿大学毕业证如何办理一比一原版(WashU文凭证书)圣路易斯华盛顿大学毕业证如何办理
一比一原版(WashU文凭证书)圣路易斯华盛顿大学毕业证如何办理
 
原版制作(Exeter毕业证书)埃克塞特大学毕业证完成信一模一样
原版制作(Exeter毕业证书)埃克塞特大学毕业证完成信一模一样原版制作(Exeter毕业证书)埃克塞特大学毕业证完成信一模一样
原版制作(Exeter毕业证书)埃克塞特大学毕业证完成信一模一样
 
Catalytic Converter theft prevention - NYC.pptx
Catalytic Converter theft prevention - NYC.pptxCatalytic Converter theft prevention - NYC.pptx
Catalytic Converter theft prevention - NYC.pptx
 
Expanding Access to Affordable At-Home EV Charging by Vanessa Warheit
Expanding Access to Affordable At-Home EV Charging by Vanessa WarheitExpanding Access to Affordable At-Home EV Charging by Vanessa Warheit
Expanding Access to Affordable At-Home EV Charging by Vanessa Warheit
 
Charging and Fueling Infrastructure Grant: Round 2 by Brandt Hertenstein
Charging and Fueling Infrastructure Grant: Round 2 by Brandt HertensteinCharging and Fueling Infrastructure Grant: Round 2 by Brandt Hertenstein
Charging and Fueling Infrastructure Grant: Round 2 by Brandt Hertenstein
 
快速办理(napier毕业证书)英国龙比亚大学毕业证在读证明一模一样
快速办理(napier毕业证书)英国龙比亚大学毕业证在读证明一模一样快速办理(napier毕业证书)英国龙比亚大学毕业证在读证明一模一样
快速办理(napier毕业证书)英国龙比亚大学毕业证在读证明一模一样
 
53286592-Global-Entrepreneurship-and-the-Successful-Growth-Strategies-of-Earl...
53286592-Global-Entrepreneurship-and-the-Successful-Growth-Strategies-of-Earl...53286592-Global-Entrepreneurship-and-the-Successful-Growth-Strategies-of-Earl...
53286592-Global-Entrepreneurship-and-the-Successful-Growth-Strategies-of-Earl...
 
Charging Fueling & Infrastructure (CFI) Program by Kevin Miller
Charging Fueling & Infrastructure (CFI) Program  by Kevin MillerCharging Fueling & Infrastructure (CFI) Program  by Kevin Miller
Charging Fueling & Infrastructure (CFI) Program by Kevin Miller
 
按照学校原版(UniSA文凭证书)南澳大学毕业证快速办理
按照学校原版(UniSA文凭证书)南澳大学毕业证快速办理按照学校原版(UniSA文凭证书)南澳大学毕业证快速办理
按照学校原版(UniSA文凭证书)南澳大学毕业证快速办理
 
Dahua Security Camera System Guide esetia
Dahua Security Camera System Guide esetiaDahua Security Camera System Guide esetia
Dahua Security Camera System Guide esetia
 
原版定做(mmu学位证书)英国曼彻斯特城市大学毕业证本科文凭原版一模一样
原版定做(mmu学位证书)英国曼彻斯特城市大学毕业证本科文凭原版一模一样原版定做(mmu学位证书)英国曼彻斯特城市大学毕业证本科文凭原版一模一样
原版定做(mmu学位证书)英国曼彻斯特城市大学毕业证本科文凭原版一模一样
 
Here's Why Every Semi-Truck Should Have ELDs
Here's Why Every Semi-Truck Should Have ELDsHere's Why Every Semi-Truck Should Have ELDs
Here's Why Every Semi-Truck Should Have ELDs
 
EV Charging at Multifamily Properties by Kevin Donnelly
EV Charging at Multifamily Properties by Kevin DonnellyEV Charging at Multifamily Properties by Kevin Donnelly
EV Charging at Multifamily Properties by Kevin Donnelly
 
一比一原版(Columbia文凭证书)哥伦比亚大学毕业证如何办理
一比一原版(Columbia文凭证书)哥伦比亚大学毕业证如何办理一比一原版(Columbia文凭证书)哥伦比亚大学毕业证如何办理
一比一原版(Columbia文凭证书)哥伦比亚大学毕业证如何办理
 
原版制作(澳洲WSU毕业证书)西悉尼大学毕业证文凭证书一模一样
原版制作(澳洲WSU毕业证书)西悉尼大学毕业证文凭证书一模一样原版制作(澳洲WSU毕业证书)西悉尼大学毕业证文凭证书一模一样
原版制作(澳洲WSU毕业证书)西悉尼大学毕业证文凭证书一模一样
 
Charging Fueling & Infrastructure (CFI) Program Resources by Cat Plein
Charging Fueling & Infrastructure (CFI) Program Resources by Cat PleinCharging Fueling & Infrastructure (CFI) Program Resources by Cat Plein
Charging Fueling & Infrastructure (CFI) Program Resources by Cat Plein
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证如何办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证如何办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证如何办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证如何办理
 

BMW:Application and Deployment of Deep Learning in Autonomous Driving.pdf

  • 1. DEEP LEARNING IN THE FIELD OF AUTONOMOUS DRIVING AN OUTLINE OF THE DEPLOYMENT PROCESS FOR ADAS AND AD Alexander Frickenstein, 3/17/2019
  • 2. Page 2 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 AUTONOMOUS DRIVING AT BMW
  • 3. Page 3 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 AUTONOMOUS DRIVING AT BMW ▪ BMW Autonomous Driving Campus in Unterschleißheim (Munich), established in 2017 ▪ 1400 Employees incl. Partners (Sensor-processing, Data-Analytics, ML, Driving-Strategy, HW-Architecture) ▪ 81 Feature teams (incl. Partners), working in 2 weekly sprints (LESS) ▪ 30 PhDs ‘Raw data are good data’ -Unknown Author- ▪ BMW AD research fleet consist of 85 cars collecting 2TB/h per car → High resolution sensor data, like LIDAR, Camera ►Insight into three PhD-projects, which are driven by the AD strategy at BMW
  • 4. Page 4 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 CONTENT ▪ Introduction: Design Process of ML-Applications for AD ▪ Exemplary projects; which are driven by the AD strategy at BMW 1. Fine-Grained Vehicle Representations for AD 2. Self-Supervised Learning of the Drivable Area of AD 3. CNN Optimization Techniques for AD
  • 5. Page 5 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 DESIGN PROCESS OF ML-APPLICATIONS FOR AD
  • 6. Page 6 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 DESIGN PROCESS OF ML-APPLICATIONS FOR AD ▪ An rough outline of the deployment* process for ADAS and AD ▪ Inspired by Gajski-Kuhn chart (or Y diagram) [1] ▪ Design of real-world applications include: - Multiple domains (structural, modelling, optimization) - Abstraction levels - Knowledge sharing is essential for the drive of inovation (e.g. Car manufactures, technology companies) *Presented projects gives an academic insight of PhD-candidates *Datasets shown here are not used for commercial purpose Fig. 1: Design Process of AD-Applications.
  • 7. Page 7 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 01 FINE-GRAINED VEHICLE REPRESENTATIONS FOR AD BY THOMAS BAROWSKI, MAGDALENA SZCZOT AND SEBASTIAN HOUBEN
  • 8. Page 8 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 FINE-GRAINED VEHICLE REPRESENTATIONS FOR AD BY THOMAS BAROWSKI, MAGDALENA SZCZOT AND SEBASTIAN HOUBEN ▪ Motivation: a detailed understanding of complex traffic scenes: - State and possible intentions of other traffic participants - Precise estimation of a vehicle pose and category - Be aware of dynamic parts, e.g. Doors, Trunks - React fast and appropriate to safety critical situations Thomas Barowski, Magdalena Szczot and Sebastian Houben: Fine-Grained Vehicle Representations for Autonomous Driving, ITSC, 2018, 10.1109/ITSC.2018.8569930. Fig. 2: Exemplary 2D visualization of fragmentation levels in the Cityscapes[3] segmentation benchmark.
  • 9. Page 9 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 FINE-GRAINED VEHICLE REPRESENTATIONS FOR AD ▪ Goal: - Learn new vehicle representations by semantic segmentation - Three vehicle fragmentation levels (Course → Fine → Full): - Dividing vehicle into part areas, based on materials and function - Embedding pose information - Annotating representations on CAD-Models - Empirically examined on VKITTY[4], Cityscapes[3] ▪ Core idea is to extend an existing image-dataset by manual labeling ▪ Data generation pipeline is an adaption of the semi-automated method from Chabot et al. [5] ▪ Instead, annotation is done on a set of models (3D Car Models) Fig. 2: Exemplary 2D visualization of fragmentation levels in the Cityscapes[3] segmentation benchmark.
  • 10. Page 10 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 SEMI-AUTOMATED LABELING PIPELINE (1) ▪ Vehicle Fragmentation Levels from ShapeNet (3D Model Repository): - Different car models including WorldNet synsets (>4000) - Three fragmentation levels (Coarse (4) – Fine (9) – Full (27)) - Including classes for: Body, windows, lights, wheels, doors, roof, side, trunk, wheels, windshiels - In finer grained representations: model needs to solve challenging task of separation between parts that share visual cues but vary in position, e.g. individual doors - Identify parts with small local visual context: representation becomes suitable for pose estimation with high occlusion or truncation Fig. 3: Visualization of the annotated CAD models [5] .
  • 11. Page 11 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 SEMI-AUTOMATED LABELING PIPELINE (2) 1. Apply well overlapping 3D bounding boxes to raw images 2. Suited model is selected based on the vehicle type or dimensions of the model (L1-distance) 3. Mesh of the 3D-model is resize to fit the bounding box and aligned to 3D space 4. Mesh is projected on the image plane: → Resulting in a segmentation map containing fragmentation level information of the vehicle 5. Only pixels labeled as vehicle in the respective dataset are propagated to the image → To overcome projection errors → Results in fine-grained dense representations Fig. 4: Semi-automated labeling pipeline.
  • 12. Page 12 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 FCN MODEL EXPLORATION ▪ Reimplemented FCN8 [6] and VGG16 [7] as backbone ▪ End to end training, using cross entropy loss ▪ Trained on 4-27 classes (based on fragmentation level) ▪ Plus classes of datasets ▪ Multi-GPU training (Kubernets and Horovod on DGX1) → Full fragmentation level → High resolution input images ▪ Aim: not loosing significant accuracy in non vehicle-related background classes Fig. 5: FCN8 [6] with VGG16[7] backbone.
  • 13. Page 13 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 FCN MODEL EXPLORATION Experiment IoUclass IoUnon-parts IoUparts VKITTY Baseline 68.77 68.77 - VKITTY ShapeNet [15] Coarse 61.05 66.49 63.64 Fine 56.93 66.31 44.73 Full 36.67 58.22 27.44 Cityscapes ShapeNet [15] Coarse 49.56 48.81 52.96 Fine 48.63 50.88 44.20 Full 33.50 50.78 21.98 Tab. 1: Segmentation results for the three fragmentation levels, performed on VKITTY and Cityscapes using FCN8.
  • 14. Page 14 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 FCN MODEL EXPLORATION – VKITTY AND CITYSCAPES Fig. 6a: Qualitative results on VKITTY dataset for the three fragmentation levels. Coarse: Fine: Full: Fig. 6b: Qualitative results on Cityscapes dataset for the three fragmentation levels.
  • 15. Page 15 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 02 SELF-SUPERVISED LEARNING OF THE DRIVABLE AREA OF AD BY JAKOB MAYR, CHRISTIAN UNGER, FEDERICO TOMBARI
  • 16. Page 16 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 SELF-SUPERVISED LEARNING OF THE DRIVABLE AREA OF AD ▪ Motivation: - Automated approach for generating training data for the task of drivable area segmentation → Training Data Generator (TDG) - Acquisition of large scale datasets with associated ground-truth still poses an expensive and labor-intense problem ▪ Deterministic stereo-based approach for ground-plane detection: Fig. 7a: Automated generated data of TDG. Fig. 7b: Segmentation of DNN trained on TDG. Jakob Mayr, Christian Unger, Federico Tombari: Self-Supervised Learning of the Drivable Area for Autonomous Driving, iROS, 2018.
  • 17. Page 17 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 WHY GROUND-PLANE DETECTION? ▪ Important aspect is the planning of safe and comfortable driving maneuvers ▪ Knowledge about the environment of the vehicle ▪ especially drivable areas (important role in ADAS and AD) ▪ e.g. road ahead/ drivable area is blocked by obstacles ▪ Parallel processing of GPUs allow frame based semantic segmentation ▪ Why Automated Data-Labeling? - Pace and cost pressure - Labeling is expensive - Existing datasets do not suit the desired application: o Technical aspects: e.g. field of view, mounting position, camera geometry o Environmental conditions: e.g. weather condition, time, street types Technical Aspect of Cityscapes: images show part of the hood, initialization of the ground-plane model including non-ground plane disparity is necessary!
  • 18. Page 18 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 AUTOMATED LABELING PIPELINE ▪ Based on so-called v-disparity map [8]: - Different use cases - No fine tuning of existing models required Fig. 8: Automated labeling pipeline.
  • 19. Page 19 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 CNN-MODEL EXPLORATION (1) ▪ Automatically generated data are used to train Unet and SegNet → low resolution inputs (512*256 and 480*360) ▪ Models are trained only on automatically generated datasets ▪ Evaluation is performed by using human labeled ground-truth data, e.g. Cityscape [3], Kitty [2] → Drivable (road, parking) and non-drivable area (side walks, pedestrians) ▪ Observations: - Low detection in lateral direction - Noisy data of TDG → generate robust CNN model - Dynamic objects are detected reliably Fig. 9a: SegNet segmentation. Fig. 9b: U-Net segmentation.
  • 20. Page 20 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 CNN-MODEL EXPLORATION (1) ▪ Robustness of model - Flipping images upside down: - SegNet [9] → Not capable of detecting ground-plane - UNet [10] → Detects ground-plane Fig. 9c: Flipped SegNet segmentation. Fig. 9d: Flipped U-Net segmentation.
  • 21. Page 21 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 CNN-MODEL EXPLORATION (2) ▪ Performance: - Data generation: - Hand labeling Cityscape [3] 19d - Using automated labeling 3.5h (CPU) not parallelized on GPU yet - U-Net [10] : 10 fps on Titan X - ResNet [9].:4.4fps on Titan X → Optimization of DNNs comes into account → Out of the box CNNs come along with substantial drawbacks Cityscapes KITTY Approach Rec Prec Acc IoU Rec Prec Acc IoU Training Data Generator (TDG) 70.84 91.49 85.35 66.46 81.87 58.07 86.58 51.45 Unet trained on auto. TDG labels 85.29 92.83 91.27 80.01 87.25 81.35 94.31 72.70 SegNet trained on auto. TDG labels 85.75 76.10 85.29 67.56 90.96 70.01 91.35 65.45 Tab. 2: Segmentation results for the TDG, performed on Cityscapes [3] and Kitty [2] using U-Net [10] and SegNet [9].
  • 22. Page 22 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 03 CNN OPTIMIZATION TECHNIQUES FOR AD BY ALEXANDER FRICKENSTEIN, MANOJ VEMPARALA, WALTER STECHELE
  • 23. Page 23 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 CNN OPTIMIZATION TECHNIQUES FOR AD Fig. 10: How deployment of DNNs can be seen differently. ▪ Running example: Quantization of CNNs: - Normally, floating-point PEs is 10× less energy efficient compared to fixed point math. - The step-size between two numbers could be dynamic using floating-point numbers. This is useful feature for different kinds of layers in CNN. - Closing gap between CNN compute demand and HW-accelerator is important → Trend to specialized HW-accelerator, e.g. Tesla T4
  • 24. Page 24 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 CNN OPTIMIZATION TECHNIQUES FOR AD Fig. 11: Optimization design process.
  • 25. Page 25 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 RESOURCE AWARE MULTICRITERIAL OPTIMIZATION ▪ Motivation: - Out of the box DNNs require high performance HW-accelerator: - YOLO [11] or SSD300 [12] require an Nvidia Titan X to run in real-time → Showing the high compute demand of those models - No, SqueezeNet [13] is really not out of the box! → An 18,000 GPU super-computer is used for the model exploration - Deploy DNNs on memory, performance and power-consumption constraint embedded hardware is commonly time consuming Fig. 11: Filter-wise pruning of convolutional layer.
  • 26. Page 26 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 WHY RESOURCE-AWARE MULTICRITERIAL OPTIMIZATION? ▪ Optimization techniques are going hand in hand (Filter-wise pruning and Quantization) ▪ CNN optimization depends on system, algorithmic and system level in the design process ▪ DNNS need to be highly compressed to fit the HW for AD → Automotive rated memory is expensive ▪ Good data locality is essential for low-power applications → Extreme temperatures in cars (Siberia → Death Valley) → Active cooling obligatory? ▪ Fast deployment time is a crucial aspect for agile SW deployment → Proposing a Pruning and Quantization scheme for CNNs Fig. 12: Pruning and quantization for efficient embedded Applications of DN
  • 27. Page 27 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 METHOD -PRUNING ▪ Fast magnitude based [14] pruning scheme → removing unimportant filter ▪ Based on a half-interval search (log2(n)) → Explore optimal layer-wise pruning rate ▪ Varying pruning order to generate an optimized model either with respect to the memory demand or execution time ▪ Process of removing weight-filter of a layer: 1. Identify Cost (L1-distance) of all weight-filter of a layer 2. Based on the half-interval search remove filter, which cost is below a threshold 3. Threshold is identified by half-interval search 4. Retrain model (SGD with momentum) with small learning rate → Momentum should be available before pruning 5. As accuracy of the CNN is maintained increase the pruning rate (half-interval search) 6. Pruning is always applied to the layer which fits the desired optimization goal best Fig. 13: Binary-search applied to prune CNN.
  • 28. Page 28 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 METHOD - QUANTIZATION ▪ Quantization leads to a hardware friendly implementation ▪ Reducing the footprint of HW-components ▪ Lowering the memory bandwidth ▪ Improving the performance → Floating-point PE is 10x less efficient compared to fixed-point unit ▪ Weight and activations are brought into the fixed-point format with the notation <S,IB,FB> - S: Sign bit - IB: Integer bit - FB: Fractional bit ▪ Stochastic rounding is used for approximation Fig. 14: Pruning and quantization applied to CNN.
  • 29. Page 29 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 MEMORY AND PERFORMANCE BENCHMARK Fig. 15: Pruning rate and runtime of Deep Compression [14] and our approach. Fig. 16: Runtime of VGG16 [7] on different HW-Accelerator.
  • 30. Page 30 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 MEMORY AND PERFORMANCE BENCHMARK Tab. 3: Performance and memory benchmark of our method applied to VGG16.
  • 31. Page 31 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 REFERENCES [1] Grout Ian: Digital Systems Design with FPGAs and CPLDs, 2008. [2] Andreas Geiger, Philip Lenz, Raquel Urtasun, et al.: Are we ready for autonomous driving? The KITTI vision benchmark suite, CVPR, 2012. [3] Marius Cordts, Mohamed Omran, Sebastian Ramos, et al.: The Cityscapes Dataset for Semantic Urban Scene Understanding, CVPR, 2016. [4] Adrien Gaidon, Qiao Wang, Yohann Cabon, et al.: Virtual Worlds as Proxy for Multi-Object Tracking Analysis, CVPR, 2016. [5] Angel X. Chang, Thomas Funkhouser, Leonidas Guibas, et al.: ShapeNet: An Information-Rich 3D Model Repository, 2015. [6] Jonathan Long, Evan Shelhamer, Trevor Darrell: Fully convolutional networks for semantic segmentation, CVPR, 2015. [7] Karen Simonyan, Andrew Zisserman: Very Deep Convolutional Networks for Large-Scale Image Recognition, ICLR, 2014. [8] Raphael Labayrade,Didier Aubert,Jean-Philippe Tarel: Real time obstacle detection in stereovision on non flat road geometry through "v- disparity" representation, IVS, 2002. [9] Vijay Badrinarayanan, Alex Kendall, Roberto Cipolla: SegNet: A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation, IEEE Transactions on Pattern Analysis and Machine Learning, 2017. [10] Olaf Ronneberger, Philipp Fischer, Thomas Brox: U-Net: Convolutional Networks for Biomedical Image Segmentation, Lecture Notes in Computer Science, 2015. [11] Joseph Redmon, Santosh Divvala, Ross Girshick: YOLO: Real-Time Object Detection, CVPR, 2014. [12] Wei Liu, Dragomir Anguelov, Dumitru Erhan: SSD: Single Shot MultiBox Detector, ECCV, 2016. [13] Forrest N. Iandola, Song Han, Matthew W. Moskewicz, SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and <0.5MB model size, ICLR, 2017. [14] Song Han, Jeff Pool, John Tran, William J. Dally: Learning both Weights and Connections for Efficient Neural Networks, CVPR, 2015.
  • 32. Page 32 GTC 2019 - Silicon Valley| Deep Learning for Autonomous Driving at BMW | 03/20/19 THANK YOU FOR THE ATTENTION