SlideShare a Scribd company logo
1 of 18
Download to read offline
Christoph Sager¹, Patrick Zschech², Niklas Kühl³ // 07.07.2021
CAD'21 - 18th annual International CAD Conference, Barcelona
labelCloud – A Lightweight Domain-Independent Labeling
Tool for 3D Object Detection in Point Clouds
¹ Technische Universität Dresden, ² Friedrich-Alexander-Universität Erlangen-Nürnberg, ³ Karlsruher Institut für Technologie
labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl
Paper & Software Presentation // 07.07.2021
Slide 2
Content – labelCloud
A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
1. Foundations
Point Clouds and Machine Learning
2. Related Work & Motivation
Existing Point Cloud Labeling Tools
3. Live Demonstration
Presentation of labelCloud’s Core Features
4. Evaluation & Discussion
Results of the User Study
5. Conclusion & Outlook
Applications & Further Development
labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl
Paper & Software Presentation // 07.07.2021
Slide 3
Foundations & Motivation
Point Clouds & Machine Learning
labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl
Paper & Software Presentation // 07.07.2021
Slide 4
Foundations – The need for Point Clouds in Object Detection
● Automatic object detection is increasingly used in safety-critical contexts
→ like autonomous driving, robotics and medicine
● Yet 2D-based approaches fail in estimating the size and distance of objects with high precision
● 3D-point clouds capture environments in real-world metrics
100px
300px 4 m
1.6 m
2 m
2D vs. 3D
labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl
Paper & Software Presentation // 07.07.2021
Slide 5
Foundations – Point Clouds and Machine Learning
● Point clouds are recorded with depth sensors based on lidar or stereo vision
● New architectures of artificial neural network can handle this unstructured data
○ estimate the position, rotation and dimension of objects
(Friederich et al., 2020, Qi et al., 2019, 2020)
● VoteNet
● ImVoteNet
● 3D-CNN
● ...
labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl
Paper & Software Presentation // 07.07.2021
Slide 6
Foundations – 3D Bounding Boxes as Result of 3D Object Detection
● Depth-based 3D object detection methods can predict distances, dimensions and rotations of
objects in real-world metrics (i.e., meter)
● To train neural networks, large amounts of labeled training data (known outcomes) are
necessary, which requires labeling tools specialized for point clouds
(Friederich et al., 2020; Geiger et al., 2013)
pitch
labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl
Paper & Software Presentation // 07.07.2021
Slide 7
Related Work & Motivation
Existing Tools Point Cloud Labeling Tools
labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl
Paper & Software Presentation // 07.07.2021
Slide 8
Related Work – Existing Point Cloud Labeling Tools
● Analysis of 3+ existing point cloud labeling tools
● All focus on the creation of training data for
autonomous driving applications
● This lead to …
→ few supported point cloud file formats
→ strong focus on lidar sensors
→ neglection the x- and y-rotation
(Arief et al., 2020; Wang et al., 2019; Zimmer et al., 2019)
labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl
Paper & Software Presentation // 07.07.2021
Slide 9
Motivation – Design of a lightweight, domain-independent Labeling Tool
(Chandra et al., 2015; Pfeffers et al. 2007)
Major Requirements:
R1) Support intuitive and direct labeling inside the point cloud
R2) Allow manipulation of position, rotation and dimension of 3D bounding box
R3) Increase quality and precision of the drawn bounding boxes
R4) Decrease labeling time and necessary user interactions
R5) Support multiple point cloud and label file formats
R6) Allow for flexibility while keeping dependencies to minimum
labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl
Paper & Software Presentation // 07.07.2021
Slide 10
✓ Works for 3DOD & 6DPE
✓ Full Rotation Support (x,y,z)
✓ Many Compatible Formats
✓ Fast & Easy Setup
Live Demonstration – Presentation of labelCloud’s Core Features
labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl
Paper & Software Presentation // 07.07.2021
Slide 11
MODEL
CONTROL
VIEW
Software Architecture – Standing on the Shoulders of Pip
PyOpenGL PyQt Open3D numpy
PCD Viewer
Point Cloud Label
Math3D
PCD Manger* Label Manager* Label Mode*
Picking
Mode
Spanning
Mode
modular & extend-
able architecture
labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl
Paper & Software Presentation // 07.07.2021
Slide 12
Evaluation & Discussion
Results of the User Study
labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl
Paper & Software Presentation // 07.07.2021
Slide 13
Evaluation – Comparison of Label Methods Picking & Spanning
The Spanning Mode is 22% faster and requires less user interaction (-63%).
labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl
Paper & Software Presentation // 07.07.2021
Slide 14
Discussion – labelCloud in the Context of Existing Labeling Tools
labelCloud Existing Point Cloud Labeling Tools
● Direct labeling inside the point cloud ● Indirect labeling on a 2D-projection of the point cloud
● Domain-independent and flexible ● Domain-specific and highly specialized
● Support of many depth sensors and ML-frameworks ● Focus on single sensor types and selected frameworks
● Easy to set up and few dependencies ● Sometimes difficult to set up due to many
dependencies
● So far no automatization features
→ difficult due to domain-independence
● Provide automatization features, like
○ pre-trained models
○ object tracking
○ 1-click clustering
○ projections of 2D labels
labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl
Paper & Software Presentation // 07.07.2021
Slide 15
Conclusion & Outlook
Applications & Further Development
labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl
Paper & Software Presentation // 07.07.2021
Slide 16
Conclusion & Outlook – Critical Discussion & Future Research
Conclusion
● Proven feasibility of direct labeling with 3D Bounding Boxes
● Provision of a software to quickly test 3D object detection in multiple domains
● Further reduction of the labeling time still possible with automatization features
Outlook
1. 3D object detection is more and more used in real applications outside of research
2. 3D sensors are getting more affordable and integrated into consumer products (like the iPhone)
3. The application of 3D object detection requires efficient and easy to use labeling tools
labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl
Paper & Software Presentation // 07.07.2021
Slide 17
Interested?
… try it out:
Do you see a use case that might
benefit from 3D object detection?
Do you want further information?
Let’s talk:
Christoph Sager
christophsager
christoph.sager@gmail.com
Running on Linux, Windows and Mac.
Sager, C.; Zschech, P.; Kühl, N. labelCloud: A Lightweight Domain-Independent Labeling Tool for 3D
Object Detection in Point Clouds. 2021. 18th Annual International CAD Conference (CAD'21)
Sager, C.; Zschech, P.; Kühl, N. labelCloud: A Lightweight Domain-Independent Labeling Tool for 3D
Object Detection in Point Clouds. 2021. Computer-Aided Design and Applications (forthcoming)
labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds
CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl
Paper & Software Presentation // 07.07.2021
Slide 18
Selected Sources
● Arief, H. A., Arief, M., Zhang, G., Liu, Z., Bhat, M., Indahl, U. G., Tveite, H., & Zhao, D. (2020). SAnE: Smart Annotation and Evaluation Tools for
Point Cloud Data. IEEE Access, 8, 131848–131858. https://doi.org/10.1109/ACCESS.2020.3009914
● Chandra, L., Seidel, S., & Gregor, S. (2015). Prescriptive Knowledge in IS Research: Conceptualizing Design Principles in Terms of Materiality,
Action, and Boundary Conditions. 2015 48th Hawaii International Conference on System Sciences, 4039–4048.
https://doi.org/10.1109/HICSS.2015.485
● Friederich, J.; Zschech, P.: Review and Systematization of Solutions for 3D Object Detection. In 15th International Conference on
Wirtschaftsinformatik (WI), 1699–1711. GITO Verlag, Potsdam, Germany,2020. ISBN 978-3-95545-335-0.
http://doi.org/10.30844/wi_2020_r2-friedrich
● Geiger, A.; Lenz, P.; Stiller, C.; Urtasun, R.: Vision meets robotics: The KITTI dataset. The InternationalJournal of Robotics Research, 32(11),
1231–1237, 2013. ISSN 0278-3649, 1741-3176.http://doi.org/10.1177/0278364913491297
● Peffers, K., Tuunanen, T., Rothenberger, M. A., & Chatterjee, S. (2007). A Design Science Research Methodology for Information Systems
Research. Journal of Management Information Systems, 24(3), 45–77. https://doi.org/10.2753/MIS0742-1222240302
● Qi, C.R.; Chen, X.; Litany, O.; Guibas, L.J.: ImVoteNet: Boosting 3D Object Detection in Point Clouds With Image Votes. In 2020 IEEE/CVF
Conference on Computer Vision and Pattern Recognition(CVPR), 4403–4412. IEEE, Seattle, WA, USA, 2020. ISBN 9781728171685.
http://doi.org/10.1109/CVPR42600.2020.00446
● Qi, C.R.; Litany, O.; He, K.; Guibas, L.: Deep Hough Voting for 3D Object Detection in Point Clouds. In 2019 IEEE/CVF International Conference on
Computer Vision (ICCV), 9276–9285. IEEE, Seoul, Korea(South), 2019. ISBN 978-1-72814-803-8.http://doi.org/10.1109/ICCV.2019.00937
● Sager, C.; Zschech, P.; Kühl, N. labelCloud: A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds. 2021.
18th Annual International CAD Conference (CAD'21)
● Sager, C.; Zschech, P.; Kühl, N. labelCloud: A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds. 2021.
Computer-Aided Design and Applications (forthcoming)
● Wang, B., Wu, V., Wu, B., & Keutzer, K. (2019). LATTE: Accelerating LiDAR Point Cloud Annotation via Sensor Fusion, One-Click Annotation, and
Tracking. 2019 IEEE Intelligent Transportation Systems Conference (ITSC), 265–272. https://doi.org/10.1109/ITSC.2019.8916980
● Wirth, F., Quehl, J., Ota, J., & Stiller, C. (2019). PointAtMe: Efficient 3D Point Cloud Labeling in Virtual Reality. 2019 IEEE Intelligent Vehicles
Symposium (IV), 1693–1698. https://doi.org/10.1109/IVS.2019.8814115
● Zimmer, W., Rangesh, A., & Trivedi, M. (2019). 3D BAT: A Semi-Automatic, Web-based 3D Annotation Toolbox for Full-Surround, Multi-Modal
Data Streams. 2019 IEEE Intelligent Vehicles Symposium (IV), 1816–1821. https://doi.org/10.1109/IVS.2019.8814071

More Related Content

Similar to labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds

Tutorial archi cad 7.0
Tutorial archi cad 7.0Tutorial archi cad 7.0
Tutorial archi cad 7.0imaduddin91
 
Call for Paper - 3rd International Conference on Machine learning and Cloud C...
Call for Paper - 3rd International Conference on Machine learning and Cloud C...Call for Paper - 3rd International Conference on Machine learning and Cloud C...
Call for Paper - 3rd International Conference on Machine learning and Cloud C...ijmnct
 
Fog Computing: Implementation of a Simple Fog Scenario Through IoT Public Ser...
Fog Computing: Implementation of a Simple Fog Scenario Through IoT Public Ser...Fog Computing: Implementation of a Simple Fog Scenario Through IoT Public Ser...
Fog Computing: Implementation of a Simple Fog Scenario Through IoT Public Ser...Teodoro Montanaro
 
Presenting D-studio projects at IE_NET BIM Conference, Antwerp 16 october 2013
Presenting D-studio projects at IE_NET BIM Conference, Antwerp 16 october 2013Presenting D-studio projects at IE_NET BIM Conference, Antwerp 16 october 2013
Presenting D-studio projects at IE_NET BIM Conference, Antwerp 16 october 2013Koenraad Nys
 
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)ijp2p
 
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)ijccsa
 
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)ijujournal
 
9th International Conference on Signal Processing (CSIP 2022)
9th International Conference on Signal Processing (CSIP 2022)9th International Conference on Signal Processing (CSIP 2022)
9th International Conference on Signal Processing (CSIP 2022)ijesajournal
 
Corey.Berry.Portfolio.2016
Corey.Berry.Portfolio.2016Corey.Berry.Portfolio.2016
Corey.Berry.Portfolio.2016Corey Berry
 
Modeling Capabilities of Digital Twin Platforms: Old Wine in New Bottles?
Modeling Capabilities of Digital Twin Platforms: Old Wine in New Bottles?Modeling Capabilities of Digital Twin Platforms: Old Wine in New Bottles?
Modeling Capabilities of Digital Twin Platforms: Old Wine in New Bottles?Daniel Lehner
 
2015 09-21 webinar - 3D SCAN 3D Scanning Storage and Visualization
2015 09-21 webinar - 3D SCAN 3D Scanning Storage and Visualization2015 09-21 webinar - 3D SCAN 3D Scanning Storage and Visualization
2015 09-21 webinar - 3D SCAN 3D Scanning Storage and VisualizationFITMAN FI
 
Community Clouds from Scratch
Community Clouds from ScratchCommunity Clouds from Scratch
Community Clouds from ScratchNETWAYS
 
Introduction to mago3D, an Open Source Based Digital Twin Platform
Introduction to mago3D, an Open Source Based Digital Twin PlatformIntroduction to mago3D, an Open Source Based Digital Twin Platform
Introduction to mago3D, an Open Source Based Digital Twin PlatformSANGHEE SHIN
 
Hatii seminar 2014 - The emerging needs and the long standing issues curating...
Hatii seminar 2014 - The emerging needs and the long standing issues curating...Hatii seminar 2014 - The emerging needs and the long standing issues curating...
Hatii seminar 2014 - The emerging needs and the long standing issues curating...Ruggero Lancia
 
AMS & Anarkik3D Ltd.pptx
AMS & Anarkik3D Ltd.pptxAMS & Anarkik3D Ltd.pptx
AMS & Anarkik3D Ltd.pptxAnarkik3D Ltd
 
Cadison world-issue-03-2011
Cadison world-issue-03-2011Cadison world-issue-03-2011
Cadison world-issue-03-2011CADISON
 
Cadison world 2011 issue 1
Cadison world  2011 issue  1Cadison world  2011 issue  1
Cadison world 2011 issue 1CADISON
 

Similar to labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds (20)

Tutorial archi cad 7.0
Tutorial archi cad 7.0Tutorial archi cad 7.0
Tutorial archi cad 7.0
 
Call for Paper - 3rd International Conference on Machine learning and Cloud C...
Call for Paper - 3rd International Conference on Machine learning and Cloud C...Call for Paper - 3rd International Conference on Machine learning and Cloud C...
Call for Paper - 3rd International Conference on Machine learning and Cloud C...
 
Fog Computing: Implementation of a Simple Fog Scenario Through IoT Public Ser...
Fog Computing: Implementation of a Simple Fog Scenario Through IoT Public Ser...Fog Computing: Implementation of a Simple Fog Scenario Through IoT Public Ser...
Fog Computing: Implementation of a Simple Fog Scenario Through IoT Public Ser...
 
Presenting D-studio projects at IE_NET BIM Conference, Antwerp 16 october 2013
Presenting D-studio projects at IE_NET BIM Conference, Antwerp 16 october 2013Presenting D-studio projects at IE_NET BIM Conference, Antwerp 16 october 2013
Presenting D-studio projects at IE_NET BIM Conference, Antwerp 16 october 2013
 
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
 
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
 
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
3rd International Conference on Machine learning and Cloud Computing (MLCL 2022)
 
9th International Conference on Signal Processing (CSIP 2022)
9th International Conference on Signal Processing (CSIP 2022)9th International Conference on Signal Processing (CSIP 2022)
9th International Conference on Signal Processing (CSIP 2022)
 
Corey.Berry.Portfolio.2016
Corey.Berry.Portfolio.2016Corey.Berry.Portfolio.2016
Corey.Berry.Portfolio.2016
 
Modeling Capabilities of Digital Twin Platforms: Old Wine in New Bottles?
Modeling Capabilities of Digital Twin Platforms: Old Wine in New Bottles?Modeling Capabilities of Digital Twin Platforms: Old Wine in New Bottles?
Modeling Capabilities of Digital Twin Platforms: Old Wine in New Bottles?
 
2015 09-21 webinar - 3D SCAN 3D Scanning Storage and Visualization
2015 09-21 webinar - 3D SCAN 3D Scanning Storage and Visualization2015 09-21 webinar - 3D SCAN 3D Scanning Storage and Visualization
2015 09-21 webinar - 3D SCAN 3D Scanning Storage and Visualization
 
Community Clouds from Scratch
Community Clouds from ScratchCommunity Clouds from Scratch
Community Clouds from Scratch
 
Introduction to mago3D, an Open Source Based Digital Twin Platform
Introduction to mago3D, an Open Source Based Digital Twin PlatformIntroduction to mago3D, an Open Source Based Digital Twin Platform
Introduction to mago3D, an Open Source Based Digital Twin Platform
 
Hatii seminar 2014 - The emerging needs and the long standing issues curating...
Hatii seminar 2014 - The emerging needs and the long standing issues curating...Hatii seminar 2014 - The emerging needs and the long standing issues curating...
Hatii seminar 2014 - The emerging needs and the long standing issues curating...
 
Anarkik3D presentation at Thrive 11022110
Anarkik3D presentation at Thrive 11022110Anarkik3D presentation at Thrive 11022110
Anarkik3D presentation at Thrive 11022110
 
3D Laser Scaning FPSO Mystras
3D Laser Scaning FPSO Mystras3D Laser Scaning FPSO Mystras
3D Laser Scaning FPSO Mystras
 
3D Laser Scaning FPSO Mystras
3D Laser Scaning FPSO Mystras3D Laser Scaning FPSO Mystras
3D Laser Scaning FPSO Mystras
 
AMS & Anarkik3D Ltd.pptx
AMS & Anarkik3D Ltd.pptxAMS & Anarkik3D Ltd.pptx
AMS & Anarkik3D Ltd.pptx
 
Cadison world-issue-03-2011
Cadison world-issue-03-2011Cadison world-issue-03-2011
Cadison world-issue-03-2011
 
Cadison world 2011 issue 1
Cadison world  2011 issue  1Cadison world  2011 issue  1
Cadison world 2011 issue 1
 

Recently uploaded

Forest laws, Indian forest laws, why they are important
Forest laws, Indian forest laws, why they are importantForest laws, Indian forest laws, why they are important
Forest laws, Indian forest laws, why they are importantadityabhardwaj282
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |aasikanpl
 
insect anatomy and insect body wall and their physiology
insect anatomy and insect body wall and their  physiologyinsect anatomy and insect body wall and their  physiology
insect anatomy and insect body wall and their physiologyDrAnita Sharma
 
Transposable elements in prokaryotes.ppt
Transposable elements in prokaryotes.pptTransposable elements in prokaryotes.ppt
Transposable elements in prokaryotes.pptArshadWarsi13
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Gas_Laws_powerpoint_notes.ppt for grade 10
Gas_Laws_powerpoint_notes.ppt for grade 10Gas_Laws_powerpoint_notes.ppt for grade 10
Gas_Laws_powerpoint_notes.ppt for grade 10ROLANARIBATO3
 
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptx
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptxLIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptx
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptxmalonesandreagweneth
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxkessiyaTpeter
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real timeSatoshi NAKAHIRA
 
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxMicrophone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxpriyankatabhane
 
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...lizamodels9
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tantaDashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tantaPraksha3
 
Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)DHURKADEVIBASKAR
 
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxRESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxFarihaAbdulRasheed
 
Twin's paradox experiment is a meassurement of the extra dimensions.pptx
Twin's paradox experiment is a meassurement of the extra dimensions.pptxTwin's paradox experiment is a meassurement of the extra dimensions.pptx
Twin's paradox experiment is a meassurement of the extra dimensions.pptxEran Akiva Sinbar
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSarthak Sekhar Mondal
 
TOTAL CHOLESTEROL (lipid profile test).pptx
TOTAL CHOLESTEROL (lipid profile test).pptxTOTAL CHOLESTEROL (lipid profile test).pptx
TOTAL CHOLESTEROL (lipid profile test).pptxdharshini369nike
 
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxAnalytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxSwapnil Therkar
 

Recently uploaded (20)

Forest laws, Indian forest laws, why they are important
Forest laws, Indian forest laws, why they are importantForest laws, Indian forest laws, why they are important
Forest laws, Indian forest laws, why they are important
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
 
insect anatomy and insect body wall and their physiology
insect anatomy and insect body wall and their  physiologyinsect anatomy and insect body wall and their  physiology
insect anatomy and insect body wall and their physiology
 
Transposable elements in prokaryotes.ppt
Transposable elements in prokaryotes.pptTransposable elements in prokaryotes.ppt
Transposable elements in prokaryotes.ppt
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Gas_Laws_powerpoint_notes.ppt for grade 10
Gas_Laws_powerpoint_notes.ppt for grade 10Gas_Laws_powerpoint_notes.ppt for grade 10
Gas_Laws_powerpoint_notes.ppt for grade 10
 
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptx
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptxLIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptx
LIGHT-PHENOMENA-BY-CABUALDIONALDOPANOGANCADIENTE-CONDEZA (1).pptx
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real time
 
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxMicrophone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
 
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Hauz Khas Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
 
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tantaDashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
 
Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)
 
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxRESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
 
Twin's paradox experiment is a meassurement of the extra dimensions.pptx
Twin's paradox experiment is a meassurement of the extra dimensions.pptxTwin's paradox experiment is a meassurement of the extra dimensions.pptx
Twin's paradox experiment is a meassurement of the extra dimensions.pptx
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
 
TOTAL CHOLESTEROL (lipid profile test).pptx
TOTAL CHOLESTEROL (lipid profile test).pptxTOTAL CHOLESTEROL (lipid profile test).pptx
TOTAL CHOLESTEROL (lipid profile test).pptx
 
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxAnalytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
 

labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds

  • 1. Christoph Sager¹, Patrick Zschech², Niklas Kühl³ // 07.07.2021 CAD'21 - 18th annual International CAD Conference, Barcelona labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds ¹ Technische Universität Dresden, ² Friedrich-Alexander-Universität Erlangen-Nürnberg, ³ Karlsruher Institut für Technologie
  • 2. labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl Paper & Software Presentation // 07.07.2021 Slide 2 Content – labelCloud A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds 1. Foundations Point Clouds and Machine Learning 2. Related Work & Motivation Existing Point Cloud Labeling Tools 3. Live Demonstration Presentation of labelCloud’s Core Features 4. Evaluation & Discussion Results of the User Study 5. Conclusion & Outlook Applications & Further Development
  • 3. labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl Paper & Software Presentation // 07.07.2021 Slide 3 Foundations & Motivation Point Clouds & Machine Learning
  • 4. labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl Paper & Software Presentation // 07.07.2021 Slide 4 Foundations – The need for Point Clouds in Object Detection ● Automatic object detection is increasingly used in safety-critical contexts → like autonomous driving, robotics and medicine ● Yet 2D-based approaches fail in estimating the size and distance of objects with high precision ● 3D-point clouds capture environments in real-world metrics 100px 300px 4 m 1.6 m 2 m 2D vs. 3D
  • 5. labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl Paper & Software Presentation // 07.07.2021 Slide 5 Foundations – Point Clouds and Machine Learning ● Point clouds are recorded with depth sensors based on lidar or stereo vision ● New architectures of artificial neural network can handle this unstructured data ○ estimate the position, rotation and dimension of objects (Friederich et al., 2020, Qi et al., 2019, 2020) ● VoteNet ● ImVoteNet ● 3D-CNN ● ...
  • 6. labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl Paper & Software Presentation // 07.07.2021 Slide 6 Foundations – 3D Bounding Boxes as Result of 3D Object Detection ● Depth-based 3D object detection methods can predict distances, dimensions and rotations of objects in real-world metrics (i.e., meter) ● To train neural networks, large amounts of labeled training data (known outcomes) are necessary, which requires labeling tools specialized for point clouds (Friederich et al., 2020; Geiger et al., 2013) pitch
  • 7. labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl Paper & Software Presentation // 07.07.2021 Slide 7 Related Work & Motivation Existing Tools Point Cloud Labeling Tools
  • 8. labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl Paper & Software Presentation // 07.07.2021 Slide 8 Related Work – Existing Point Cloud Labeling Tools ● Analysis of 3+ existing point cloud labeling tools ● All focus on the creation of training data for autonomous driving applications ● This lead to … → few supported point cloud file formats → strong focus on lidar sensors → neglection the x- and y-rotation (Arief et al., 2020; Wang et al., 2019; Zimmer et al., 2019)
  • 9. labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl Paper & Software Presentation // 07.07.2021 Slide 9 Motivation – Design of a lightweight, domain-independent Labeling Tool (Chandra et al., 2015; Pfeffers et al. 2007) Major Requirements: R1) Support intuitive and direct labeling inside the point cloud R2) Allow manipulation of position, rotation and dimension of 3D bounding box R3) Increase quality and precision of the drawn bounding boxes R4) Decrease labeling time and necessary user interactions R5) Support multiple point cloud and label file formats R6) Allow for flexibility while keeping dependencies to minimum
  • 10. labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl Paper & Software Presentation // 07.07.2021 Slide 10 ✓ Works for 3DOD & 6DPE ✓ Full Rotation Support (x,y,z) ✓ Many Compatible Formats ✓ Fast & Easy Setup Live Demonstration – Presentation of labelCloud’s Core Features
  • 11. labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl Paper & Software Presentation // 07.07.2021 Slide 11 MODEL CONTROL VIEW Software Architecture – Standing on the Shoulders of Pip PyOpenGL PyQt Open3D numpy PCD Viewer Point Cloud Label Math3D PCD Manger* Label Manager* Label Mode* Picking Mode Spanning Mode modular & extend- able architecture
  • 12. labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl Paper & Software Presentation // 07.07.2021 Slide 12 Evaluation & Discussion Results of the User Study
  • 13. labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl Paper & Software Presentation // 07.07.2021 Slide 13 Evaluation – Comparison of Label Methods Picking & Spanning The Spanning Mode is 22% faster and requires less user interaction (-63%).
  • 14. labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl Paper & Software Presentation // 07.07.2021 Slide 14 Discussion – labelCloud in the Context of Existing Labeling Tools labelCloud Existing Point Cloud Labeling Tools ● Direct labeling inside the point cloud ● Indirect labeling on a 2D-projection of the point cloud ● Domain-independent and flexible ● Domain-specific and highly specialized ● Support of many depth sensors and ML-frameworks ● Focus on single sensor types and selected frameworks ● Easy to set up and few dependencies ● Sometimes difficult to set up due to many dependencies ● So far no automatization features → difficult due to domain-independence ● Provide automatization features, like ○ pre-trained models ○ object tracking ○ 1-click clustering ○ projections of 2D labels
  • 15. labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl Paper & Software Presentation // 07.07.2021 Slide 15 Conclusion & Outlook Applications & Further Development
  • 16. labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl Paper & Software Presentation // 07.07.2021 Slide 16 Conclusion & Outlook – Critical Discussion & Future Research Conclusion ● Proven feasibility of direct labeling with 3D Bounding Boxes ● Provision of a software to quickly test 3D object detection in multiple domains ● Further reduction of the labeling time still possible with automatization features Outlook 1. 3D object detection is more and more used in real applications outside of research 2. 3D sensors are getting more affordable and integrated into consumer products (like the iPhone) 3. The application of 3D object detection requires efficient and easy to use labeling tools
  • 17. labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl Paper & Software Presentation // 07.07.2021 Slide 17 Interested? … try it out: Do you see a use case that might benefit from 3D object detection? Do you want further information? Let’s talk: Christoph Sager christophsager christoph.sager@gmail.com Running on Linux, Windows and Mac. Sager, C.; Zschech, P.; Kühl, N. labelCloud: A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds. 2021. 18th Annual International CAD Conference (CAD'21) Sager, C.; Zschech, P.; Kühl, N. labelCloud: A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds. 2021. Computer-Aided Design and Applications (forthcoming)
  • 18. labelCloud – A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds CAD'21 - the 18th annual International CAD Conference, Barcelona // C. Sager, P. Zschech, N. Kühl Paper & Software Presentation // 07.07.2021 Slide 18 Selected Sources ● Arief, H. A., Arief, M., Zhang, G., Liu, Z., Bhat, M., Indahl, U. G., Tveite, H., & Zhao, D. (2020). SAnE: Smart Annotation and Evaluation Tools for Point Cloud Data. IEEE Access, 8, 131848–131858. https://doi.org/10.1109/ACCESS.2020.3009914 ● Chandra, L., Seidel, S., & Gregor, S. (2015). Prescriptive Knowledge in IS Research: Conceptualizing Design Principles in Terms of Materiality, Action, and Boundary Conditions. 2015 48th Hawaii International Conference on System Sciences, 4039–4048. https://doi.org/10.1109/HICSS.2015.485 ● Friederich, J.; Zschech, P.: Review and Systematization of Solutions for 3D Object Detection. In 15th International Conference on Wirtschaftsinformatik (WI), 1699–1711. GITO Verlag, Potsdam, Germany,2020. ISBN 978-3-95545-335-0. http://doi.org/10.30844/wi_2020_r2-friedrich ● Geiger, A.; Lenz, P.; Stiller, C.; Urtasun, R.: Vision meets robotics: The KITTI dataset. The InternationalJournal of Robotics Research, 32(11), 1231–1237, 2013. ISSN 0278-3649, 1741-3176.http://doi.org/10.1177/0278364913491297 ● Peffers, K., Tuunanen, T., Rothenberger, M. A., & Chatterjee, S. (2007). A Design Science Research Methodology for Information Systems Research. Journal of Management Information Systems, 24(3), 45–77. https://doi.org/10.2753/MIS0742-1222240302 ● Qi, C.R.; Chen, X.; Litany, O.; Guibas, L.J.: ImVoteNet: Boosting 3D Object Detection in Point Clouds With Image Votes. In 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition(CVPR), 4403–4412. IEEE, Seattle, WA, USA, 2020. ISBN 9781728171685. http://doi.org/10.1109/CVPR42600.2020.00446 ● Qi, C.R.; Litany, O.; He, K.; Guibas, L.: Deep Hough Voting for 3D Object Detection in Point Clouds. In 2019 IEEE/CVF International Conference on Computer Vision (ICCV), 9276–9285. IEEE, Seoul, Korea(South), 2019. ISBN 978-1-72814-803-8.http://doi.org/10.1109/ICCV.2019.00937 ● Sager, C.; Zschech, P.; Kühl, N. labelCloud: A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds. 2021. 18th Annual International CAD Conference (CAD'21) ● Sager, C.; Zschech, P.; Kühl, N. labelCloud: A Lightweight Domain-Independent Labeling Tool for 3D Object Detection in Point Clouds. 2021. Computer-Aided Design and Applications (forthcoming) ● Wang, B., Wu, V., Wu, B., & Keutzer, K. (2019). LATTE: Accelerating LiDAR Point Cloud Annotation via Sensor Fusion, One-Click Annotation, and Tracking. 2019 IEEE Intelligent Transportation Systems Conference (ITSC), 265–272. https://doi.org/10.1109/ITSC.2019.8916980 ● Wirth, F., Quehl, J., Ota, J., & Stiller, C. (2019). PointAtMe: Efficient 3D Point Cloud Labeling in Virtual Reality. 2019 IEEE Intelligent Vehicles Symposium (IV), 1693–1698. https://doi.org/10.1109/IVS.2019.8814115 ● Zimmer, W., Rangesh, A., & Trivedi, M. (2019). 3D BAT: A Semi-Automatic, Web-based 3D Annotation Toolbox for Full-Surround, Multi-Modal Data Streams. 2019 IEEE Intelligent Vehicles Symposium (IV), 1816–1821. https://doi.org/10.1109/IVS.2019.8814071