Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
URBAN ENVIRONMENT LABELLING
Document Type and Number:
WIPO Patent Application WO/2019/175532
Kind Code:
A1
Abstract:
The present invention relates to a method and system for automatic localisation of static objects in an urban environment. More particularly, the present invention relates to the use of noisy 2-Dimensional (2D) image data to identify and determine 3-Dimensional (3D) positions of objects in large scale urban or city environments. Aspects and/or embodiments seek to provide a method, system, and vehicle for automatically locating static 3D objects in urban environments by using a voting-based triangulation technique. Aspects and/or embodiments also provide a method for updating map data after automatically new 3D static objects in an environment.

Inventors:
ONDRUSKA PETER (GB)
PLATINSKY LUKAS (GB)
Application Number:
PCT/GB2019/050513
Publication Date:
September 19, 2019
Filing Date:
February 25, 2019
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
BLUE VISION LABS UK LTD (GB)
International Classes:
G06V20/10
Foreign References:
EP2526508A12012-11-28
US20170263122A12017-09-14
US20170186177A12017-06-29
Other References:
SUNG-JU KIM ET AL: "Lane-level Positioning based on 3D Tracking Path of Traffic Signs :", PROCEEDINGS OF THE 11TH JOINT CONFERENCE ON COMPUTER VISION, IMAGING AND COMPUTER GRAPHICS THEORY AND APPLICATIONS, 1 January 2016 (2016-01-01), pages 642 - 648, XP055585861, ISBN: 978-989-7581-75-5, DOI: 10.5220/0005721106420648
G. BEN-HAIM ET AL: "Triangulation based topology approach for 2D point sets registration", SURVEY REVIEW, vol. 46, no. 338, 21 August 2014 (2014-08-21), pages 355 - 365, XP055585031, ISSN: 0039-6265, DOI: 10.1179/1752270614Y.0000000115
DABISIAS GIACOMO ET AL: "VALUE: Large Scale Voting-Based Automatic Labelling for Urban Environments", 2018 IEEE INTERNATIONAL CONFERENCE ON ROBOTICS AND AUTOMATION (ICRA), IEEE, 21 May 2018 (2018-05-21), pages 1 - 6, XP033403017, DOI: 10.1109/ICRA.2018.8460196
Attorney, Agent or Firm:
BARNES, Philip (GB)
Download PDF:
Claims:
CLAIMS:

1. A method for automatically locating one or more static objects in an

environment, the method comprising;

receiving a plurality of 2D images of the environment;

detecting one or more static objects from the plurality of 2D images and generating a data set of 2D static object detections; and

performing a voting-based triangulation on the data set of 2D static object detections to determine 3D positions for the one or more static objects detected in the environment.

2. The method of claim 1 wherein the 2D images comprise at least one of or any combination of: camera-intrinsic parameters; pose information; six degrees-of- freedom pose information for each image; or being captured using a fleet of mapping vehicles.

3. The method of any preceding claim wherein the step of detecting one or more static objects comprise at least one of or any combination of:

considering a static object detected when the same static object is detected in at least two 2D images from the plurality of 2D images;

the object is detected in the at least two 2D images with a minimum angle difference;

computing a pixel probability to determine whether a pixel corresponds to a static object;

a thresholding technique to determine neighbouring connecting pixels that also represent the static object; or

bounding boxes used to identify static objects in each 2D image.

4. The method of any preceding claim wherein the voting-based triangulation comprises using at least two detections from different 2D images that correspond to the same static object.

5. The method of claim 4 wherein the voting-based triangulation further comprises creating a hypothesis for each pair of static object detections.

6. The method of claim 5 wherein the or each hypothesis is scored based on a number of votes wherein each vote is indicative of the hypothesis being correct.

7. The method of claim 5 or 6 wherein a 3D position for the or each hypothesis is estimated.

8. The method of any preceding claim wherein the voting comprises:

using the image pose information and camera-intrinsic information, projecting each estimated 3D position of the or each hypothesis into the plurality of 2D images; and

assigning a vote to the or each hypothesis when the distance between the 3D position and any 2D detection is less than a first threshold.

9. The method of any preceding claim wherein the or each hypothesis is

confirmed to be correct by the number of received votes, so as to create a set of confirmed hypotheses.

10. The method of claim 7 further comprising a K-view triangulation to determine an accurate 3D position for the or each hypothesis, where K is dependent upon the number of different images that contributed a vote to the hypothesis.

1 1. The method of any preceding claim wherein the one or more static objects are traffic lights and/or traffic signs. 12. The method of any of claims 5 to 1 1 wherein the creation of the hypothesis comprises any one of:

determining whether the projected position is less than dmax to any 2D detection;

determining whether the 3D position point is triangulated in front of each camera;

determining whether the angle between each projected position is larger than emin, or

determining whether the distance from the static object to either camera is less than rmax.

13. The method of any preceding claim wherein the method for locating

automatically one or more static objects in an environment is performed in clusters of the environment using a distribution schema to split the data set.

14. The method of claim 13 wherein each cluster operates independently.

15. The method of any preceding claim wherein the step of detecting one or more static objects comprises the use of a binary segmentation network and/or convolutional neural networks.

16. The method of claim 15 wherein the binary segmentation network and/or

convolutional neural networks are trained using an existing data set. 17. The method of any preceding claim wherein each 2D image is processed using structure-from-motion, SFM, techniques to estimate pose information of each 2D image.

18. A system for automatically locating one or more static objects in an

environment, the system comprising;

a fleet of mapping vehicles operable to capture a plurality of 2D images of the environment;

a cloud based network comprising a processor operable to determine one or more static objects from the plurality of 2D images and generate a data set of 2D static object detections; wherein

the processor is operable to perform a voting-based triangulation on the data set of the 2D static object detections to determine 3D positions for the one or more static objects detected in the environment. 19. A system comprising at least one server system operable to perform the

method of any of claims 1 to 17.

20. The system of claims 18 or 19 further comprising a plurality of independent clusters configured to independently process a portion of the environment.

21. A vehicle for automatically locating one or more static objects in an environment, the vehicle comprising;

a camera operable to capture a plurality of 2D images of the environment; a connection to a cloud based network comprising a processor operable to determine one or more static objects from the plurality of 2D images and generate a data set of 2D static object detections; wherein

the processor is operable to perform a voting-based triangulation on the data set of the 2D static object detections to determine 3D positions for the one or more static objects detected in the environment.

22. A method for updating map data when automatically locating one or more static objects in an environment, the method comprising;

receiving a plurality of 2D images of the environment;

determining one or more static objects from the plurality of 2D images and generating a data set of 2D static object detections;

performing a voting-based triangulation on the data set of the 2D static object detections to determine 3D positions for the one or more static objects detected in the environment; and

updating existing map data with one or more newly located static objects.

23. A computer program product for providing the method or system of any preceding claim.

AMENDED CLAIMS

received by the International Bureau on 03 July 2019 (03.07.2019)

CLAIMS:

1. A method for automatically locating one or more static objects in an

environment, the method comprising;

receiving a plurality of 2D images of the environment;

detecting one or more static objects from the plurality of 2D images and generating a data set of 2D static object detections; and

performing a voting-based triangulation on the data set of 2D static object detections to determine 3D positions for the one or more static objects detected in the environment.

2. The method of claim 1 wherein the 2D images are provided with at least one of or any combination of: camera-intrinsic parameters; pose information; or six degrees-of-freedom pose information for each image, optionally, the 2D images are captured using a fleet of vehicles.

3. The method of any preceding claim wherein the step of detecting one or more static objects and generating a data set of 2D static object detections

comprises at least one of or any combination of:

considering a static object detected when the same static object is detected in at least two 2D images from the plurality of 2D images;

the object is detected in the at least two 2D images with a minimum angle difference;

computing a pixel probability to determine whether a pixel corresponds to a static object;

a thresholding technique to determine neighbouring connecting pixels that also represent the static object; or

the use of bounding boxes to identify static objects in each 2D image.

4. The method of any preceding claim wherein the voting-based triangulation

comprises using at least two detections from different 2D images that

correspond to the same static object.

5. The method of claim 4 wherein the voting-based triangulation further comprises creating a hypothesis for each of the at least two detections of the static object.

6. The method of claim 5 wherein the or each hypothesis is scored based on a number of votes wherein each vote is indicative of the hypothesis being correct.

7. The method of claim 5 or 6 wherein a 3D position for the or each hypothesis is estimated.

8. The method of any preceding claim wherein the voting comprises:

using the image pose information and camera-intrinsic information, projecting each estimated 3D position of the or each hypothesis into the plurality of 2D images; and

assigning a vote to the or each hypothesis when the distance between the 3D position and any 2D detection is less than a first threshold.

9. The method of any preceding claim wherein the or each hypothesis is

confirmed to be correct by the number of received votes, so as to create a set of confirmed hypotheses.

10. The method of claim 7 further comprising a K-view triangulation to determine an accurate 3D position for the or each hypothesis, where K is dependent upon the number of different images that contributed a vote to the hypothesis.

11. The method of any preceding claim wherein the one or more static objects are traffic lights and/or traffic signs.

12. The method of any of claims 5 to 11 wherein the creation of the hypothesis comprises any one of:

determining whether the projected position is less than dmax to any 2D detection;

determining whether the 3D position point is triangulated in front of each camera;

determining whether the angle between each projected position is larger than emtn ; or

determining whether the distance from the static object to either camera is less than rmax.

13. The method of any preceding claim wherein the method for locating automatically one or more static objects in an environment is performed in clusters of the environment using a distribution schema to split the data set.

14. The method of claim 13 wherein each cluster operates independently.

15. The method of any preceding claim wherein the step of detecting one or more static objects comprises the use of a binary segmentation network and/or convolutional neural networks.

16. The method of claim 15 wherein the binary segmentation network and/or convolutional neural networks are trained using an existing data set.

17. The method of any preceding claim wherein each 2D image is processed using structure-from-motion, SFM, techniques to estimate pose information of each 2D image.

18. The method of any preceding claim where the voting-based triangulation is a voting schema performed to determine 3D positions for the one or more static objects.

19. The method of claim 18 wherein each vote of the voting schema is assigned when a hypothesis based on the 2D static object detections is correct.

20. The method of claim 19 wherein the number of votes per hypothesis

determines the accuracy of the hypothesis.

21. The method of any preceding claim wherein the step of performing a voting- based triangulation is fully automated.

22. A system for automatically locating one or more static objects in an

environment, the system comprising;

a fleet of vehicles operable to capture a plurality of 2D images of the environment; a cloud based network comprising a processor operable to determine one or more static objects from the plurality of 2D images and generate a data set of 2D static object detections; wherein

the processor is operable to perform a voting-based triangulation on the data set of the 2D static object detections to determine 3D positions for the one or more static objects detected in the environment.

23. A system comprising at least one server system operable to perform the

method of any of claims 1 to 21.

24. The system of claims 22 or 23 further comprising a plurality of independent clusters configured to independently process a portion of the environment.

25. A vehicle for automatically locating one or more static objects in an

environment, the vehicle comprising;

a camera operable to capture a plurality of 2D images of the environment; a connection to a cloud based network comprising a processor operable to determine one or more static objects from the plurality of 2D images and generate a data set of 2D static object detections; wherein

the processor is operable to perform a voting-based triangulation on the data set of the 2D static object detections to determine 3D positions for the one or more static objects detected in the environment.

26. A method for updating map data when automatically locating one or more static objects in an environment, the method comprising;

receiving a plurality of 2D images of the environment;

determining one or more static objects from the plurality of 2D images and generating a data set of 2D static object detections;

performing a voting-based triangulation on the data set of the 2D static object detections to determine 3D positions for the one or more static objects detected in the environment; and

updating existing map data with one or more newly located static objects.

27. A computer program product for providing the method or system of any preceding claim.

Description:
URBAN ENVIRONMENT LABELLING

FIELD

The present invention relates to a method and system for automatic localisation of static objects in an urban environment. More particularly, the present invention relates to the use of noisy 2-Dimensional (2D) image data to identify and determine 3-Dimensional (3D) positions of objects in large scale urban or city environments.

BACKGROUND

Environment maps and map data is pivotal for robotics, augmented and virtual reality applications. The next generation of robots, such as self-driving cars, are likely to be reliant on data extracted from environment maps and would therefore operate more robustly by having accurately annotated or described map features.

Precision of the maps’ metric and semantic components play a major role in ensuring robots operate safely and efficiently in its environments, with improved perception. Semantic components of maps typically contain static objects such as road signs, traffic lights, road markings, etc., which are currently labelled manually. Although this may be possible in suburban and rural environments, it becomes extremely time and cost intensive at a city-scale where manual labelling is practically impossible due to the ever-changing landscape.

Accurately localising and differentiating objects in maps has been problematic for many methods and systems devised to visually match similar objects together. Such systems lack capability in differentiating objects which inherently look similar (e.g., traffic lights), and the ability to comprehend factors such as lighting, time-of-day, weather conditions, etc. For this reason, machine learning techniques have become the dominant approach for detecting static 3D objects in an environment.

A basic component of vision-based systems is to establish an accurate 2D detection of a static 3D object in a single image or video. This is commonly achieved using triangulation techniques. For example, if the same object is detected from two images captured by a stereo camera, it is possible to determine the 3D position of the object by using triangulation calculations. Additionally, this method can be expanded by using multiple cameras to observe/monitor the same object. Advantageously, this can improve the triangulation calculations and the resulting estimated position. However, a common problem underlying these triangulation approaches is the need to accurately localise a set of sensors, or cameras, in a certain area. In order to address this problem, GPS systems are often used to provide highly precise location information for the sensor(s). However, in dense urban environments, GPS systems are faced with limited levels of accuracy due to limited direct visibility of the sky.

It is therefore desired that a method and system is provided for overcoming the aforementioned problems.

SUMMARY OF INVENTION

Aspects and/or embodiments seek to provide a method, system, and vehicle for automatically locating static 3D objects in urban environments by using a voting-based triangulation technique. Aspects and/or embodiments also provide a method for updating map data after automatically new 3D static objects in an environment.

According to a first aspect, there is provided a method for automatically locating one or more static objects in an environment, the method comprising, receiving a plurality of 2D images of the environment; detecting one or more static objects from the plurality of 2D images and generating a data set of 2D static object detections; and performing a voting-based triangulation on the data set of 2D static object detections to determine 3D positions for the one or more static objects detected in the environment.

By doing so, the method automatically generates labels for entire cities without the need for manually labelling objects in map data. This enables autonomous robots and/or vehicles to operate more robustly in an environment by having access to map data with strong prior data on the environment, and by having metric and semantic components of the environment for localisation and planning. A distributed voting schema is implemented on information extracted from 2D images to accurately recover 3D positions of detected objects such as traffic lights.

Optionally, the 2D images comprise at least one of or any combination of: camera-intrinsic parameters; pose information; six degrees-of-freedom pose information for each image; or being captured using a fleet of mapping vehicles.

Having camera-intrinsic data allows 3D information of detected objects to be extracted from 2D image data. Pose data can relate to position and orientation of the device. More particularly, pose data of a sensor can relate to the pose of a sensor at the time the sensor data is captured.

In some cases, the vehicles can traverse an area of the environment multiple times in at least one of: a varying direction, a varying time of day and a varying weather conditions so as to capture the environment in all possibilities.

Optionally the step of detecting one or more static objects comprise at least one of or any combination of: considering a static object detected when the same static object is detected in at least two 2D images from the plurality of 2D images; the object is detected in the at least two 2D images with a minimum angle difference; computing a pixel probability to determine whether a pixel corresponds to a static object; a thresholding technique to determine neighbouring connecting pixels that also represent the static object; or bounding boxes used to identify static objects in each 2D image.

In this way, objects such as traffic lights are considered to be detected by the method when it is seen in two different 2D images. In order to clearly display detections in the images, the method can highlight a detection using a bound box around the object.

Optionally, the voting-based triangulation comprises using at least two detections from different 2D images that correspond to the same static object.

In order to perform triangulation techniques on detected objects, the method requires at least two detections from different images. Optionally, the voting-based triangulation further comprises creating a hypothesis for each pair of static object detections.

Since a vast number of detections will be picked up, the method will hypothesise that a pair of detections corresponds to the same real-world object or traffic light. This voting method also jointly determines 2D associations, such as feature descriptors, and the position of objects, such as traffic lights, in 3D space.

Optionally, the or each hypothesis is scored based on a number of votes wherein each vote is indicative of the hypothesis being correct.

The voting schema confirms the likelihood of the or each hypothesis pairing being correct. The higher the number of votes, the higher the probability of the hypothesis being correct. Optionally, a 3D position for the or each hypothesis is estimated. Optionally, the voting comprises: using the image pose information and camera-intrinsic information, projecting each estimated 3D position of the or each hypothesis into the plurality of 2D images; and assigning a vote to the or each hypothesis when the distance between the 3D position and any 2D detection is less than a first threshold. The projection of each hypothesis into each 2D images indicates whether or not the or each hypothesis is correct. The position of the hypothesised object can be projected into the 2D image by using the camera pose and intrinsic data.

Optionally, the or each hypothesis is confirmed to be correct by the number of received votes, so as to create a set of confirmed hypotheses. After processing each hypothesis, the invention will create a set of confirmed hypotheses which identify all the pairings that have been correct.

Optionally, a K-view triangulation is used to determine an accurate 3D position for the or each hypothesis, where K is dependent upon the number of different images that contributed a vote to the hypothesis. Optionally, the one or more static objects are traffic lights and/or traffic signs.

Optionally, the creation of the hypothesis comprises any one of: determining whether the projected position is less than d max to any 2D detection; determining whether the 3D position point is triangulated in front of each camera; determining whether the angle between each projected position is larger than 0 min ; or determining whether the distance from the static object to either camera is less than r max .

When considering a hypothesis there can be a number of constrains applied to the system to restrict the options and thereby provide a better beginning point for the pairing of detections. Optionally, the method for locating automatically one or more static objects in an environment is performed in clusters of the environment using a distribution schema to split the data set. Optionally, each cluster operates independently.

Increasing the area of an environment that needs to be labelled inherently increases the complexity of the method. It is therefore preferred to use a distribution schema to split the map into several clusters that can be processed independently, before being combined. Optionally, the step of detecting one or more static objects comprises the use of a binary segmentation network and/or convolutional neural networks.

Optionally, the binary segmentation network and/or convolutional neural networks are trained using an existing data set.

Using a binary segmentation network and/or a convolution neural network improves the efficiency and performance of the overall method and system as they can perform several calculations without difficulty.

Optionally, each 2D image is processed using structure-from-motion, SFM, techniques to estimate pose information of each 2D image.

According to another aspect, there is provided a system for automatically locating one or more static objects in an environment, the system comprising; a fleet of mapping vehicles operable to capture a plurality of 2D images of the environment; a cloud based network comprising a processor operable to determine one or more static objects from the plurality of 2D images and generate a data set of 2D static object detections; wherein the processor is operable to perform a voting-based triangulation on the data set of the 2D static object detections to determine 3D positions for the one or more static objects detected in the environment.

Having a cloud based network to process the information reduces the processing power needed on the or each vehicle using the method. The system efficiently distributes the power requirements between vehicles and a server based systems to process information.

Optionally, at least one server system is operable to perform any of the features described above. Optionally, a plurality of independent clusters configured to independently process a portion of the environment.

According to yet another aspect, there is provided a vehicle for automatically locating one or more static objects in an environment, the vehicle comprising; a camera operable to capture a plurality of 2D images of the environment; a connection to a cloud based network comprising a processor operable to determine one or more static objects from the plurality of 2D images and generate a data set of 2D static object detections;

wherein the processor is operable to perform a voting-based triangulation on the data set of the 2D static object detections to determine 3D positions for the one or more static objects detected in the environment.

According to another aspect, there is provided a method for updating map data when automatically locating one or more static objects in an environment, the method comprising; receiving a plurality of 2D images of the environment; determining one or more static objects from the plurality of 2D images and generating a data set of 2D static object detections; performing a voting-based triangulation on the data set of the 2D static object detections to determine 3D positions for the one or more static objects detected in the environment; and updating existing map data with one or more newly located static objects.

According to another aspect, there is provided a computer program product for providing the method or system of any preceding claim. The server system can be a centralised sever or a collation of cloud and mobile devices. BRIEF DESCRIPTION OF DRAWINGS

Embodiments will now be described, by way of example only and with reference to the accompanying drawings having like-reference numerals, in which:

Figure 1 illustrates a semantic map on which traffic lights are detected and labelled according to an embodiment; and

Figure 2 depicts the logic flow of the robust voting-based triangulation according to an embodiment.

SPECIFIC DESCRIPTION

An example embodiment will now be described with reference to Figures 1 and 2. In this embodiment, the system starts by receiving a large set of 2D images I with associated camera-intrinsic parameters q t and 6 degrees-of-freedom poses P t e §E(3), and produces a set of 3D positions of objects L t e M 3 detected from the set of 2D images.

As illustrated in Fig. 1 , the initial set of 2D images are captured from a mapping fleet traversing various cities/urban environments. Section 101 of Fig. 1 shows an example of such environments. The mapping fleet usually comprises vehicles that traverse roads and paths multiple times, in both directions, at varying times of day and during different weather conditions. During this time, the vehicles of the mapping fleet capture images, 103, 104, at regular intervals. The trajectories of the traversing vehicles are also illustrated in Fig.1 by 102. The data captured by the fleet of mapping vehicles may also be used to generate a map, 101 , of the environment by implementing techniques such as SLAM. Whilst capturing these images, the system records camera-intrinsic parameters such as the optical centre (principal point), focal length, image distortion, etc. Additionally, the poses can be calculated using a large-scale structure-from-motion (SFM) pipeline. State-of-the-art SFM systems construct large-scale maps of an environment and, in this embodiment, it is used to accurately localise the positions of all the sensors (e.g., cameras). Although it is preferred that the poses are calculated using SFM, there is no restriction on the method of calculation or source of the poses as long as they are accurate and globally consistent.

To calculate the 3D positions P of each image, each captured image is resized to 640x480 and then fed through a large-scale, distributed, structure-from-motion pipeline which may be running on multiple computers. In order to detect objects in the data set of 2D images, a noisy 2D detector is applied to each image I t resulting in a set of object detections c M 2 . In the case of traffic lights, an off-the- shelf CNN trained to predict bounding boxes for traffic lights can be used to generate the 2D object detections in the images. Similarly, when detecting other objects in an environment, CNNs pre-trained to predict bounding boxes that for that particular object may be used in this system. Examples of the bounding boxes 105 n for traffic lights are illustrated in Fig. 1 within the captured images, 103, 104. The detections illustrated in Fig. 1 correspond to true positive detections of traffic lights from obtained/received images.

The detected traffic lights can be shown on the trajectory or map data as indicated by 106 n in section 102. In the CNN architecture used to detect traffic lights, firstly, a binary segmentation network is used to compute the probability of each pixel in a picture depicting a part of a traffic light. Once a probability for each pixel is computed, a thresholding schema is then applied to determine the connected components of pixels representing traffic lights. Finally, to visually aid the detection, a bounding box is fitted around a group of pixels that are detected to be portraying a traffic light.

The output detections of this system are usually noisy and suffer from many false positives and false negatives. As discussed later, the system compensates for these noisy detections by using a large amount of data. One alternative to using a detector as described above is to use hand-annotated labels from internet based crowdsourcing platforms such as“Amazon Mechanical Turk” that enable individuals and businesses to coordinate the use of human intelligence to perform tasks that computers currently struggle to complete. However, this alternate also suffers from label noise. In this way, each image will have associated ground- truth 2D labels of traffic lights with label noise estimated at approximately 5%.

In doing so, many physical 3D objects are detected from the initial dataset of 2D images. Each 2D data set covers an area or an urban environment with a certain number of physical objects, for example, traffic lights. In this embodiment, a traffic light is considered recoverable if it has been observed from at least two different viewpoints under an angle difference of at least 0 min . However, as the amount of data increases, almost all the traffic lights in any given area eventually become recoverable. In some traditional scenarios, where the 3D position of a traffic light cannot be accurately determined, some traffic lights are not recoverable.

Bearing in mind that each physical 3D object can be captured by a plurality of images taken in varying angles, many of these detections may in fact relate to the same physical object. Using the set of 2D detections alone, it is not possible to identify which detections are to be associated with which physical object and thus identify multiple detections of the same physical object. Any feature descriptors that might associate/differentiate the detections would be useless under the appearance changes that are seen in outdoor environments and this is particularly the case of objects that look similar. Traffic lights are a good example of physical 3D objects that are difficult to associate/differentiate. Many existing approaches rely on a need to visually match objects between images.

Without relying on the appearance, the only differentiating factor between each physical 3D object is their position in 3D space. Current methods of multi-view triangulation cannot be used without positions of the objects in 3D space. Instead of using traditional methods of triangulation, this system uses a robust voting-based triangulation method, as shown in Fig. 2, to simultaneously determine 2D associations of physical objects and the position of the traffic lights/physical objects in 3D space. The flow shown in Figure 2 lists various input and output variables. For example, inputs may include but are not limited to, a set of images, camera intrinsics, camera poses, maximum reprojection error, minimum ratio of inliers and the output comprises 3D positions for each physical 3D objects.

For each pair of detections ( z a , z b ), where a and b are indices into 2D detections, from two different images (/*, / 7 ), a 3D hypothesis h ab is created under the assumption that these two detections correspond to the same physical 3D object/traffic light. The pairing of 2D detections results in a total 0(N 2 ) hypotheses where N is the total number of detected traffic lights. In some cases, a hypothesis can be constrained to or is considered viable if it satisfies the following:

1) triangulation constraint the point is triangulated in front of each camera,

2) rays intersect in 3D space : the reprojection error is smaller than d max , 3) the projection is stable· the angle between the optical axes is larger than e min ,

4) distance to camera· the distance from the traffic light to either camera is less than hnax -

Optionally, additional constraints reflecting prior information about the location of a traffic lights can be used to further restrict the hypothesis space. Once a set of hypotheses have been created, the system estimates the 3D position of each hypothesis. This can be achieved using traditional methods of triangulation using the pair of detections, z a , z b as shown in Fig. 2: la b trianulate {z a , z b }j

One such method of estimating the 3D position P of each hypothesis is K-view triangulation where K is indicative of the number of detections for each physical object. In the example of the pair of detections ( z a , z b ), K = 2. By using K-view triangulation, the sum of the reprojection errors is minimised: where: K is {a, b} in this case, p is the projection of the 3D hypothesis l into the camera at position p k with camera intrinsics q k .

For each estimated 3D position, a set of consistent inliers Sa b is computed. This set of inliers consists of all the 2D detections that correctly observe an object/traffic light at the same location. The set of inliers is computed by projecting the 3D position P into each image and verifying whether the projected position is less than d max to any 2D detection. In this way the system determines whether the estimated 3D position of a hypothesis is close enough to a 2D detection in an image to be considered a correct and true hypothesis, and gives the hypothesis a vote. In doing so repeatedly for each hypothesis, the hypothesis with the maximum number of votes and the detections that voted for it (inlier detections) are removed as they have already been identified as correct. This process is repeated until no hypothesis with at least a M inliers is found, where M is the average number of inliers per hypothesis and a is a tuneable parameter over the confidence. This process then creates a set of confirmed hypotheses.

In the case of a noisy but unbiased 2D detector and a uniform distribution of the data, the system converges to the correct solution as the amount of data increases. For example, this can improve false negative and/or false positive detections. This is due to noisy detections forming hypotheses with small numbers of votes, and correct detections gathering consistent votes over time. As the amount of data increases, these two metrics begin to separate, and a is the threshold on their ratio. Notably, the number of received votes is relative to the amount of initial data (2D images) received by the system.

Finally, for every hypothesis its 3D position is refined by optimising the reprojection error over all the hypothesis detections. This entire flow of the system is presented in Fig. 2. The above method works well for small-scale scenarios but does not scale well to large, city- scale settings due to its potential 0(N ) complexity where N is the number of detected traffic lights. A slightly better complexity of 0(N 3 ) can be achieved by reusing the computation of the inliers after each iteration. However, to reduce the complexity of the method, a distribution schema based on splitting the data set to clusters is preferred. In this way, the above method can be used to process each cluster independently and then merge the results of the clusters at the end.

A simple clustering schema can be implemented whereby system identifies the closest images to a detected traffic light until a cluster of size N max is created, at which point we remove it from the data set and continue the process until it terminates. After traffic lights from each cluster are triangulated using the method above, it might be the case that the same traffic light is triangulated in two different clusters. To resolve this issue, all pairs of traffic lights closer than 1 metre are merged, producing the final set of labels L.

Any system feature as described herein may also be provided as a method feature, and vice versa. As used herein, means plus function features may be expressed alternatively in terms of their corresponding structure.

Any feature in one aspect of the invention may be applied to other aspects of the invention, in any appropriate combination. In particular, method aspects may be applied to system aspects, and vice versa. Furthermore, any, some and/or all features in one aspect can be applied to any, some and/or all features in any other aspect, in any appropriate combination.

It should also be appreciated that particular combinations of the various features described and defined in any aspects of the invention can be implemented and/or supplied and/or used independently.




 
Previous Patent: DE-DOPED THERMOELECTRIC MATERIAL

Next Patent: VEHICLE TRACKING