From Simple Labels to Descriptive Sentences in Leukemia Image Classification

In many leukemia classification studies, each image is assigned to only one class such as AML, CML, ALL, or CLL. In this work, we used short descriptive sentences instead of simple labels to give more meaningful information to the AI model.
From Simple Labels to Descriptive Sentences in Leukemia Image Classification
Like

Share this post

Choose a social network to share with, or copy the URL to share elsewhere

This is a representation of how your post may appear on social media. The actual post will vary between social networks

Explore the Research

Springer International Publishing
Springer International Publishing Springer International Publishing

Advancing WBC Classification: A Hybrid ConvNextV2-Swin Transformer Framework with R3GAN Data Balancing and CLAHE Preprocessing - Journal of Imaging Informatics in Medicine

White blood cell (WBC) classification remains a critical challenge in hematological diagnostics, particularly for rare cell types such as basophils and imbalanced datasets. This study introduces a novel three-component hybrid framework that synergistically integrates: (1) ConvNeXtV2-Swin Transformer for dual-scale hierarchical feature extraction—combining ConvNeXtV2’s depthwise convolutions with Swin Transformer’s shifted window attention to capture both local cellular morphology and global contextual dependencies; (2) R3GAN (Reinforced Reliable Robust Generative Adversarial Network) for intelligent minority class augmentation through reinforcement learning-guided sample generation, effectively mitigating class imbalance while preserving biological fidelity; and (3) CLAHE (Contrast-Limited Adaptive Histogram Equalization) for adaptive preprocessing to normalize imaging variations. Evaluated on the challenging Raabin dataset—characterized by severe class imbalance (301 basophils vs. 8887 neutrophils) and limited diversity—the proposed architecture achieves 99.1% accuracy, surpassing state-of-the-art methods by 2–10%. Notably, the framework demonstrates exceptional data efficiency, maintaining 94% accuracy with only 50% training data. The synergistic integration of architectural innovation, intelligent data synthesis, and adaptive preprocessing establishes a robust paradigm for clinical deployment in resource-constrained environments. Source code is publicly available at https://github.com/momenianmohammad/wbc-convnextv2swin-r3gan-eccgan .

The idea of this paper was very simple. In traditional leukemia classification, each cell image is usually assigned to only one class such as AML, CML, ALL, or CLL. I thought this method is limited because a single label cannot describe the full meaning of a medical image.

So, we tried a different idea. Instead of assigning only one class label, we connected each image to a short descriptive sentence.

For instance:

AML → “Large immature blood cells with abnormal structure.”

CML → “High number of abnormal white blood cells in blood cells.”

ALL → “Fast-growing immature lymphocyte cells in the blood.”

CLL → “Small abnormal lymphocyte cells with slow progression.”

And other similar sentence like that.

In this work, we used both text-to-image and image-to-text learning. The model tried to understand the relation between medical images and written descriptions at the same time. We also used GAN-based methods to help balance the dataset because some classes had fewer images than others.

One challenge in this project was creating meaningful text descriptions that were simple but still useful for the model. Another challenge was the limited and unbalanced medical dataset. Training vision-language models also needed careful tuning and many experiments.

The model performance was evaluated using the metrics discussed in the paper. The final results were around the 70% range. This is not considered perfect or extremely high accuracy. However, the method is more practical and informative than traditional classification systems that only assign simple labels like 0, 1, 2, or 3.

I think the interesting part of this project was trying to make AI understand medical images in a more human-like way using language. This project showed that combining text and image understanding can open new directions in medical AI research.

In the future, this idea can be improved using larger datasets, better text descriptions, and stronger multimodal models. It may also help doctors better understand AI decisions instead of only seeing simple class outputs.

Link of paper: https://link.springer.com/article/10.1007/s44163-026-01239-7

Please sign in or register for FREE

If you are a registered user on Research Communities by Springer Nature, please sign in

Follow the Topic

Myelopoiesis
Life Sciences > Biological Sciences > Immunology > Haematopoietic System > Myelopoiesis
Machine Learning
Mathematics and Computing > Computer Science > Artificial Intelligence > Machine Learning