Close Menu
Ztoog
    What's Hot
    AI

    Researchers From UT Austin and UC Berkeley Introduce Ambient Diffusion: An AI Framework To Train/Finetune Diffusion Models Given Only Corrupted Data As Input

    Mobile

    OnePlus Nord N30 5G runs Geekbench with Snapdragon 695 SoC on board

    Science

    Emergency Planners Are Having a Moment

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

      What is Project Management? 5 Best Tools that You Can Try

      Operational excellence strategy and continuous improvement

      Hannah Fry: AI isn’t as powerful as we think

      FanDuel goes all in on responsible gaming push with new Play with a Plan campaign

      Gettyimages.com Is the Best Website on the Internet Right Now

    • Technology

      Iran war: How could it end?

      Democratic senators question CFTC staffing cuts in Chicago enforcement office

      Google’s Cloud AI lead on the three frontiers of model capability

      AMD agrees to backstop a $300M loan from Goldman Sachs for Crusoe to buy AMD AI chips, the first known case of AMD chips used as debt collateral (The Information)

      Productivity apps failed me when I needed them most

    • Gadgets

      macOS Tahoe 26.3.1 update will “upgrade” your M5’s CPU to new “super” cores

      Lenovo Shows Off a ThinkBook Modular AI PC Concept With Swappable Ports and Detachable Displays at MWC 2026

      POCO M8 Review: The Ultimate Budget Smartphone With Some Cons

      The Mission: Impossible of SSDs has arrived with a fingerprint lock

      6 Best Phones With Headphone Jacks (2026), Tested and Reviewed

    • Mobile

      Android’s March update is all about finding people, apps, and your missing bags

      Watch Xiaomi’s global launch event live here

      Our poll shows what buyers actually care about in new smartphones (Hint: it’s not AI)

      Is Strava down for you? You’re not alone

      The Motorola Razr FIFA World Cup 2026 Edition was literally just unveiled, and Verizon is already giving them away

    • Science

      Big Tech Signs White House Data Center Pledge With Good Optics and Little Substance

      Inside the best dark matter detector ever built

      NASA’s Artemis moon exploration programme is getting a major makeover

      Scientists crack the case of “screeching” Scotch tape

      Blue-faced, puffy-lipped monkey scores a rare conservation win

    • AI

      Online harassment is entering its AI era

      Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds

      New method could increase LLM training efficiency | Ztoog

      The human work behind humanoid robots is being hidden

      NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data

    • Crypto

      Google paid startup Form Energy $1B for its massive 100-hour battery

      Ethereum Breakout Alert: Corrective Channel Flip Sparks Impulsive Wave

      Show Your ID Or No Deal

      Jane Street sued for alleged front-running trades that accelerated Terraform Labs meltdown

      Bitcoin Trades Below ETF Cost-Basis As MVRV Signals Mounting Pressure

    Ztoog
    Home » An all-MLP architecture for time series forecasting – Google Research Blog
    AI

    An all-MLP architecture for time series forecasting – Google Research Blog

    Facebook Twitter Pinterest WhatsApp
    An all-MLP architecture for time series forecasting – Google Research Blog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Posted by Si-An Chen, Student Researcher, Cloud AI Team, and Chun-Liang Li, Research Scientist, Cloud AI Team

    Time series forecasting is vital to varied real-world purposes, from demand forecasting to pandemic unfold prediction. In multivariate time series forecasting (forecasting a number of variants on the identical time), one can break up current strategies into two classes: univariate fashions and multivariate fashions. Univariate fashions concentrate on inter-series interactions or temporal patterns that embody developments and seasonal patterns on a time series with a single variable. Examples of such developments and seasonal patterns is likely to be the way in which mortgage charges improve on account of inflation, and the way visitors peaks throughout rush hour. In addition to inter-series patterns, multivariate fashions course of intra-series options, often called cross-variate data, which is very helpful when one series is a complicated indicator of one other series. For instance, an increase in physique weight might trigger a rise in blood strain, and rising the value of a product might result in a lower in gross sales. Multivariate fashions have just lately change into fashionable options for multivariate forecasting as practitioners consider their functionality of dealing with cross-variate data might result in higher efficiency.

    In latest years, deep studying Transformer-based architectures have change into a well-liked alternative for multivariate forecasting fashions on account of their superior efficiency on sequence duties. However, superior multivariate fashions carry out surprisingly worse than easy univariate linear fashions on commonly-used long-term forecasting benchmarks, resembling Electricity Transformer Temperature (ETT), Electricity, Traffic, and Weather. These outcomes increase two questions:

    • Does cross-variate data profit time series forecasting?
    • When cross-variate data is just not useful, can multivariate fashions nonetheless carry out in addition to univariate fashions?

    In “TSMixer: An All-MLP Architecture for Time Series Forecasting”, we analyze some great benefits of univariate linear fashions and reveal their effectiveness. Insights from this evaluation lead us to develop Time-Series Mixer (TSMixer), a complicated multivariate mannequin that leverages linear mannequin traits and performs nicely on long-term forecasting benchmarks. To the very best of our data, TSMixer is the primary multivariate mannequin that performs in addition to state-of-the-art univariate fashions on long-term forecasting benchmarks, the place we present that cross-variate data is much less useful. To display the significance of cross-variate data, we consider a tougher real-world software, M5. Finally, empirical outcomes present that TSMixer outperforms state-of-the-art fashions, resembling PatchTST, Fedformer, Autoformer, DeepAR and TFT.

    TSMixer architecture

    A key distinction between linear fashions and Transformers is how they seize temporal patterns. On one hand, linear fashions apply fastened and time-step-dependent weights to seize static temporal patterns, and are unable to course of cross-variate data. On the opposite hand, Transformers use consideration mechanisms that apply dynamic and data-dependent weights at every time step, capturing dynamic temporal patterns and enabling them to course of cross-variate data.

    In our evaluation, we present that beneath widespread assumptions of temporal patterns, linear fashions have naïve options to completely recuperate the time series or place bounds on the error, which implies they’re nice options for studying static temporal patterns of univariate time series extra successfully. In distinction, it’s non-trivial to search out related options for consideration mechanisms, because the weights utilized to every time step are dynamic. Consequently, we develop a brand new architecture by changing Transformer consideration layers with linear layers. The ensuing TSMixer mannequin, which is analogous to the pc imaginative and prescient MLP-Mixer methodology, alternates between purposes of the multi-layer perceptron in several instructions, which we name time-mixing and feature-mixing, respectively. The TSMixer architecture effectively captures each temporal patterns and cross-variate data, as proven within the determine under. The residual designs be certain that TSMixer retains the capability of temporal linear fashions whereas nonetheless having the ability to exploit cross-variate data.

    Transformer block and TSMixer block architectures. TSMixer replaces the multi-head consideration layer with time-mixing, a linear mannequin utilized on the time dimension.

    Comparison between data-dependent (consideration mechanisms) and time-step-dependent (linear fashions). This is an instance of forecasting the following time step by studying the weights of the earlier three time steps.

    Evaluation on long-term forecasting benchmarks

    We consider TSMixer utilizing seven fashionable long-term forecasting datasets (ETTm1, ETTm2, ETTh1, ETTh2, Electricity, Traffic, and Weather), the place latest analysis has proven that univariate linear fashions outperform superior multivariate fashions with giant margins. We evaluate TSMixer with state-of-the-art multivariate fashions (TFT, FEDformer, Autoformer, Informer), and univariate fashions, together with linear fashions and PatchTST. The determine under reveals the typical enchancment of imply squared error (MSE) by TSMixer in contrast with others. The common is calculated throughout datasets and a number of forecasting horizons. We display that TSMixer considerably outperforms different multivariate fashions and performs on par with state-of-the-art univariate fashions. These outcomes present that multivariate fashions are able to performing in addition to univariate fashions.

    The common MSE enchancment of TSMixer in contrast with different baselines. The crimson bars present multivariate strategies and the blue bars present univariate strategies. TSMixer achieves important enchancment over different multivariate fashions and achieves comparable outcomes to univariate fashions.

    Ablation examine

    We carried out an ablation examine to check TSMixer with TMix-Only, a TSMixer variant that consists of time mixing layers solely. The outcomes present that TMix-Only performs virtually the identical as TSMixer, which implies the extra characteristic mixing layers don’t enhance the efficiency and confirms that cross-variate data is much less useful on fashionable benchmarks. The outcomes validate the superior univariate mannequin efficiency proven in earlier analysis. However, current long-term forecasting benchmarks will not be nicely consultant of the necessity for cross-variate data in some real-world purposes the place time series could also be intermittent or sparse, therefore temporal patterns is probably not enough for forecasting. Therefore, it might be inappropriate to guage multivariate forecasting fashions solely on these benchmarks.

    Evaluation on M5: Effectiveness of cross-variate data

    To additional display the good thing about multivariate fashions, we consider TSMixer on the difficult M5 benchmark, a large-scale retail dataset containing essential cross-variate interactions. M5 comprises the knowledge of 30,490 merchandise collected over 5 years. Each product description contains time series information, like day by day gross sales, promote value, promotional occasion data, and static (non-time-series) options, resembling retailer location and product class. The aim is to forecast the day by day gross sales of every product for the following 28 days, evaluated utilizing the weighted root imply sq. scaled error (WRMSSE) from the M5 competitors. The difficult nature of retail makes it tougher to forecast solely utilizing univariate fashions that target temporal patterns, so multivariate fashions with cross-variate data and even auxiliary options are extra important.

    First, we evaluate TSMixer to different strategies solely contemplating the historic information, resembling day by day gross sales and historic promote costs. The outcomes present that multivariate fashions outperforms univariate fashions considerably, indicating the usefulness of cross-variate data. And amongst all in contrast strategies, TSMixer successfully leverages the cross-variate data and achieves the very best efficiency.

    Additionally, to leverage extra data, resembling static options (e.g., retailer location, product class) and future time series (e.g., a promotional occasion scheduled in coming days) supplied in M5, we suggest a precept design to increase TSMixer. The prolonged TSMixer aligns several types of options into the identical size, after which applies a number of mixing layers to the concatenated options to make predictions. The prolonged TSMixer architecture outperforms fashions fashionable in industrial purposes, together with DeepAR and TFT, showcasing its sturdy potential for real-world influence.

    The architecture of the prolonged TSMixer. In the primary stage (align stage), it aligns the several types of options into the identical size earlier than concatenating them. In the second stage (mixing stage) it applies a number of mixing layers conditioned with static options.

    The WRMSSE on M5. The first three strategies (blue) are univariate fashions. The center three strategies (orange) are multivariate fashions that contemplate solely historic options. The final three strategies (crimson) are multivariate fashions that contemplate historic, future, and static options.

    Conclusion

    We current TSMixer, a complicated multivariate mannequin that leverages linear mannequin traits and performs in addition to state-of-the-art univariate fashions on long-term forecasting benchmarks. TSMixer creates new potentialities for the event of time series forecasting architectures by offering insights into the significance of cross-variate and auxiliary data in real-world eventualities. The empirical outcomes spotlight the necessity to contemplate extra real looking benchmarks for multivariate forecasting fashions in future analysis. We hope that this work will encourage additional exploration within the area of time series forecasting, and result in the event of extra highly effective and efficient fashions that may be utilized to real-world purposes.

    Acknowledgements

    This analysis was performed by Si-An Chen, Chun-Liang Li, Nate Yoder, Sercan O. Arik, and Tomas Pfister.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    Online harassment is entering its AI era

    AI

    Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds

    AI

    New method could increase LLM training efficiency | Ztoog

    AI

    The human work behind humanoid robots is being hidden

    AI

    NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data

    AI

    Personalization features can make LLMs more agreeable | Ztoog

    AI

    AI is already making online crimes easier. It could get much worse.

    AI

    NVIDIA Researchers Introduce KVTC Transform Coding Pipeline to Compress Key-Value Caches by 20x for Efficient LLM Serving

    Leave A Reply Cancel Reply

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

    Nest speakers go rainbow with newly colored lighting effects

    TL;DR Nest speakers are getting a Gemini overhaul, with early access beginning this month. Nest…

    Mobile

    Coros Pace 3 review: Should you buy it?

    Coros is coming after Garmin with a third-generation GPS watch that is smaller, lighter, and…

    Crypto

    Ethereum To $36,800? Token Terminal Predicts When This Will Happen

    Blockchain analytics platform Token Terminal has offered perception into the future trajectory of the second…

    Crypto

    SettleMint’s AI assistant aims to help web3 developers write better smart contracts

    The method synthetic intelligence can write software program has already prompted many firms to introduce…

    The Future

    The IRS Owes $1B in Refunds to 940,000 Taxpayers from 2021. How to Claim Your Money

    The IRS might owe you cash from your 2020 tax return — together with for…

    Our Picks
    Gadgets

    HONOR Magic6 Series: Powerful Camera Specs Revealed Ahead Of MWC 2024

    The Future

    Technology devouring humans? Robot crushes man to death in South Korea

    AI

    This AI Paper Proposes A Zero-Shot Personalized Lip2Speech Synthesis Method: A Synthetic Speech Model To Match Lip Movements

    Categories
    • AI (1,560)
    • Crypto (1,826)
    • Gadgets (1,870)
    • Mobile (1,910)
    • Science (1,939)
    • Technology (1,862)
    • The Future (1,716)
    Most Popular
    Science

    Study finds bigfoot sightings correlate with black bear populations

    Science

    Smart Pillows: Sweet Dreams Are Made of This

    Technology

    Episode Six raises $48M to streamline payment processes

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

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