paper-with-me

Papers

DRFormer: Multi-Scale Transformer Utilizing Diverse Receptive Fields for Long Time-Series Forecasting

2024-08-05 · Ruixin Ding, Yuqi Chen, Yu-Ting Lan, Wei zhang

Long-term time series forecasting (LTSF) has been widely applied in finance, traffic prediction, and other domains. Recently, patch-based transformers have emerged as a promising approach, segmenting data into sub-level patches that serve as input tokens. However, existing methods mostly rely on predetermined patch lengths, necessitating expert knowledge and posing challenges in capturing diverse characteristics across various scales. Moreover, time series data exhibit diverse variations and fluctuations across different temporal scales, which traditional approaches struggle to model effectively. In this paper, we propose a dynamic tokenizer with a dynamic sparse learning algorithm to capture diverse receptive fields and sparse patterns of time series data. In order to build hierarchical receptive fields, we develop a multi-scale Transformer model, coupled with multi-scale sequence extraction, capable of capturing multi-resolution features. Additionally, we introduce a group-aware rotary position encoding technique to enhance intra- and inter-group position awareness among representations across different temporal scales. Our proposed model, named DRFormer, is evaluated on various real-world datasets, and experimental results demonstrate its superiority compared to existing methods. Our code is available at: https://github.com/ruixindingECNU/DRFormer.

📄 PDF Abstract BibTeX arXiv:2408.02279

Code (1)

ruixindingecnu/drformer 공식 구현 pytorch

Tasks

PositionSparse LearningTime SeriesTime Series ForecastingTraffic Prediction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

DRFormer: A Dual-Regularized Bidirectional Transformer for Person Re-identification

2026-02-01 · Ying Shu, Pujian Zhan, Huiqi Yang, Hehe Fan 외 arxiv

Both fine-grained discriminative details and global semantic features can contribute to solving person re-identification challenges, such as occlusion and pose variations. Vision foundation models (\textit{e.g.}, DINO) e…

Person Re-Identification

Dynamic Relation Transformer for Contextual Text Block Detection

2024-01-17 · Jiawei Wang, Shunchi Zhang, Kai Hu, Chixiang Ma 외

Contextual Text Block Detection (CTBD) is the task of identifying coherent text blocks within the complexity of natural scenes. Previous methodologies have treated CTBD as either a visual relation extraction challenge wi…

DecoderGraph GenerationRelationRelation Extraction

MVTN: A Multiscale Video Transformer Network for Hand Gesture Recognition

2024-09-05 · Mallika Garg, Debashis Ghosh, Pyari Mohan Pradhan

In this paper, we introduce a novel Multiscale Video Transformer Network (MVTN) for dynamic hand gesture recognition, since multiscale features can extract features with variable size, pose, and shape of hand which is a …

Gesture RecognitionHand Gesture RecognitionHand-Gesture Recognition

Multi-Scale Deep Learning for Colon Histopathology: A Hybrid Graph-Transformer Approach

2025-09-02 · Sadra Saremi, Amirhossein Ahmadkhan Kordbacheh arxiv

Colon cancer also known as Colorectal cancer, is one of the most malignant types of cancer worldwide. Early-stage detection of colon cancer is highly crucial to prevent its deterioration. This research presents a hybrid …

Cancer Classification

LLaVA-UHD v2: an MLLM Integrating High-Resolution Feature Pyramid via Hierarchical Window Transformer

2024-12-18 · YiPeng Zhang, Yifan Liu, Zonghao Guo, Yidan Zhang 외

In multimodal large language models (MLLMs), vision transformers (ViTs) are widely employed for visual encoding. However, their performance in solving universal MLLM tasks is not satisfactory. We attribute it to a lack o…

AttributeText Generation