Definition

A cost volume stores, for every pixel of the reference image and every hypothesis (disparity or depth), how well the views agree. Classical: height × width × number of disparities, with one cost per entry. Learned: a feature vector per entry, processed with 3D convolutions.

Stereo vs. multi-view

GC-Net (rectified stereo)MVSNet (multi-view)
Hypothesisdisparity depth
Align views byhorizontal shiftdifferentiable homography (plane sweep)
Combineconcatenate, channels, 2 viewsvariance, channels, any
Shape

Intuition

Always the same pattern: set up hypotheses, measure consistency, pick the best. Stereo hypothesizes 1D shifts along a scanline; multi-view hypothesizes planes in 3D, because the cameras have arbitrary poses.

Appears in