Skip to content

[ECCV 2022] Uncertainty Quantification in Depth Estimation via Constrained Ordinal Regression

Notifications You must be signed in to change notification settings

timmy11hu/ConOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ConOR: Uncertainty Quantification in Depth Estimation via Constrained Ordinal Regression

This repository contains the implementation of ConOR on synthetic data and benchmark dataset described in D. Hu, L. Peng, T. Chu, X. Zhang, Y. Mao, H. Bondell, and M. Gong: Uncertainty Quantification in Depth Estimation via Constrained Ordinal Regression. European Conference on Computer Vision (ECCV) 2022.

Supplementary material can be found here.

Input Image Depth Estimation
0.5 0.5
Predictive Uncertainty Estimation Error (vs. ground truth)
0.5 0.5

Synthetic Data for Demonstration

The Simulation directory contains the code of the experiment on synthetic data. To run the experiment, please refer to scipts.

Experimental Results on Benchmark

The Benchmark directory contains the code of the experiment on KITTI and NYUv2. To run the experiment, please refer to scipts.

Citation

If you find it useful, please consider citing:

@inproceedings{hu2022uncertainty,
  title={Uncertainty Quantification in Depth Estimation via Constrained Ordinal Regression},
  author={Hu, Dongting and Peng, Liuhua and Chu, Tingjin and Zhang, Xiaoxing and Mao, Yinian and Bondell, Howard and Gong, Mingming},
  booktitle={Computer Vision--ECCV 2022: 17th European Conference, Tel Aviv, Israel, October 23--27, 2022, Proceedings, Part II},
  pages={237--256},
  year={2022},
  organization={Springer}
}

Acknowledgement

The benchmark code base is origined from an awesome DORN pytorch implementation.

About

[ECCV 2022] Uncertainty Quantification in Depth Estimation via Constrained Ordinal Regression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published