往下拉回到首頁
用BYOL、MAE、VICReg跑高光譜作物壓力資料結果爛爆(只有50%準確度)——到底哪裡出問題?[R]

用BYOL、MAE、VICReg跑高光譜作物壓力資料結果爛爆(只有50%準確度)——到底哪裡出問題?[R]

Low accuracy (~50%) with SSL (BYOL/MAE/VICReg) on hyperspectral crop stress data — what am I missing? [R]

I’m working on a hyperspectral dataset of cabbage crops for nitrogen deficiency detection. The dataset has 3 classes: Healthy Mild nitrogen stress Severe nitrogen stress I’m trying to use self-supervised learning (SSL) for representation learning and then fine-tune for classification. What I’ve done: Tried multiple SSL methods: BYOL, MAE, VICReg Used data augmentation (spectral noise, masking, scaling, etc.) Fine-tuned with a classifier head Evaluated using accuracy and F1-score Proble