paper-with-me

Papers

Mitigating Data Redundancy to Revitalize Transformer-based Long-Term Time Series Forecasting System

2022-07-16 · Mingjie Li, Rui Liu, Guangsi Shi, Mingfei Han, Changling Li, Lina Yao, Xiaojun Chang, Ling Chen

Long-term time-series forecasting (LTSF) is fundamental to various real-world applications, where Transformer-based models have become the dominant framework due to their ability to capture long-range dependencies. However, these models often experience overfitting due to data redundancy in rolling forecasting settings, limiting their generalization ability particularly evident in longer sequences with highly similar adjacent data. In this work, we introduce CLMFormer, a novel framework that mitigates redundancy through curriculum learning and a memory-driven decoder. Specifically, we progressively introduce Bernoulli noise to the training samples, which effectively breaks the high similarity between adjacent data points. This curriculum-driven noise introduction aids the memory-driven decoder by supplying more diverse and representative training data, enhancing the decoder's ability to model seasonal tendencies and dependencies in the time-series data. To further enhance forecasting accuracy, we introduce a memory-driven decoder. This component enables the model to capture seasonal tendencies and dependencies in the time-series data and leverages temporal relationships to facilitate the forecasting process. Extensive experiments on six real-world LTSF benchmarks show that CLMFormer consistently improves Transformer-based models by up to 30%, demonstrating its effectiveness in long-horizon forecasting.

📄 PDF Abstract BibTeX arXiv:2207.07827

Code (2)

mlii0117/clmformer 공식 구현 pytorch
mlii0117/gmt-for-time-series-forecasting 공식 구현 pytorch

Tasks

Data AugmentationDecoderTime SeriesTime Series AnalysisTime Series Forecasting

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…
Adam 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Revitalize Region Feature for Democratizing Video-Language Pre-training of Retrieval

2022-03-15 · Guanyu Cai, Yixiao Ge, Binjie Zhang, Alex Jinpeng Wang 외

Recent dominant methods for video-language pre-training (VLP) learn transferable representations from the raw pixels in an end-to-end manner to achieve advanced performance on downstream video-language retrieval. Despite…

Question AnsweringRetrievalText to Video RetrievalVideo Question Answering+2

How Transformer Revitalizes Character-based Neural Machine Translation: An Investigation on Japanese-Vietnamese Translation Systems

2019-10-05 · EMNLP (IWSLT) 2019 11 · Thi-Vinh Ngo, Thanh-Le Ha, Phuong-Thai Nguyen, Le-Minh Nguyen

While translating between East Asian languages, many works have discovered clear advantages of using characters as the translation unit. Unfortunately, traditional recurrent neural machine translation systems hinder the …

Machine TranslationTranslation

The Principle of Diversity: Training Stronger Vision Transformers Calls for Reducing All Levels of Redundancy

2022-03-12 · CVPR 2022 1 · Tianlong Chen, Zhenyu Zhang, Yu Cheng, Ahmed Awadallah 외

Vision transformers (ViTs) have gained increasing popularity as they are commonly believed to own higher modeling capacity and representation flexibility, than traditional convolutional networks. However, it is questiona…

AllDiversity

Factorized Visual Tokenization and Generation

2024-11-25 · Zechen Bai, Jianxiong Gao, Ziteng Gao, Pichao Wang 외

Visual tokenizers are fundamental to image generation. They convert visual data into discrete tokens, enabling transformer-based models to excel at image generation. Despite their success, VQ-based tokenizers like VQGAN …

DisentanglementImage GenerationQuantizationRepresentation Learning

Rethinking Model Redundancy for Low-light Image Enhancement

2024-12-21 · Tong Li, Lizhi Wang, Hansen Feng, Lin Zhu 외

Low-light image enhancement (LLIE) is a fundamental task in computational photography, aiming to improve illumination, reduce noise, and enhance the image quality of low-light images. While recent advancements primarily …

Image EnhancementLow-Light Image Enhancementmodel