Giter Site home page Giter Site logo

ddz16 / preformer Goto Github PK

View Code? Open in Web Editor NEW
37.0 3.0 3.0 535 KB

This repository contains the pytorch code for the 2023 ICASSP paper "Preformer: Predictive Transformer with Multi-Scale Segment-wise Correlations for Long-Term Time Series Forecasting”

Home Page: https://arxiv.org/abs/2202.11356

License: MIT License

Python 100.00%
artificial-intelligence correlation-analysis deep-learning deep-neural-networks predictive-modeling time-series time-series-analysis time-series-forecasting time-series-prediction transformer

preformer's Introduction

Hi 👋, I'm ddz

ddz16

  • 📚 I am interested in time series forecasting & video understanding. In terms of video understanding, I am focusing on intelligent processing for underwater untrimmed long videos.

  • 😀 You can follow me on Zhihu.

  • 📧 How to reach me [email protected].

  Universities and Institutions

  Tech Stack

  Git Stats

preformer's People

Contributors

ddz16 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

preformer's Issues

An issue about the multi-scale hybrid decomposition

作者您好,请问论文里提到的多尺度混合分解部分体现在代码里的哪个部分?不清楚是不是我理解有误,在/models/Preformer.py/20、21
kernel_size = configs.moving_avg
self.decomp = series_decomp(kernel_size)
中只看到了一种指定尺度的分解?Preformer中的series_decomp和Autoformer源代码里的series_decomp有哪些不同呢?

Q和K的计算方式不是哈达玛乘积

在selfattention_family.py中的SegmentCorrelation中,correlation_scores = torch.einsum("bmlhd,bnlhd->bhmn", seg_queries, seg_keys)本质上不还是点积运算吗

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.