Vision-Language Model Fine-Tuning for Multi-Label Chest X-Ray Classification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing pathology classification models struggle with multi-label analysis in medical images, particularly chest X-ray images, due to insufficient labeled data and the inability to handle multiple pathologies simultaneously, and existing data augmentation methods distort critical image information.

Innovation Solution

A method for fine-tuning a vision-language model using sentence sampling and positive-pair loss mitigation to enhance self-stream zero-shot pathology classification, involving data augmentation of text pairs and applying a relaxing loss function to improve classification accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a pretrained vision-language model is fine-tuned using conventional contrastive learning, then general image-text classification performance is improved, but multi-label pathology classification accuracy deteriorates

Engineering Contradiction:
Improveclassification accuracyVSAvoidmulti-label analysis capability
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The patent segments the contrastive learning process into two distinct phases: (1) pretraining with web-scale image-text pairs to learn general visual-linguistic representations, and (2) task-specific fine-tuning with medical imaging data to adapt to multi-label pathology classification. This segmentation allows the model to maintain general capabilities while acquiring specialized multi-label classification skills without interference between learning objectives

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent modifies key training parameters during fine-tuning, including adjusting the temperature scaling parameter (tau) to 0.07, modifying the loss function to incorporate multi-label specificity, and tuning learning rates differently for image and text encoders. These parameter changes enable the model to optimize for multi-label pathology detection while preserving the general representation learning from pretraining

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If expert-labeled training data is collected to improve multi-label classification, then classification accuracy is improved, but data acquisition time and cost increase

Engineering Contradiction:
Improvemulti-label classification accuracyVSAvoiddata labeling time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent performs pretraining on large-scale web-scale image-text pairs before fine-tuning on smaller medical datasets. This preliminary action on abundant general data provides a strong foundation that reduces the amount of time-critical expert-labeled medical data needed for subsequent fine-tuning, thereby decreasing overall data acquisition time while maintaining or improving final accuracy

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The model leverages its own pretrained representations to perform effective fine-tuning on limited medical data without requiring extensive external expert annotation. The self-supervised pretraining phase enables the model to serve itself by providing robust features that reduce dependency on large amounts of manually labeled medical imagery

Inventive Principle:
Principle #25Self-service

3Reliability

If data augmentation is applied to increase training data volume, then model robustness is improved, but critical medical image information may be distorted

Engineering Contradiction:
Improvemodel robustnessVSAvoidcritical image information
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The patent applies different augmentation strategies to different components: minimal or no spatial augmentations to medical images to preserve critical diagnostic information, while applying more aggressive augmentations to text data (such as synonym replacement, back-translation, and random insertion). This local differentiation maintains image fidelity while still providing robustness through text variations

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent implements dynamic augmentation where the intensity and type of augmentations are adjusted based on the specific medical imaging modality, pathology type, and model training stage. For example, lighter augmentations are applied to early training stages or to images containing critical features, while more diverse augmentations are used when the model demonstrates sufficient robustness

Inventive Principle:
Principle #15Dynamics

4Productivity

If conventional contrastive loss is used for training, then training efficiency is improved, but ability to handle multiple pathologies per image deteriorates

Engineering Contradiction:
Improvetraining efficiencyVSAvoidmulti-pathology detection capability
Core Design Contradiction:
ProductivityVSAdaptability or versatility

Solution Approach 1:

The patent segments the labeling structure by separating the image-level multi-label classification from sentence-level pathology descriptions. This segmentation allows the contrastive loss to operate efficiently on paired image-text units while a separate mechanism handles the multi-label aspect through multiple positive text pairs per image, maintaining training efficiency while enabling multi-pathology detection

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent enhances the contrastive loss function to serve multiple functions simultaneously: it performs the standard image-text matching while also learning to distinguish between multiple correct pathology labels for the same image. By incorporating multiple positive text pairs per image into the contrastive framework, the loss function becomes multi-functional, handling both single and multi-label cases without requiring separate training mechanisms

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS20250279188A1Method and system for training image classification model for multi-label images, and method for classifying images through image classification model
Publication Date: 2025.09.04 LG MANAGEMENT DEV INST CO LTD
  • US20250279188A1 patent drawing
  • US20250279188A1 patent drawing
  • US20250279188A1 patent drawing

AI summary

A method whereby a computing system including a memory and a processor trains an image classification model, according to an embodiment of the present invention, comprises the steps of: augmenting text data in sample data of a plurality of image-text pairs; training the image classification model by fine-tuning a pretrained vision-language model on the basis of the data-augmented texts and images; and providing the trained image classification model.