Skip to content

Commit 9b9429a

Browse files
committed
update models information
1 parent 9d51d11 commit 9b9429a

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

docs/_sources/user_guide/model.md.txt

+8
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,14 @@ For trajectory next-location prediction:
311311
Wang S, Wu H, Shi X, et al. Timemixer: Decomposable multiscale mixing for time series forecasting[J]. arXiv preprint arXiv:2405.14616, 2024.
312312
```
313313

314+
- **FreTS**
315+
316+
This paper introduces a new model named FreTS (Frequency-domain MLPs for Time Series forecasting), which applies multi-layer perceptrons (MLPs) in the frequency domain to capture complex spatial-temporal dependencies in time series data more effectively than traditional time-domain or separate encoding methods. FreTS unifies spatial and temporal information within a single transformer-style model, enabling every node at every timestamp to interact with every other node in every other timestamp in just one step through the spatial-temporal correlation matrix. This design allows FreTS to capture global periodic patterns and key features while filtering out noise.
317+
318+
```
319+
Yi K, Zhang Q, Fan W, et al. Frequency-domain MLPs are more effective learners in time series forecasting[J]. Advances in Neural Information Processing Systems, 2024, 36.
320+
```
321+
314322
#### Traffic Speed Prediction
315323

316324
* **DCRNN**:

docs/user_guide/model.html

+6
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,12 @@ <h2>Traffic Flow Prediction<a class="headerlink" href="#traffic-flow-prediction"
365365
</pre></div>
366366
</div>
367367
</li>
368+
<li><p><strong>FreTS</strong></p>
369+
<p>This paper introduces a new model named FreTS (Frequency-domain MLPs for Time Series forecasting), which applies multi-layer perceptrons (MLPs) in the frequency domain to capture complex spatial-temporal dependencies in time series data more effectively than traditional time-domain or separate encoding methods. FreTS unifies spatial and temporal information within a single transformer-style model, enabling every node at every timestamp to interact with every other node in every other timestamp in just one step through the spatial-temporal correlation matrix. This design allows FreTS to capture global periodic patterns and key features while filtering out noise.</p>
370+
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">Yi</span> <span class="n">K</span><span class="p">,</span> <span class="n">Zhang</span> <span class="n">Q</span><span class="p">,</span> <span class="n">Fan</span> <span class="n">W</span><span class="p">,</span> <span class="n">et</span> <span class="n">al</span><span class="o">.</span> <span class="n">Frequency</span><span class="o">-</span><span class="n">domain</span> <span class="n">MLPs</span> <span class="n">are</span> <span class="n">more</span> <span class="n">effective</span> <span class="n">learners</span> <span class="ow">in</span> <span class="n">time</span> <span class="n">series</span> <span class="n">forecasting</span><span class="p">[</span><span class="n">J</span><span class="p">]</span><span class="o">.</span> <span class="n">Advances</span> <span class="ow">in</span> <span class="n">Neural</span> <span class="n">Information</span> <span class="n">Processing</span> <span class="n">Systems</span><span class="p">,</span> <span class="mi">2024</span><span class="p">,</span> <span class="mf">36.</span>
371+
</pre></div>
372+
</div>
373+
</li>
368374
</ul>
369375
</section>
370376
<section id="traffic-speed-prediction">

source/user_guide/model.md

+8
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,14 @@ For trajectory next-location prediction:
311311
Wang S, Wu H, Shi X, et al. Timemixer: Decomposable multiscale mixing for time series forecasting[J]. arXiv preprint arXiv:2405.14616, 2024.
312312
```
313313

314+
- **FreTS**
315+
316+
This paper introduces a new model named FreTS (Frequency-domain MLPs for Time Series forecasting), which applies multi-layer perceptrons (MLPs) in the frequency domain to capture complex spatial-temporal dependencies in time series data more effectively than traditional time-domain or separate encoding methods. FreTS unifies spatial and temporal information within a single transformer-style model, enabling every node at every timestamp to interact with every other node in every other timestamp in just one step through the spatial-temporal correlation matrix. This design allows FreTS to capture global periodic patterns and key features while filtering out noise.
317+
318+
```
319+
Yi K, Zhang Q, Fan W, et al. Frequency-domain MLPs are more effective learners in time series forecasting[J]. Advances in Neural Information Processing Systems, 2024, 36.
320+
```
321+
314322
#### Traffic Speed Prediction
315323

316324
* **DCRNN**:

0 commit comments

Comments
 (0)