Papers › FilterNet: Harnessing Frequency Filters for Time Series Forecasting

FilterNet: Harnessing Frequency Filters for Time Series Forecasting

3 Nov 2024arXiv:2411.01623archive 2025-07-28

Kun Yi, Jingru Fei, Qi Zhang, Hui He, Shufeng Hao, Defu Lian, Wei Fan

While numerous forecasters have been proposed using different network architectures, the Transformer-based models have state-of-the-art performance in time series forecasting. However, forecasters based on Transformers are still suffering from vulnerability to high-frequency signals, efficiency in computation, and bottleneck in full-spectrum utilization, which essentially are the cornerstones for accurately predicting time series with thousands of points. In this paper, we explore a novel perspective of enlightening signal processing for deep time series forecasting. Inspired by the filtering process, we introduce one simple yet effective network, namely FilterNet, built upon our proposed learnable frequency filters to extract key informative temporal patterns by selectively passing or attenuating certain components of time series signals. Concretely, we propose two kinds of learnable filters in the FilterNet: (i) Plain shaping filter, that adopts a universal frequency kernel for signal filtering and temporal modeling; (ii) Contextual shaping filter, that utilizes filtered frequencies examined in terms of its compatibility with input signals for dependency learning. Equipped with the two filters, FilterNet can approximately surrogate the linear and attention mappings widely adopted in time series literature, while enjoying superb abilities in handling high-frequency noises and utilizing the whole frequency spectrum that is beneficial for forecasting. Finally, we conduct extensive experiments on eight time series forecasting benchmarks, and experimental results have demonstrated our superior performance in terms of both effectiveness and efficiency compared with state-of-the-art methods. Code is available at this repository: https://github.com/aikunyi/FilterNet

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2411.01623")

Code

Syntology Ran 4 of 20 code samples harvested from 4 repositories linked to this paper; 16 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran with no contract checked.

By repository: official repository: 2 samples from 1 repository, 2 ran; found in paper text by Syntology: 18 samples from 3 repositories, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

aikunyi/filternet officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 4 ran; 2 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
2ran
16unverified

Licence: 5 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 4 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

cal_accuracy aikunyi/FilterNet/utils/tools.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 3c40a10623118d49 · report
adjustment aikunyi/FilterNet/utils/tools.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · a8ddfb9279c3224c · report
CORR wanghq21/MICN/utils/metrics.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 03d63d172032b256 · report
Model aikunyi/FreTS/models/FreTS.py found in paper text by Syntology ran Apache-2.0 (permissive) · d320822331f5ef05 · report
MAE wanghq21/MICN/utils/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · 75f44993b096bf76 · report
RSE wanghq21/MICN/utils/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · b40a11875ebd0cd2 · report
dataset_parameters ant-research/Pyraformer/long_range_main.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2c381e7c9e1219be · report
gen_covariates ant-research/Pyraformer/data_loader.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f48b56feaccf9194 · report
gen_covariates ant-research/Pyraformer/preprocess_elect.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 614ba542a3cd4f70 · report
get_all_v ant-research/Pyraformer/data_loader.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 18f1be69d346efd2 · report
get_k_q ant-research/Pyraformer/pyraformer/graph_attention.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 308b15ff903370f8 · report
get_mask ant-research/Pyraformer/pyraformer/Layers.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5e73be8826ea1181 · report
get_q_k ant-research/Pyraformer/pyraformer/graph_attention.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 29fc69aabb4915c6 · report
get_subsequent_mask ant-research/Pyraformer/pyraformer/Layers.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d9606e9421f56201 · report
prepare_dataloader ant-research/Pyraformer/long_range_main.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b688d662492743b0 · report
preprocess_elect ant-research/Pyraformer/data_loader.py found in paper text by Syntology unverified Apache-2.0 (permissive) · dc7d51e598eebc2f · report
refer_points ant-research/Pyraformer/pyraformer/Layers.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c3f3fa218d235d6a · report
sample_mining_scheduler ant-research/Pyraformer/long_range_main.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2dca999d536a049d · report
time_features wanghq21/MICN/utils/timefeatures.py found in paper text by Syntology unverified no licence file found · pointer only · ed90b1ac380a468e · report
time_features_from_frequency_str wanghq21/MICN/utils/timefeatures.py found in paper text by Syntology unverified no licence file found · pointer only · f8544563682146e5 · report

Tasks

Time SeriesTime Series Forecasting

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionSoftmax

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections