Training Uncertainty-Aware Classifiers with Conformalized Deep Learning, NeurIPS, 2022
Conformal training includes smooth sorting & ranking. however, in the forward funcrion of ConfTr class, I realized that this part is not differentiable at all. So, this raises a suboptimal implementation.
Also, the MNIST example you provided is not comparable as benchmarking ConfTr paper of stutz et. al., as the MNIST dataset is benchmarked only with a linear model. Could you update your codes to include EMNIST dataset ? (I can try to add EMNIST if I have time also )
Thanks for providing an open source library for Torch
Hi,
Thanks for having PyTorch implementation of Conformal Training.
According to
Conformal training includes smooth sorting & ranking. however, in the
forward
funcrion ofConfTr
class, I realized that this part is not differentiable at all. So, this raises a suboptimal implementation.Also, the MNIST example you provided is not comparable as benchmarking ConfTr paper of stutz et. al., as the MNIST dataset is benchmarked only with a linear model. Could you update your codes to include EMNIST dataset ? (I can try to add EMNIST if I have time also )
Thanks for providing an open source library for Torch