iwuqing / Polyner

[NeurIPS 2023] Unsupervised Polychromatic Neural Representation for CT Metal Artifact Reduction
31 stars 5 forks source link

How to get mask for real world data? #5

Closed Golden-Pigeon closed 3 months ago

Golden-Pigeon commented 3 months ago

Hi authors, thanks for your great work!

When I reproduce your paper, I wonder how do you get the metal binary mask for real world like the walnut? For synthetic data, since the data is generated based on metal objects with known locations, the locations of the metal objects can be known naturally. But for real world data, we do not know the locations of the metal objects in advance. Do you obtain the location of metal objects in some other ways?

Hope to get your reply!

image
iwuqing commented 3 months ago

Thank you for your interest in our work!

The linear attenuation coefficients (LACs) of metals are typically much higher than those of human tissues. For real-world data, we used a simple binary threshold segmentation on the CT images reconstructed by FBP or FDK algorithms to obtain the metal masks.

Golden-Pigeon commented 3 months ago

Thank you for your reply! I'll try it.

Wish you all good!