Assessing property damage using a 3D point cloud of a scanned property

US10832334B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-10832334-B2
Application numberUS-201715456016-A
CountryUS
Kind codeB2
Filing dateMar 10, 2017
Priority dateMar 15, 2013
Publication dateNov 10, 2020
Grant dateNov 10, 2020

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A damage assessment module operating on a computer system automatically evaluates a property, estimating damage to the property by analyzing a point cloud of a property. The damage assessment module identifies individual point clusters or segments from the point cloud and detects potentially damaged areas of the property surface by identifying outlier points in the point clusters. The damage assessment module may be used to determine the financial cost of the damage and/or determine whether the property should be replaced or repaired. In addition to eliminating the need for an estimator to visit the property in person, the damage assessment module improves the consistency and accuracy associated with estimating damage to a property.

First claim

Opening claim text (preview).

We claim: 1. A computer implemented method for estimating damage to a property, the method comprising: causing one or more processors to (i) access a memory storing: (a) a 3-Dimensional point cloud representing a property scanned by a 3D scanner and (b) a damage assessment module; and (ii) implement the damage assessment module, wherein the damage assessment module is for: (i) comparing a first segment of the 3D point cloud to a model point cloud, the first segment corresponding to a first object of a plurality of objects detectable at a surface of the property; (ii) identifying based on the comparison of the first segment to the model point cloud, a set of outlier points from the first segment; (iii) associating the identified set of outlier points with a damage status; and (iv) automatically generating, based at least in part on the damage status associated with the set of outlier points, a report of estimated damage to the property; and displaying, at a user interface device, the generated report of estimated damage to the scanned property. 2. The method of claim 1 , wherein: the property is a building; and the object is one of a plurality of objects on the surface of the property, the plurality of objects selected from a group consisting of: (i) a plurality of tiles; (ii) a plurality of shingles; (iii) a plurality of bricks; (iv) a plurality of siding panels; and (v) a plurality of wood planks. 3. The method of claim 1 , wherein: the property is a vehicle; and the object is one of a plurality of body panels of the vehicle. 4. The method of claim 1 , wherein: the first segment corresponds to a point cluster, identified from the 3D point cloud, forming a first planar region. 5. The method of claim 4 , further comprising identifying, by said one or more processors, the first segment of the 3D point cloud, wherein identifying the first segment of the 3D point cloud includes utilizing region growing segmentation to isolate, from the 3D point cloud, the point cluster forming the first planar region. 6. The method of claim 5 , wherein utilizing region growing segmentation to isolate, from the 3D point cloud, the point cluster forming the first planar region, comprises: identifying, by said one or more processors, a set of candidate points, the set of candidate points including one or more first points from the 3D point cloud; determining, by said one or more processors, a first measurement of a surface shape associated with the set of candidate points; identifying, by said one or more processors, one or more second points from the 3D point cloud; adding, by said one or more processors, the one or more second points to the set of candidate points; removing, by said one or more processors, the one or more second points from the set of candidate points when a second measurement of a surface shape associated with the set of candidate points exceeds a threshold shape-measurement; and storing the set of candidate points to a memory as the first segment. 7. The method of claim 6 , wherein the first measurement, the second measurement, and the threshold shape-measurement each relate to at least one of: (i) curvature, or (ii) smoothness. 8. The method of claim 1 , wherein the model point cloud includes points identified from each of a plurality of segments of point clouds, the plurality of segments including the first segment. 9. The method of claim 1 , wherein the model point cloud represents an average of point clusters corresponding to other objects detectable at a surface of the property. 10. The method of claim 1 , wherein identifying, by one or more processors and based on the comparison of the first segment to the model point cloud, the set of outlier points from the first segment includes: determining, for each point of the first segment, a deviation measurement representing a deviation relative to a corresponding point in the model point cloud. 11. The method of claim 1 , wherein identifying, by said one or more processors, the set of outlier points from the first segment comprises utilizing Euclidean clustering to identify the set of outlier points from the first segment. 12. The method of claim 1 , wherein associating, by one or more processors, the identified set of outlier points with the damage status comprises: determining, by said one or more processors, whether one or more of the points in the set of outlier points form a cluster of outlier points proximate to each other such that the cluster of outlier points represent an identifiable area of potential damage to the object. 13. The method of claim 1 , wherein the damage status represents at least one of: (i) a false positive associated with the identified set of outlier points, the false positive indicating that the set of outlier points represents an undamaged area of the object; or (ii) an extent of damage associated with the identified set of outlier points. 14. The method of claim 1 , further including mapping, by said one or more processors, the set of outlier points associated with the damage status to the 3D point cloud representing the property so that one or more areas of damage to the property may be estimated from the 3D point cloud representing the property. 15. A system for determining whether an object is damaged beyond expected wear and tear, the system comprising: one or more 3-Dimensional scanners for scanning a first object to generate a first point cloud representing the first object, wherein the first object is a component of: (i) a building, or (ii) a vehicle; one or more memories for storing the first point cloud generated at the one or more 3D scanners from a scan of the building or the vehicle; one or more processors coupled to the one or more memories, wherein the one or more memories include computer readable instructions that, when executed, cause the one or more processors to: (i) determine, for a particular point in the first point cloud, a nearest-neighbor distance by comparing the first point cloud to a model point cloud representing a model object, the nearest-neighbor distance being between the particular point in the first point cloud and a nearest point in the model point cloud, the nearest point in the model point cloud being nearest, relative to other points in the model point cloud, to the particular point in the first point cloud; (ii) determine whether the nearest-neighbor distance for the particular point exceeds a threshold; (iii) determine, when the nearest-neighbor distance for the particular point exceeds the threshold, that the particular point represents a point of potential damage, exceeding expected wear and tear, to the first object; and (iv) generate a display indicating that the first object is potentially damaged beyond expected wear and tear when it is determined that the particular point represents a point of potential damage, exceeding expected wear and tear, to the first object. 16. The computer system of claim 15 , wherein the one or more 3D scanners for scanning a first object to generate a first point cloud representing the first object comprise: one or more 3D scanners for scanning a plurality of objects including the first object to generate a second point cloud representing the plurality of objects, the second point cloud including the first point cloud; wherein the first point cloud is identified as a segment of the second point cloud using region growing segmentation. 17. The computer system of claim 16 , wherein the instructions further comprise instructions that, when executed at the one or more processors, cause

Assignees

Inventors

Classifications

  • specially adapted for electronic funds transfer [EFT] systems; specially adapted for home banking systems · CPC title

  • G06Q40/08Primary

    Insurance · CPC title

  • Finance; Insurance; Tax strategies; Processing of corporate or income taxes · CPC title

  • using stereoscopic image cameras (stereoscopic photography G03B35/00) · CPC title

  • Design optimisation, verification or simulation (optimisation, verification or simulation of circuit designs G06F30/30) · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US10832334B2 cover?
A damage assessment module operating on a computer system automatically evaluates a property, estimating damage to the property by analyzing a point cloud of a property. The damage assessment module identifies individual point clusters or segments from the point cloud and detects potentially damaged areas of the property surface by identifying outlier points in the point clusters. The damage as…
Who is the assignee on this patent?
State Farm Mutual Automobile Insurance Co
What technology area does this patent fall under?
Primary CPC classification G06Q40/08. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Nov 10 2020 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 12 related publications on this page (citations in our corpus or others sharing the same primary CPC).