EP3063741A1 - Monocular 3d localization for autonomous driving using adaptive ground plane estimation - Google Patents

Monocular 3d localization for autonomous driving using adaptive ground plane estimation

Info

Publication number
EP3063741A1
EP3063741A1 EP14858575.5A EP14858575A EP3063741A1 EP 3063741 A1 EP3063741 A1 EP 3063741A1 EP 14858575 A EP14858575 A EP 14858575A EP 3063741 A1 EP3063741 A1 EP 3063741A1
Authority
EP
European Patent Office
Prior art keywords
ground plane
localization
sfm
monocular
bounding boxes
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
EP14858575.5A
Other languages
German (de)
French (fr)
Other versions
EP3063741A4 (en
EP3063741B1 (en
Inventor
Manmohan Chandraker
Shiyu Song
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Laboratories America Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Laboratories America Inc filed Critical NEC Laboratories America Inc
Publication of EP3063741A1 publication Critical patent/EP3063741A1/en
Publication of EP3063741A4 publication Critical patent/EP3063741A4/en
Application granted granted Critical
Publication of EP3063741B1 publication Critical patent/EP3063741B1/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/50Context or environment of the image
    • G06V20/56Context or environment of the image exterior to a vehicle by using sensors mounted on the vehicle
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/46Descriptors for shape, contour or point-related descriptors, e.g. scale invariant feature transform [SIFT] or bags of words [BoW]; Salient regional features
    • G06V10/467Encoded features or binary features, e.g. local binary patterns [LBP]

Definitions

  • the present invention relates to systems for processing structure from motion (SFM).
  • SFM structure from motion
  • SFM Vision-based structure from motion
  • Prior monocular SFM works like use sparse feature matching for ground plane estimation. However, in autonomous driving, the ground plane corresponds to a rapidly moving, low- textured road surface, which renders sole reliance on such feature matches impractical. Also, conventional monocular SFM systems correct for scale by estimating ground plane from a single cue (sparse feature matching). Prior cue combination frameworks do not adapt the weights according to per- frame visual data. Prior localization systems use a fixed ground plane, rather than adapting it to per-frame visual estimates.
  • a method for performing three-dimensional (3D) localization requiring only a single camera by capturing images from only one camera; generating a cue combination from sparse features, dense stereo and object bounding boxes; correcting for scale in monocular structure from motion (SFM) using the cue combination for ground plane estimation; and performing localization by combining SFM, ground plane and object bounding boxes to produce the 3D object localization.
  • SFM monocular structure from motion
  • Implementations can use a combination of monocular real-time SFM, a cue combination framework and object tracking to solve the problem.
  • Applications include autonomous driving and driving safety.
  • Our implementations can apply one or more of the following:
  • the data-driven framework for monocular ground plane estimation achieves outstanding performance in real-world driving. This yields high accuracy and robustness for real-time monocular SFM over long distances, with results comparable to state-of-the-art stereo systems on public benchmark datasets. Further, we also show significant benefits for applications like 3D object localization that rely on an accurate ground plane. Other advantages of our solution may include the following:
  • FIG. 1 shows one embodiment of a real-time SFM system.
  • FIGS. 2-8 shows in more details the modules in the system of FIG. 1.
  • FIG. 9 shows one arrangement for a camera height determination.
  • FIG. 10 shows a computer system for executing the processes of FIGS. 1-8.
  • a real-time monocular SFM system is disclosed that corrects for scale drift using a cue combination framework for ground plane estimation, yielding accuracy comparable to stereo over long driving sequences.
  • Our ground plane estimation uses multiple cues like sparse features, dense inter-frame stereo and (when applicable) object detection.
  • a data-driven mechanism is proposed to learn models from training data that relate observation covariances for each cue to error behavior of its underlying variables. During testing, this allows per-frame adaptation of observation covariances based on relative confidences inferred from visual data.
  • Our framework significantly boosts not only the accuracy of monocular self-localization, but also that of applications like object localization that rely on the ground plane.
  • Experiments on the KITTI dataset demonstrate the accuracy of our ground plane estimation, monocular SFM and object localization relative to ground truth, with detailed comparisons to conventional systems.
  • FIG. 1 shows one embodiment of a real-time SFM system 100 to process input video.
  • the system of FIG. 1 performs the following:
  • the system 100 includes a real-time monocular SFM and object localization module 101 that can handle moving objects without expensive motion segmentation and that is far more accurate than prior works due to a high-accuracy scale correction using a novel cue combination framework for ground plane estimation.
  • the system uses the ground plane estimates to determine the vanishing point in road scenes. This is used to determine the epipolar search range and constrain the size of matching windows, leading to greater accuracy in highway scenes where speeds are higher.
  • the system includes an object-guided feature tracking module 102. Features are tracked on the object using a dense optical flow that exploits the epipolar geometry constraints from monocular SFM.
  • the object guided feature tracking 102 communicates with a cue-combined scale correction module 200.
  • Scale drift is the most important challenge in monocular SFM.
  • We solve it by estimating camera height above the ground in a novel cue combination framework.
  • This framework combines cues from 3D points, dense stereo and 2D object bounding boxes. The relative importance of each cue is adjusted on a per-frame basis, based on visual data, using a novel framework to learn models that relate observation covariance to error in underlying variables.
  • a ground plane estimation framework 201 uses cues from many sources, like 3D points, dense stereo and 2D object bounding boxes.
  • the frame work 201 includes a module 211 (FIG. 3) to estimate the ground plane from 3D points arising from sparse feature matches on the road surface.
  • a dense stereo processing module 212 (FIG. 4) estimates the ground plane from dense stereo between successive frames for a planar region immediately in front of the car, whose images are related by a homography mapping.
  • a 2D object bounding box detection module 213 (FIG. 5) estimates the ground plane based on the 2D bounding box heights and a prior on the 3D object height.
  • the ground plane estimation module 201 communicates with a training ground plane cues module 202 (FIG. 2) which learns models from training data to relate the expected belief in the effectiveness of a cue to the observed visual data, on a per-frame basis.
  • a learning module 221 receives from module 211(FIG. 3) and learns models from training data to relate the expected belief in the effectiveness of the 3D points cue to the observed visual data, on a per-frame basis.
  • a dense stereo learning module 222 receives dense stereo from module 212 and learns models from training data to relate the expected belief in the effectiveness of the dense stereo cue to the observed visual data, on a per- frame basis.
  • a 2D object bounding box learning module 223 receives 2D object bounding boxes from module 213 (FIG. 5) and learns models from training data to relate the expected belief in the effectiveness of the 2D object bounding boxes cue to the observed visual data, on a per-frame basis.
  • the cue combined scale correction module 200 is provided to a Kalman filter whose output is provided to the a real-time monocular SFM 101.
  • a 3D localization module 300 combines information from monocular SFM, ground plane estimation and object tracking to produce highly accurate 3D bounding boxes around the object, in real-time.
  • FIGS. 1-8 provides a data-driven framework that combines multiple cues for ground plane estimation using learned models to adaptively weight per-frame observation covariances. Highly accurate, robust, scale-corrected and real-time monocular SFM with performance comparable to stereo. The use of detection cues for ground estimation boosts 3D object localization accuracy.
  • the camera height (also called ground height) h is defined as the distance from the principal center to the ground plane. Usually, the camera is not perfectly parallel to the ground plane and there exists a non-zero pitch angle ⁇ .
  • the ground height h and the unit normal vector n ( « 1 , « 2 , « 3 ) T define the ground plane.
  • h Y cos ⁇ -Z sin ⁇ .
  • Scale drift correction is an integral component of monocular SFM. In practice, it is the single most important aspect that ensures accuracy.
  • We estimate the height and orientation of the ground plane relative to the camera for scale correction. Under scale drift, any estimated length / is ambiguous up to a scale factor s III * , where / * is the ground truth length.
  • Section 4 we describe a novel, highly accurate method for estimating the ground height h and orientation n using an adaptive cue combination mechanism.
  • K the camera intrinsic calibration matrix.
  • b (x, y, ⁇ ) T in homogeneous coordinates, can be back-projected to 3D through the ground plane ⁇ h, n ⁇ :
  • the object height can also be obtained using the estimated ground plane and the 2D bounding box height.
  • a 3D bounding box Given 2D object tracks, one may estimate best-fit 3D bounding boxes.
  • the object pitch and roll are determined by the ground plane (see Fig. 0).
  • the initial yaw angle is assumed to be its direction of motion and a prior is imposed on the ratio of its length and width.
  • a 3D bounding box Given an initial position from (2), a 3D bounding box can be computed by minimizing the difference between its reprojection and the tracked 2D bounding box.
  • Kalman filter To combine estimates from various methods, a Kalman filter is used:
  • our state transition matrix and the observation model are given by
  • the system uses multiple methods like triangulation of sparse feature matches, dense stereo between successive frames and object detection bounding boxes to estimate the ground plane.
  • the cues provided by these methods are combined in a principled framework that acconts for their per-frame relative effectiveness.
  • a region of interest (ROI) in the foreground corresponds to a planar ground.
  • ROI region of interest
  • a per- pixel mapping can be computed using the homography matrix
  • the height h is computed using (1).
  • the height difference tsh i ⁇ is computed for every 3D point i with respect to every other point j .
  • the estimated ground plane height is the height of the point i corresponding to the maximal score q , where
  • the system can also use object detection bounding boxes as cues when they are available, for instance, within the object localization application.
  • ground height h used in (2) is set to the calibration value to avoid incorporating SFM scale drift and n x is set to 0 since it has negligible effect on object height.
  • Object bounding box cues provide us unique long distance information, unlike dense stereo and 3D points cues that only focus on an ROI close to our vehicle. An inaccurate pitch angle can lead to large vertical errors for far objects. Thus, the 3D localization accuracy of far objects is significantly improved by incorporating this cue.
  • the functions /J for stereo, 3D points and object cues are given by (7), (8) and (9), respectively.
  • Algorithm 1 is a general description of the training
  • Af reflect belief in accuracy of cue i at frame &. (For instance, when A is a Gaussian, a can be its variance,)
  • the parameters af of model Af reflect belief in the effectiveness of cue i at frame k .
  • Quantizing the parameters af from F training frames into L bins allows estimating the variance of observation error at bin centers .
  • the model C then relates these variances, , to the cue's accuracy (represented by quantized parameters ).
  • the accuracy of each cue i based purely on visual data (that is, by computing a ; ) and use the model C ; to determine its observation variance.
  • the error behavior of dense stereo between two consecutive frames is characterized by variation in SAD scores between road regions related by the homography (6), as we independently vary each variable h , n x and n 3 .
  • the variance of this distribution of SAD scores represents the error behavior of the stereo cue with respect to its variables.
  • the scoring function for stereo, f s is given by (7).
  • state variables are uncorrelated.
  • a s h , ⁇ ⁇ , ⁇ ' ⁇ ⁇ , ⁇ are precisely the parameters a* that indicate accuracy of the stereo cue at frame k .
  • the Learning of the model C s is detailed next.
  • L 100 bins and consider the resulting histogram of e k h .
  • the bin centers are positioned to match the density of a s h (that is, we distribute F/L errors e s k h within each bin).
  • a similar process is repreated for n x and n 3 .
  • the histograms for the KITTI dataset are shown in Fig. 3.
  • the remaining procedure mirrors that for the stereo cue.
  • h P be ground height estimated at frame k using 3D points, that is, the optimum for (8).
  • the error e p k h is computed with respect to ground truth.
  • a model C p may now be fit to relate the observation variances v p ' h at each bin to the corresponding accuracy parameter c p l h . As shown in Fig. 4, a straight line fit is again reasonable.
  • the error behavior of detection is quantified by the variation of detection scores a with respect to bounding box b .
  • Our model A d is a mixture of Gaussians. At each frame, we estimate 4 x 4 full rank covariance matrices ⁇ m centered at ⁇ ⁇ , ⁇
  • the remaining procedure is similar to that for the stereo and 3D points cues.
  • the accuracy parameters a d are quantized and relaed to the corresponding variances of observation errors, given by the f d of (9).
  • the fitted linear model C d that relates observation variance of the detection cue to its expected accuracy is shown in Fig. 6.
  • a model A k corresponding to each cue i e ⁇ s, p, d ⁇ and determine its parameters a that convey expected accuracy.
  • we use the models C to determine the observation variances.
  • the observation z k p is the estimated ground height h obtained from , given by (8).
  • the value of q k obtained from (8) directly gives us the expected accuracy parameter a p k .
  • the corresponding variance v p k is estimated from the model C p of Fig. 4.
  • the model C d of Fig. 6 we predict the corresponding error variances v d ' m .
  • the adaptive covariance for frame k , U k is computed by combining , V p and the U d ' m from each object m .
  • our adaptive ground plane estimate z* is computed by combining z k , z p and z d m , using (5).
  • the ground plane estimation method uses models learned from training data to adapt the relative importance of each cue— stereo, 3D points and detection bounding boxes— on a per-frame basis.
  • the dense stereo and 3D points cues are used for monocular SFM.
  • Detection bounding box cues are used for the object localization application where they are available.
  • the instant system's accurate ground plane estimation allows monocular vision-based systems to achieve performance similar to stereo.
  • the invention may be implemented in hardware, firmware or software, or a combination of the three.
  • the invention is implemented in a computer program executed on a programmable computer having a processor, a data storage system, volatile and non-volatile memory and/or storage elements, at least one input device and at least one output device.
  • the computer preferably includes a processor, random access memory (RAM), a program memory (preferably a writable read-only memory (ROM) such as a flash ROM) and an input/output (I/O) controller coupled by a CPU bus.
  • RAM random access memory
  • program memory preferably a writable read-only memory (ROM) such as a flash ROM
  • I/O controller coupled by a CPU bus.
  • the computer may optionally include a hard drive controller which is coupled to a hard disk and CPU bus. Hard disk may be used for storing application programs, such as the present invention, and data. Alternatively, application programs may be stored in RAM or ROM.
  • I/O controller is coupled by means of an I/O bus to an I/O interface.
  • I/O interface receives and transmits data in analog or digital form over communication links such as a serial link, local area network, wireless link, and parallel link.
  • a display, a keyboard and a pointing device may also be connected to I/O bus.
  • separate connections may be used for I/O interface, display, keyboard and pointing device.
  • Programmable processing system may be preprogrammed or it may be programmed (and reprogrammed) by downloading a program from another source (e.g., a floppy disk, CD-ROM, or another computer).
  • Each computer program is tangibly stored in a machine -readable storage media or device (e.g., program memory or magnetic disk) readable by a general or special purpose programmable computer, for configuring and controlling operation of a computer when the storage media or device is read by the computer to perform the procedures described herein.
  • a machine -readable storage media or device e.g., program memory or magnetic disk
  • the inventive system may also be considered to be embodied in a computer-readable storage medium, configured with a computer program, where the storage medium so configured causes a computer to operate in a specific and predefined manner to perform the functions described herein.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Image Analysis (AREA)
  • Length Measuring Devices By Optical Means (AREA)
  • Measurement Of Optical Distance (AREA)

Abstract

A method for performing three-dimensional (3D) localization requiring only a single camera including capturing images from only one camera; generating a cue combination from sparse features, dense stereo and object bounding boxes; correcting for scale in monocular structure from motion (SFM) using the cue combination for estimating a ground plane; and performing localization by combining SFM, ground plane and object bounding boxes to produce a 3D object localization.

Description

MONOCULAR 3D LOCALIZATION FOR AUTONOMOUS DRIVING USING ADAPTIVE
GROUND PLANE ESTIMATION
The present application claims priority to Provisional Application Serial Nos. 61/897,440 filed 10/30/2013, 62/026,061 filed 7/18/2014 and 62/026,184 filed 7/18/2014, the contents of which are incorporated by reference.
BACKGROUND
The present invention relates to systems for processing structure from motion (SFM).
Vision-based structure from motion (SFM) is rapidly gaining importance for autonomous driving applications. Monocular SFM is attractive due to lower cost and calibration
requirements. However, unlike stereo, the lack of a fixed baseline leads to scale drift, which is the main bottleneck that prevents monocular systems from attaining accuracy comparable to stereo. Robust monocular SFM that effectively counters scale drift in real- world road
environments has significant benefits for mass-produced autonomous driving systems.
A popular way to tackle scale drift is to estimate height of the camera above the ground plane. Prior monocular SFM works like use sparse feature matching for ground plane estimation. However, in autonomous driving, the ground plane corresponds to a rapidly moving, low- textured road surface, which renders sole reliance on such feature matches impractical. Also, conventional monocular SFM systems correct for scale by estimating ground plane from a single cue (sparse feature matching). Prior cue combination frameworks do not adapt the weights according to per- frame visual data. Prior localization systems use a fixed ground plane, rather than adapting it to per-frame visual estimates.
SUMMARY
A method for performing three-dimensional (3D) localization requiring only a single camera by capturing images from only one camera; generating a cue combination from sparse features, dense stereo and object bounding boxes; correcting for scale in monocular structure from motion (SFM) using the cue combination for ground plane estimation; and performing localization by combining SFM, ground plane and object bounding boxes to produce the 3D object localization.
Implementations can use a combination of monocular real-time SFM, a cue combination framework and object tracking to solve the problem. Applications include autonomous driving and driving safety. Our implementations can apply one or more of the following:
(a) Using tracked bounding boxes, determine the regions of the image that are background (non-moving objects) and use monocular SFM to estimate the camera pose and the ground plane.
(b) On the objects, perform a dense optical flow estimation to better track them.
(c) Estimate the ground plane using multiple cues: 3D points, dense stereo and 2D object bounding boxes.
(d) Learn models that indicate per-frame relative importance of various cues.
(e) Combine the ground plane estimates within a Kalman filter mechanism.
(f) Estimated ground plane is used to correct the monocular SFM scale drift.
(g) Estimated ground plane is used to find the 3D bounding box that encloses the object.
Advantages of the above embodiments may include one or more of the following. The data-driven framework for monocular ground plane estimation achieves outstanding performance in real-world driving. This yields high accuracy and robustness for real-time monocular SFM over long distances, with results comparable to state-of-the-art stereo systems on public benchmark datasets. Further, we also show significant benefits for applications like 3D object localization that rely on an accurate ground plane. Other advantages of our solution may include the following:
(a) More accurate (since we use multiple cues for scale correction)
(b) More flexible (our framework extends across many different types of cues)
(c) More robust (we combine cues based on their per-frame relative importance)
(d) Faster (the system is real-time and does not use expensive motion segmentation).
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 shows one embodiment of a real-time SFM system.
FIGS. 2-8 shows in more details the modules in the system of FIG. 1.
FIG. 9 shows one arrangement for a camera height determination.
FIG. 10 shows a computer system for executing the processes of FIGS. 1-8.
DESCRIPTION
A real-time monocular SFM system is disclosed that corrects for scale drift using a cue combination framework for ground plane estimation, yielding accuracy comparable to stereo over long driving sequences. Our ground plane estimation uses multiple cues like sparse features, dense inter-frame stereo and (when applicable) object detection. A data-driven mechanism is proposed to learn models from training data that relate observation covariances for each cue to error behavior of its underlying variables. During testing, this allows per-frame adaptation of observation covariances based on relative confidences inferred from visual data. Our framework significantly boosts not only the accuracy of monocular self-localization, but also that of applications like object localization that rely on the ground plane. Experiments on the KITTI dataset demonstrate the accuracy of our ground plane estimation, monocular SFM and object localization relative to ground truth, with detailed comparisons to conventional systems.
First, we incorporate cues from multiple methods and second, we combine them in a framework that accounts for their per-frame relative confidences, using models learned from training data. The system incorporates cues from dense stereo between successive frames and 2D detection bounding boxes (for the object localization application). The dense stereo cue vastly improves camera self- localization, while the detection cue significantly aids object localization. To combine cues, a data-driven framework is used. During training, we learn models that relate the observation covariance for each cue to error behaviors of its underlying variables, as observed in visual data. At test time, fusion of the covariances predicted by these models allows the contribution of each cue to adapt on a per-frame basis, reflecting belief in its relative accuracy.
The significant improvement in ground plane estimation using our framework is demonstrated below. In turn, this leads to excellent performance in applications like monocular SFM and 3D object localization. On the KITTI dataset, our real-time monocular SFM achieves rotation accuracy up to 0.0054° per frame, even outperforming several state-of-the-art stereo systems. Our translation error is a low 3.21%, which is also comparable to stereo and to the best of our knowledge, unmatched by other monocular systems. We also exhibit high robustness directly attributable to accurate scale correction. Further, we demonstrate the benefits of our ground estimation for 3D object localization. Our work naturally complements tracking-by- detection frameworks to boost their localization accuracy— for instance, we achieve over 6% improvement in 3D location error over the system.
FIG. 1 shows one embodiment of a real-time SFM system 100 to process input video. The system of FIG. 1 performs the following:
(a) correct the scale drift in monocular SFM using a novel cue combination framework.
(b) design several cues to estimate the ground plane height for scale correction.
(c) design a general data-driven cue combination framework that is flexible enough to handle various cues.
(d) learn specific models that indicate the relative effectiveness of each cue for use in the above cue combination framework.
(e) combine monocular SFM, ground plane estimation and object tracking in an efficient, real-time framework for highly accurate localization of both the camera and 3D objects in the scene.
The system 100 includes a real-time monocular SFM and object localization module 101 that can handle moving objects without expensive motion segmentation and that is far more accurate than prior works due to a high-accuracy scale correction using a novel cue combination framework for ground plane estimation. The system uses the ground plane estimates to determine the vanishing point in road scenes. This is used to determine the epipolar search range and constrain the size of matching windows, leading to greater accuracy in highway scenes where speeds are higher. The system includes an object-guided feature tracking module 102. Features are tracked on the object using a dense optical flow that exploits the epipolar geometry constraints from monocular SFM.
The object guided feature tracking 102 communicates with a cue-combined scale correction module 200. Scale drift is the most important challenge in monocular SFM. We solve it by estimating camera height above the ground in a novel cue combination framework. This framework combines cues from 3D points, dense stereo and 2D object bounding boxes. The relative importance of each cue is adjusted on a per-frame basis, based on visual data, using a novel framework to learn models that relate observation covariance to error in underlying variables.
A ground plane estimation framework 201 is proposed that uses cues from many sources, like 3D points, dense stereo and 2D object bounding boxes. The frame work 201 includes a module 211 (FIG. 3) to estimate the ground plane from 3D points arising from sparse feature matches on the road surface. A dense stereo processing module 212 (FIG. 4) estimates the ground plane from dense stereo between successive frames for a planar region immediately in front of the car, whose images are related by a homography mapping. A 2D object bounding box detection module 213 (FIG. 5) estimates the ground plane based on the 2D bounding box heights and a prior on the 3D object height.
The ground plane estimation module 201 communicates with a training ground plane cues module 202 (FIG. 2) which learns models from training data to relate the expected belief in the effectiveness of a cue to the observed visual data, on a per-frame basis. In learning module 201, a learning module 221 (FIG. 6) receives from module 211(FIG. 3) and learns models from training data to relate the expected belief in the effectiveness of the 3D points cue to the observed visual data, on a per-frame basis. A dense stereo learning module 222 (FIG. 7) receives dense stereo from module 212 and learns models from training data to relate the expected belief in the effectiveness of the dense stereo cue to the observed visual data, on a per- frame basis. A 2D object bounding box learning module 223 (FIG. 8) receives 2D object bounding boxes from module 213 (FIG. 5) and learns models from training data to relate the expected belief in the effectiveness of the 2D object bounding boxes cue to the observed visual data, on a per-frame basis. The cue combined scale correction module 200 is provided to a Kalman filter whose output is provided to the a real-time monocular SFM 101.
A 3D localization module 300 combines information from monocular SFM, ground plane estimation and object tracking to produce highly accurate 3D bounding boxes around the object, in real-time.
The system of FIGS. 1-8 provides a data-driven framework that combines multiple cues for ground plane estimation using learned models to adaptively weight per-frame observation covariances. Highly accurate, robust, scale-corrected and real-time monocular SFM with performance comparable to stereo. The use of detection cues for ground estimation boosts 3D object localization accuracy.
Next, the details of one implementation are discussed. We denote a vector in R" as x = ( 1,· · · , Β)τ . A matrix is denoted as X . A variable x in frame k of a sequence is denoted as k
X
As shown in FIG. 9, the camera height (also called ground height) h is defined as the distance from the principal center to the ground plane. Usually, the camera is not perfectly parallel to the ground plane and there exists a non-zero pitch angle Θ . The ground height h and the unit normal vector n = («1, «2 , «3)T define the ground plane. For a 3D point (X, Y, Z)T on the ground plane, h = Y cos Θ -Z sin Θ. (1)
Scale drift correction is an integral component of monocular SFM. In practice, it is the single most important aspect that ensures accuracy. We estimate the height and orientation of the ground plane relative to the camera for scale correction. Under scale drift, any estimated length / is ambiguous up to a scale factor s = III* , where /* is the ground truth length. The objective of scale correction is to compute s . Given the calibrated height of camera from ground h* , computing the apparent height h yields the scale factor s = h/h* . Then the camera translation t can be adjusted as tnew = t/s , thereby correcting the scale drift. In Section 4, we describe a novel, highly accurate method for estimating the ground height h and orientation n using an adaptive cue combination mechanism.
Accurate estimation of both ground height and orientation is crucial for 3D object localization. Let K be the camera intrinsic calibration matrix. The bottom of a 2D bounding box, b = (x, y,\)T in homogeneous coordinates, can be back-projected to 3D through the ground plane {h, n} :
Similarly, the object height can also be obtained using the estimated ground plane and the 2D bounding box height.
Given 2D object tracks, one may estimate best-fit 3D bounding boxes. The object pitch and roll are determined by the ground plane (see Fig. 0). For a vehicle, the initial yaw angle is assumed to be its direction of motion and a prior is imposed on the ratio of its length and width. Given an initial position from (2), a 3D bounding box can be computed by minimizing the difference between its reprojection and the tracked 2D bounding box.
We defer a detailed description of object localization to future work, while noting two points. First, an accurate ground plane is clearly the key to accurate monocular localization, regardless of the actual localization framework. Second, incorporating cues from detection bounding boxes into the ground plane estimation constitutes an elegant feedback mechanism between SFM and object localization.
To combine estimates from various methods, a Kalman filter is used:
Ax^ + w*-1, p(w) : N(0,Q), zk = nxk + p(y) N(0,V), (3)
In our application, the state variable in (3) is the ground plane, thus, x = (nT, /z)T . Since | n |= l , n2 is determined by nx and n3 and our observation is τ = {ηι, η ,Κ)τ . Thus, our state transition matrix and the observation model are given by
Suppose methods z = 1 , · · · , m are used to estimate the ground plane, with observation co variances U . . Then, the fusion equations at time instant k are m m
u* = (∑(u yir zk = u*¾u )_izf . (5) Meaningful estimation of U* at every frame, with the correctly proportional U for each cue, is essential for principled cue combination. Traditionally, fixed covariances are used to combine cues, which does not account for per-frame variation in their effectiveness across a video sequence. In contrast, in the following sections, we propose a data-driven mechanism to learn models to adapt per-frame covariances for each cue, based on error distributions of the underlying variables.
The system uses multiple methods like triangulation of sparse feature matches, dense stereo between successive frames and object detection bounding boxes to estimate the ground plane. The cues provided by these methods are combined in a principled framework that acconts for their per-frame relative effectiveness.
In an embodiment with Plane-Guided Dense Stereo, a region of interest (ROI) in the foreground (middle fifth of the lower third of the image) corresponds to a planar ground. For a hypothesized value of {h,n\ and relative camera pose {R,t} between frames k and & + l , a per- pixel mapping can be computed using the homography matrix
G = R +— tnT. (6) h
Note that t differs from the true translation t by an unknown scale drift factor, encoded in the h we wish to estimate. Pixels in frame k + l are mapped to frame k (subpixel accuracy is important for good performance) and the sum of absolute differences (SAD) is computed over bilinearly interpolated image intensities. With p = 1.5 , a Nelder-Mead simplex routine is used to estimate the {h, a} that minimize:
Note that the optimization only involves h , nx and n3 , since PnP = 1 . Enforcing the norm constraint has marginal effect, since the calibration pitch is a good initialization and the cost function usually has a clear local minimum in its vicinity. The optimization requires about 10 ms per frame. The {h,n} that minimizes (7) is the estimated ground plane from stereo cue. Next, we consider matched sparse SIFT descriptors between frames k and k + l , computed within the above region of interest (we find SIFT a better choice than ORB for the low-textured road and real-time performance is attainable for SIFT in the small ROI). To fit a plane through the triangulated 3D points, one option is to estimate {h, n\ using a 3-point
RANSAC for plane-fitting. However, in our experiments, better results are obtained by assuming the camera pitch to be fixed from calibration. For every triangulated 3D point, the height h is computed using (1). The height difference tshi} is computed for every 3D point i with respect to every other point j . The estimated ground plane height is the height of the point i corresponding to the maximal score q , where
- 0.05inq = max exp(- Δ ζ )} , ΛνίίΗμ = 50. (8)
1 j≠i
The system can also use object detection bounding boxes as cues when they are available, for instance, within the object localization application. The ground plane pitch angle Θ can be estimated from this cue. Recall that n3 = s 0 , for the ground normal . From (2), given the 2D bounding box, we can compute the 3D height hb of an object through the ground plane. Given a prior height hb of the object, n3 is obtained by solving: mm (hb - hb)2. (9)
«3
The ground height h used in (2) is set to the calibration value to avoid incorporating SFM scale drift and nx is set to 0 since it has negligible effect on object height.
Note: Object bounding box cues provide us unique long distance information, unlike dense stereo and 3D points cues that only focus on an ROI close to our vehicle. An inaccurate pitch angle can lead to large vertical errors for far objects. Thus, the 3D localization accuracy of far objects is significantly improved by incorporating this cue.
Data-Driven Cue Combination is discussed next to combine the above cues while reflecting the per-frame relative accuracy of each. Naturally, the combination should be influenced by both the visual input at a particular frame and prior knowledge. We achieve this by learning models from training data to relate the observation covariance for each cue to error behaviors of its underlying variables. During testing, our learned models adapt each cue's observation covariance on a per-frame basis.
For the dense stereo and 3D points cues, we use the KITTI visual odometry dataset for training, consisting of F = 23201 frames. Sequences 0 to 8 of the KITTI tracking dataset are used to train the object detection cue. To determine the ground truth h and n , we label regions of the image close to the camera that are road and fit a plane to the associated 3D points from the provided Velodyne data. No labelled road regions are available or used during testing.
Each method i has a scoring function fi that can be evaluated for various positions of the ground plane variables π = {h, n\ . The functions /J for stereo, 3D points and object cues are given by (7), (8) and (9), respectively. Then, Algorithm 1 is a general description of the training
Algorithm 1 Data-Driven Training for Cue Combination
for Training frames k ~ l : F do
• For various values of π = {/o n} , fit. a model to observations (ττ, Parameters af of mode!
Af reflect belief in accuracy of cue i at frame &. (For instance, when A is a Gaussian, a can be its variance,)
• Compute error cf = (arg min^ ϋ(ττ)— 7Γ * ^ | , where the ground truth ground plane in frame k is r*fc.
end for
# Quantize model parameters a J', for k = 1,— * , F into L bins centered at c] , - - - , of .
# Histogram the error ef according to quantized cj. Let: vj be the bin variances of for = 1, < - , L.
# Fit a mode! , to observations (cj, ?.< · ).
Intuitively, the parameters af of model Af reflect belief in the effectiveness of cue i at frame k . Quantizing the parameters af from F training frames into L bins allows estimating the variance of observation error at bin centers . The model C; then relates these variances, , to the cue's accuracy (represented by quantized parameters ). Thus, at test time, for every frame, we can estimate the accuracy of each cue i based purely on visual data (that is, by computing a; ) and use the model C; to determine its observation variance.
Now we describe the specifics for training the models A and C for each of dense stereo, 3D points and object cues. We will use the notation that i e {s, p, d} , denoting the dense stereo, 3D points and object detection methods, respectively.
The error behavior of dense stereo between two consecutive frames is characterized by variation in SAD scores between road regions related by the homography (6), as we independently vary each variable h , nx and n3 . The variance of this distribution of SAD scores represents the error behavior of the stereo cue with respect to its variables. Recall that the scoring function for stereo, fs , is given by (7). We assume that state variables are uncorrelated. Thus, we will learn three independent models corresponding to h , nx and n3 .
For a training image k , let {h ,n } be the ground plane estimated by the dense stereo
Ak Ak
method, by optimizing fs in (7). We first fix ηγ = η\ and n3 = and for 50 uniform samples of
Ak Ak
h in the range [0.5 h ,1.5 h ] , construct homography mappings from frame k to k + 1 , according to (6) (note that R and t are already estimated by monocular SFM, up to scale). For each homography mapping, we compute the SAD score fs(h) using (7). A univariate Gaussian is now fit to the distribution of fs(h) . Its variance, as k h , captures the sharpness of the SAD distribution, which reflects belief in accuracy of height h estimated from the dense stereo method at frame k . A similar procedure yields variances as k and as k corresponding to orientation variables. Example fits are shown in Fig. 2. Referring to Algorithm 1 above, as h , αΊ,η ' αΊ,η are precisely the parameters a* that indicate accuracy of the stereo cue at frame k . The Learning of the model Cs is detailed next. For frame k , let ek h =\ h — hk * \ be the error in ground height, relative to ground truth. We quantize the parameters ak h into L = 100 bins and consider the resulting histogram of ek h . The bin centers are positioned to match the density of as h (that is, we distribute F/L errors es k h within each bin). A similar process is repreated for nx and n3 . The histograms for the KITTI dataset are shown in Fig. 3. We have now obtained the c' of Algorithm 5.1.
Next, we compute the variance vs h of the errors within each bin / , for / = 1 , · · · , L . This indicates the observation error variance. We now fit a curve to the distribution of vs versus cs , which provides a model to relate observation variance in h to the effectiveness of dense stereo. The result for the KITTI dataset is shown in Fig. 4, where each data point represents a pair of observation error covariance v h and parameter . Empirically, we observe that a straight line suffices to produce a good fit. A similar process is repeated for nx and n3 . Thus, we have obtained models Cs (one each for h , nx and n3 ) for the stereo method.
Similar to dense stereo, the objective of training is again to find a model that relates the observation covariance of the 3D points method to the error behavior of its underlying variables. Recall that the scoring function is given by (8).
We observe that the score q returned by is directly an indicator of belief in accuracy of the ground plane estimated using the 3D points cue. Thus, for Algorithm 5.1, we may directly obtain the parameters ap k = qk , where qk is the optimal value of at frame k , without explicitly learning a model Ap . k
The remaining procedure mirrors that for the stereo cue. Let hP be ground height estimated at frame k using 3D points, that is, the optimum for (8). The error ep k h is computed with respect to ground truth. The above ap k are quantized into L = 100 bins centered at cp' k and a histogram of observation errors e h is constructed. A model Cp may now be fit to relate the observation variances vp' h at each bin to the corresponding accuracy parameter cp l h . As shown in Fig. 4, a straight line fit is again reasonable.
We assume that the detector provides several candidate bounding boxes and their respective scores (that is, bounding boxes before the nonmaximal suppression step of traditional detectors). A bounding box is represented by b = (x, y, w, hb )T , where x, y is its 2D position and w, hb are its width and height. The error behavior of detection is quantified by the variation of detection scores a with respect to bounding box b .
Our model Ad is a mixture of Gaussians. At each frame, we estimate 4 x 4 full rank covariance matrices∑m centered at μη , Ά
where ε„ = b - „, M is number of obiects and N is the number of candidate bounding boxes (the dependence on k has been suppressed for convenience). Example fitting results are shown Fig. 6. It is evident that the variation of noisy detector scores is well-captured by the model Ak d .
Recall that the scoring function fd of (9) estimates n3 . Thus, only the entries of ∑m corresponding to y and hb are significant for our application. Let c and ah be the corresponding diagonal entries of the∑m closest to the tracking 2D box. We combine them into a single parameter, ad k =— y ¾¾ , which reflects our belief in the accuracy of this cue.
The remaining procedure is similar to that for the stereo and 3D points cues. The accuracy parameters ad are quantized and relaed to the corresponding variances of observation errors, given by the fd of (9). The fitted linear model Cd that relates observation variance of the detection cue to its expected accuracy is shown in Fig. 6. During testing, at every frame k , we fit a model Ak corresponding to each cue i e {s, p, d\ and determine its parameters a that convey expected accuracy. Next, we use the models C; to determine the observation variances.
The observation zk = (nk , nk , hk)T at frame k is obtained by minimizing fs , given by (7). We fit ID Gaussians to the homography-mapped SAD scores to get the values of ak k , as k and as k . Using the models Cs estimated in Fig. 4, we predict the corresponding variances vk .
The observation covariance for the dense stereo method is now available as
At frame k , the observation zk p is the estimated ground height h obtained from , given by (8). The value of qk obtained from (8) directly gives us the expected accuracy parameter ap k . The corresponding variance vp k is estimated from the model Cp of Fig. 4. The observation covariance for this cue is now available as U* P = v Pk h .
At frame k , the observation zk d'm is the ground pitch angle n3 obtained by minimizing fd , given by (9), for each object m = 1 , · · · ,M . For each object m , we obtain the parameters ad k'm after solving (10). Using the model Cd of Fig. 6, we predict the corresponding error variances vd'm . The observation covariances for this method are now given by \Jd'm = vd'm .
Finally, the adaptive covariance for frame k , Uk , is computed by combining , Vp and the Ud'm from each object m . Then, our adaptive ground plane estimate z* is computed by combining zk , zp and zd m , using (5).
Thus, the ground plane estimation method uses models learned from training data to adapt the relative importance of each cue— stereo, 3D points and detection bounding boxes— on a per-frame basis. In consideration of real-time performance, only the dense stereo and 3D points cues are used for monocular SFM. Detection bounding box cues are used for the object localization application where they are available. The instant system's accurate ground plane estimation allows monocular vision-based systems to achieve performance similar to stereo. In particular, we have shown that it is beneficial to include cues such as dense stereo and object bounding boxes for ground estimation, besides the traditional sparse features used in prior works. Further, we proposed a mechanism to combine those cues in a principled framework that reflects their per-frame relative confidences, as well as prior knowledge from training data.
Our robust and accurate scale correction is a significant step in bridging the gap between monocular and stereo SFM. We believe this has great benefits for autonomous driving applications. We demonstrate that the performance of real-time monocular SFM that uses our ground plane estimation is comparable to stereo on real-world driving sequences. Further, our accurate ground plane easily benefits existing 3D localization frameworks, as also demonstrated by our experiments.
The invention may be implemented in hardware, firmware or software, or a combination of the three. Preferably the invention is implemented in a computer program executed on a programmable computer having a processor, a data storage system, volatile and non-volatile memory and/or storage elements, at least one input device and at least one output device.
By way of example, a block diagram of a computer to support the system is discussed in FIG. 10. The computer preferably includes a processor, random access memory (RAM), a program memory (preferably a writable read-only memory (ROM) such as a flash ROM) and an input/output (I/O) controller coupled by a CPU bus. The computer may optionally include a hard drive controller which is coupled to a hard disk and CPU bus. Hard disk may be used for storing application programs, such as the present invention, and data. Alternatively, application programs may be stored in RAM or ROM. I/O controller is coupled by means of an I/O bus to an I/O interface. I/O interface receives and transmits data in analog or digital form over communication links such as a serial link, local area network, wireless link, and parallel link. Optionally, a display, a keyboard and a pointing device (mouse) may also be connected to I/O bus. Alternatively, separate connections (separate buses) may be used for I/O interface, display, keyboard and pointing device. Programmable processing system may be preprogrammed or it may be programmed (and reprogrammed) by downloading a program from another source (e.g., a floppy disk, CD-ROM, or another computer). Each computer program is tangibly stored in a machine -readable storage media or device (e.g., program memory or magnetic disk) readable by a general or special purpose programmable computer, for configuring and controlling operation of a computer when the storage media or device is read by the computer to perform the procedures described herein. The inventive system may also be considered to be embodied in a computer-readable storage medium, configured with a computer program, where the storage medium so configured causes a computer to operate in a specific and predefined manner to perform the functions described herein.
The invention has been described herein in considerable detail in order to comply with the patent Statutes and to provide those skilled in the art with the information needed to apply the novel principles and to construct and use such specialized components as are required. However, it is to be understood that the invention can be carried out by specifically different equipment and devices, and that various modifications, both as to the equipment details and operating procedures, can be accomplished without departing from the scope of the invention itself.

Claims

What is claimed is:
1. A method for performing three-dimensional (3D) localization requiring only a single camera, comprising: capturing images from only one camera; generating a cue combination from sparse features, dense stereo and object bounding boxes; correcting for scale in monocular structure from motion (SFM) using the cue combination for estimating a ground plane; and performing localization by combining SFM, ground plane and object bounding boxes to produce a 3D object localization.
2. The method of claim 1, comprising combining monocular real-time SFM, a cue combination and object tracking for 3D localization.
3. The method of claim 1, comprising with tracked bounding boxes, determining regions of an image that are background (non-moving objects) and using monocular SFM to estimate a camera pose and the ground plane.
4. The method of claim 1, comprising performing a dense optical flow estimation on the object.
5. The method of claim 1 , comprising estimating the ground plane using 3D points, dense stereo and 2D object bounding boxes.
6. The method of claim 1, comprising learning one or more models that indicate per-frame relative importance of cues.
7. The method of claim 1 , comprising combining ground plane estimates within a Kalman filter.
8. The method of claim 1, comprising applying an estimated ground plane to correct a monocular SFM scale drift.
9. The method of claim 8,wherein the estimated ground plane is used to find a 3D bounding box that encloses the object.
10. The method of claim 1, comprising performing autonomous driving and driving safety with the 3D localization.
11. The method of claim 1, comprising, back-projecting through a ground plane {h,n\ : - (Bx, By,Bz) — ^, where K is a camera intrinsic calibration matrix and b = (x, j,l)T is a bottom of a 2D bounding box in homogeneous coordinates.
12. The method of claim 1, wherein methods i = l, - - - , m are used to estimate a ground plane, with observation covariances U . , comprising determining fusion at time instant k as: m m
u* = ( (u r1)-1, z* = u*£(ufri z .
i=\ i=l
13. The method of claim 1, comprising determining Plane-Guided Dense Stereo, including determing a region of interest (ROI) in a foreground corresponding to a planar ground.
14. The method of claim 13, for a value of {h, n and a relative camera pose {R,t} between frames k and k + l , comprising determining a per-pixel mapping using a homography matrix
G = R +— tnT.
h
15. A method for performing three-dimensional (3D) localization of traffic participants including vehicles or pedestrians, requiring only a single camera, comprising: capturing images from only one camera; generating a cue combination from sparse features, dense stereo and object bounding boxes correcting for scale in monocular structure from motion (SFM) using the cue combination for estimating a ground plane; and performing localization by combining SFM, ground plane and object bounding boxes to produce a 3D object localization.
16. The method of claim 15, comprising combining monocular real-time SFM, a cue combination and object tracking for 3D localization.
17. The method of claim 15, comprising with tracked bounding boxes, determining regions of an image that are background (non-moving objects) and using monocular SFM to estimate a camera pose and the ground plane.
18. The method of claim 15, comprising performing a dense optical flow estimation on the object.
19. The method of claim 15, comprising estimating the ground plane using 3D points, dense stereo and 2D object bounding boxes.
20. A vehicle, comprising: a single camera; a motor coupled to the single camera for moving the vehicle; and means for for three-dimensional (3D) localization of traffic participants including vehicles or pedestrians, said means including: means for generating a cue combination from sparse features, dense stereo and object bounding boxes; means for correcting for scale in monocular structure from motion (SFM) using the cue combination for estimating a ground plane; and means for performing localization by combining SFM, ground plane and object bounding boxes to produce a 3D object localization.
EP14858575.5A 2013-10-30 2014-08-05 Monocular 3d localization for autonomous driving using adaptive ground plane estimation Active EP3063741B1 (en)

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
US201361897440P 2013-10-30 2013-10-30
US201462026061P 2014-07-18 2014-07-18
US201462026184P 2014-07-18 2014-07-18
US14/451,280 US9189689B2 (en) 2013-10-30 2014-08-04 Robust scale estimation in real-time monocular SFM for autonomous driving
PCT/US2014/049685 WO2015065558A1 (en) 2013-10-30 2014-08-05 Monocular 3d localization for autonomous driving using adaptive ground plane estimation

Publications (3)

Publication Number Publication Date
EP3063741A1 true EP3063741A1 (en) 2016-09-07
EP3063741A4 EP3063741A4 (en) 2017-05-24
EP3063741B1 EP3063741B1 (en) 2023-12-27

Family

ID=52995514

Family Applications (1)

Application Number Title Priority Date Filing Date
EP14858575.5A Active EP3063741B1 (en) 2013-10-30 2014-08-05 Monocular 3d localization for autonomous driving using adaptive ground plane estimation

Country Status (4)

Country Link
US (1) US9189689B2 (en)
EP (1) EP3063741B1 (en)
JP (2) JP2017500542A (en)
WO (1) WO2015065558A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3114833A4 (en) * 2014-03-06 2017-09-06 NEC Laboratories America, Inc. High accuracy monocular moving object localization

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9928875B2 (en) * 2016-03-22 2018-03-27 Nec Corporation Efficient video annotation with optical flow based estimation and suggestion
US10248872B2 (en) * 2016-10-19 2019-04-02 Texas Instruments Incorporated Estimation of time to collision in a computer vision system
CN109389645B (en) * 2017-08-02 2021-01-01 珊口(上海)智能科技有限公司 Camera self-calibration method and system, camera, robot and cloud server
US10402724B2 (en) * 2017-10-03 2019-09-03 StradVision, Inc. Method for acquiring a pseudo-3D box from a 2D bounding box by regression analysis and learning device and testing device using the same
FR3098963B1 (en) * 2019-07-18 2022-06-10 Sispia METHOD AND SYSTEM FOR THE AUTOMATIC DETECTION, LOCATION AND IDENTIFICATION OF OBJECTS IN A 3D VOLUME
US11514594B2 (en) 2019-10-30 2022-11-29 Vergence Automation, Inc. Composite imaging systems using a focal plane array with in-pixel analog storage elements
CN113223079A (en) * 2020-02-06 2021-08-06 阿里巴巴集团控股有限公司 Visual positioning method and device and electronic equipment
US11475249B2 (en) * 2020-04-30 2022-10-18 Electronic Arts Inc. Extending knowledge data in machine vision
US12230649B2 (en) 2020-05-19 2025-02-18 Vergence Automation, Inc. AI system on chip (SOC) for robotics vision applications
CN111695480B (en) * 2020-06-04 2023-04-28 重庆大学 Real-time target detection and 3D positioning method based on single frame image
US11710254B2 (en) 2021-04-07 2023-07-25 Ford Global Technologies, Llc Neural network object detection
WO2025009448A1 (en) * 2023-07-04 2025-01-09 Nec Corporation Training apparatus, camera adjustment apparatus, training method, camera adjustment method, and storage medium
US12417643B2 (en) 2023-10-31 2025-09-16 Woven By Toyota, Inc. Systems and methods for updating a current base model comprising a plurality of images

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6535114B1 (en) * 2000-03-22 2003-03-18 Toyota Jidosha Kabushiki Kaisha Method and apparatus for environment recognition
US7477776B2 (en) * 2004-03-01 2009-01-13 Brainlab Ag Method and apparatus for determining a plane of symmetry of a three-dimensional object
US7384195B2 (en) * 2004-07-09 2008-06-10 Roplast Industries, Inc. Bag with zippered pouch
JP4810893B2 (en) * 2005-06-20 2011-11-09 株式会社豊田中央研究所 Distance measuring device
US7639565B2 (en) * 2007-06-25 2009-12-29 The United States Of America As Represented By The Secretary Of The Navy Point source localization sonar system and method
EP2071515A1 (en) * 2007-12-11 2009-06-17 Honda Research Institute Europe GmbH Visually tracking an object in real world using 2D appearance and multicue depth estimations
JP5151472B2 (en) * 2007-12-27 2013-02-27 株式会社豊田中央研究所 Distance image generation device, environment recognition device, and program
KR101188588B1 (en) * 2008-03-27 2012-10-08 주식회사 만도 Monocular Motion Stereo-Based Free Parking Space Detection Apparatus and Method
US9129432B2 (en) * 2010-01-28 2015-09-08 The Hong Kong University Of Science And Technology Image-based procedural remodeling of buildings
KR20130068510A (en) * 2011-12-15 2013-06-26 한국전자통신연구원 A fusion method and apparatus with sparse feature based warping and stereo matching

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3114833A4 (en) * 2014-03-06 2017-09-06 NEC Laboratories America, Inc. High accuracy monocular moving object localization

Also Published As

Publication number Publication date
JP2017500542A (en) 2017-01-05
WO2015065558A1 (en) 2015-05-07
JP2018091857A (en) 2018-06-14
EP3063741A4 (en) 2017-05-24
US20150117709A1 (en) 2015-04-30
US9189689B2 (en) 2015-11-17
EP3063741B1 (en) 2023-12-27
JP6469905B2 (en) 2019-02-13

Similar Documents

Publication Publication Date Title
US9189689B2 (en) Robust scale estimation in real-time monocular SFM for autonomous driving
US9070202B2 (en) Moving object localization in 3D using a single camera
Song et al. Robust scale estimation in real-time monocular SFM for autonomous driving
US20180247429A1 (en) Real-time monocular structure from motion
CN110176038B (en) Method, system and storage medium for calibrating camera of vehicle
US9990736B2 (en) Robust anytime tracking combining 3D shape, color, and motion with annealed dynamic histograms
Munoz-Banón et al. Targetless camera-LiDAR calibration in unstructured environments
US20140139635A1 (en) Real-time monocular structure from motion
US10339389B2 (en) Methods and systems for vision-based motion estimation
Kitt et al. Monocular visual odometry using a planar road model to solve scale ambiguity
US9367922B2 (en) High accuracy monocular moving object localization
Cvišić et al. Recalibrating the KITTI dataset camera setup for improved odometry accuracy
US11080562B1 (en) Key point recognition with uncertainty measurement
CN115187941A (en) Target detection positioning method, system, equipment and storage medium
CN116612459B (en) Target detection method, target detection device, electronic equipment and storage medium
US10192141B2 (en) Determining scale of three dimensional information
Liu et al. Adaptive ground plane estimation for moving camera-based 3D object tracking
JP6186072B2 (en) Positioning of moving objects in 3D using a single camera
Tamaazousti et al. The constrained SLAM framework for non-instrumented augmented reality: Application to industrial training
EP2962249A1 (en) Road region detection
Muhammad et al. An appraisal of backscatter removal and refraction calibration models for improving the performance of vision-based mapping and navigation in shallow underwater environments
Pagel Robust monocular egomotion estimation based on an iekf
Zhang et al. Maximum clique based RGB-D visual odometry
CN121708330A (en) Visual SLAM image feature matching methods, terminals and storage media
Scott Stereo-vision framework for autonomous vehicle guidance and collision avoidance

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20160530

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

AX Request for extension of the european patent

Extension state: BA ME

DAX Request for extension of the european patent (deleted)
A4 Supplementary search report drawn up and despatched

Effective date: 20170424

RIC1 Information provided on ipc code assigned before grant

Ipc: G06T 17/00 20060101AFI20170418BHEP

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

17Q First examination report despatched

Effective date: 20180418

REG Reference to a national code

Ref country code: DE

Ref legal event code: R079

Free format text: PREVIOUS MAIN CLASS: G06T0017000000

Ipc: G06V0020560000

Ref document number: 602014089217

Country of ref document: DE

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: GRANT OF PATENT IS INTENDED

RIC1 Information provided on ipc code assigned before grant

Ipc: G06V 20/56 20220101AFI20230525BHEP

INTG Intention to grant announced

Effective date: 20230619

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: NEC CORPORATION

GRAJ Information related to disapproval of communication of intention to grant by the applicant or resumption of examination proceedings by the epo deleted

Free format text: ORIGINAL CODE: EPIDOSDIGR1

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: GRANT OF PATENT IS INTENDED

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

INTC Intention to grant announced (deleted)
GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE PATENT HAS BEEN GRANTED

INTG Intention to grant announced

Effective date: 20231109

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

REG Reference to a national code

Ref country code: GB

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: CH

Ref legal event code: EP

REG Reference to a national code

Ref country code: DE

Ref legal event code: R096

Ref document number: 602014089217

Country of ref document: DE

REG Reference to a national code

Ref country code: IE

Ref legal event code: FG4D

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: GR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20240328

REG Reference to a national code

Ref country code: LT

Ref legal event code: MG9D

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: ES

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

Ref country code: GR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20240328

Ref country code: FI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

Ref country code: ES

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

Ref country code: BG

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20240327

REG Reference to a national code

Ref country code: NL

Ref legal event code: MP

Effective date: 20231227

REG Reference to a national code

Ref country code: AT

Ref legal event code: MK05

Ref document number: 1645259

Country of ref document: AT

Kind code of ref document: T

Effective date: 20231227

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: NL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

Ref country code: RS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

Ref country code: NO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20240327

Ref country code: NL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

Ref country code: LV

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

Ref country code: HR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20240427

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: AT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

Ref country code: CZ

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SM

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

Ref country code: SK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

Ref country code: RO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

Ref country code: IT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

Ref country code: IS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20240427

Ref country code: EE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

Ref country code: CZ

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

Ref country code: AT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: PT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20240429

Ref country code: PL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: PT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20240429

Ref country code: PL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

REG Reference to a national code

Ref country code: DE

Ref legal event code: R097

Ref document number: 602014089217

Country of ref document: DE

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: DE

Payment date: 20240821

Year of fee payment: 11

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: DK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: DK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

26N No opposition filed

Effective date: 20240930

REG Reference to a national code

Ref country code: CH

Ref legal event code: PL

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LU

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20240805

GBPC Gb: european patent ceased through non-payment of renewal fee

Effective date: 20240805

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

Ref country code: CH

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20240831

Ref country code: MC

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20231227

REG Reference to a national code

Ref country code: BE

Ref legal event code: MM

Effective date: 20240831

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: GB

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20240805

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: BE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20240831

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: FR

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20240831

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20240805

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: CY

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT; INVALID AB INITIO

Effective date: 20140805

REG Reference to a national code

Ref country code: DE

Ref legal event code: R119

Ref document number: 602014089217

Country of ref document: DE

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: HU

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT; INVALID AB INITIO

Effective date: 20140805