Seg-Augmix Data Augmentation for Semantic Segmentation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for semantic segmentation face challenges in data efficiency, particularly when the labeled training dataset is small, as they require significant human effort to label and often neglect data augmentation techniques effectively.

Innovation Solution

The proposed solution involves a novel data augmentation technique called seg-Augmix, which extends Augmix to semantic segmentation by removing position-sensitive augmentations and maintaining a pool of data augmentation methods. This technique generates augmented images without changing labels and applies Jensen-Shannon divergence consistency loss to stabilize training.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If data augmentation techniques are applied to semantic segmentation, then training data diversity is improved, but label consistency becomes difficult to maintain due to position sensitivity

Engineering Contradiction:
Improvetraining data diversityVSAvoidlabel consistency
Core Design Contradiction:
Adaptability or versatilityVSManufacturing precision

Solution Approach 1:

The patent extracts and removes position-sensitive augmentation operations from the augmentation pipeline. Specifically, it eliminates augmentations that change spatial coordinates (like rotation, flipping, cropping) while retaining position-insensitive operations (like color jittering, brightness adjustment) that do not affect label alignment.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent changes the parameters of data augmentation by selecting only those transformation parameters that preserve spatial relationships. It adjusts the augmentation strategy to use parameters that modify appearance properties rather than geometric properties, ensuring labels remain consistent with augmented images.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If more labeled training data is collected, then model performance is improved, but human effort and time consumption increase significantly

Engineering Contradiction:
Improvemodel performanceVSAvoidlabeling time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent creates multiple copies of existing labeled images through position-insensitive data augmentation. Instead of manually labeling new images, it generates synthetic training samples by applying transformations that preserve label validity, effectively copying and adapting existing labeled data.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The patent performs data augmentation during the training process itself rather than requiring all labeled data to be prepared in advance. The augmentation is applied dynamically to create training batches, eliminating the need for time-consuming manual labeling of additional datasets.

Inventive Principle:
Principle #10Preliminary action

3Quantity of substance

If standard data augmentation methods are used for semantic segmentation, then data quantity is increased, but training stability deteriorates due to label mismatch

Engineering Contradiction:
Improvetraining data quantityVSAvoidtraining stability
Core Design Contradiction:
Quantity of substanceVSStability of the object's composition

Solution Approach 1:

The patent changes the selection criteria for augmentation parameters to exclude position-sensitive transformations. By modifying which parameters are applied (using only appearance-based augmentations rather than geometric ones), it increases training data quantity while maintaining label-image consistency and training stability.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12242964B2Method and apparatus for data efficient semantic segmentation
Publication Date: 2025.03.04 SAMSUNG ELECTRONICS CO LTD
  • US12242964B2 patent drawing
  • US12242964B2 patent drawing
  • US12242964B2 patent drawing

AI summary

A method and system for training a neural network are provided. The method includes receiving an input image, selecting at least one data augmentation method from a pool of data augmentation methods, generating an augmented image by applying the selected at least one data augmentation method to the input image, and generating a mixed image from the input image and the augmented image.