yuanming-hu / exposure

Learning infinite-resolution image processing with GAN and RL from unpaired image datasets, using a differentiable photo editing model.
MIT License
767 stars 156 forks source link

if remove the rl part, just use a fixed pipeline, will the result be similiar #18

Closed vissac closed 6 years ago

vissac commented 6 years ago

Hi, I'm wondering if remove the rl part and just use a fixed pipeline with wgan, will the fixed pipeline generate a similar result.

yuanming-hu commented 6 years ago

You are welcome to have a try, but here are some possible issues with this approach:

These two drawbacks may harm human understandability, which is one of the most important features of our system. On the other hand, the benefit of removing RL is more stability.

Keep me posted if you have any results!

yuanming-hu commented 6 years ago

So, in conclusion, my guess is that the image quality should be similar, the system will be simpler, but the operation sequence may be worse.

Oktai15 commented 5 years ago

@yuanming-hu, hi! You said about fixed pipeline and order of the operations. Imagine that we have only 3 filters and, as far as I understood your idea correctly, we need to set order. What do you think it is important to set this order in special way or it can be in any order? This is a debatable question, because applying filters often are not commutative.

What do you mean this: "the fixed pipeline can be significantly longer than the version with RL because the selection of filters is disabled"? Why is it longer than RL? I suppose we need to apply only 3 filters (my example) in certain order with before selected parameters.

xiaozhi2015 commented 5 years ago

Mark.