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) Hypothesis disparity depth Align views by horizontal shift differentiable homography (plane sweep) Combine concatenate, channels, 2 views variance, 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.