Close Menu
Ztoog
    What's Hot
    Crypto

    Six And Counting: The Global Bitcoin Billionaire Phenomenon Unveiled

    AI

    Symbol tuning improves in-context learning in language models – Google Research Blog

    Science

    Stephen Hawking’s parting shot is a fresh challenge to cosmologists

    Important Pages:
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    Facebook X (Twitter) Instagram Pinterest
    Facebook X (Twitter) Instagram Pinterest
    Ztoog
    • Home
    • The Future

      How to Get Bot Lobbies in Fortnite? (2025 Guide)

      Can work-life balance tracking improve well-being?

      Any wall can be turned into a camera to see around corners

      JD Vance and President Trump’s Sons Hype Bitcoin at Las Vegas Conference

      AI may already be shrinking entry-level jobs in tech, new research suggests

    • Technology

      What does a millennial midlife crisis look like?

      Elon Musk tries to stick to spaceships

      A Replit employee details a critical security flaw in web apps created using AI-powered app builder Lovable that exposes API keys and personal info of app users (Reed Albergotti/Semafor)

      Gemini in Google Drive can now help you skip watching that painfully long Zoom meeting

      Apple iPhone exports from China to the US fall 76% as India output surges

    • Gadgets

      Watch Apple’s WWDC 2025 keynote right here

      Future-proof your career by mastering AI skills for just $20

      8 Best Vegan Meal Delivery Services and Kits (2025), Tested and Reviewed

      Google Home is getting deeper Gemini integration and a new widget

      Google Announces AI Ultra Subscription Plan With Premium Features

    • Mobile

      YouTube is testing a leaderboard to show off top live stream fans

      Deals: the Galaxy S25 series comes with a free tablet, Google Pixels heavily discounted

      Microsoft is done being subtle – this new tool screams “upgrade now”

      Wallpaper Wednesday: Android wallpapers 2025-05-28

      Google can make smart glasses accessible with Warby Parker, Gentle Monster deals

    • Science

      June skygazing: A strawberry moon, the summer solstice… and Asteroid Day!

      Analysts Say Trump Trade Wars Would Harm the Entire US Energy Sector, From Oil to Solar

      Do we have free will? Quantum experiments may soon reveal the answer

      Was Planet Nine exiled from the solar system as a baby?

      How farmers can help rescue water-loving birds

    • AI

      Fueling seamless AI at scale

      Rationale engineering generates a compact new tool for gene therapy | Ztoog

      The AI Hype Index: College students are hooked on ChatGPT

      Learning how to predict rare kinds of failures | Ztoog

      Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

    • Crypto

      Bitcoin Maxi Isn’t Buying Hype Around New Crypto Holding Firms

      GameStop bought $500 million of bitcoin

      CoinW Teams Up with Superteam Europe to Conclude Solana Hackathon and Accelerate Web3 Innovation in Europe

      Ethereum Net Flows Turn Negative As Bulls Push For $3,500

      Bitcoin’s Power Compared To Nuclear Reactor By Brazilian Business Leader

    Ztoog
    Home » Scalable spherical CNNs for scientific applications – Google Research Blog
    AI

    Scalable spherical CNNs for scientific applications – Google Research Blog

    Facebook Twitter Pinterest WhatsApp
    Scalable spherical CNNs for scientific applications – Google Research Blog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Posted by Carlos Esteves and Ameesh Makadia, Research Scientists, Google Research, Athena Team

    Typical deep studying fashions for pc imaginative and prescient, like convolutional neural networks (CNNs) and imaginative and prescient transformers (ViT), course of alerts assuming planar (flat) areas. For instance, digital photographs are represented as a grid of pixels on a aircraft. However, the sort of knowledge makes up solely a fraction of the information we encounter in scientific applications. Variables sampled from the Earth’s environment, like temperature and humidity, are naturally represented on the sphere. Some sorts of cosmological knowledge and panoramic photographs are additionally spherical alerts, and are higher handled as such.

    Using strategies designed for planar photographs to course of spherical alerts is problematic for a few causes. First, there’s a sampling downside, i.e., there is no such thing as a approach of defining uniform grids on the sphere, that are wanted for planar CNNs and ViTs, with out heavy distortion.

    When projecting the sphere right into a aircraft, the patch represented by the crimson circle is closely distorted close to the poles. This sampling downside hurts the accuracy of typical CNNs and ViTs on spherical inputs.

    Second, alerts and native patterns on the sphere are sometimes sophisticated by rotations, so fashions want a strategy to deal with that. We would really like equivariance to 3D rotations, which ensures that discovered options observe the rotations of the enter. This results in higher utilization of the mannequin parameters and permits coaching with much less knowledge. Equivariance to 3D rotations can be helpful in most settings the place inputs don’t have a most well-liked orientation, akin to 3D shapes and molecules.

    Drone racing with panoramic cameras. Here the sharp turns lead to giant 3D rotations of the spherical picture. We would really like our fashions to be strong to such rotations. Source: https://www.youtube.com/watch?v=_J7qXbbXY80 (licensed beneath CC BY)
    In the environment, it’s common to see related patterns showing at completely different positions and orientations. We would really like our fashions to share parameters to acknowledge these patterns.

    With the above challenges in thoughts, in “Scaling Spherical CNNs”, offered at ICML 2023, we introduce an open-source library in JAX for deep studying on spherical surfaces. We show how applications of this library match or surpass state-of-the-art efficiency on climate forecasting and molecular property prediction benchmarks, duties which are sometimes addressed with transformers and graph neural networks.

    Background on spherical CNNs

    Spherical CNNs remedy each the issues of sampling and of robustness to rotation by leveraging spherical convolution and cross-correlation operations, that are sometimes computed by way of generalized Fourier transforms. For planar surfaces, nevertheless, convolution with small filters is quicker, as a result of it may be carried out on common grids with out utilizing Fourier transforms. The increased computational price for spherical inputs has to this point restricted the appliance of spherical CNNs to small fashions and datasets and low decision datasets.

    Our contributions

    We have carried out the spherical convolutions from spin-weighted spherical CNNs in JAX with a deal with pace, and have enabled distributed coaching over a lot of TPUs utilizing knowledge parallelism. We additionally launched a brand new part collapse activation and spectral batch normalization layer, and a brand new residual block that improves accuracy and effectivity, which permits coaching extra correct fashions as much as 100x bigger than earlier than. We apply these new fashions on molecular property regression and climate forecasting.

    We scale spherical CNNs by as much as two orders of magnitude by way of function sizes and mannequin capability, in comparison with the literature: Cohen’18, Esteves’18, Esteves’20, and Cobb’21. VGG-19 is included as a traditional CNN reference. Our largest mannequin for climate forecasting has 256 x 256 x 78 inputs and outputs, and runs 96 convolutional layers throughout coaching with a lowest inner decision of 128 x 128 x 256.

    Molecular property regression

    Predicting properties of molecules has applications in drug discovery, the place the objective is to rapidly display screen quite a few molecules looking for these with fascinating properties. Similar fashions can also be related within the design of medication concentrating on the interplay between proteins. Current strategies in computational or experimental quantum chemistry are costly, which motivates using machine studying.

    Molecules will be represented by a set of atoms and their positions in 3D area; rotations of the molecule change the positions however not the molecular properties. This motivates the appliance of spherical CNNs due to their rotation equivariance. However, molecules aren’t outlined as alerts on the sphere so step one is to map them to a set of spherical features. We accomplish that by leveraging physics-based interactions between the atoms of the molecule.

    Each atom is represented by a set of spherical alerts accumulating bodily interactions with different atoms of every kind (proven within the three panels on the correct). For instance, the oxygen atom (O; prime panel) has a channel for oxygen (indicated by the sphere labeled “O” on the left) and hydrogen (“H”, proper). The gathered Coulomb forces on the oxygen atom with respect to the 2 hydrogen atoms is indicated by the crimson shaded areas on the underside of the sphere labeled “H”. Because the oxygen atom contributes no forces to itself, the “O” sphere is uniform. We embody further channels for the Van der Waals forces.

    Spherical CNNs are utilized to every atom’s options, and outcomes are later mixed to supply the property predictions. This ends in state-of-the artwork efficiency in most properties as sometimes evaluated within the QM9 benchmark:

    Error comparability towards the state-of-the-art on 12 properties of QM9 (see the dataset paper for particulars). We present TorchMD-Net and PaiNN outcomes, normalizing TorchMD-Net errors to 1.0 (decrease is healthier). Our mannequin, proven in inexperienced, outperforms the baselines in most targets.

    Weather forecasting

    Accurate local weather forecasts function invaluable instruments for offering well timed warnings of utmost climate occasions, enabling efficient water useful resource administration, and guiding knowledgeable infrastructure planning. In a world more and more threatened by local weather disasters, there may be an urgency to ship forecasts a lot sooner and extra precisely over an extended time horizon than common circulation fashions. Forecasting fashions will even be necessary for predicting the security and effectiveness of efforts supposed to fight local weather change, akin to local weather interventions. The present state-of-the-art makes use of expensive numerical fashions based mostly on fluid dynamics and thermodynamics, which are inclined to drift after just a few days.

    Given these challenges, there may be an urgency for machine studying researchers to handle local weather forecasting issues, as data-driven strategies have the potential of each decreasing the computational price and bettering lengthy vary accuracy. Spherical CNNs are appropriate for this job since atmospheric knowledge is natively offered on the sphere. They may also effectively deal with repeating patterns at completely different positions and orientations which are widespread in such knowledge.

    We apply our fashions to a number of climate forecasting benchmarks and outperform or match neural climate fashions based mostly on typical CNNs (particularly, 1, 2, and three). Below we present ends in a check setting the place the mannequin takes quite a lot of atmospheric variables as enter and predicts their values six hours forward. The mannequin is then iteratively utilized by itself predictions to supply longer forecasts. During coaching, the mannequin predicts as much as three days forward, and is evaluated as much as 5 days. Keisler proposed a graph neural community for this job, however we present that spherical CNNs can match the GNN accuracy in the identical setting.

    Iterative climate forecasting as much as 5 days (120h) forward with spherical CNNs. The animations present the particular humidity forecast at a given stress and its error.
    Wind pace and temperature forecasts with spherical CNNs.

    Additional sources

    Our JAX library for environment friendly spherical CNNs is now obtainable. We have proven applications to molecular property regression and climate forecasting, and we consider the library will probably be useful in different scientific applications, in addition to in pc imaginative and prescient and 3D imaginative and prescient.

    Weather forecasting is an lively space of analysis at Google with the objective of constructing extra correct and strong fashions — like Graphcast, a latest ML-based mid-range forecasting mannequin — and to construct instruments that allow additional development throughout the analysis group, such because the not too long ago launched WeatherBench 2.

    Acknowledgements

    This work was completed in collaboration with Jean-Jacques Slotine, and relies on earlier collaborations with Kostas Daniilidis and Christine Allen-Blanchette. We thank Stephan Hoyer, Stephan Rasp, and Ignacio Lopez-Gomez for serving to with knowledge processing and analysis, and Fei Sha, Vivian Yang, Anudhyan Boral, Leonardo Zepeda-Núñez, and Avram Hershko for ideas and discussions. We are grateful to Michael Riley and Corinna Cortes for supporting and inspiring this venture.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    Fueling seamless AI at scale

    AI

    Rationale engineering generates a compact new tool for gene therapy | Ztoog

    AI

    The AI Hype Index: College students are hooked on ChatGPT

    AI

    Learning how to predict rare kinds of failures | Ztoog

    AI

    Anthropic’s new hybrid AI model can work on tasks autonomously for hours at a time

    AI

    AI learns how vision and sound are connected, without human intervention | Ztoog

    AI

    How AI is introducing errors into courtrooms

    AI

    With AI, researchers predict the location of virtually any protein within a human cell | Ztoog

    Leave A Reply Cancel Reply

    Follow Us
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    Top Posts
    Technology

    Farm-ng makes modular robots for a broad range of agricultural work

    Agriculture is poised to be one of the following nice robotics classes. Everyone must eat,…

    Technology

    Scheduling Time on Your Calendar to Disconnect From Work

    Work is such an integral a part of our lives. As essential as work is,…

    Mobile

    Threads users can finally delete their profile separately from Instagram

    Because it needed to provide you with an alternative choice to Twitter, Meta made some…

    Mobile

    Is Google Wallet not working? You can blame the Android 14 QPR1 beta

    Edgar Cervantes / Android AuthorityTL;DR Google rolled out the Android 14 QPR1 beta a few…

    Technology

    Snag Big Discounts on Refurbished Garmin Devices While This Sale Lasts

    Garmin is among the high manufacturers round in terms of sports activities and health tech…

    Our Picks
    Science

    Searching for life on Mars isn’t worth the risk to Earth

    The Future

    C12, the French quantum computing startup founded by two twin brothers, raises $19.4 million

    Crypto

    Ethereum Whale Transfers To Exchanges Suggest More Selling Pressure For ETH

    Categories
    • AI (1,494)
    • Crypto (1,754)
    • Gadgets (1,806)
    • Mobile (1,852)
    • Science (1,867)
    • Technology (1,804)
    • The Future (1,650)
    Most Popular
    Science

    Monkeys mark more territory around noise pollution

    Science

    The sun is smaller than we thought it was

    Gadgets

    Google’s new “inactive account” policy won’t delete years of YouTube videos

    Ztoog
    Facebook X (Twitter) Instagram Pinterest
    • Home
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    © 2025 Ztoog.

    Type above and press Enter to search. Press Esc to cancel.