Hi!
We already fine-tuned TerraMind backbone + UPerNet for geomorphological objects segmentation on satellite images (and it gives the best results among other models! A paper is in preparation about the potential of TerraMind for geomorphology ^^). The next idea we have is to do continual pre-training to make TerraMind more expert on our task and data. If I'm not wrong, ReconstructionTask is not adapted to TerraMind. This way, is there a task or a framework that we could use to do a continual pre-training. For now, we tried a naive approach by using the RegressionTask to reconstruct some satellite modalities from other ones. Of course, this is not very efficient but that was the way directly using the classic TerraMind fine-tuning framework (in this case used for continual pre-training, with backbone unfreeze).
Thank you!
Hi!
We already fine-tuned TerraMind backbone + UPerNet for geomorphological objects segmentation on satellite images (and it gives the best results among other models! A paper is in preparation about the potential of TerraMind for geomorphology ^^). The next idea we have is to do continual pre-training to make TerraMind more expert on our task and data. If I'm not wrong, ReconstructionTask is not adapted to TerraMind. This way, is there a task or a framework that we could use to do a continual pre-training. For now, we tried a naive approach by using the RegressionTask to reconstruct some satellite modalities from other ones. Of course, this is not very efficient but that was the way directly using the classic TerraMind fine-tuning framework (in this case used for continual pre-training, with backbone unfreeze).
Thank you!