Seeking Advice: Using Prithvi-EO-2.0 for Road Segmentation in VHR (2m) Imagery #580
Unanswered
FerdinandKlingenberg
asked this question in
Q&A
Replies: 1 comment
-
Hi, @FerdinandKlingenberg . Thank you for your experiment and feedback. I'm not really a specialist in the task you are trying to execute (certainly, not as you are), but maybe I can give a few suggestions/comments:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Problem Description
I'm attempting to use Prithvi-EO-2.0-600M for road detection on high-resolution imagery, but facing extremely poor performance. As shown in the attached metrics and test run, the model isn't detecting roads as good as I was hoping for after over 275 epochs (best model was at epoch 48):


It do detect some road on the Predicted Mask image to the right (I suggest opening the image in an new tab and zoom).
Attempted Solutions
I've already identified and addressed class imbalance issues in my validation metrics. Initially, the model was achieving seemingly high overall scores by simply predicting "road" everywhere. I changed the validation monitor from "val/Multiclass_Jaccard_Index" to "val/multiclassjaccardindex_1" to focus specifically on road detection performance rather than overall accuracy.
Despite this adjustment to properly monitor road class performance, the model still fails to detect roads in the imagery. The TensorBoard visualization shows a significant gap between training and validation metrics, with training quickly reaching high values while validation remains unstable.

Configuration
I'm using a UNetDecoder with the Prithvi-EO-2.0-600M backbone (configuration file in the bottom). Key settings:
Questions
Thank you for developing and sharing both the Prithvi-EO-2.0 model and the TerraTorch platform :)
TerrTorch configuration file:
Beta Was this translation helpful? Give feedback.
All reactions