Inverse depth parametrization

{{Short description|Computational method for constructing 3D models}}

File:Inverse depth parametrization.svg

In computer vision, the inverse depth parametrization is a parametrization used in methods for 3D reconstruction from multiple images such as simultaneous localization and mapping (SLAM).Piniés et al. (2007)Sunderhauf et al. (2007) Given a point \mathbf{p} in 3D space observed by a monocular pinhole camera from multiple views, the inverse depth parametrization of the point's position is a 6D vector that encodes the optical centre of the camera \mathbf{c}_0 when in first observed the point, and the position of the point along the ray passing through \mathbf{p} and \mathbf{c}_0.Civiera et al. (2008)

Inverse depth parametrization generally improves numerical stability and allows to represent points with zero parallax. Moreover, the error associated to the observation of the point's position can be modelled with a Gaussian distribution when expressed in inverse depth. This is an important property required to apply methods, such as Kalman filters, that assume normality of the measurement error distribution. The major drawback is the larger memory consumption, since the dimensionality of the point's representation is doubled.

Definition

Given 3D point \mathbf{p} = (x, y, z) with world coordinates in a reference frame (e_1, e_2, e_3), observed from different views, the inverse depth parametrization \mathbf{y} of \mathbf{p} is given by:

: \mathbf{y} = (x_0, y_0, z_0, \theta, \phi, \rho)

where the first five components encode the camera pose in the first observation of the point, being \mathbf{c_0} = (x_0, y_0, z_0) the optical centre, \phi the azimuth, \theta the elevation angle, and \rho = \frac{1}{\left\Vert \mathbf{p} - \mathbf{c}_0\right\Vert} the inverse depth of p at the first observation.

References

Bibliography

  • {{cite conference

| last1 = Montiel | first1 = J. M. M.

| last2 = Civera | first2 = Javier

| last3 = Davison | first3 = Andrew J.

| editor1-last = Sukhatme | editor1-first = Gaurav S.

| editor2-last = Schaal | editor2-first = Stefan

| editor3-last = Burgard | editor3-first = Wolfram

| editor4-last = Fox | editor4-first = Dieter

| contribution = Unified Inverse Depth Parametrization for Monocular SLAM

| contribution-url = https://www.roboticsproceedings.org/rss02/p11.html

| doi = 10.15607/RSS.2006.II.011

| publisher = The MIT Press

| title = Robotics: Science and Systems II, August 16-19, 2006. University of Pennsylvania, Philadelphia, Pennsylvania, USA

| year = 2006}}

  • {{cite journal|title=Inverse depth parametrization for monocular SLAM|year=2008|journal=IEEE Transactions on Robotics|volume=24|pages=932–945|issue=5|publisher=IEEE|last1=Civera|first1=Javier|last2=Davison|first2=Andrew J|last3=Montiel|first3=JM Martínez|doi=10.1109/TRO.2008.2003276|s2cid=345360|citeseerx=10.1.1.175.1380}}
  • {{cite book|last1=Piniés|first1=Pedro|last2=Lupton|first2=Todd|last3=Sukkarieh|first3=Salah|last4=Tardós|first4=Juan D|title=Proceedings 2007 IEEE International Conference on Robotics and Automation |chapter=Inertial Aiding of Inverse Depth SLAM using a Monocular Camera |pages=2797–2802|year=2007|publisher=IEEE|doi=10.1109/ROBOT.2007.363895|isbn=978-1-4244-0602-9|s2cid=10474338}}
  • {{cite journal|title=Using the unscented Kalman filter in mono-SLAM with inverse depth parametrization for autonomous airship control|last1=Sunderhauf|first1=Niko|last2=Lange|first2=Sven|last3=Protzel|first3=Peter|journal=2007 IEEE International Workshop on Safety, Security and Rescue Robotics|pages=1–6|year=2007|publisher=IEEE}}

Category:Computer vision