I suggest changing the link to https://huggingface.co/ibm-nasa-geospatial . The currently linked press release is an insufferable corporate PR word salad.
IBM and NASA Open Source Largest Geospatial AI Foundation Model on Hugging Face
21–30 of 90 posts
Re: IBM and NASA Open Source Largest Geospatial AI Foundation Model on Hugging Face
#22This may be a silly question as I'm quite inexperienced w/ ML and a lot of the words in this article don't mean anything to me yet: But, could this "model" be used for something like monitoring land use in a city? The specific example I'm thinking of is getting a percentage breakdown of what land devoted to paved surfaces (parking/roads), to vacant undeveloped lots, and to built structures. It would also be interesti…
The typical trick is to look for areas which absorb visible red while reflect near infrared to identify vegetation. If all you have is rgb imagery then you can use machine learning techniques to develop a classification system.
It does not look like this model means a breakthrough in your application area. Definietly not out of the box, maybe with more work you can refine it to do the classification you are looking for.
Do you have access to satelite images of areas where you would be interested in these percentages?
Re: IBM and NASA Open Source Largest Geospatial AI Foundation Model on Hugging Face
#23Keep in mind, even though this is the largest geospatial model, it's still a tiny model, with only 100M parameters. I'd be excited to see what a more substantial, state-of-the-art model could do with geospatial data. Say, a model based on something like ViT-22B, with 22 billion parameters: https://arxiv.org/abs/2302.05442 .
Re: IBM and NASA Open Source Largest Geospatial AI Foundation Model on Hugging Face
#24I suggest changing the link to https://huggingface.co/ibm-nasa-geospatial . The currently linked press release is an insufferable corporate PR word salad.
Re: IBM and NASA Open Source Largest Geospatial AI Foundation Model on Hugging Face
#25This may be a silly question as I'm quite inexperienced w/ ML and a lot of the words in this article don't mean anything to me yet: But, could this "model" be used for something like monitoring land use in a city? The specific example I'm thinking of is getting a percentage breakdown of what land devoted to paved surfaces (parking/roads), to vacant undeveloped lots, and to built structures. It would also be interesti…
The thing you are asking for does not sound hard if you have multispectral satelite data of your target area. The typical trick is to look for areas which absorb visible red while reflect near infrared to identify vegetation. If all you have is rgb imagery then you can use machine learning techniques to develop a classification system. It does not look like this model means a breakthrough in your application area. De…
Answering my own question: it seems one can access the right type of data from the Sentinel satelites relatively freely.
Re: IBM and NASA Open Source Largest Geospatial AI Foundation Model on Hugging Face
#26Unclear which LICENSE it is.
Apache 2.0 E.g. https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M (Though with all Facebook's shenanigans I understand the need to be sceptical and search for a license when a company claims "open source")
Re: IBM and NASA Open Source Largest Geospatial AI Foundation Model on Hugging Face
#27the emphasis here is obviously on market-facing customer accounts. Basic LANDSAT NASA data is open to anyone, including big companies. So is this not simply an IBM Watson 2.0, including vague and bombastic impressiveness claims? Floods and fires are bad news, but how does this product actually get used to make things any different ?
Re: IBM and NASA Open Source Largest Geospatial AI Foundation Model on Hugging Face
#28Unclear which LICENSE it is.
Yes, I actually type these by hand. My carping is 100 percent artisanal.
Re: IBM and NASA Open Source Largest Geospatial AI Foundation Model on Hugging Face
#29Earlier quoted context omitted.
So what's the better word?
What it actually is: https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M “Prithvi is a first-of-its-kind temporal Vision transformer” That is enormously more specific and interesting, and the word model is absent.
Re: IBM and NASA Open Source Largest Geospatial AI Foundation Model on Hugging Face
#30This may be a silly question as I'm quite inexperienced w/ ML and a lot of the words in this article don't mean anything to me yet: But, could this "model" be used for something like monitoring land use in a city? The specific example I'm thinking of is getting a percentage breakdown of what land devoted to paved surfaces (parking/roads), to vacant undeveloped lots, and to built structures. It would also be interesti…