-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Thank you for providing the foundation model DSCF for spectrometry.
I have a few questions regarding the code and pretraining:
-
Is there pretraining and inference code available? The loss function described in Eq. (1) of the paper doesn’t seem to be implemented in the current code.
-
The paper states:
“COREL involves sampling and synthesizing spectral data from the spectral dictionary and using spectral component filtering methods to separate the spectral components present in complex systems.”
Just to confirm: does the objective of the pre-training (COREL) is to take in a mixture spectrum (possibly with a random mask) and aim to separate components?
If MultiDec_1d_model is the pretraining model, how should the outplanes parameter be set? The default seems to be 1, which reduces it to a standard MAE task.
- From the code, it looks like spectral component abundances in mixtures are randomly sampled. Could this affect performance due to mismatch with real-world abundance distributions?
Thanks in advance!