Self-Supervised Object Detection via Speech Extraction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Training object detectors using labeled data is resource-intensive and time-consuming due to the need for manual annotation, and existing self-supervised learning methods struggle with high noise levels and varying object appearances in video frames.

Innovation Solution

A system that extracts speech from raw and unlabeled videos to identify positive and negative frames, uses region proposals, and employs self-supervised training with Dense Subgraph Discovery to reduce label noise and localize objects effectively, even in scenarios with motion blur and strong label noise.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If manual annotation is used to train object detectors, then training data quality is improved, but resource consumption and time required increase significantly

Engineering Contradiction:
Improvetraining data qualityVSAvoidtraining time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system uses self-supervised learning where the model trains itself on raw, unlabeled video data without requiring manual annotation. The model automatically learns to detect objects by analyzing video frames and extracting features, eliminating the need for human annotators to create training datasets while maintaining effective detection capability.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system creates synthetic training data by extracting and replicating useful patterns from raw video data. Through techniques like frame extraction, region proposal generation, and feature extraction, the system copies essential object information from unlabeled videos to create virtual training samples that replace manually annotated data.

Inventive Principle:
Principle #26Copying

2Loss of time

If self-supervised learning is used to avoid manual labeling, then time consumption is reduced, but label noise and training accuracy worsen

Engineering Contradiction:
Improvetraining timeVSAvoidlabel noise
Core Design Contradiction:
Loss of timeVSMeasurement precision

Solution Approach 1:

The system extracts and separates useful signal from noise by selectively processing only the most relevant video frames and regions. Through frame extraction based on object appearance and region proposal generation, the system identifies and focuses on high-quality training samples while filtering out noisy or irrelevant data, thereby reducing label noise while maintaining training efficiency.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system applies different processing quality levels to different parts of the data. Instead of uniformly processing all video data, it identifies local regions with high object presence probability and applies enhanced processing only to those regions, while using lighter processing for background areas, thereby reducing overall noise while maintaining detection accuracy.

Inventive Principle:
Principle #3Local quality

3Measurement precision

If traditional object detection methods are used, then detection accuracy is maintained, but adaptability to varying object appearances deteriorates

Engineering Contradiction:
Improvedetection accuracyVSAvoidobject appearance variation
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The system uses dynamic feature extraction and adaptation mechanisms that allow the model to adjust its detection parameters based on varying object appearances in different video contexts. The model dynamically updates its understanding of objects through continuous exposure to diverse visual patterns, enabling it to maintain accuracy while adapting to new appearances without retraining.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS11842278B2Object detector trained via self-supervised training on raw and unlabeled videos
Publication Date: 2023.12.12 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US11842278B2 patent drawing
  • US11842278B2 patent drawing
  • US11842278B2 patent drawing

AI summary

An example system includes a processor to receive an image containing an object to be detected. The processor is to detect the object in the image via a binary object detector trained via a self-supervised training on raw and unlabeled videos.