教師なし深度推定は、深度マップのグラウンドトゥルースを取り除くために両眼ステレオ画像を利用することによる最近の傾向です。教師なし深度計算では、画像再構成損失でCNNをトレーニングすることにより、視差画像が生成されます。この論文では、対応する視差マップを生成するために、ビューごとに個別のCNNを使用して6損失(DNM6)の教師なし深度推定のためのデュアルCNNベースのモデルを提示します。提案されているデュアルCNNモデルは、クロスディスパリティを利用して12の損失(DNM12)で拡張されています。提示されたDNM6およびDNM12モデルは、KITTIの運転および都市景観の都市データベースで実験され、監視なしの深度推定の最新の結果と比較されます。コードは、https://github.com/ishmav16/Dual-CNN-Models-for-Unsupervised-Monocular-Depth-Estimationで入手できます。
The unsupervised depth estimation is the recent trend by utilizing the binocular stereo images to get rid of depth map ground truth. In unsupervised depth computation, the disparity images are generated by training the CNN with an image reconstruction loss. In this paper, a dual CNN based model is presented for unsupervised depth estimation with 6 losses (DNM6) with individual CNN for each view to generate the corresponding disparity map. The proposed dual CNN model is also extended with 12 losses (DNM12) by utilizing the cross disparities. The presented DNM6 and DNM12 models are experimented over KITTI driving and Cityscapes urban database and compared with the recent state-of-the-art result of unsupervised depth estimation. The code is available at: https://github.com/ishmav16/Dual-CNN-Models-for-Unsupervised-Monocular-Depth-Estimation.