Uehwan / rmd

Revisiting Self-Supervised Monocular Depth Estimation
6 stars 1 forks source link

Wrong reference number? #1

Closed gdikov closed 3 years ago

gdikov commented 3 years ago

Hi @Uehwan,

First, thank you for your work!

In your paper on page 4 under Section 3.1, Illumination variation you discuss Depth-error weighted (DW) SSIM and cite

[32] Hanhan Li, Ariel Gordon, Hang Zhao, Vincent Casser, andAnelia Angelova. Unsupervised monocular depth learningin dynamic scenes.arXiv preprint arXiv:2010.16404, 2020.

however, after reading [32] I couldn't find any mentioning or description of DW-SSIM. Later on page 6 under Section 4.2, Technical issues you also suggest stabilising the network with a precision regularisation, for which you also cite [32]. In this case too, I couldn't find any relation between the prior work and the proposed technique.

Could it be that you refer to [32] by mistake in both cases or am I missing something there?

Thanks again and best regards, Georgi

Uehwan commented 3 years ago

Thank you for your attention!

The depth error weighted SSIM and the inverse of the variance of depth maps as a loss are not mentioned in the paper [32] as you've point out. In fact, I borrowed the two techniques from their Github code.

I tried to find proper reference papers for the two techniques but I couldn't. It seemed that the authors of [32] first formulated the two techniques. If you find proper reference papers, please let me know :)

Thanks!

gdikov commented 3 years ago

Thanks for your quick response!

In case someone else needs that:

I will let you know if I find a paper reference for any of those techniques.