Scalability on coarse resolution imagery #1056
Replies: 1 comment 1 reply
-
|
Hi @AlysonEast - sorry for losing track of this during the end of semester rush. In concept we do think that additional spectral bands should be useful and some of the CS students associated with our project have been trying to leverage this within the NEON data itself. The idea (which I suspect is motivating your question) is that crowns of different species that occur close to one another should be easier to distinguish using additional bands (which is why we use hyperspectral data for species classification). If we can tell that two blobs of pixels deviate significantly in multi-spectral space that should make crown detection easier for the algorithms. This could be particularly important at coarser resolutions where it's difficult to distinguish the edges of individual crowns. That said, we've found that simple approaches of just adding in additional bands and training hasn't generally been helpful. This is (we think) because doing so loses everything that can be learned from pretraining on large amounts of RGB imagery. So, the CS folks we've been working with have been working on more complex infrastructures to try to leverage that information more effectively. TLDR; I think you've got a good idea, but I don't have any easy recommendations for how to implement it because the simple stuff hasn't worked for us. I've pinged the CS folks working on this with a link to this issue in the hopes that they might have more useful directions for you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been working with the DeepForest model to try and fine-tune it to recover tree crowns from the coarser resolution NAIP or MAXAR imagery in dense closed canopy forests. As far as I know, the application of DeepForest to NAIP imagery has been limited to sparse/open canopy urban environments. Is there any reason to think that taking advantage of additional spectral bands could result in better results in coarse resolution applications? How much additional training is necessary to incorporate more bands than were originally in the model? And is there any sample code you could point me to for such an application?
Beta Was this translation helpful? Give feedback.
All reactions