Papers › Omni-Scale CNNs: a simple and effective kernel size configuration for time series...

Omni-Scale CNNs: a simple and effective kernel size configuration for time series classification

24 Feb 2020ICLR 2022 4arXiv:2002.10061archive 2025-07-28

Wensi Tang, Guodong Long, Lu Liu, Tianyi Zhou, Michael Blumenstein, Jing Jiang

The Receptive Field (RF) size has been one of the most important factors for One Dimensional Convolutional Neural Networks (1D-CNNs) on time series classification tasks. Large efforts have been taken to choose the appropriate size because it has a huge influence on the performance and differs significantly for each dataset. In this paper, we propose an Omni-Scale block (OS-block) for 1D-CNNs, where the kernel sizes are decided by a simple and universal rule. Particularly, it is a set of kernel sizes that can efficiently cover the best RF size across different datasets via consisting of multiple prime numbers according to the length of the time series. The experiment result shows that models with the OS-block can achieve a similar performance as models with the searched optimal RF size and due to the strong optimal RF size capture ability, simple 1D-CNN models with OS-block achieves the state-of-the-art performance on four time series benchmarks, including both univariate and multivariate data from multiple domains. Comprehensive analysis and discussions shed light on why the OS-block can capture optimal RF sizes across different datasets. Code available [https://github.com/Wensi-Tang/OS-CNN]

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2002.10061")

Code

Syntology Ran 7 of 11 code samples harvested from 2 repositories linked to this paper; 4 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: official repository: 8 samples from 1 repository, 4 ran; community (archive-listed): 3 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Wensi-Tang/OS-CNN officialmentioned in papermentioned on GitHubpytorch report
Anonymouslink/OS-CNN mentioned 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

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

2ran · honoured contract
2ran · fixture could not drive it
3ran
4unverified

Licence: 3 of the 11 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 2 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.

calculate_mask_index Wensi-Tang/OS-CNN/Classifiers/OS_CNN/OS_block.py official repository ran · honoured contract fingerprinted MIT (permissive) · 5017468adad0af6b · report
creak_layer_mask wensi-tang/os-cnn/Classifiers/OS_CNN/OS_block.py official repository ran · fixture could not drive it MIT (permissive) · 5dadd23392f4ca8c · report
creak_layer_mask Wensi-Tang/OS-CNN/Classifiers/OS_CNN/OS_block.py official repository ran · fixture could not drive it MIT (permissive) · b7f140a01a2fa577 · report
creat_mask Wensi-Tang/OS-CNN/Classifiers/OS_CNN/OS_block.py official repository ran · honoured contract fingerprinted MIT (permissive) · 2613c4915a16c36d · report
OS_block Wensi-Tang/OS-CNN/Classifiers/OS_CNN/OS_block.py official repository unverified MIT (permissive) · c466ea8f0e598415 · report
build_layer_with_layer_parameter Wensi-Tang/OS-CNN/Classifiers/OS_CNN/OS_block.py official repository unverified MIT (permissive) · b6c70c06f06614b0 · report
calculate_mask_index wensi-tang/os-cnn/Classifiers/OS_CNN/OS_block.py official repository unverified MIT (permissive) · 3b08b25c6a4703e0 · report
creat_mask wensi-tang/os-cnn/Classifiers/OS_CNN/OS_block.py official repository unverified MIT (permissive) · a14cbea422c27566 · report
OS_CNN Anonymouslink/OS-CNN/Classifiers/OS_CNN/OS_CNN.py community (archive-listed) ran fingerprinted no licence file found · pointer only · cd0ce30eebdcec3c · report
SampaddingConv1D_BN Anonymouslink/OS-CNN/Classifiers/OS_CNN/OS_CNN.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 0dee4616b6255680 · report
build_layer_with_layer_parameter Anonymouslink/OS-CNN/Classifiers/OS_CNN/OS_CNN.py community (archive-listed) ran fingerprinted no licence file found · pointer only · fdf58bf8189b9e66 · report

Tasks

General ClassificationTime SeriesTime Series AnalysisTime Series Classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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