paper-with-me

홈 › Papers

U-shaped Transformer: Retain High Frequency Context in Time Series Analysis

2023-07-18 · Qingkui Chen, Yiqin Zhang

Time series prediction plays a crucial role in various industrial fields. In recent years, neural networks with a transformer backbone have achieved remarkable success in many domains, including computer vision and NLP. In time series analysis domain, some studies have suggested that even the simplest MLP networks outperform advanced transformer-based networks on time series forecast tasks. However, we believe these findings indicate there to be low-rank properties in time series sequences. In this paper, we consider the low-pass characteristics of transformers and try to incorporate the advantages of MLP. We adopt skip-layer connections inspired by Unet into traditional transformer backbone, thus preserving high-frequency context from input to output, namely U-shaped Transformer. We introduce patch merge and split operation to extract features with different scales and use larger datasets to fully make use of the transformer backbone. Our experiments demonstrate that the model performs at an advanced level across multiple datasets with relatively low cost.

📄 PDF Abstract BibTeX arXiv:2307.09019

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series AnalysisTime Series Prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음

Similar Papers 제목 키워드 기반

PixelU: A U-Shaped Transformer for Efficient End-to-End Pixel Diffusion

2026-06-26 · Zipeng Guo, Lichen Ma, Yu He, Xiaolong Fu 외 arxiv

End-to-end pixel-space diffusion models bypass the lossy compression of Latent Diffusion Models (LDMs) but struggle to jointly model low-frequency semantics and high-frequency signals in high-dimensional space. Existing …

Guided Depth Map Super-Resolution via Multi-Scale Fusion U-shaped Mamba Network

2025-08-01 · Chenggang Guo, Hao Xu, XianMing Wan arxiv

Depth map super-resolution technology aims to improve the spatial resolution of low-resolution depth maps and effectively restore high-frequency detail information. Traditional convolutional neural network has limitation…

Design of an improved microstrip antenna operating at a frequency band of 28GHz

2024-12-29 · S. O. Zakariyya, B. O. Sadiq, R. A. Alao, J. A. Adesina 외

The design of an improved microstrip antenna operating in the 28 GHz frequency spectrum is the main goal of this work. The design used a Roger RT 5880 LZ substrate with a thickness and permittivity of 0.762mm and 1.96, r…

LUCF-Net: Lightweight U-shaped Cascade Fusion Network for Medical Image Segmentation

2024-04-11 · Songkai Sun, Qingshan She, Yuliang Ma, Rihui Li 외

In this study, the performance of existing U-shaped neural network architectures was enhanced for medical image segmentation by adding Transformer. Although Transformer architectures are powerful at extracting global inf…

Cardiac SegmentationImage SegmentationMedical Image SegmentationOrgan Segmentation+2

Frequency matters: Modeling irregular morphological patterns in Spanish with Transformers

2024-10-28 · Akhilesh Kakolu Ramarao, Kevin Tang, Dinah Baer-Henney

The present paper evaluates the learning behaviour of a transformer-based neural network with regard to an irregular inflectional paradigm. We apply the paradigm cell filling problem to irregular patterns. We approach th…