CVApr 1, 2022

GraftNet: Towards Domain Generalized Stereo Matching with a Broad-Spectrum and Task-Oriented Feature

arXiv:2204.00179v173 citationsh-index: 8Has Code
Originality Incremental advance
AI Analysis

This addresses domain generalization for stereo matching, enabling more reliable application in real-life scenarios, though it is incremental as it builds on existing architectures like PSMNet and GANet.

The paper tackles the poor generalization of deep stereo matching networks across domains by grafting a broad-spectrum feature from large-scale datasets into cost aggregation, achieving superior performance when transferring from SceneFlow to KITTI 2015, KITTI 2012, and Middlebury benchmarks.

Although supervised deep stereo matching networks have made impressive achievements, the poor generalization ability caused by the domain gap prevents them from being applied to real-life scenarios. In this paper, we propose to leverage the feature of a model trained on large-scale datasets to deal with the domain shift since it has seen various styles of images. With the cosine similarity based cost volume as a bridge, the feature will be grafted to an ordinary cost aggregation module. Despite the broad-spectrum representation, such a low-level feature contains much general information which is not aimed at stereo matching. To recover more task-specific information, the grafted feature is further input into a shallow network to be transformed before calculating the cost. Extensive experiments show that the model generalization ability can be improved significantly with this broad-spectrum and task-oriented feature. Specifically, based on two well-known architectures PSMNet and GANet, our methods are superior to other robust algorithms when transferring from SceneFlow to KITTI 2015, KITTI 2012, and Middlebury. Code is available at https://github.com/SpadeLiu/Graft-PSMNet.

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