diff --git a/content/CSE5519/CSE5519_E3.md b/content/CSE5519/CSE5519_E3.md index 4e29ffa..412b8c6 100644 --- a/content/CSE5519/CSE5519_E3.md +++ b/content/CSE5519/CSE5519_E3.md @@ -1,2 +1,13 @@ # CSE5519 Advances in Computer Vision (Topic E: 2023: Deep Learning for Geometric Computer Vision) +## Guided Depth Super-Resolution by Deep Anisotropic Diffusion + +[link to paper](https://openaccess.thecvf.com/content/CVPR2023/papers/Metzger_Guided_Depth_Super-Resolution_by_Deep_Anisotropic_Diffusion_CVPR_2023_paper.pdf) + +Combining anisotropic diffusion (discretized version of the heat equation) with deep feature learning (CNN). + +For upscaling. + +>[!TIP] +> +> How the anisotropic diffusion adjustment steps are used to guide the super-resolution process? How the deep feature learning is used during the process? \ No newline at end of file