CVMar 21, 2022

Revisiting Domain Generalized Stereo Matching Networks from a Feature Consistency Perspective

arXiv:2203.10887v183 citationsh-index: 59
Originality Incremental advance
AI Analysis

This addresses domain shift issues in stereo matching for computer vision applications, offering a generic solution that improves generalization without requiring target domain data, though it is incremental as it builds on existing networks.

The paper tackles the problem of poor generalization of stereo matching networks to unseen domains by proposing a pixel-wise contrastive learning approach to enforce feature consistency between matching pixels, achieving superior performance on four real-world testing sets compared to state-of-the-art networks.

Despite recent stereo matching networks achieving impressive performance given sufficient training data, they suffer from domain shifts and generalize poorly to unseen domains. We argue that maintaining feature consistency between matching pixels is a vital factor for promoting the generalization capability of stereo matching networks, which has not been adequately considered. Here we address this issue by proposing a simple pixel-wise contrastive learning across the viewpoints. The stereo contrastive feature loss function explicitly constrains the consistency between learned features of matching pixel pairs which are observations of the same 3D points. A stereo selective whitening loss is further introduced to better preserve the stereo feature consistency across domains, which decorrelates stereo features from stereo viewpoint-specific style information. Counter-intuitively, the generalization of feature consistency between two viewpoints in the same scene translates to the generalization of stereo matching performance to unseen domains. Our method is generic in nature as it can be easily embedded into existing stereo networks and does not require access to the samples in the target domain. When trained on synthetic data and generalized to four real-world testing sets, our method achieves superior performance over several state-of-the-art networks.

Code Implementations1 repo
Foundations

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

Your Notes