paper-with-me

Papers

Learning for Disparity Estimation through Feature Constancy

2017-12-04 · CVPR 2018 6 · Zhengfa Liang, Yiliu Feng, Yulan Guo, Hengzhu Liu, Wei Chen, Linbo Qiao, Li Zhou, Jianfeng Zhang

Stereo matching algorithms usually consist of four steps, including matching cost calculation, matching cost aggregation, disparity calculation, and disparity refinement. Existing CNN-based methods only adopt CNN to solve parts of the four steps, or use different networks to deal with different steps, making them difficult to obtain the overall optimal solution. In this paper, we propose a network architecture to incorporate all steps of stereo matching. The network consists of three parts. The first part calculates the multi-scale shared features. The second part performs matching cost calculation, matching cost aggregation and disparity calculation to estimate the initial disparity using shared features. The initial disparity and the shared features are used to calculate the feature constancy that measures correctness of the correspondence between two input images. The initial disparity and the feature constancy are then fed to a sub-network to refine the initial disparity. The proposed method has been evaluated on the Scene Flow and KITTI datasets. It achieves the state-of-the-art performance on the KITTI 2012 and KITTI 2015 benchmarks while maintaining a very fast running time.

📄 PDF Abstract BibTeX arXiv:1712.01039

Code (2)

JiaRenChang/PSMNet pytorch
leonzfa/iResNet

Tasks

Disparity EstimationStereo MatchingStereo Matching Hand

Similar Papers 제목 키워드 기반

Approaching the Computational Color Constancy as a Classification Problem through Deep Learning

2016-08-29 · Seoung Wug Oh, Seon Joo Kim

Computational color constancy refers to the problem of computing the illuminant color so that the images of a scene under varying illumination can be normalized to an image under the canonical illumination. In this paper…

Color ConstancyDeep LearningGeneral Classification

Bag of Color Features For Color Constancy

2019-06-11 · Firas Laakom, Nikolaos Passalis, Jenni Raitoharju, Jarno Nikkanen 외

In this paper, we propose a novel color constancy approach, called Bag of Color Features (BoCF), building upon Bag-of-Features pooling. The proposed method substantially reduces the number of parameters needed for illumi…

Color Constancy

Multi-view Disparity Estimation Using a Novel Gradient Consistency Model

2024-05-27 · James L. Gray, Aous T. Naman, David S. Taubman

Variational approaches to disparity estimation typically use a linearised brightness constancy constraint, which only applies in smooth regions and over small distances. Accordingly, current variational approaches rely o…

Disparity EstimationScheduling

Bio-inspired Color Constancy: From Gray Anchoring Theory to Gray Pixel Methods

2026-04-22 · Kai-Fu Yang, Fu-Ya Luo, Yong-Jie Li arxiv

Color constancy is a fundamental ability of many biological visual systems and a crucial step in computer imaging systems. Bio-inspired modeling offers a promising way to elucidate the computational principles underlying…

Color Constancy

FC4: Fully Convolutional Color Constancy With Confidence-Weighted Pooling

2017-07-01 · CVPR 2017 7 · Yuanming Hu, Baoyuan Wang, Stephen Lin

Improvements in color constancy have arisen from the use of convolutional neural networks (CNNs). However, the patch-based CNNs that exist for this problem are faced with the issue of estimation ambiguity, where a patch …

Color Constancy