What are the priorities for a new deepforest tree model? #469
Replies: 4 comments
-
I really like this as a set of things to accomplish in 2.0. A few more specific thoughts:
|
Beta Was this translation helpful? Give feedback.
-
Let's do it! We can either use the boxes to anchor SAM predictions or use the 3-points approach (box centroid + 2 true-negative points). As for validation, yes, hopefully we can assess quality using data from 1. If we integrate also the 3-point approach, being it a little more flexible, it could be useful to evaluate the polygons outer-boxes on the NEON benchmark as well? |
Beta Was this translation helpful? Give feedback.
-
Some more thoughts on a really ambitious model.
If we want to achieve this model, we need to identify strategies and evaluation metrics for each stage explicitly. |
Beta Was this translation helpful? Give feedback.
-
Some relevant contributions from users in this issue. #318 |
Beta Was this translation helpful? Give feedback.
-
Let's get a few concrete steps written down on what would make a new deepforest release model.
Integrate data from a variety of new sources.
We have been gathering datasets from Integrate other large datasets. #340. There could be 50,000 or so new annotations in all of that. Hard to really know until you dig into each dataset. For each dataset, split a train and test, just as we did for the bird detector.
Explicit measure of robustness to patch size.
The largest pain point about the current model is that you vary the input focal view and get wildly different results. This is most pronounced when predicting into coarser resolution data. We should have a metric of consistency across both real and simulated patch size data.
Bounding box to polygon using segment anything. @MarconiS has made some great inroads and we need to formalize this.
Integrate segment anything for post model bounding box to polygons. #460
Its a pretty big list, but if we can make a new model that maintains performance on existing NEON benchmark, improves on global datasets, scales more cleanly across focal views, and produces polygons from within bounding boxes, that would be best case scenario.
@ethanwhite, thoughts?
Beta Was this translation helpful? Give feedback.
All reactions