An open API service indexing awesome lists of open source software.

https://github.com/pasteurlabs/unreasonable_effective_der

Supplementary material to reproduce "The Unreasonable Effectiveness of Deep Evidential Regression"
https://github.com/pasteurlabs/unreasonable_effective_der

confidence deep-learning evidence neural-network pytorch uncertainty

Last synced: about 1 month ago
JSON representation

Supplementary material to reproduce "The Unreasonable Effectiveness of Deep Evidential Regression"

Awesome Lists containing this project

README

          

[![arXiv](https://img.shields.io/badge/arXiv-2205.10060-b31b1b.svg)](https://arxiv.org/abs/2205.10060)
[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/)

# The Unreasonable Effectiveness of Deep Evidential Regression

This repository contains the paper and the supplementary material to reproduce _The Unreasonable Effectiveness of Deep Evidential Regression_:
- [unreasonable_effective_der.pdf](unreasonable_effective_der.pdf): The paper and the Appendix.
- [understanding_sota.ipynb](understanding_sota.ipynb): Introduction and high-level overview.
- [x3_indepth.ipynb](x3_indepth.ipynb): Analysis of one-dimensional cubic regression data set.
- [binpulse.ipynb](binpulse.ipynb): Analysis of binary pulse experiment.
- [depth_estimation.ipynb](depth_estimation.ipynb): Notebook that was used to generate the figures of the Monocular Depth Estimation experiment.