Papers › COVID-Net: A Tailored Deep Convolutional Neural Network Design for Detection of...

COVID-Net: A Tailored Deep Convolutional Neural Network Design for Detection of COVID-19 Cases from Chest X-Ray Images

22 Mar 2020arXiv:2003.09871archive 2025-07-28

Linda Wang, Alexander Wong

The COVID-19 pandemic continues to have a devastating effect on the health and well-being of the global population. A critical step in the fight against COVID-19 is effective screening of infected patients, with one of the key screening approaches being radiology examination using chest radiography. Motivated by this and inspired by the open source efforts of the research community, in this study we introduce COVID-Net, a deep convolutional neural network design tailored for the detection of COVID-19 cases from chest X-ray (CXR) images that is open source and available to the general public. To the best of the authors' knowledge, COVID-Net is one of the first open source network designs for COVID-19 detection from CXR images at the time of initial release. We also introduce COVIDx, an open access benchmark dataset that we generated comprising of 13,975 CXR images across 13,870 patient patient cases, with the largest number of publicly available COVID-19 positive cases to the best of the authors' knowledge. Furthermore, we investigate how COVID-Net makes predictions using an explainability method in an attempt to not only gain deeper insights into critical factors associated with COVID cases, which can aid clinicians in improved screening, but also audit COVID-Net in a responsible and transparent manner to validate that it is making decisions based on relevant information from the CXR images. By no means a production-ready solution, the hope is that the open access COVID-Net, along with the description on constructing the open source COVIDx dataset, will be leveraged and build upon by both researchers and citizen data scientists alike to accelerate the development of highly accurate yet practical deep learning solutions for detecting COVID-19 cases and accelerate treatment of those who need it the most.

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

Code

Syntology Ran 0 of 9 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run.

By repository: community (archive-listed): 9 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

16 repositories listed; official and paper-mentioned ones first.

lindawangg/COVID-Net officialmentioned in papermentioned on GitHubtfNOASSERTION report
Ahmeddaw/covid-net mentioned on GitHubtfNOASSERTION report
Hackactivistas/CovidNet-Peru mentioned on GitHubtfAGPL-3.0 report
IliasPap/COVIDNet mentioned on GitHubpytorchGPL-3.0 report
atnadeem/COVID-Net mentioned on GitHubtfNOASSERTION report
black0017/MedicalZooPytorch mentioned on GitHubpytorch report
codeamt/mle-capstone-data mentioned on GitHub report
devashishp1999/Covid19Xray_Prediction mentioned on GitHubGPL-3.0 report
j-nowak/covid-19 mentioned on GitHubtfMIT report
karanshah7371/Covid19Xray mentioned on GitHubGPL-3.0 report
ramkicse/covid19-chest-x-ray mentioned on GitHubpytorch report
rezacsedu/DeepCOVIDExplainer mentioned on GitHubtf report
velebit-ai/COVID-Next-Pytorch mentioned on GitHubpytorchMIT report
zeeshannisar/covid-19 mentioned on GitHubtf 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

9 samples harvested; 0 ran; 0 honoured the contract we drafted; 9 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.

9unverified

Licence: 0 of the 9 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.

ConvBn2d velebit-ai/COVID-Next-Pytorch/model/layers.py community (archive-listed) unverified MIT (permissive) · a5e7c06287b79337 · report
clf_metrics velebit-ai/COVID-Next-Pytorch/util.py community (archive-listed) unverified MIT (permissive) · da69f8893b6d8244 · report
downsample j-nowak/covid-19/train/simple_residual.py community (archive-listed) unverified MIT (permissive) · d2283950612c1d6d · report
get_metadata_path j-nowak/covid-19/script/prepare_datasets.py community (archive-listed) unverified MIT (permissive) · 1baeb739a34d65ce · report
get_raw_dataset_path j-nowak/covid-19/script/prepare_datasets.py community (archive-listed) unverified MIT (permissive) · a132747b81254e7c · report
load_model_weights velebit-ai/COVID-Next-Pytorch/util.py community (archive-listed) unverified MIT (permissive) · ce8b6da157a2954f · report
process_rsna_normal_meta j-nowak/covid-19/script/prepare_datasets.py community (archive-listed) unverified MIT (permissive) · aac94b61adc125dc · report
residual_block j-nowak/covid-19/train/simple_residual.py community (archive-listed) unverified MIT (permissive) · 33ac675090f092e8 · report
to_device velebit-ai/COVID-Next-Pytorch/util.py community (archive-listed) unverified MIT (permissive) · c7ce181ca5b62537 · report

Tasks

COVID-19 Diagnosis

Datasets

Introduced by this paper, per the archive.

COVIDx

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