Arindam Jati

dblp:117/4725 · DBLP profile ↗
← Back
4ranked-venue papers in the field
1as first author
4since 2021 · last 2023
0000-0002-9498-8536ORCID · corroborated

Domains — venue-derived; a paper can count in several

Data Mining & Knowledge Discovery · 2 (1 first)Big Data, Cloud & Distributed Data Systems · 2
YearPublicationVenuePosition
2023 TSMixer: Lightweight MLP-Mixer Model for Multivariate Time Series Forecasting
abstract
Transformers have gained popularity in time series forecasting for their ability to capture long-sequence interactions. However, their memory and compute-intensive requirements pose a critical bottleneck for long-term forecasting, despite numerous advancements in compute-aware self-attention modules. To address this, we propose TSMixer, a lightweight neural architecture exclusively composed of multi-layer perceptron (MLP) modules. TSMixer is designed for multivariate forecasting and representation learning on patched time series, providing an efficient alternative to Transformers. Our model draws inspiration from the success of MLP-Mixer models in computer vision. We demonstrate the challenges involved in adapting Vision MLP-Mixer for time series and introduce empirically validated components to enhance accuracy. This includes a novel design paradigm of attaching online reconciliation heads to the MLP-Mixer backbone, for explicitly modeling the time-series properties such as hierarchy and channel-correlations. We also propose a Hybrid channel modeling approach to effectively handle noisy channel interactions and generalization across diverse datasets, a common challenge in existing patch channel-mixing methods. Additionally, a simple gated attention mechanism is introduced in the backbone to prioritize important features. By incorporating these lightweight components, we significantly enhance the learning capability of simple MLP structures, outperforming complex Transformer models with minimal computing usage. Moreover, TSMixer's modular design enables compatibility with both supervised and masked self-supervised learning methods, making it a promising building block for time-series Foundation Models. TSMixer outperforms state-of-the-art MLP and Transformer models in forecasting by a considerable margin of 8-60%. It also outperforms the latest strong benchmarks of Patch-Transformer models (by 1-2%) with a significant reduction in memory and runtime (2-3X).
Vijay Ekambaram, Arindam Jati, Phanwadee Sinthong, Jayant Kalagnanam
KDD2
2023 Hierarchical Proxy Modeling for Improved HPO in Time Series Forecasting
abstract
Selecting the right set of hyperparameters is crucial in time series forecasting. The classical temporal cross-validation framework for hyperparameter optimization (HPO) often leads to poor test performance because of a possible mismatch between validation and test periods. To address this test-validation mismatch, we propose a novel technique, H-Pro to drive HPO via test proxies by exploiting data hierarchies often associated with time series datasets. Since higher-level aggregated time series often show less irregularity and better predictability as compared to the lowest-level time series which can be sparse and intermittent, we optimize the hyperparameters of the lowest-level base-forecaster by leveraging the proxy forecasts for the test period generated from the forecasters at higher levels. H-Pro can be applied on any off-the-shelf machine learning model to perform HPO. We validate the efficacy of our technique with extensive empirical evaluation on five publicly available hierarchical forecasting datasets. Our approach outperforms existing state-of-the-art methods in Tourism, Wiki, and Traffic datasets, and achieves competitive result in Tourism-L dataset, without any model-specific enhancements. Moreover, our method outperforms the winning method of the M5 forecast accuracy competition.
Arindam Jati, Vijay Ekambaram, Shaonli Pal, Brian Quanz, Wesley M. Gifford, Pavithra Harsha, Stuart Siegel, Sumanta Mukherjee, Chandrasekhar Narayanaswami 0001
KDD1
2022 Physics-based multiple time-series univariate forecasting
abstract
The Koopman operator theory provides a recipe for data-driven analysis of dynamical systems. The forecasting problem addresses the future value estimation of an observation from its recent past. One common modeling approach is producing forecasts via modeling the data-generating process, where observations are a function of the state variables of the data-generating process. One major challenge to this is the lack of knowledge of the data-generating process. Delay embedding is a common approach in dynamical system analysis to approximate the state-space manifold from a few state value measurements. In this work, we propose a deep learning framework that employs delay embedding, and Koopman operator theory in the context of univariate forecasting to produce a long-term stable forecast. In this work, we empirically show the correctness of the proposed framework. Our study shows the proposed model can generalize across data-set and is capable of producing a stable long-range forecast.
Sumanta Mukherjee, Arindam Jati, Kanthi K. Sarpatwar, Roman Vaculín
IEEE Big Data2
2022 Distributed Incremental Machine Learning for Big Time Series Data
abstract
Today’s highly instrumented systems generate large amounts of time series data from many different domains. In order to create meaningful insights from these data, techniques are needed to handle the collection, processing, and analysis at scale. The high frequency and volume of data that is generated introduces several challenges including data transformation, managing concept drift, the operational cost of model re-training and tracking, and scaling hyperparameter optimization.Incremental machine learning can provide a viable solution to handle these kinds of data. Further, distributed machine learning can be an efficient technique to improve performance, increase accuracy, and scale to larger input sizes.In this paper, we introduce a framework that combines the computational capabilities of Apache Spark and the workflow parallelization of Ray for distributed incremental learning. We conduct an empirical analysis of our framework for time series forecasting using the Walmart M5 dataset. The system can perform a parameter search on streaming data with concept drift producing a robust pipeline that fits high-volume data effectively. The results are encouraging and substantiate system proficiency over traditional big data analysis approaches that exclusively use either offline or online training.
Dhaval Salwala, Seshu Tirupathi, Brian Quanz, Wesley M. Gifford, Stuart Siegel, Vijay Ekambaram, Arindam Jati
IEEE Big Data7