Strip Decoder and Inside-Outside Loss for Accurate Object Segmentation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional localization losses in object detection tasks fail to differentiate between expanded and shrunk bounding boxes, leading to incomplete or low-resolution segmentation, and existing decoder structures cannot capture long-range dependencies, resulting in inaccurate bounding box predictions and segmentation.

Innovation Solution

A system incorporating a strip decoder with long kernel shapes in multiple directions and an inside-outside loss module to enhance bounding box prediction accuracy and separate objects from background noise, utilizing a two-stage segmentation method with ROI detection.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional L2/L1 localization loss is used, then the loss calculation is simple and symmetric, but it cannot differentiate between expanded and shrunk bounding boxes leading to incomplete or low-resolution segmentation

Engineering Contradiction:
Improvebounding box prediction accuracyVSAvoidloss function complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent applies asymmetry by designing an asymmetric loss function that treats expanded and shrunk bounding boxes differently. The loss function assigns different penalty weights based on whether the predicted bounding box is larger or smaller than the ground truth, enabling the model to prefer expanded boxes that capture complete objects while still maintaining mathematical differentiability for gradient-based optimization.

Inventive Principle:
Principle #4Asymmetry

Solution Approach 2:

The patent changes the parameter structure of the loss function from simple symmetric L2/L1 distance to a more complex asymmetric formulation that incorporates direction-aware penalties. This parameter change allows the loss to adaptively penalize shrinking errors more heavily than expanding errors, improving segmentation quality without requiring complete redesign of the optimization framework.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If an expanded bounding box is used, then the object representation is more complete, but the segmentation process focuses on background and generates low-resolution masks

Engineering Contradiction:
Improveobject representation completenessVSAvoidsegmentation mask resolution
Core Design Contradiction:
ReliabilityVSManufacturing precision

Solution Approach 1:

The patent applies local quality by implementing direction-aware loss computation that treats different spatial regions differently. The loss function identifies and applies higher penalty weights to background regions within the expanded bounding box, while maintaining lower penalties for the actual object regions. This localized differential treatment allows the model to tolerate expanded bounding boxes while still achieving high-resolution segmentation by focusing optimization on object-containing regions.

Inventive Principle:
Principle #3Local quality

3Loss of information

If traditional max pooling decoder is used, then the architecture is simple, but it cannot capture long range dependencies

Engineering Contradiction:
Improvelong range dependency captureVSAvoiddecoder architecture complexity
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

The patent applies dimensionality change by introducing directional pooling operations that extend the receptive field along specific spatial dimensions. Instead of using simple max pooling that aggregates information locally, the implementation employs pooling operations that traverse horizontal, vertical, and diagonal directions, effectively adding dimensional extent to the feature aggregation process and capturing long-range dependencies without requiring complex transformer architectures.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

4Measurement precision

If inside-outside loss is not used, then the training is simpler, but the probability of misclassifying background noise as target object is high

Engineering Contradiction:
Improveobject-background separation accuracyVSAvoidloss module complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent applies segmentation by dividing the loss computation into distinct inside-object and outside-background components. The inside-outside loss module separately calculates penalties for misclassified pixels within the object region versus those in the background region, applying different weightings to each segment. This segmented approach enables the model to learn more robust object-background boundaries by treating the two regions differently during optimization.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12444056B2Strip decoder and inside-outside loss for high quality image segmentation
Publication Date: 2025.10.14 BLACK SESAME TECH INC
  • US12444056B2 patent drawing
  • US12444056B2 patent drawing
  • US12444056B2 patent drawing

AI summary

The invention discloses a system for image segmentation for detecting an object. More particularly, the system performs two-stage segmentation on the object in the image to generate an enhanced image. The first stage is the object detection, followed by a second stage including segmentation. The invention segments the object from a background of the image to create an enhanced image.