jinyeying / FogRemoval

[ACCV22] Structure Representation Network and Uncertainty Feedback Learning for Dense Non-Uniform Fog Removal, https://arxiv.org/abs/2210.03061
149 stars 7 forks source link

Uncertainty Map #12

Closed LongweiDing closed 3 months ago

LongweiDing commented 1 year ago

The generation illustration of Uncertainty Map is unclear in paper. More specifically, I cannot understand the paramater "theta". The paper just told it is the variance of the Laplace distribution without more information. If I want to train, how to get "theta"? Can you provide more details?

jinyeying commented 3 months ago

The generation illustration of Uncertainty Map is unclear in paper. More specifically, I cannot understand the paramater "theta". The paper just told it is the variance of the Laplace distribution without more information. If I want to train, how to get "theta"? Can you provide more details?

Sorry for the late reply. The uncertainty part is from “Uncertainty-driven loss for single image super-resolution”, the "theta" is based on image

jinyeying commented 3 months ago

The generation illustration of Uncertainty Map is unclear in paper. More specifically, I cannot understand the paramater "theta". The paper just told it is the variance of the Laplace distribution without more information. If I want to train, how to get "theta"? Can you provide more details?

Each value in the uncertainty map represents the confidence of the defogging operation at the corresponding pixel (i.e. the variance). The higher the value, the more uncertain the network's prediction for that pixel. We assume the estimated defogged value follows a Laplace distribution relative to the ground truth. In Fig. 5, the decoder generates the uncertainty map $\theta$, updated with the loss in Eq.(5). We use the uncertainty map to identify the dense fog regions.