From 2cfdb23504b19969de1fdef99091fdce8294bb8b Mon Sep 17 00:00:00 2001 From: Zheyuan Wu <60459821+Trance-0@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:10:52 -0500 Subject: [PATCH] Update CSE5519_E3.md --- content/CSE5519/CSE5519_E3.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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