CVMar 29

BINO: Encoder Centric Self Supervised Stereo With Native Pair Input

arXiv:2603.2790414.5h-index: 1
AI Analysis

For stereo vision tasks, BINO demonstrates that cross-view reasoning can be effectively learned within a compact encoder, reducing the need for separate linkage modules.

BINO proposes a self-supervised stereo method that learns binocular correspondence inside a compact encoder by fusing rectified image pairs at the input stage. In low-resource settings, it achieves the best frozen descriptor results on proxy dense stereo, hard negative retrieval, and KITTI Stereo 2012 disparity, matching CroCo v2 performance with a much smaller encoder.

Stereo needs features that preserve fine cross view correspondence rather than only semantic similarity. Recent self supervised vision models transfer well, but they are not built for this goal, and geometry focused methods often rely on a binocular decoder or another explicit linkage module during pretraining. BINO asks whether strong binocular structure can instead be learned inside a compact encoder. It does this by fusing the rectified pair at the input stage, forming stereo micro cell tokens, and using a row aware patch phase positional encoding. Training uses one view masked token only distillation together with occlusion and view specific appearance mismatch. In a strict low resource setting with pretraining only on KITTI object, BINO gives the best frozen descriptor results under a no linkage probe among all compared baselines on proxy dense stereo, hard negative retrieval, and KITTI Stereo~2012 disparity. With the same lightweight stereo head for every encoder, it stays near CroCo~v2 while using a much smaller encoder. Supplementary transfer experiments on KITTI Stereo~2015 show the same qualitative trend. These results suggest that much of the cross view reasoning often assigned to a separate linkage module can be learned inside a compact and reusable encoder.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes