Semantic Segmentation via Channel-Space Association Matrices

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing semantic image segmentation methods do not effectively leverage the spatial association between pixels and labels to improve the performance of student networks during knowledge distillation, limiting their recognition capabilities compared to teacher networks.

Innovation Solution

A knowledge distillation based semantic image segmentation method that normalizes feature vectors from both teacher and student networks, generates channel and space association matrices, and defines a loss function using Euclidean norms to transfer knowledge, incorporating cross-entropy loss for improved label determination and network training.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If knowledge distillation is applied to semantic image segmentation using only general backpropagation algorithms, then the student network can be trained, but the recognition rate remains low and spatial association between pixels and labels is not effectively leveraged

Engineering Contradiction:
Improverecognition rateVSAvoidspatial association knowledge
Core Design Contradiction:
Measurement precisionVSLoss of information

Solution Approach 1:

The patent introduces channel and space association matrices as intermediary structures that capture and transfer spatial association knowledge from the teacher network to the student network. These matrices serve as mediators that encode the relationships between pixels and labels, enabling the student network to learn spatial dependencies that would otherwise be lost during knowledge distillation.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent transforms the feature maps into channel and space association matrices by changing the representation parameters. This transformation allows the spatial association information to be explicitly captured and transferred, converting implicit spatial relationships in feature maps into explicit association matrices that can be effectively used for knowledge distillation.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If a simple loss function is used for knowledge distillation, then the training process is simple, but the student network cannot achieve high performance comparable to the teacher network

Engineering Contradiction:
Improverecognition rateVSAvoidloss function complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent creates a composite loss function that combines multiple loss components: the traditional knowledge distillation loss and a newly proposed loss based on channel and space association matrices. This composite approach integrates different types of information (feature similarity and spatial association) to achieve superior performance while maintaining a manageable training process.

Inventive Principle:
Principle #40Composite materials

3Productivity

If the student network is trained from scratch using only general algorithms, then the training process is straightforward, but the network cannot achieve high recognition rates without extensive training time

Engineering Contradiction:
Improvetraining efficiencyVSAvoidrecognition rate
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent applies preliminary action by pre-computing the channel and space association matrices from the teacher network's feature maps before training the student network. This preliminary preparation of spatial association knowledge allows the student network to start training with valuable prior information, significantly improving training efficiency and final recognition rates compared to training from scratch.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS11756202B2Method for semantic segmentation based on knowledge distillation
Publication Date: 2023.09.12 AJOU UNIV IND ACADEMIC COOP FOUND
  • US11756202B2 patent drawing
  • US11756202B2 patent drawing
  • US11756202B2 patent drawing

AI summary

A knowledge distillation based semantic image segmentation method includes inputting an input image to a teacher network and a student network; normalizing a first feature vector corresponding to each pixel in a feature map of a last layer of the teacher network and normalizing a second feature vector corresponding to each pixel in a feature map of a last layer of the student network; generating the first channel and space association matrix and the second channel and space association matrix based on the normalized first feature vector and the normalized second feature vector, and defining a first loss function based on a Euclidean norm value of the difference between the first channel and space association matrix and the second channel and space association matrix.