I would like to add some questions that made me stuck for sometimes. So i have an issue in imbalance segmentation data for landslide modelling using U-Net (my landslide data is way less than my non-landslide data). So my questions are:
1. Should i try to find a proper loss function for the imbalance problem? or should i focus on balancing data to improve my model?
2. Some suggest to use SMOTE (oversampling), but since my data are images (3D) i have found out that it is not suitable to use SMOTE for my data. So, any other suggestions?
Thank you,
Your suggestions will be appreciated.