daifeng2016 / End-to-end-CD-for-VHR-satellite-image

The project aims to contribute to geoscience community
65 stars 21 forks source link

The label of the dataset is not binary map. #11

Closed wenhwu closed 4 years ago

wenhwu commented 4 years ago

Thank you for your generous sharing!

I downloaded the dataset mentioned in your paper, but found that the label of the dataset was not binary map, as Issue in label dataset of 2018. Lebedev M A, Vizilter Y V, Vygolov O V, et al. Change detection in remote sensing images using conditional adversarial networks said.

How did you deal with this situation ?

thanks

Bobholamovic commented 4 years ago

This is quite a problem. I guess the reason lies in the jpeg compression, which sort of spreads the histogram.

For binarization, I tried (CM==255), which introduces noticeable holes inside white region, and (CM>127), which looks better than the former one except that the while region dilates a little bit. I guess adaptive thresholding methods like OTSU could achieve better result, but I think it would be quite weired that we have to segment these non-binary gt maps like that. So, I'm seeking for a simpler solution. I've emailed the authors of this dataset about this, yet haven't received any useful reply. 😰

wenhwu commented 4 years ago

Thank you very much for your details, but I don't think it is necessary to restore this dataset into the true binary map, because it is expected that no current method can accurately obtain the change boundary of the binary map. Instead of taking the time to correct the errors in this dataset, we might as well re-create a change detection dataset.

Moreover, I find that the change detection datasets published so far may be sufficient to meet our needs, such as LEVIR-CD and HRSCD.

I'm closing the issue, but let me know if you have further questions.