Dense Disparity Estimation in Ego-motion Reduced Search Space
This addresses computational efficiency and accuracy in stereo depth estimation for applications like autonomous driving, but it is incremental as it builds on existing methods with frame-to-frame updates.
The paper tackled depth estimation from stereo images by using information from previous frames to reduce computational complexity and improve accuracy, showing more accurate results on the KITTI benchmark while reducing disparity search space.
Depth estimation from stereo images remains a challenge even though studied for decades. The KITTI benchmark shows that the state-of-the-art solutions offer accurate depth estimation, but are still computationally complex and often require a GPU or FPGA implementation. In this paper we aim at increasing the accuracy of depth map estimation and reducing the computational complexity by using information from previous frames. We propose to transform the disparity map of the previous frame into the current frame, relying on the estimated ego-motion, and use this map as the prediction for the Kalman filter in the disparity space. Then, we update the predicted disparity map using the newly matched one. This way we reduce disparity search space and flickering between consecutive frames, thus increasing the computational efficiency of the algorithm. In the end, we validate the proposed approach on real-world data from the KITTI benchmark suite and show that the proposed algorithm yields more accurate results, while at the same time reducing the disparity search space.