wgcban / Metric-CD

Official PyTorch implementation of Deep Metric Learning for Unsupervised Change Detection in Remote Sensing Images
https://arxiv.org/abs/2303.09536
15 stars 3 forks source link

VGG optimization #4

Closed mpapadomanolaki closed 11 months ago

mpapadomanolaki commented 11 months ago

Hello,

Thank you for your feedback. I am trying to understand your method and I have a question. In your paper you say that the weights of both D-CPG and D-FE are optimized during training. Could you tell me your approach on this? Are you using two different optimizers?

Thank you for your time.

Maria

wgcban commented 11 months ago

@mpapadomanolaki thanks for your question. In our experiments, we optimize the change probability generator while keeping the VGG feature extractor fixed. But, you can fine-tune the VGG feature extractor as well using a single optimizer.

mpapadomanolaki commented 11 months ago

Thank you for your quick answer!