[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

QUTCC: Quantile Uncertainty Training and Conformal Calibration for Imaging Inverse Problems

Created by
  • Haebom

Author

Cassandra Tong Ye, Shamus Li, Tyler King, Kristina Monakhova

Outline

This paper presents a novel Quantile Uncertainty Training and Calibration (QUTCC) technique to address the hallucination problem of deep learning models, especially in scientific and medical inverse problems where accuracy is critical, such as medical imaging (MRI, microscopy). To overcome the limitation of existing uncertainty quantification techniques that generate large ranges with little information by setting uncertainty ranges using linear constant scales, QUTCC utilizes the U-Net architecture and quantile embedding to estimate the entire quantile of the conditional distribution. Then, iteratively improves the uncertainty ranges through iterative upper and lower quantile queries, providing more accurate ranges while maintaining the desired confidence level. We experimentally show that it achieves more accurate uncertainty ranges than existing methods on several denoising and compressed MRI reconstruction tasks.

Takeaways, Limitations

Takeaways:
It can contribute to improving the reliability of deep learning models in areas where accuracy is important, such as medical image processing.
It can effectively solve the hallucination problem by providing an uncertainty range that is more accurate and provides more information than existing methods.
It overcomes the limitations of existing methods through nonlinear and nonuniform quantile scaling.
We present an effective architecture utilizing U-Net and quantile embedding.
Limitations:
The computational cost of the proposed method may be higher than existing methods.
Further research is needed on generalization performance for different types of medical images and inverse problems.
There may be dependencies on specific quantiles, which require further analysis.
👍