← Latest papers
🤖 AI

Comparative Analysis of Deep Learning Architectures for Multi-Disease Classification of Single-Label Chest X-rays

This study systematically evaluates seven deep learning architectures on a balanced dataset of 18,080 chest X-rays, demonstrating that ConvNeXt-Tiny achieves the highest accuracy (92.31%) while MobileNetV2 offers the best parameter efficiency, with all models exceeding 90% accuracy and showing near-perfect performance for Tuberculosis and COVID-19 classification.

Original authors: Ali M. Bahram, Saman Muhammad Omer, Hardi M. Mohammed

Published 2026-03-17
📖 6 min read🧠 Deep dive

Original authors: Ali M. Bahram, Saman Muhammad Omer, Hardi M. Mohammed

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a world where a doctor's most powerful tool for checking your lungs and heart is a simple X-ray picture. It's cheap, fast, and everywhere. But here's the catch: reading these pictures is hard. It requires a highly trained expert (a radiologist), and even experts can get tired, make mistakes, or disagree with each other. In many parts of the world, there simply aren't enough experts to go around.

This paper is like a grand tasting competition for seven different "AI chefs" (computer programs) to see which one is best at reading these X-ray pictures to diagnose five different problems: an enlarged heart, COVID-19, normal lungs, pneumonia, and tuberculosis.

Here is the breakdown of what they did and what they found, using some everyday analogies.

1. The Setup: Building a Fair Playground

Before the race could start, the researchers had to fix a major problem with the "ingredients" (the data).

  • The Problem: They had a huge pile of "Normal" X-rays (like having 60,000 apples) but very few pictures of sick people (like only 1,000 oranges). If you train a chef with mostly apples, they will just guess "apple" every time and get a high score, but they'll fail when an orange shows up.
  • The Fix: They used a technique called "Balancing the Scale." They took a huge chunk of the "Normal" pictures out (like putting some apples in a box) and used a digital "photocopier" (data augmentation) to create more pictures of the sick patients. Now, they had an equal number of pictures for every disease. This ensured the AI learned to spot the disease, not just the lack of disease.

2. The Contestants: Seven Different AI Architects

They invited seven famous AI models to compete. Think of them as different types of detectives, each with a unique style of looking at clues:

  1. The Old Reliables (ResNet50, DenseNet121/201): These are like veteran detectives. They've been around for years, are very thorough, and have a proven track record.
  2. The Speedsters (MobileNetV2): This is the lightweight detective. It's small, fast, and designed to run on a smartphone. It's like a scout who can run up a mountain quickly without a heavy backpack.
  3. The Modernizers (ConvNeXt-Tiny, EfficientNet): These are the new kids on the block. They take the best ideas from old detectives and mix them with new, high-tech gadgets. They are trying to be the perfect blend of speed and smarts.
  4. The Visionaries (ViT-B/16): This is the "Transformer" detective. Instead of looking at clues one by one, it looks at the whole picture at once to understand the big context. It's like a detective who reads the entire crime scene report before looking at a single fingerprint. However, it's also the heaviest and most expensive to run.

3. The Race: How They Performed

All seven detectives were given the exact same training, the same test questions, and the same rules. Here's how they fared:

  • The Gold Medalist (ConvNeXt-Tiny): This model won the race for accuracy. It got the right answer about 92% of the time. It proved that you don't need to be the biggest or oldest detective to be the smartest; you just need the right modern tools.
  • The Runner-Ups (ResNet50 & DenseNet): The veteran detectives came in a very close second and third. They were incredibly reliable, proving that the "old school" methods are still very strong.
  • The Efficiency Champion (MobileNetV2): This is the most important finding for the real world. While it wasn't the absolute fastest at getting the perfect score, it was the most efficient.
    • The Analogy: Imagine the Gold Medalist is a Ferrari. It's fast and precise, but it guzzles gas and costs a fortune to maintain. MobileNetV2 is a hybrid Toyota Prius. It gets you to the destination almost as fast (90%+ accuracy), but it uses 87% less fuel (computer power) and fits in a tiny garage (runs on a phone).
    • Why this matters: In a remote village with no internet or expensive computers, you can't run the Ferrari. You need the Prius. This model showed you can get excellent results without needing a supercomputer.

4. The Weak Spots: Where the AI Got Confused

Even the best detectives make mistakes. The AI was almost perfect at spotting Tuberculosis and COVID-19 (like spotting a bright red fire hydrant in a white room).

However, it struggled a bit with:

  • Normal vs. Enlarged Heart: Sometimes a heart looks a little big, but is it actually sick? It's a gray area, even for human doctors.
  • Normal vs. Pneumonia: Early pneumonia can look like a faint smudge that might just be a shadow.
  • The Lesson: The AI isn't failing; it's facing the same ambiguity that human doctors face. It's not a bug; it's a feature of the complex human body.

5. The "X-Ray Vision" Check (Grad-CAM)

To make sure the AI wasn't just guessing randomly, the researchers used a tool called Grad-CAM. Think of this as putting a glowing highlighter on the X-ray to show where the AI was looking.

  • When it said "Pneumonia," the highlighter glowed on the infected part of the lung.
  • When it said "Enlarged Heart," it glowed on the heart border.
  • This proved the AI was actually "seeing" the disease, not just guessing based on the background.

The Big Takeaway

The main message of this paper is hope and practicality.

We used to think that to get a super-smart medical AI, you needed a massive, expensive supercomputer and a huge, perfect dataset. This study shows that you don't.

You can build a system that is nearly as accurate as the best super-computer, but it's small enough to run on a laptop or a phone. This means that in the future, a nurse in a remote clinic could take an X-ray, run it through a lightweight app (like MobileNetV2), and get a highly accurate diagnosis in seconds, saving lives where doctors are scarce.

In short: We found the "Goldilocks" AI—not too big, not too small, but just right for saving lives everywhere.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →