SlideShare a Scribd company logo
1 of 66
Download to read offline
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Automatic Generation of Structural Building
Descriptions from 3D Point Cloud Scans
GRAPP 2014 – Paper ID 54
Sebastian Ochmann
ochmann@cs.uni-bonn.de
University of Bonn, Germany

January 6th, 2014

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Introduction

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Strong trend in architecture towards Building Information Modeling
(BIM) for planning, facility management, and retrofitting purposes.
• In addition to geometry also includes meta data and entity

relations.

• BIM models not readily available for older buildings, still

desirable, e.g. for renovation planning.

Image from http://www.digital210king.org/
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Strong trend in architecture towards Building Information Modeling
(BIM) for planning, facility management, and retrofitting purposes.
• In addition to geometry also includes meta data and entity

relations.

• BIM models not readily available for older buildings, still

desirable, e.g. for renovation planning.

Image from http://www.digital210king.org/
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Strong trend in architecture towards Building Information Modeling
(BIM) for planning, facility management, and retrofitting purposes.
• In addition to geometry also includes meta data and entity

relations.

• BIM models not readily available for older buildings, still

desirable, e.g. for renovation planning.

Image from http://www.digital210king.org/
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Increasing availability and usage of laser scans as a starting
point/guide for BIM generation.
• Point clouds lack structure, making BIM generation a highly

manual, time-consuming process.

• Automatic methods for structural and semantic analysis of

point clouds are essential.

Image from http://www.digital210king.org/
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Increasing availability and usage of laser scans as a starting
point/guide for BIM generation.
• Point clouds lack structure, making BIM generation a highly

manual, time-consuming process.

• Automatic methods for structural and semantic analysis of

point clouds are essential.

Image from http://www.digital210king.org/
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Increasing availability and usage of laser scans as a starting
point/guide for BIM generation.
• Point clouds lack structure, making BIM generation a highly

manual, time-consuming process.

• Automatic methods for structural and semantic analysis of

point clouds are essential.

Image from http://www.digital210king.org/
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

This paper presents an approach for room segmentation and
opening detection from indoor point clouds.
• Facilitates navigation within and handling of point clouds,

enables highlighting/hiding of individual rooms.
• Automatic placement of doors, approximation of room areas.
• Enables retrieval of room constellations (graph queries).

Partial scan of Kronborg castle (Denmark); room segmentation and detected connections between rooms are shown.
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

This paper presents an approach for room segmentation and
opening detection from indoor point clouds.
• Facilitates navigation within and handling of point clouds,

enables highlighting/hiding of individual rooms.
• Automatic placement of doors, approximation of room areas.
• Enables retrieval of room constellations (graph queries).

Partial scan of Kronborg castle (Denmark); room segmentation and detected connections between rooms are shown.
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

This paper presents an approach for room segmentation and
opening detection from indoor point clouds.
• Facilitates navigation within and handling of point clouds,

enables highlighting/hiding of individual rooms.
• Automatic placement of doors, approximation of room areas.
• Enables retrieval of room constellations (graph queries).

Partial scan of Kronborg castle (Denmark); room segmentation and detected connections between rooms are shown.
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

This paper presents an approach for room segmentation and
opening detection from indoor point clouds.
• Facilitates navigation within and handling of point clouds,

enables highlighting/hiding of individual rooms.
• Automatic placement of doors, approximation of room areas.
• Enables retrieval of room constellations (graph queries).

Partial scan of Kronborg castle (Denmark); room segmentation and detected connections between rooms are shown.
Introduction

Related Work

Room Segmentation

Door Detection

Related Work

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Turner and Zakhor: Floor Plan Generation and Room Labeling of
Indoor Environments from Laser Range Data (GRAPP 2014 –
yesterday)

Image by Turner and Zakhor

• Generation of triangulated floor plan from 2D or 3D point cloud.
• Room labeling formulated as graph-cut problem.
• Generation of 2.5D, watertight models with room segmentation.

N.B.: This paper is not included in the related work of our paper as it was published after submission deadline.
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Mura et al.: Robust Reconstruction of Interior Building Structures
with Multiple Rooms under Clutter and Occlusions
(CAD/Graphics, November 2013)

Image by Mura et al.

• Generation of 2D cell complex from wall candidates.
• Diffusion embedding of 2D cell complex for clustering rooms.
N.B.: This paper is not included in the related work of our paper as it was published after submission deadline.
Introduction

Related Work

Room Segmentation

Door Detection

Room Segmentation

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

First goal: Segmentation of point cloud into rooms.

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Starting point: Multiple separate, registered point cloud scans,
including scanner positions.

Idea: Use point-to-scanner assignments as initial, coarse “guess”
for room segmentation.
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Idea: Resolve incorrect labelings by determining which room labels
are most visible from a certain point.

E.g., a “red” point inside of the “green” room is likely to be part
of the green room because it “sees” mostly green points.
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Note on initial “point-to-scan” labeling:
Scans belonging to the same room need to be merged.

Currently done manually; automatic merging suggestions may be
given (see paper).
Introduction

Related Work

Room Segmentation

Door Detection

Note on visibility measure between points

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Detect planar structures1 with (smoothed) occupancy bitmaps.

1

Schnabel et al.: Efficient RANSAC for Point-Cloud Shape Detection (2007).

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Estimate visibility (value in [0, 1]) between two points by testing
for intersections with the planes.
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Let vj (xk ) be an “average” visibility from point k to all points
currently assigned to room j (see paper for details).
Room j

Point k

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Formulation of relabeling as probabilistic clustering problem.

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Formulation of relabeling as probabilistic clustering problem.

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Formulation of relabeling as probabilistic clustering problem.

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Formulation of relabeling as probabilistic clustering problem.

Room prior (governed by "room size")

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Formulation of relabeling as probabilistic clustering problem.

Room prior (governed by "room size")
Class-conditional probability of k'th point
(governed by "average visibility" of room)
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Formulation of relabeling as probabilistic clustering problem.

Room prior (governed by "room size")
Class-conditional probability of k'th point
(governed by "average visibility" of room)
Class-cond. prob.

Room prior
Introduction

Related Work

Room Segmentation

Door Detection

Example for iterative relabeling procedure.

Iteration 0/7 (initial situation)

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Example for iterative relabeling procedure.

Iteration 1/7

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Example for iterative relabeling procedure.

Iteration 2/7

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Example for iterative relabeling procedure.

Iteration 3/7

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Example for iterative relabeling procedure.

Iteration 4/7

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Example for iterative relabeling procedure.

Iteration 5/7

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Example for iterative relabeling procedure.

Iteration 6/7

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Example for iterative relabeling procedure.

Iteration 7/7

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Door Detection

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Second goal: Find openings (e.g. doors) between adjacent rooms;
construct room connectivity graph, e.g. for enabling retrieval.
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Observation: Openings cause overlaps between scans.

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

The relabeling process has just resolved these overlaps.

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Extract scanner-to-point rays corresponding to relabeled points.

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Determine intersection points of rays with detected planes.

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Extract pairs of intersection points to approximate openings.

Estimated door
position and size

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

5 scans of Kronborg castle, Denmark.

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

5 scans of Kronborg castle, Denmark.

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

6 scans of Kronborg castle, Denmark.

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

6 scans of Kronborg castle, Denmark.

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

14 scans of a building in Denmark.

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

14 scans of a building in Denmark.

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

14 scans of a building in Denmark.

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

14 scans of a building in Denmark.

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

14 scans of Oslo bispeg˚rd.
a

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

14 scans of Oslo bispeg˚rd.
a

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

14 scans of Oslo bispeg˚rd.
a

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

14 scans of Oslo bispeg˚rd.
a

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Limitations: Highly non-convex rooms cause problems.

Part of Risløkka trafikkstasjon, Oslo.

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Problem:
• Assumption that (almost) all points of a room are visible from

any point within that room is violated.

Possible solution (also see next slides):
• Use (possibly indirect) “reachability” instead of visibility.
• Take into account not only direct line-of-sight but also

indirect connections, allowing to “see around corners”.
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Problem:
• Assumption that (almost) all points of a room are visible from

any point within that room is violated.

Possible solution (also see next slides):
• Use (possibly indirect) “reachability” instead of visibility.
• Take into account not only direct line-of-sight but also

indirect connections, allowing to “see around corners”.
Introduction

Related Work

Room Segmentation

Door Detection

Future Work

Results & Conclusion

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Future Work

Improved room segmentation, also works on non-convex datasets.
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Note: Opening detection is not restricted to doors.

Future Work
Introduction

Related Work

Room Segmentation

Door Detection

Results & Conclusion

Note: Opening detection is not restricted to doors.

Future Work
ACKNOWLEDGEMENTS
We would like to thank Henrik Leander Evers for the scans
of Kronborg Castle, Denmark, and the Faculty of Architecture and Landscape Sciences of Leibniz University Hannover for providing the 3D building models that were used
for generating the synthetic data. This work was partially
funded by the European Communitys Seventh Framework
Programme (FP7/2007-2013) under grant agreement no.
600908 (DURAARK) 2013-2016

More Related Content

Similar to Grapp2014 presentation

3-Phase Recognition Approach to Pseudo 3D Building Generation from 2D Floor P...
3-Phase Recognition Approach to Pseudo 3D Building Generation from 2D Floor P...3-Phase Recognition Approach to Pseudo 3D Building Generation from 2D Floor P...
3-Phase Recognition Approach to Pseudo 3D Building Generation from 2D Floor P...ijcga
 
Bridging the Instance V1 Marks and Encryptions
Bridging the Instance V1 Marks and EncryptionsBridging the Instance V1 Marks and Encryptions
Bridging the Instance V1 Marks and EncryptionsBrij Consulting, LLC
 
How to Use Sim CFD (to your advantage): A Primer for Computational Fluid Dyna...
How to Use Sim CFD (to your advantage): A Primer for Computational Fluid Dyna...How to Use Sim CFD (to your advantage): A Primer for Computational Fluid Dyna...
How to Use Sim CFD (to your advantage): A Primer for Computational Fluid Dyna...Synergis Engineering Design Solutions
 
Ptc creo reverse engineering extension
Ptc creo reverse engineering extensionPtc creo reverse engineering extension
Ptc creo reverse engineering extensionVictor Mitov
 
Finding similarities between structured documents as a crucial stage for gene...
Finding similarities between structured documents as a crucial stage for gene...Finding similarities between structured documents as a crucial stage for gene...
Finding similarities between structured documents as a crucial stage for gene...Alexander Decker
 
Software_effort_estimation for Software engineering.pdf
Software_effort_estimation for Software engineering.pdfSoftware_effort_estimation for Software engineering.pdf
Software_effort_estimation for Software engineering.pdfsnehan789
 
[3D勉強会@関東] Deep Reinforcement Learning of Volume-guided Progressive View Inpa...
[3D勉強会@関東] Deep Reinforcement Learning of Volume-guided Progressive View Inpa...[3D勉強会@関東] Deep Reinforcement Learning of Volume-guided Progressive View Inpa...
[3D勉強会@関東] Deep Reinforcement Learning of Volume-guided Progressive View Inpa...Seiya Ito
 
HP - Jerome Rolia - Hadoop World 2010
HP - Jerome Rolia - Hadoop World 2010HP - Jerome Rolia - Hadoop World 2010
HP - Jerome Rolia - Hadoop World 2010Cloudera, Inc.
 
A survey on modeling guidelines for quantity takeoff-oriented BIM-based design
A survey on modeling guidelines for quantity takeoff-oriented BIM-based designA survey on modeling guidelines for quantity takeoff-oriented BIM-based design
A survey on modeling guidelines for quantity takeoff-oriented BIM-based designAbdoul-Aziz Gansonre
 
Mi 291 chapter 3 (reverse engineering)(1)
Mi 291 chapter 3 (reverse engineering)(1)Mi 291 chapter 3 (reverse engineering)(1)
Mi 291 chapter 3 (reverse engineering)(1)varun teja G.V.V
 
Using Metrology Software to Capture Data for Reverse Engineering
Using Metrology Software to Capture Data for Reverse EngineeringUsing Metrology Software to Capture Data for Reverse Engineering
Using Metrology Software to Capture Data for Reverse EngineeringDesign World
 
Presentation to NH Arch - Parametric Modelling and Evolutionary Analysis
Presentation to NH Arch - Parametric Modelling and Evolutionary AnalysisPresentation to NH Arch - Parametric Modelling and Evolutionary Analysis
Presentation to NH Arch - Parametric Modelling and Evolutionary AnalysisNathan Luke
 
Hybrid method for automating generation of reticulated structures (lattice st...
Hybrid method for automating generation of reticulated structures (lattice st...Hybrid method for automating generation of reticulated structures (lattice st...
Hybrid method for automating generation of reticulated structures (lattice st...IJECEIAES
 
Intro computational design_mega2016_1_with_recommendedplugins
Intro computational design_mega2016_1_with_recommendedpluginsIntro computational design_mega2016_1_with_recommendedplugins
Intro computational design_mega2016_1_with_recommendedpluginsPirouz Nourian
 
2015-07-08 Paper 38 - ICVS Talk
2015-07-08 Paper 38 - ICVS Talk2015-07-08 Paper 38 - ICVS Talk
2015-07-08 Paper 38 - ICVS TalkThomas Sølund
 
Siemens-PLM-NX-CAE-overview-br-X24
Siemens-PLM-NX-CAE-overview-br-X24Siemens-PLM-NX-CAE-overview-br-X24
Siemens-PLM-NX-CAE-overview-br-X24Brady Walther
 
ecotectanalysis10_whitepaper_revit_userguide_technical.pdf
ecotectanalysis10_whitepaper_revit_userguide_technical.pdfecotectanalysis10_whitepaper_revit_userguide_technical.pdf
ecotectanalysis10_whitepaper_revit_userguide_technical.pdfKhKhulan2
 

Similar to Grapp2014 presentation (20)

isprsarchives-XL-3-381-2014
isprsarchives-XL-3-381-2014isprsarchives-XL-3-381-2014
isprsarchives-XL-3-381-2014
 
3-Phase Recognition Approach to Pseudo 3D Building Generation from 2D Floor P...
3-Phase Recognition Approach to Pseudo 3D Building Generation from 2D Floor P...3-Phase Recognition Approach to Pseudo 3D Building Generation from 2D Floor P...
3-Phase Recognition Approach to Pseudo 3D Building Generation from 2D Floor P...
 
Bridging the Instance V1 Marks and Encryptions
Bridging the Instance V1 Marks and EncryptionsBridging the Instance V1 Marks and Encryptions
Bridging the Instance V1 Marks and Encryptions
 
How to Use Sim CFD (to your advantage): A Primer for Computational Fluid Dyna...
How to Use Sim CFD (to your advantage): A Primer for Computational Fluid Dyna...How to Use Sim CFD (to your advantage): A Primer for Computational Fluid Dyna...
How to Use Sim CFD (to your advantage): A Primer for Computational Fluid Dyna...
 
Ptc creo reverse engineering extension
Ptc creo reverse engineering extensionPtc creo reverse engineering extension
Ptc creo reverse engineering extension
 
Finding similarities between structured documents as a crucial stage for gene...
Finding similarities between structured documents as a crucial stage for gene...Finding similarities between structured documents as a crucial stage for gene...
Finding similarities between structured documents as a crucial stage for gene...
 
Software_effort_estimation for Software engineering.pdf
Software_effort_estimation for Software engineering.pdfSoftware_effort_estimation for Software engineering.pdf
Software_effort_estimation for Software engineering.pdf
 
[3D勉強会@関東] Deep Reinforcement Learning of Volume-guided Progressive View Inpa...
[3D勉強会@関東] Deep Reinforcement Learning of Volume-guided Progressive View Inpa...[3D勉強会@関東] Deep Reinforcement Learning of Volume-guided Progressive View Inpa...
[3D勉強会@関東] Deep Reinforcement Learning of Volume-guided Progressive View Inpa...
 
HP - Jerome Rolia - Hadoop World 2010
HP - Jerome Rolia - Hadoop World 2010HP - Jerome Rolia - Hadoop World 2010
HP - Jerome Rolia - Hadoop World 2010
 
PointNet
PointNetPointNet
PointNet
 
A survey on modeling guidelines for quantity takeoff-oriented BIM-based design
A survey on modeling guidelines for quantity takeoff-oriented BIM-based designA survey on modeling guidelines for quantity takeoff-oriented BIM-based design
A survey on modeling guidelines for quantity takeoff-oriented BIM-based design
 
Mi 291 chapter 3 (reverse engineering)(1)
Mi 291 chapter 3 (reverse engineering)(1)Mi 291 chapter 3 (reverse engineering)(1)
Mi 291 chapter 3 (reverse engineering)(1)
 
Using Metrology Software to Capture Data for Reverse Engineering
Using Metrology Software to Capture Data for Reverse EngineeringUsing Metrology Software to Capture Data for Reverse Engineering
Using Metrology Software to Capture Data for Reverse Engineering
 
Presentation to NH Arch - Parametric Modelling and Evolutionary Analysis
Presentation to NH Arch - Parametric Modelling and Evolutionary AnalysisPresentation to NH Arch - Parametric Modelling and Evolutionary Analysis
Presentation to NH Arch - Parametric Modelling and Evolutionary Analysis
 
Hybrid method for automating generation of reticulated structures (lattice st...
Hybrid method for automating generation of reticulated structures (lattice st...Hybrid method for automating generation of reticulated structures (lattice st...
Hybrid method for automating generation of reticulated structures (lattice st...
 
Intro computational design_mega2016_1_with_recommendedplugins
Intro computational design_mega2016_1_with_recommendedpluginsIntro computational design_mega2016_1_with_recommendedplugins
Intro computational design_mega2016_1_with_recommendedplugins
 
Architecture and Structure ( ACS) Course.pdf
Architecture and Structure ( ACS) Course.pdfArchitecture and Structure ( ACS) Course.pdf
Architecture and Structure ( ACS) Course.pdf
 
2015-07-08 Paper 38 - ICVS Talk
2015-07-08 Paper 38 - ICVS Talk2015-07-08 Paper 38 - ICVS Talk
2015-07-08 Paper 38 - ICVS Talk
 
Siemens-PLM-NX-CAE-overview-br-X24
Siemens-PLM-NX-CAE-overview-br-X24Siemens-PLM-NX-CAE-overview-br-X24
Siemens-PLM-NX-CAE-overview-br-X24
 
ecotectanalysis10_whitepaper_revit_userguide_technical.pdf
ecotectanalysis10_whitepaper_revit_userguide_technical.pdfecotectanalysis10_whitepaper_revit_userguide_technical.pdf
ecotectanalysis10_whitepaper_revit_userguide_technical.pdf
 

Recently uploaded

Event-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream ProcessingEvent-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream ProcessingScyllaDB
 
ADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxFIDO Alliance
 
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...FIDO Alliance
 
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxHarnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxFIDO Alliance
 
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider  Progress from Awareness to Implementation.pptxTales from a Passkey Provider  Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider Progress from Awareness to Implementation.pptxFIDO Alliance
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceSamy Fodil
 
Top 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTop 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTopCSSGallery
 
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)Paige Cruz
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform EngineeringMarcus Vechiato
 
Intro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxIntro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxFIDO Alliance
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch TuesdayIvanti
 
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties ReimaginedEasier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties Reimaginedpanagenda
 
ERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctBrainSell Technologies
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)Samir Dash
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe中 央社
 
ChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityVictorSzoltysek
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...panagenda
 
Introduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptxIntroduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptxFIDO Alliance
 

Recently uploaded (20)

Event-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream ProcessingEvent-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream Processing
 
ADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptx
 
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
 
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxHarnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
 
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider  Progress from Awareness to Implementation.pptxTales from a Passkey Provider  Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM Performance
 
Top 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTop 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development Companies
 
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform Engineering
 
Intro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxIntro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptx
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch Tuesday
 
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties ReimaginedEasier, Faster, and More Powerful – Notes Document Properties Reimagined
Easier, Faster, and More Powerful – Notes Document Properties Reimagined
 
ERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage Intacct
 
Overview of Hyperledger Foundation
Overview of Hyperledger FoundationOverview of Hyperledger Foundation
Overview of Hyperledger Foundation
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 
ChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps Productivity
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
 
Introduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptxIntroduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptx
 

Grapp2014 presentation