Real-Time Semantic Stereo Matching
Scene understanding is paramount in robotics, self-navigation, augmented reality, and many other fields. To fully accomplish this task, an autonomous agent has to infer the 3D structure of the sensed scene (to know where it looks at) and its content (to know what it sees). To tackle the two tasks, deep neural networks trained to infer semantic segmentation and depth from stereo images are often the preferred choices. Specifically, Semantic Stereo Matching can be tackled by either standalone models trained for the two tasks independently or joint end-to-end architectures. Nonetheless, as proposed so far, both solutions are inefficient because requiring two forward passes in the former case or due to the complexity of a single network in the latter, although jointly tackling both tasks is usually beneficial in terms of accuracy. In this paper, we propose a single compact and lightweight architecture for real-time semantic stereo matching. Our framework relies on coarse-to-fine estimations in a multi-stage fashion, allowing: i) very fast inference even on embedded devices, with marginal drops in accuracy, compared to state-of-the-art networks, ii) trade accuracy for speed, according to the specific application requirements. Experimental results on high-end GPUs as well as on an embedded Jetson TX2 confirm the superiority of semantic stereo matching compared to standalone tasks and highlight the versatility of our framework on any hardware and for any application.
Code (0)
등록된 구현이 없습니다.
Tasks
Scene UnderstandingSemantic SegmentationStereo MatchingSimilar Papers 제목 키워드 기반
Survey on Semantic Stereo Matching / Semantic Depth Estimation
Stereo matching is one of the widely used techniques for inferring depth from stereo images owing to its robustness and speed. It has become one of the major topics of research since it finds its applications in autonomo…
3D ReconstructionAutonomous DrivingDepth EstimationImage Segmentation+4DrivingStereo: A Large-Scale Dataset for Stereo Matching in Autonomous Driving Scenarios
Great progress has been made on estimating disparity maps from stereo images. However, with the limited stereo data available in the existing datasets and unstable ranging precision of current stereo methods, industry-le…
Autonomous DrivingStereo MatchingStereo Matching HandStereo Matching in Time: 100+ FPS Video Stereo Matching for Extended Reality
Real-time Stereo Matching is a cornerstone algorithm for many Extended Reality (XR) applications, such as indoor 3D understanding, video pass-through, and mixed-reality games. Despite significant advancements in deep ste…
Mixed RealityStereo MatchingS$^3$M-Net: Joint Learning of Semantic Segmentation and Stereo Matching for Autonomous Driving
Semantic segmentation and stereo matching are two essential components of 3D environmental perception systems for autonomous driving. Nevertheless, conventional approaches often address these two problems independently, …
Autonomous DrivingScene UnderstandingSemantic SegmentationStereo MatchingSemantic Stereo Matching With Pyramid Cost Volumes
The accuracy of stereo matching has been greatly improved by using deep learning with convolutional neural networks. To further capture the details of disparity maps, in this paper, we propose a novel semantic stereo net…
Semantic SegmentationStereo Matching