IP Library › Granted Patent US 12,694,551
Granted Patent B2
US 12,694,551 · App. 19/055,046 · Granted Jul 28, 2026

Foundation model for zero-shot stereo matching

Inventors: Bowen Wen (Issaquah, WA); Matthew Trepte (San Francisco, CA); Orazio Gallo (Santa Cruz, CA); Jan Kautz (Lexington, MA); Stanley Thomas Birchfield (Sammamish, WA)
Assignee: NVIDIA Corporation
G06T7/593G06T7/62G06T7/74H04N13/128H04N13/194H04N13/271G06T2207/10012G06T2207/20016G06T2207/20081G06T2207/20084G06T2207/20228H04N2013/0081
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 12,694,551
App. No.
19/055,046
Filed
Feb 17, 2025
Granted
Jul 28, 2026
Kind
B2
Art Unit
2481
USPC
348/43
Abstract

Systems and methods are disclosed that use a Foundational Stereo Model to generate an output disparity map. The Foundational Stereo Model includes side-tuning adapters (STA) that utilize a vision transformer (ViT) and a convolutional neural network (CNN) to generate feature maps. Specifically, the CNN may be used to adapt the ViT-based monocular depth estimation network for the stereo setup, which synergizes the strengths of both CNN and ViT architectures. In addition, the Foundational Stereo Model includes an attentive hybrid cost filtering (AHCF) that uses two branches that also utilizes the advantages of both a transformer architecture and the CNN architecture. Furthermore, the Foundational Stereo Model may perform iterative refinement of an initial disparity map to obtain the output disparity map based on performing a convolutional gated recurrent unit (GRU) operation.

Claims (92)

1 . A computer-implemented method for using a Foundational Stereo Model to generate an output disparity map, comprising:

processing a first stereo image using a first side-tuning adapter (STA) to generate a first feature map associated with the first stereo image;

processing a second stereo image using a second STA to generate a second feature map associated with the second stereo image, wherein the second STA is different from the first STA;

generating an initial hybrid cost volume based on the first feature map and the second feature map;

processing the initial hybrid cost volume using attentive hybrid cost filtering (AHCF) to generate a filtered hybrid cost volume; and

generating the output disparity map based on the filtered hybrid cost volume.

2 . The computer-implemented method of claim 1 , wherein the first STA comprises a first monocular depth estimation model and a first side-tuning convolutional neural network (CNN), wherein generating the first feature map comprises:

processing the first stereo image using the first monocular depth estimation model to generate monocular depth features;

processing the first stereo image using the first side-tuning CNN to generate CNN pyramid features; and

concatenating the monocular depth features and the CNN pyramid features to generate the first feature map.

3 . The computer-implemented method of claim 2 , wherein the second STA comprises a second monocular depth estimation model and a second side-tuning CNN, wherein generating the second feature map comprises:

processing the second stereo image using the second monocular depth estimation model to generate second monocular depth features;

processing the second stereo image using the second side-tuning CNN to generate second CNN pyramid features; and

concatenating the second monocular depth features and the second CNN pyramid features to generate the second feature map.

4 . The computer-implemented method of claim 1 , wherein generating the initial hybrid cost volume comprises:

generating a group correlation cost volume based on the first feature map and the second feature map;

generating a concatenation cost volume based on the first feature map and the second feature map; and

concatenating the group correlation cost volume and the concatenation cost volume to obtain the initial hybrid cost volume.

5 . The computer-implemented method of claim 4 , wherein generating the group correlation cost volume comprises:

performing a dot product of the first feature map and the second feature map to obtain the group correlation cost volume.

6 . The computer-implemented method of claim 5 , wherein generating the concatenation cost volume comprises:

concatenating the first feature map and the second feature map to obtain the concatenation cost volume.

7 . The computer-implemented method of claim 1 , wherein the AHCF comprises an axial-planar convolution (APC) filtering block and a disparity transformer (DT), and wherein processing the initial hybrid cost volume using the AHCF to generate the filtered hybrid cost volume comprises:

filtering the initial hybrid cost volume using the APC filtering block to generate an APC output;

processing disparity tokens associated with the initial hybrid cost volume using the DT to obtain a DT output; and

generating the filtered hybrid cost volume based on the APC output and the DT output.

8 . The computer-implemented method of claim 7 , wherein the APC filtering block comprises an hourglass neural network, and wherein filtering the initial hybrid cost volume using the APC filtering block to generate the APC output comprises performing convolution operations using the hourglass neural network to obtain the APC output from the initial hybrid cost volume.

9 . The computer-implemented method of claim 7 , wherein processing the disparity tokens to obtain the DT output comprises:

downsampling the initial hybrid cost volume to obtain a downsampled initial hybrid cost volume;

generating the disparity tokens based on reshaping the downsampled initial hybrid cost volume; and

processing the disparity tokens using the DT to generate the DT output, and

wherein generating the filtered hybrid cost volume based on the APC output and the DT output comprises:

upsampling the DT output to obtain an upsampled DT output; and

generating the filtered hybrid cost volume based on the APC output and the upsampled DT output.

10 . The computer-implemented method of claim 9 , wherein processing the disparity tokens using the DT to generate the DT output further comprises:

encoding positional information into the disparity tokens to obtain encoded disparity tokens; and

processing the encoded disparity tokens to generate the DT output.

11 . The computer-implemented method of claim 7 , wherein generating the filtered hybrid cost volume based on the APC output and the DT output comprises:

performing an element-wise add to the APC output and the DT output to obtain the filtered hybrid cost volume.

12 . The computer-implemented method of claim 1 , wherein generating the output disparity map based on the filtered hybrid cost volume comprises:

generating an initial disparity map based on the filtered hybrid cost volume;

performing one or more convolution gated recurrent unit (ConvGRU) operations to generate one or more intermediate disparity maps based on the initial disparity map; and

generating the output disparity map based on the one or more intermediate disparity maps.

13 . The computer-implemented method of claim 12 , wherein generating the one or more intermediate disparity maps comprises:

performing a first ConvGRU operation, from the one or more ConvGRU operations, to generate a first intermediate disparity map from the one or more intermediate disparity maps;

generating a first feature vector based on the filtered hybrid cost volume and the first intermediate disparity map;

generating a second feature vector based on the first intermediate disparity map and a correlation cost volume, wherein the correlation cost volume is generated based on performing a dot-product of the first feature map and the second feature map; and

performing a second ConvGRU operation, from the one or more ConvGRU operations, to generate a second intermediate disparity map, from the one or more intermediate disparity maps, based on the first intermediate disparity map, the first feature vector, and the second feature vector, and wherein generating the output disparity map is based on the second intermediate disparity map.

14 . The computer-implemented method of claim 12 , further comprising:

processing the second stereo image using a convolutional neural network to generate context features; and

concatenating the context features and monocular depth features from a monocular depth estimation model to obtain a context feature map, and wherein performing the one or more ConvGRU operations to generate the one or more intermediate disparity maps is further based on the context feature map.

15 . The computer-implemented method of claim 1 , wherein at least one of the steps of processing and generating are performed on a server or in a data center to generate the output disparity map, and the output disparity map is streamed to a user device.

16 . The computer-implemented method of claim 1 , wherein at least one of the steps of processing and generating are performed within a cloud computing environment.

17 . The computer-implemented method of claim 1 , wherein at least one of the steps of processing and generating are performed for training, testing, or certifying a neural network employed in a machine, robot, or autonomous vehicle.

18 . The computer-implemented method of claim 1 , wherein at least one of the steps of processing and generating are performed on a virtual machine comprising a portion of a graphics processing unit.

19 . A computer-implemented method for using a Foundational Stereo Model to generate an output disparity map, comprising:

processing a first stereo image using a first side-tuning adapter (STA) to generate a first feature map associated with the first stereo image, wherein the first STA comprises a first monocular depth estimation model and a first side-tuning convolutional neural network (CNN);

processing a second stereo image using a second STA to generate a second feature map associated with the second stereo image, wherein the second STA comprises a second monocular depth estimation model and a second side-tuning CNN, wherein the second STA is different from the first STA;

generating an initial hybrid cost volume based on the first feature map and the second feature map; and

generating the output disparity map based on the initial hybrid cost volume.

20 . The computer-implemented method of claim 19 , wherein generating the first feature map comprises:

processing the first stereo image using the first monocular depth estimation model to generate monocular depth features;

processing the first stereo image using the first side-tuning CNN to generate CNN pyramid features; and

concatenating the monocular depth features and the CNN pyramid features to generate the first feature map.

21 . The computer-implemented method of claim 20 , wherein generating the second feature map comprises:

processing the second stereo image using the second monocular depth estimation model to generate second monocular depth features;

processing the second stereo image using the second side-tuning CNN to generate second CNN pyramid features; and

concatenating the second monocular depth features and the second CNN pyramid features to generate the second feature map.

22 . The computer-implemented method of claim 19 , wherein generating the initial hybrid cost volume comprises:

generating a group correlation cost volume based on the first feature map and the second feature map;

generating a concatenation cost volume based on the first feature map and the second feature map; and

concatenating the group correlation cost volume and the concatenation cost volume to obtain the initial hybrid cost volume.

23 . The computer-implemented method of claim 22 , wherein generating the group correlation cost volume comprises performing a dot product of the first feature map and the second feature map to obtain the group correlation cost volume and wherein generating the concatenation cost volume comprises concatenating the first feature map and the second feature map to obtain the concatenation cost volume.

24 . A computer-implemented method for using a Foundational Stereo Model to generate an output disparity map, comprising:

generating an initial hybrid cost volume based on a first feature map associated with a first stereo image and a second feature map associated with a second stereo image;

filtering the initial hybrid cost volume by an axial-planar convolution (APC) filtering block to generate an APC output, wherein an attentive hybrid cost filtering (AHCF) comprises the APC filtering block and a disparity transformer (DT);

processing disparity tokens associated with the initial hybrid cost volume using the DT to obtain a DT output;

generating the filtered hybrid cost volume based on the APC output and the DT output; and

generating the output disparity map based on the filtered hybrid cost volume.

25 . The computer-implemented method of claim 24 , wherein the APC filtering block comprises an hourglass neural network, and wherein filtering the initial hybrid cost volume using the APC filtering block to generate the APC output comprises performing convolution operations using the hourglass neural network to obtain the APC output from the initial hybrid cost volume.

26 . The computer-implemented method of claim 24 , wherein processing the disparity tokens to obtain the DT output comprises:

downsampling the initial hybrid cost volume to obtain a downsampled initial hybrid cost volume;

generating the disparity tokens based on reshaping the downsampled initial hybrid cost volume; and

processing the disparity tokens using the DT to generate the DT output.

27 . The computer-implemented method of claim 26 , wherein generating the filtered hybrid cost volume based on the APC output and the DT output comprises:

upsampling the DT output to obtain an upsampled DT output; and

generating the filtered hybrid cost volume based on the APC output and the upsampled DT output.

28 . The computer-implemented method of claim 26 , wherein processing the disparity tokens using the DT to generate the DT output further comprises:

encoding positional information into the disparity tokens to obtain encoded disparity tokens; and

processing the encoded disparity tokens to generate the DT output.

29 . The computer-implemented method of claim 24 , wherein generating the filtered hybrid cost volume based on the APC output and the DT output comprises:

performing an element-wise add to the APC output and the DT output to obtain the filtered hybrid cost volume.

Assignments (1)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Feb 18, 2025
From: WEN, BOWEN; TREPTE, MATTHEW; GALLO, ORAZIO; KAUTZ, JAN; BIRCHFIELD, STANLEY THOMAS
To: NVIDIA CORPORATION
Reel/Frame 070240/0755 →
Continuity (3)
Provisional Application 63726916 · Dec 2, 2024
Provisional Application 63723727 · Nov 22, 2024
Related Publication 20260148405A1 · May 28, 2026
References Cited (93)
US 11062471B1 · Zhong · 2021 [cited by examiner]
US 11257272B2 · Rowell et al. · 2022 [cited by applicant]
US 12518477B1 · Wen et al. · 2026 [cited by applicant]
US 20190052908A1 · Mertens · 2019 [cited by examiner]
US 20210326694A1 · Wang · 2021 [cited by examiner]
US 20230368337A1 · Karras · 2023 [cited by examiner]
US 20240221371A1 · Kanazawa · 2024 [cited by applicant]
US 20240394839A1 · Schroers et al. · 2024 [cited by applicant]
US 20250308048A1 · Dwivedi · 2025 [cited by examiner]
US 20260004444A1 · Venkataraman · 2026 [cited by examiner]
Su, J., et al., “RoFormer: Enhanced transformer with rotary position embedding,” Neurocomputing, 568:127063, 2024. [cited by applicant]
Tankovich, V., et al., “HITNet: Hierarchical iterative tile refinement network for real-time stereo matching,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 14362-14372… [cited by applicant]
Teed, Z., et al., “RAFT: Recurrent all-pairs field transforms for optical flow,” In Proceedings of the European Conference on Computer Vision (ECCV), pp. 402-419, 2020. [cited by applicant]
Tobin, J., et al., “Domain randomization for transferring deep neural networks from simulation to the real world,” In IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pp. 23-30, 2017. [cited by applicant]
Tosi, F., et al., “Neural disparity refinement,” IEEE Transactions on Pattern Analysis and Machine Intelligence (PAMI), 2024. [cited by applicant]
Tremblay, J., et al., “Falling things: A synthetic dataset for 3D object detection and pose estimation,” In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, pp. 2038-2041, 2018. [cited by applicant]
Tremblay, J., et al., “Deep object pose estimation for semantic robotic grasping of household objects,” In Conference on Robot Learning (CoRL), pp. 306-316, 2018. [cited by applicant]
Vaswani, A., et al., “Attention is all you need,” Advances in Neural Information Processing Systems (NeurIPS), 30, 2017. [cited by applicant]
Wang, Q., et al., “IRS: A large naturalistic indoor robotics stereo dataset to train deep models for disparity and surface normal estimation,” In IEEE International Conference on Mulitmedia and Expo (ICME), 2021. [cited by applicant]
Wang, S., et al., “DUSt3R: Geometric 3D vision made easy,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 20697-20709, 2024. [cited by applicant]
Wang, W., et al., “TartanAir: A dataset to push the limits of visual slam,” In IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pp. 4909-4916, 2020. [cited by applicant]
Wang, X., et al., “Selective-Stereo: Adaptive frequency information selection for stereo matching,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 19701-19710, 2024. [cited by applicant]
Weinzaepfel, P., et al., “CroCo v2: Improved cross-view completion pretraining for stereo matching and optical flow,” In Proceedings of the IEEE International Conference on Computer Vision (ICCV), pp. 17969-17980, 2023. [cited by applicant]
Wen, B., et al., “FoundationPose: Unified 6D pose estimation and tracking of novel objects,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 17868-17870, 2024. [cited by applicant]
Xu, G., et al., “Attention concatenation vol. for accurate and efficient stereo matching,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 12981-12990, 2022. [cited by applicant]
Xu, G., et al., “Iterative geometry encoding vol. for stereo matching,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 21919-21928, 2023. [cited by applicant]
Xu, G., et al., “IGEV++: Iterative multirange geometry encoding volumes for stereo matching,” arXiv preprint arXiv:2409.00638, 2024. [cited by applicant]
Xu, H., et al., “AANet: Adaptive aggregation network for efficient stereo matching,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 1959-1968, 2020. [cited by applicant]
Xu, H., et al., “Unifying flow, stereo and depth estimation,” IEEE Transactions on Pattern Analysis and Machine Intelligence (PAMI), 2023. [cited by applicant]
Yang, G., et al., “Hierarchical deep stereo matching on high-resolution images,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 5515-5524, 2019. [cited by applicant]
Yang, G., et al., “DrivingStereo: A large-scale dataset for stereo matching in autonomous driving scenarios,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 899-908, 201… [cited by applicant]
Yang, J., et al., “Track anything: Segment anything meets videos,” arXiv preprint arXiv:2304.11968, 2023. [cited by applicant]
Yang, L., et al., “Depth anything: Unleashing the power of large-scale unlabeled data,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 10371-10381, 2024. [cited by applicant]
Yang, L., et al., “Depth anything v2,” In Proceedings of Neural Information Processing Systems (NeurIPS), 2024. [cited by applicant]
Yang, M., et al., “WaveletStereo: Learning wavelet coefficients of disparity map in stereo matching,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 12885-12894, 2020. [cited by applicant]
Zhang, F., et al., “GA-Net: Guided aggregation net for end-to-end stereo matching,” n Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 185-194, 2019. [cited by applicant]
Zhang, F., et al., “Domain-invariant stereo matching networks,” In Proceedings of the European Conference on Computer Vision (ECCV), pp. 420-439, 2020. [cited by applicant]
Zhang, J., et al., “Side-tuning: a baseline for network adaptation via additive side networks,” In Proceedings of the European Conference on Computer Vision (ECCV), pp. 698-714, 2020. [cited by applicant]
Zhang, Y., et al., “Learning representations from foundation models for domain generalized stereo matching,” In European Conference on Computer Vision, pp. 146-162, Springer, 2024. [cited by applicant]
Zhao, H., et al., “EAI-Stereo: Error aware iterative network for stereo matching,” In Proceedings of the Asian Conference on Computer Vision (ACCV), pp. 315-332, 2022. [cited by applicant]
Zhao, H., et al., “High-frequency stereo matching network,” n Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 1327-1336, 2023. [cited by applicant]
Zhao, X., et al., “Fast segment anything,” arXiv preprint arXiv:2306.12156, 2023. [cited by applicant]
Bao, W., et al., “InStereo2k: a large real dataset for stereo matching in indoor scenes,” Science China Information Sciences, 63:1-11, 2020. [cited by applicant]
Bhat, S.F., et al., “ZoeDepth: Zero-shot transfer by combining relative and metric depth,” arXiv preprint arXiv:2302.12288, 2023. [cited by applicant]
Bochkovskii, A., et al., “Depth pro: Sharp monocular metric depth in less than a second,” arXiv preprint arXiv:2410.02073, 2024. [cited by applicant]
Butler, D., et al., “A naturalistic open source movie for optical flow evaluation,” In Proceedings of the European Conference on Computer Vision (ECCV), pp. 611-625, 2012. [cited by applicant]
Cabon, Y., et al., “Virtual KITTI 2,” arXiv preprint arXiv:2001.10773, 2020. [cited by applicant]
Caron, M., et al., “Emerging properties in self-supervised vision transformers,” In Proceedings of the IEEE International Conference on Computer Vision (ICCV), pp. 7650-9660, 2021. [cited by applicant]
Chang, J.R., et al., “Pyramid stereo matching network,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 5410-5418, 2018. [cited by applicant]
Chang, T., et al., “Domain generalized stereo matching via hierarchical visual transformation,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 9559-9568, 2023. [cited by applicant]
Chen, L., et al., “Learning the distribution of errors in stereo matching for joint disparity and uncertainty estimation,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp.… [cited by applicant]
Chen, Z., et al., “Vision transformer adapter for dense predictions,” ICLR, 2023. [cited by applicant]
Chen, Z., et al., “SlimSAM: 0.1% data makes segment anything slim,” NeurIPS, 2023. [cited by applicant]
Chen, Z., et al., “Mocha-stereo: Motif channel attention network for stereo matching,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 27768-27777, 2024. [cited by applicant]
Cheng, X., et al., “Hierarchical neural architecture search for deep stereo matching,” Proceedings of Neural Information Processing Systems, (NeurIPS), 33:22158-22169, 2020. [cited by applicant]
Chollet, F., “Xception: Deep learning with depthwise separable convolutions,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 1251-1258, 2017. [cited by applicant]
Chuah, W., et al., “ITSA: An information-theoretic approach to automatic shortcut avoidance and domain generalization in stereo matching networks,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Patter… [cited by applicant]
Dao, T., et al., “FlashAttention: Fast and memory-efficient exact attention with io-awareness,” Proceedings of the Neural Information Processing System (NeurIPS), 35:16344-16359, 2022. [cited by applicant]
Banani, M., et al., “Probing the 3D awareness of visual foundation models,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 21795-21806, 2024. [cited by applicant]
Geiger, A., et al., “Are we ready for autonomous driving? The KITTI vision benchmark suite,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 3354-3361, 2012. [cited by applicant]
Gong, R., et al., “Learning intra-view and cross-view geometric knowledge for stereo matching,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 20752-20762, 2024. [cited by applicant]
Guan, T., et al., “Neural Markov random field for stereo matching,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 5459-5469, 2024. [cited by applicant]
Guo, W., et al., “Context-enhanced stereo transformer,” In Proceedings of the European Conference on Computer Vision (ECCV), pp. 262-279, 2022. [cited by applicant]
Guo, X., et al., “Group-wise correlation stereo network,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 3273-3282, 2019. [cited by applicant]
He, K., et al., “Deep residual learning for image recognition,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 770-778, 2016. [cited by applicant]
Jing, J., et al., “Uncertainty guided adaptive warping for robust and efficient stereo matching,” In Proceedings of the IEEE International Conference on Computer Vision (ICCV), pp. 3318-3327, 2023. [cited by applicant]
Karaev, N., et al., “DynamicStereo: Consistent dynamic depth from stereo videos,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 13229-13239, 2023. [cited by applicant]
Ke, B., et al., “Repurposing diffusion-based image generators for monocular depth estimation,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 9492-9502, 2024. [cited by applicant]
Kendall, A., et al., “End-to-end learning of geometry and context for deep stereo regression,” In Proceedings of the IEEE International Conference on Computer Vision (ICCV), pp. 66-75, 2017. [cited by applicant]
Khazatsky, A., et al., “DROID: A large-scale in-the-wild robot manipulation dataset,” arXiv preprint arXiv:2403.12945, 2024. [cited by applicant]
Kirillov, A., et al., “Segment anything,” In Proceedings of the IEEE International Conference on Computer Vision (ICCV), pp. 4015-4026, 2023. [cited by applicant]
Leroy, V., et al., “Grounding image matching in 3D with MASt3R,” arXiv preprint arXiv:2406.09756, 2024. [cited by applicant]
Li, J., et al., “Practical stereo matching via cascaded recurrent network with adaptive correlation,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 16263-16272, 2022. [cited by applicant]
Li, Z., et al., “Revisiting stereo depth estimation from a sequence-to-sequence perspective with transformers,” In Proceedings of the IEEE International Conference on Computer Vision (ICCV), pp. 6197-6206, 2021. [cited by applicant]
Lipson, L., et al., “RAFT-Stereo: Multilevel recurrent field transforms for stereo matching,” In International Conference on 3D Vision (3DV), pp. 218-227, 2021. [cited by applicant]
Liu, B., et al., “GraftNet: Towards domain generalized stereo matching with a broad-spectrum and task-oriented feature,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 1… [cited by applicant]
Liu, S., et al., “Grounding DINO: Marrying DINO with grounded pretraining for open-set object detection,” In Proceedings of the European Conference on Computer Vision (ECCV), 2024. [cited by applicant]
Loshchilov, I., “Decouples weight decay regularization,” ICLR, 2019. [cited by applicant]
Maaz, M., et al., “EdgeNext: Efficiently amalgamated cnn-transformer architecture for mobile vision applications,” In Proceedings of the European Conference on Computer Vision (ECCV), pp. 3-20, 2022. [cited by applicant]
Mao, Y., et al., “UASNet: Uncertainty adaptive sampling network for deep stereo matching,” In Proceedings of the IEEE International Conference on Computer Vision (ECCV). pp. 6311-6319, 2021. [cited by applicant]
Marr, D., et al., “Cooperative computation of stereo disparity,” Science, 194:283-287, 1976. [cited by applicant]
Mayer, N., et al., “A large dataset to train convolutional networks for disparity, optical flow, and scene flow estimation,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), p… [cited by applicant]
Menze, M., et al., “Object scene flow for autonomous vehicles,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 3061-3070, 2015. [cited by applicant]
Oquab, M., et al., “DINOv2: Learning robust visual features without spervision,” TMLR, 2024. [cited by applicant]
Radford, A., et al., “Learning transferable visual models from natural language supervision,” In International Conference on Machine Learning (ICML), pp. 8748-8763, 2021. [cited by applicant]
Ramirez, P.Z., et al., “Booster: A benchmark for depth from images of spectacular and transparent surfaces,” IEEE Transactions on Pattern Analysis and Machine Intelligence (PAMI), 2023. [cited by applicant]
Rao, Z., et al., “Masked representation learning for domain generalized stereo matching,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 5435-5444, 2023. [cited by applicant]
Ravi, N., et al., “SAM 2: Segment anything in images and videos,” arXiv preprint arXiv:2408.000714, 2024. [cited by applicant]
Scharstein, D., et al., “High-resolution stereo datasets with subpixel-accurate ground truth,” In Pattern Recognition: 36th German Conference, GCPR 2014, Munster, Germany, Sep. 2-5, 2014, Proceedings 36, pp. 31-42, Spri… [cited by applicant]
Schops, T., et al., “A multi-view stereo benchmark with high-resolution images and multi-camera videos,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 3260-3269, 2017. [cited by applicant]
Shen, Z., et al., “CFNet: Cascade and fused cost vol. for robust stereo matching,” In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 13906-13915, 2021. [cited by applicant]
Shen, Z., et al., “PCW-Net: Pyramid combination and warping cost vol. for stereo matching,” In Proceedings of the European Conference on Computer Vision (ECCV), pp. 280-297, 2022. [cited by applicant]
Shen, Z., et al., “Digging into uncertainty-based pseudo-label for robust stereo matching,” arXiv preprint arXiv:2307.160509, Jul. 2023. [cited by applicant]