paper-with-me

Papers

DMSC: Dynamic Multi-Scale Coordination Framework for Time Series Forecasting

2025-08-03 · Haonan Yang, Jianchao Tang, Zhuo Li, Long Lan arxiv

Time Series Forecasting (TSF) faces persistent challenges in modeling intricate temporal dependencies across different scales. Despite recent advances leveraging different decomposition operations and novel architectures based on CNN, MLP or Transformer, existing methods still struggle with static decomposition strategies, fragmented dependency modeling, and inflexible fusion mechanisms, limiting their ability to model intricate temporal dependencies. To explicitly solve the mentioned three problems respectively, we propose a novel Dynamic Multi-Scale Coordination Framework (DMSC) with Multi-Scale Patch Decomposition block (EMPD), Triad Interaction Block (TIB) and Adaptive Scale Routing MoE block (ASR-MoE). Specifically, EMPD is designed as a built-in component to dynamically segment sequences into hierarchical patches with exponentially scaled granularities, eliminating predefined scale constraints through input-adaptive patch adjustment. TIB then jointly models intra-patch, inter-patch, and cross-variable dependencies within each layer's decomposed representations. EMPD and TIB are jointly integrated into layers forming a multi-layer progressive cascade architecture, where coarse-grained representations from earlier layers adaptively guide fine-grained feature extraction in subsequent layers via gated pathways. And ASR-MoE dynamically fuses multi-scale predictions by leveraging specialized global and local experts with temporal-aware weighting. Comprehensive experiments on thirteen real-world benchmarks demonstrate that DMSC consistently maintains state-of-the-art (SOTA) performance and superior computational efficiency for TSF tasks. Code is available at https://github.com/1327679995/DMSC.

📄 PDF Abstract BibTeX arXiv:2508.02753

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyTime Series Forecasting

Similar Papers 제목 키워드 기반

DMC-Net: Lightweight Dynamic Multi-Scale and Multi-Resolution Convolution Network for Pancreas Segmentation in CT Images

2024-10-03 · Jin Yang, Daniel S. Marcus, Aristeidis Sotiras

Convolutional neural networks (CNNs) have shown great effectiveness in medical image segmentation. However, they may be limited in modeling large inter-subject variations in organ shapes and sizes and exploiting global l…

Image SegmentationMedical Image SegmentationPancreas SegmentationSemantic Segmentation

An Interpretable and Uncertainty Aware Multi-Task Framework for Multi-Aspect Sentiment Analysis

2020-09-18 · Tian Shi, Ping Wang, Chandan K. Reddy

In recent years, several online platforms have seen a rapid increase in the number of review systems that request users to provide aspect-level feedback. Document-level Multi-aspect Sentiment Classification (DMSC), where…

Extract AspectMulti-Task LearningSentiment AnalysisSentiment Classification+1

NDMSCS: A Topic-Based Chinese Microblog Polarity Classification System

2015-07-01 · WS 2015 7 · Yang Wang, Yaqi Wang, Shi Feng, Daling Wang 외
ClassificationGeneral ClassificationSentiment Analysis

DDUNet: Dual Dynamic U-Net for Highly-Efficient Cloud Segmentation

2025-01-26 · Yijie Li, Hewei Wang, Jinfeng Xu, Puzhen Wu 외

Cloud segmentation amounts to separating cloud pixels from non-cloud pixels in an image. Current deep learning methods for cloud segmentation suffer from three issues. (a) Constrain on their receptive field due to the fi…

Segmentation

Benchmarking Emergent Coordination in Large-Scale LLM Populations: An Evaluation Framework on the MoltBook Archive

2026-03-03 · Brandon Yee, Pairie Koh arxiv

As multi-agent Large Language Model (LLM) systems scale, evaluating their emergent coordination dynamics becomes increasingly critical. However, current evaluation paradigms-focused on single agents or small, explicitly …