Close Menu
Ztoog
    What's Hot
    Technology

    Internet Archive forced to remove 500,000 books after publishers’ court win

    Technology

    MIT Professor’s IoT Sensors Make Roads Safer

    Science

    Wolves and dogs could have observational spatial memory

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

      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

      Today’s NYT Strands Hints, Answer and Help for May 26 #449

    • Technology

      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

      Today’s NYT Wordle Hints, Answer and Help for May 26, #1437

    • Gadgets

      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

      Google shows off Android XR-based glasses, announces Warby Parker team-up

    • Mobile

      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

      vivo T4 Ultra specs leak

    • Science

      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

      A trip to the farm where loofahs grow on vines

    • AI

      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

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

    • 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

    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

    AI

    Google DeepMind’s new AI agent cracks real-world problems better than humans can

    Leave A Reply Cancel Reply

    Follow Us
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    Top Posts
    The Future

    Pigeon Suspected of Being Chinese Spy Released From Captivity

    Photo: Hanna Borysenko (Shutterstock)A pigeon that was suspected of being a Chinese undercover agent has…

    AI

    How Can We Efficiently Deploy Large Language Models in Streaming Applications? This AI Paper Introduces the StreamingLLM Framework for Infinite Sequence Lengths

    Large Language Models (LLMs) are more and more used to energy pure language processing functions,…

    Technology

    Feel-good story of the week: 2 ransomware gangs meet their demise

    From the warm-and-fuzzy information comes this feel-good Friday put up, chronicling this week’s takedown of…

    Gadgets

    This 4-in-1 30W wireless power charging station is a tech enthusiast’s dream

    We might earn income from the merchandise accessible on this web page and take part…

    Science

    Passing star could fling Earth out past Pluto into the Oort cloud

    Could Earth find yourself in the Oort cloud?Shutterstock / Dotted Yeti If a passing star…

    Our Picks
    Science

    Does kissing spread gluten? New research offers a clue.

    Technology

    Exclusive: Cendana Capital closes on $470M more to back seed-stage fund managers

    AI

    Arcee AI Release Arcee Spark: A New Era of Compact and Efficient 7B Parameter Language Models

    Categories
    • AI (1,493)
    • Crypto (1,754)
    • Gadgets (1,805)
    • Mobile (1,851)
    • Science (1,866)
    • Technology (1,803)
    • The Future (1,649)
    Most Popular
    Crypto

    Bitcoin Plunges Below $27,000 As Miners Show Signs Of Selling

    Gadgets

    The 11 Best Turntables for Your Vinyl Collection (2023)

    AI

    An AI challenge only humans can solve | Ztoog

    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.