UCS-Net理解

Deep Stereo using Adaptive Thin Volume Representation with Uncertainty Awareness

  • 一、Method
    • 1.Overview
    • 2.Multi-scale feature extractor
    • 3.3D CNN
    • 4.Uncertainty estimation and ATV

一、Method

1.Overview

UCS-Net理解_第1张图片

主要创新:提出了ATV结构,使用概率体计算一个深度假设的置信区间,其本质为一种深度假设方法。

注:stage1使用最大深度范围的等间距采样,之后的两个stage使用ATV,深度假设平面数依次为[64,32,8]。

2.Multi-scale feature extractor

UCS-Net理解_第2张图片

注:最大通道数只有32.

3.3D CNN

UCS-Net理解_第3张图片

注:3D CNN网络结构相同,但权重不共享。

4.Uncertainty estimation and ATV

1.利用分布的方差进行不确定性估计,计算k阶段像素x处概率分布的方差:
UCS-Net理解_第4张图片
D为深度假设平面数,P为概率体,L为深度假设值。

2.置信区间:
在这里插入图片描述

λ是一个标量参数,用于确定置信区间的大小。

3.第k+1阶段的深度假设:
  给定深度假设平面数,在区间Ck(x)内等间距采样。

参考文献:
[1] Cheng S, Xu Z, Zhu S, et al. Deep stereo using adaptive thin volume representation with uncertainty awareness[C]//Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2020: 2524-2534.

你可能感兴趣的:(MVS-DL,计算机视觉,MVS,ATV,三维重建,神经网络)