crossvit-covid19-fyp

Classify COVID-19 chest X-ray images using a CrossViT dual-branch architecture.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/Ming-Kai-LC/fyp-project --skill crossvit-covid19-fyp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crossvit-covid19-fyp
Source: https://github.com/Ming-Kai-LC/fyp-project/tree/main/FYP_Code/.claude/skills/crossvit-covid19-fyp
Command: npx skills add https://github.com/Ming-Kai-LC/fyp-project --skill crossvit-covid19-fyp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires opencv-python, numpy, tqdm, torch, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides a complete context for TAR UMT Data Science FYP implementing CrossViT for COVID-19 chest X-ray classification. It includes dataset specs, model architecture details, hardware constraints, preprocessing, baselines, evaluation metrics, hypotheses, and coding guidelines for reproducible research.

Core Features & Use Cases

  • Dataset specs (Rahman COVID dataset)
  • CrossViT-Tiny architecture details and training setup
  • Baseline models for comparison
  • Reproducibility and statistical validation guidelines
  • Coding guidelines for reproducible research

Quick Start

Follow the dataset and model setup to initiate CrossViT training for COVID-19 X-ray classification; ensure hardware constraints are met.

Frequently Asked Questions about crossvit-covid19-fyp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I classify COVID-19 chest X-rays using deep learning?

COVID-19 chest X-ray classification uses convolutional neural networks to detect infection patterns. CrossViT, a dual-branch transformer architecture, processes X-ray images at multiple scales to capture both fine and coarse features, then outputs disease presence predictions. This Skill trains CrossViT-Tiny on the Rahman COVID dataset with CLAHE preprocessing and statistical validation including 95% confidence intervals and paired t-tests.

What hardware do I need to train a CrossViT model for medical imaging?

CrossViT training for X-ray classification requires significant GPU memory. This implementation runs on RTX 6000 Ada Generation hardware with 51GB VRAM. Memory constraints affect batch size, model depth, and training duration; insufficient VRAM will cause out-of-memory errors during transformer backbone computation.

How do I preprocess chest X-ray images for reproducible classification?

X-ray preprocessing standardizes input quality and ensures reproducible results across runs. This Skill applies CLAHE (Contrast Limited Adaptive Histogram Equalization) to enhance contrast while preventing over-amplification of noise, preparing images for CrossViT input. Preprocessing is paired with rigorous statistical validation to meet reproducible-research standards.

Can I compare my COVID-19 X-ray classifier against standard baselines?

Comparative evaluation validates model performance against known reference methods. This Skill evaluates CrossViT against five baseline models using McNemar and DeLong statistical tests, confidence intervals, and paired t-tests. Results quantify whether CrossViT outperforms alternatives on the Rahman COVID dataset with statistical significance.

What dependencies and frameworks do I need for transformer-based X-ray classification?

Transformer X-ray classification requires deep learning libraries and image processing tools. This Skill depends on PyTorch for model training, OpenCV for image preprocessing, NumPy for numerical operations, and tqdm for progress monitoring. All dependencies are pinned to ensure reproducible environment setup across runs.

What's included in reproducible-research guidelines for medical imaging projects?

Reproducible-research practices ensure results are verifiable and replicable. This Skill provides dataset specifications, model architecture documentation, hardware constraints, preprocessing steps, baseline configurations, coding guidelines, and statistical validation procedures (confidence intervals, paired t-tests, McNemar, DeLong analyses) required for publication-quality COVID-19 classification research.