CVLGAug 15, 2025

An Efficient Medical Image Classification Method Based on a Lightweight Improved ConvNeXt-Tiny Architecture

arXiv:2508.11532v13 citationsh-index: 2
Originality Incremental advance
AI Analysis

This provides a feasible solution for deploying medical imaging analysis models in resource-limited settings, but it is incremental as it builds on an existing architecture.

The study tackled efficient medical image classification in resource-constrained environments by proposing an improved ConvNeXt-Tiny architecture, achieving a maximum accuracy of 89.10% on the test set under CPU-only conditions within 10 training epochs.

Intelligent analysis of medical imaging plays a crucial role in assisting clinical diagnosis. However, achieving efficient and high-accuracy image classification in resource-constrained computational environments remains challenging. This study proposes a medical image classification method based on an improved ConvNeXt-Tiny architecture. Through structural optimization and loss function design, the proposed method enhances feature extraction capability and classification performance while reducing computational complexity. Specifically, the method introduces a dual global pooling (Global Average Pooling and Global Max Pooling) feature fusion strategy into the ConvNeXt-Tiny backbone to simultaneously preserve global statistical features and salient response information. A lightweight channel attention module, termed Squeeze-and-Excitation Vector (SEVector), is designed to improve the adaptive allocation of channel weights while minimizing parameter overhead. Additionally, a Feature Smoothing Loss is incorporated into the loss function to enhance intra-class feature consistency and suppress intra-class variance. Under CPU-only conditions (8 threads), the method achieves a maximum classification accuracy of 89.10% on the test set within 10 training epochs, exhibiting a stable convergence trend in loss values. Experimental results demonstrate that the proposed method effectively improves medical image classification performance in resource-limited settings, providing a feasible and efficient solution for the deployment and promotion of medical imaging analysis models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes