8 comments

  • ryuuchin51 minutes ago
    These are available on Weatherbell[1] (which requires a subscription) now except for the HGEFS ensemble model which I&#x27;m guessing will probably be added later. AIGFS is on tropical tidbits which should be free for some stuff[5]. I believe some of the research on this is mentioned in these two[2][3] videos from NOAA weather partners site. They also talk about some of the other advances in weather model research.<p>One of the big benefits of both the single run and ensemble AIGFS models is the speed and (less) computation time required. Weather modeling is hard and these models should be used as complementary to deterministic models as they all have their own strengths and weaknesses. They run at the same 0.25 degree resolution as the ECMWF AIFS models which were introduced earlier this year and have been successful[4].<p>[1] <a href="https:&#x2F;&#x2F;www.weatherbell.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.weatherbell.com&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=47HDk2BQMjU" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=47HDk2BQMjU</a><p>[3] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=DCQBgU0pPME" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=DCQBgU0pPME</a><p>[4] <a href="https:&#x2F;&#x2F;www.ecmwf.int&#x2F;en&#x2F;forecasts&#x2F;dataset&#x2F;aifs-machine-learning-data" rel="nofollow">https:&#x2F;&#x2F;www.ecmwf.int&#x2F;en&#x2F;forecasts&#x2F;dataset&#x2F;aifs-machine-lear...</a><p>[5] <a href="https:&#x2F;&#x2F;www.tropicaltidbits.com&#x2F;analysis&#x2F;models&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.tropicaltidbits.com&#x2F;analysis&#x2F;models&#x2F;</a>
  • apawloski59 minutes ago
    I&#x27;ve seen the Microsoft Aurora team make a compelling argument that weather is an interesting contradiction of the AI-energy-waste narrative. Once deployed at scale, inference with these models is actually a sizable energy&#x2F;compute <i>improvement</i> over classical simulation and forecasting methods. Of course it is energy intensive to train the model, but the usage itself is more energy efficient.
  • padjo50 minutes ago
    What does AI refer to here? Presumably weather models have been using all sorts of advanced machine learning for decades now, so what’s AI about this that wasn’t AI previously?
    • carabiner2 minutes ago
      &gt; Presumably weather models have been using all sorts of advanced machine learning for decades now<p>This isn&#x27;t actually true, unless you&#x27;re considering ML to be just linear regression, in which case we have been using &quot;AI&quot; for &gt;100 years. &quot;Advanced ML&quot; with NN is what&#x27;s being showcased here.
    • tomww31 minutes ago
      They&#x27;re using a graph neural network. From the article - &quot;The team leveraged Google DeepMind&#x27;s GraphCast model as an initial foundation and fine-tuned the model using NOAA&#x27;s own Global Data Assimilation System analyses&quot;.<p>&gt; so what’s AI about this that wasn’t AI previously?<p>The weather models used today are physics-based numerical models. The machine learning models from DeepMind, ECMWF, Huawei and others are a big shift from the standard, numerical approach used for the last decades.
  • Workaccount22 hours ago
    Interestingly, while this model is based on a Google Deepmind AI weather model, it&#x27;s based on a model from 2023 (GraphCast) rather than the WeatherNext 2 model which has grabbed headlines as of late. I&#x27;d imagine it takes a while to integrate and test everything, explaining the gap.
    • sigmar1 hour ago
      I&#x27;ve been assuming that, unlike graphcast, they have no intention to make weathernext 2 open source.
  • margalabargala2 hours ago
    I am dearly hoping that they are using the current &quot;AI&quot; craze to talk up the machine learning methods they have presumably been using for a decade at this point, and not that they have actually integrated an LLM into a weather model.
    • sigmar50 minutes ago
      Graphcast (the model this is based on) has been validated in weather models for a while[1]. It uses transformers, much like LLMs. Transformers are really impressive at modeling a variety of things and have become very common throughout a lot of ML models, there&#x27;s no reason to besmirch these methods as &quot;integrating an LLM into a weather model&quot;<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;google-deepmind&#x2F;graphcast" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;google-deepmind&#x2F;graphcast</a>
      • lynndotpy38 minutes ago
        A lot of shiny new &quot;AI&quot; features being shipped are language models being placed where they don&#x27;t belong. It&#x27;s reasonable to be skeptical here, not just because of the AI label, but especially for the troubled history of neural-network based ML methods for weather prediction.<p>Even before LLMs got big, a lot of machine learning research being published were models which underperformed SOTA (which was the case for weather modeling for a long time!) or models which are far far larger than they need to be (e.g. this [1] Nature paper using &#x27;deep learning&#x27; for aftershock prediction being bested by this [2] Nature paper using one neuron.<p>[1] <a href="https:&#x2F;&#x2F;www.nature.com&#x2F;articles&#x2F;s41586-018-0438-y" rel="nofollow">https:&#x2F;&#x2F;www.nature.com&#x2F;articles&#x2F;s41586-018-0438-y</a><p>[2] <a href="https:&#x2F;&#x2F;www.nature.com&#x2F;articles&#x2F;s41586-019-1582-8" rel="nofollow">https:&#x2F;&#x2F;www.nature.com&#x2F;articles&#x2F;s41586-019-1582-8</a>
    • Legend244046 minutes ago
      It’s not an LLM, but it is genAI. It’s based on the same idea of predict-the-next-thing, but instead of predicting words it predicts the next state of the atmosphere from the current state.
      • adamweld25 minutes ago
        It is in fact one of the least generalized forms of &quot;AI&quot; out there. A model focused solely on predicting weather.
        • astrange19 minutes ago
          &quot;gen&quot; stands for &quot;generative&quot;. If you read the GenCast paper they call it a generative AI - IIRC it&#x27;s an autoregressive GNN plus a diffusion model.<p>Which is surprising to me because I didn&#x27;t think it would work for this; they&#x27;re bad at estimating uncertainty for instance.
    • lukeschlather45 minutes ago
      The GraphCast paper says &quot;GraphCast is implemented using GNNs&quot; without explaining that the acronym stands for Graph Neural Networks. It contrasts GNNs to the &quot; convolutional neural network (CNN)&quot; and &quot;graph attention network.&quot; (GAN?) It doesn&#x27;t really explain the difference between GAN and a GNN. I think LLMs are GANs. So no, it&#x27;s not an LLM in a weather model, but it&#x27;s very similar to an LLM in terms of how it is trained.
      • astrange19 minutes ago
        &gt; I think LLMs are GANs.<p>They aren&#x27;t, but both of them are transformer models.<p>nb GAN usually means something else (Generative Adversarial Network).
    • idontwantthis1 hour ago
      Hopefully they weren’t all forced out this year. The NOAA had massive cuts.
      • trueismywork41 minutes ago
        NCAR is being dismantled as we speak.
    • username2231 hour ago
      Same. I hope this was written by hardened greybeards who have dedicated their lives to weather prediction and atmospheric modeling, and have &quot;weathered&quot; a few funding cycles.
      • akdev1l1 hour ago
        inb4 it’s actually an intern maintaining a 3000+ line markdown file
        • RHSeeger53 minutes ago
          I can see it now<p><pre><code> The following snippet highlights the algorithm used to determine &lt;thing&gt; ```fortran .....</code></pre>
  • luc_35 minutes ago
    I wonder if the new models consider land use change and emissions from aggressive datacenter development and model training...
  • CalChris42 minutes ago
    Neil Jacobs, Ph.D<p>This makes me skeptical that it isn’t just politicized Trumpian nonsense.
  • username2231 hour ago
    Whatever it is, it seems like it might be roughly competitive with ECMWF, the state of the art when it comes to global weather models: <a href="https:&#x2F;&#x2F;www.epic.noaa.gov&#x2F;ai&#x2F;eagle-verification&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.epic.noaa.gov&#x2F;ai&#x2F;eagle-verification&#x2F;</a><p>A quick search didn&#x27;t turn up anything about the model&#x27;s skill or resolution, though I&#x27;m sure the data exists.
    • ryuuchin50 minutes ago
      They run at 0.25 degree resolution (same as ECMWF AIFS models).