paper-with-me

홈 › Papers

IPatch: A Multi-Resolution Transformer Architecture for Robust Time-Series Forecasting

2026-03-25 · Aymane Harkati, Moncef Garouani, Olivier Teste, Julien Aligon, Mohamed Hamlich arxiv

Accurate forecasting of multivariate time series remains challenging due to the need to capture both short-term fluctuations and long-range temporal dependencies. Transformer-based models have emerged as a powerful approach, but their performance depends critically on the representation of temporal data. Traditional point-wise representations preserve individual time-step information, enabling fine-grained modeling, yet they tend to be computationally expensive and less effective at modeling broader contextual dependencies, limiting their scalability to long sequences. Patch-wise representations aggregate consecutive steps into compact tokens to improve efficiency and model local temporal dynamics, but they often discard fine-grained temporal details that are critical for accurate predictions in volatile or complex time series. We propose IPatch, a multi-resolution Transformer architecture that integrates both point-wise and patch-wise tokens, modeling temporal information at multiple resolutions. Experiments on 7 benchmark datasets demonstrate that IPatch consistently improves forecasting accuracy, robustness to noise, and generalization across various prediction horizons compared to single-representation baselines.

📄 PDF Abstract BibTeX arXiv:2603.24207

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OmniPatch: A Universal Adversarial Patch for ViT-CNN Cross-Architecture Transfer in Semantic Segmentation

2026-03-21 · Aarush Aggarwal, Akshat Tomar, Amritanshu Tiwari, Sargam Goyal arxiv

Robust semantic segmentation is crucial for safe autonomous driving, yet deployed models remain vulnerable to black-box adversarial attacks when target weights are unknown. Most existing approaches either craft image-wid…

Semantic SegmentationAutonomous Driving

Replay-free Online Continual Learning with Self-Supervised MultiPatches

2025-02-13 · Giacomo Cignoni, Andrea Cossu, Alex Gomez-Villa, Joost Van de Weijer 외

Online Continual Learning (OCL) methods train a model on a non-stationary data stream where only a few examples are available at a time, often leveraging replay strategies. However, usage of replay is sometimes forbidden…

Continual LearningSelf-Supervised Learning

MP-Boost: Minipatch Boosting via Adaptive Feature and Observation Sampling

2020-11-14 · Mohammad Taha Toghani, Genevera I. Allen

Boosting methods are among the best general-purpose and off-the-shelf machine learning approaches, gaining widespread popularity. In this paper, we seek to develop a boosting method that yields comparable accuracy to pop…

Binary Classification

Feature Selection for Huge Data via Minipatch Learning

2020-10-16 · Tianyi Yao, Genevera I. Allen

Feature selection often leads to increased model interpretability, faster computation, and improved model performance by discarding irrelevant or redundant features. While feature selection is a well-studied problem with…

feature selection

Fast and Interpretable Consensus Clustering via Minipatch Learning

2021-10-05 · Luqin Gan, Genevera I. Allen

Consensus clustering has been widely used in bioinformatics and other applications to improve the accuracy, stability and reliability of clustering results. This approach ensembles cluster co-occurrences from multiple cl…

ClusteringComputational Efficiency