Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Sparse Bundle Adjustment

Sparse Bundle Adjustment

Ishita Takeshi

August 25, 2019
Tweet

More Decks by Ishita Takeshi

Other Decks in Technology

Transcript

  1. Sparse Bundle Adjustment MANOLIS I. A. LOURAKIS and ANTONIS A.

    ARGYROS Foundation for Research and Technology—Hellas 石田 岳志 (@sonicair)
  2. そもそも Bundle Adjustment とは Bundle Adjustment は E(P) を最小化する問題 a

    j は j 番目のカメラの姿勢, b i は i 番目の3次元点の座標,dは距離 Lourakis, Manolis IA, and Antonis A. Argyros. "SBA: A software package for generic sparse bundle adjustment." ACM Transactions on Mathematical Softwae (TOMS) 36.1 (2009): 2.
  3. Q(a j , b i ) に着目する a j は

    j 番目のカメラの姿勢, b i は i 番目の3次元点の座標 d は距離 Lourakis, Manolis IA, and Antonis A. Argyros. "SBA: A software package for generic sparse bundle adjustment." ACM Transactions on Mathematical Softwae (TOMS) 36.1 (2009): 2.
  4. 次に読むべき論文 この計算まだ遅くない? → Bundle Adjustment in the Large で解決! Agarwal,

    Sameer, et al. "Bundle adjustment in the large." European conference on computer vision. Springer, Berlin, Heidelberg, 2010.
  5. まとめ • Sparse Bundle Adjustment は,SfMやSLAMの高速化に用いられる • Jacobian がスパースであることを利用し, Gauss-Newton法

    (あるいはLM法) の計算を大幅に高速化できる • 今日の発表内容は https://ishitatakeshi.netlify.com/sba.html にあります • 3次元復元はたのしいよ!