hli1221 / imagefusion-rfn-nest

RFN-Nest(Information Fusion, 2021, Highly Cited Paper) - PyTorch =1.5,Python=3.7
108 stars 18 forks source link

loss function #6

Open NonTerraePlusUltra opened 1 year ago

NonTerraePlusUltra commented 1 year ago

Hello Dr.Li:

It's very happy to study your work,but I have doubts about the details of the loss function. "Input and Output denote the input image and the output image (both indicate one image)"What does it mean that the input and output are an image when training the Auto-encoder Network? I don't know how to understand this part, please help me, thank you!.

Best Regards.

hli1221 commented 1 year ago

Hi, thanks for your attention. The 'one image' means one modality data. For training phase, it means visible image.

NonTerraePlusUltra commented 1 year ago

Hi, thanks for your attention. The 'one image' means one modality data. For training phase, it means visible image.

Thank you for your answer. I have another question. Is the output image reconstructed from the input image after extracting features?

hli1221 commented 1 year ago

For the training phase, YES. That is why it's called autoencoder.

NonTerraePlusUltra commented 1 year ago

对于培训阶段,是的。这就是为什么它被称为自动编码器。

thanks for your answer!