Rare-Class Label Expansion for Image Segmentation Training

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Image segmentation for autonomous vehicles faces challenges with rare classes like caution tape and firehose, as direct down-sampling results in insufficient pixels for training, leading to poor model performance.

Innovation Solution

Apply Gaussian smoothing or dilation functions to expand labels for rare classes, weighting scores by inverse frequency, and down-sample to required resolution for training deep learning models.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If direct down-sampling is applied to image segmentation labels, then processing efficiency is improved, but the number of pixels for rare classes becomes insufficient for training

Engineering Contradiction:
Improveprocessing efficiencyVSAvoidnumber of pixels for rare classes
Core Design Contradiction:
ProductivityVSQuantity of substance

Solution Approach 1:

The patent applies Gaussian smoothing or dilation functions to expand labels for rare classes before down-sampling. This preliminary expansion ensures that even after down-sampling, sufficient pixels remain for effective training of rare classes like caution tape and firehose

Inventive Principle:
Principle #10Preliminary action

2Quantity of substance

If label expansion is applied to rare classes, then the number of pixels for training is increased, but computational complexity increases

Engineering Contradiction:
Improvenumber of pixels for rare classesVSAvoidcomputational complexity
Core Design Contradiction:
Quantity of substanceVSDevice complexity

Solution Approach 1:

The patent selectively applies label expansion techniques (Gaussian smoothing or dilation) only to rare classes identified by inverse frequency weighting, rather than processing all classes uniformly. This localized approach increases pixel quantity for rare classes while minimizing unnecessary computational overhead for common classes

Inventive Principle:
Principle #3Local quality

3Reliability

If Gaussian smoothing or dilation is applied to expand labels, then model performance on rare classes improves, but boundary precision may be reduced

Engineering Contradiction:
Improvemodel performance on rare classesVSAvoidboundary precision
Core Design Contradiction:
ReliabilityVSManufacturing precision

Solution Approach 1:

The patent applies Gaussian smoothing or dilation functions with controlled parameters to expand labels for rare classes. The expansion is partial and controlled, applying only enough to ensure sufficient training pixels while minimizing excessive boundary expansion that would degrade precision

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS20250218149A1Image segmentation label expansion for selected classes
Publication Date: 2025.07.03 GM CRUISE HOLDINGS LLC
  • US20250218149A1 patent drawing
  • US20250218149A1 patent drawing
  • US20250218149A1 patent drawing

AI summary

An apparatus for facilitating image segmentation on a dataset comprising a plurality of classes is described and includes a module executable by a processor to preprocess the dataset by applying a filter to labels of the plurality of classes to expand the labels of the selected class; down-sample the preprocessed dataset to a desired resolution for training an image segmentation model; and output the down-sampled preprocessed dataset to the image segmentation module, wherein the labels comprise one-hot labels.