Inception Encoder Multi-Scale Feature Extraction for Image Compression

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current image compression techniques using deep learning face challenges in achieving a balance between bit rate and distortion, particularly in extracting optimal latent representations for efficient image reconstruction.

Innovation Solution

The proposed solution involves an image compression system that utilizes a pyramidal resize module and an inception encoder network to extract features, along with a multi-scale dilated convolution unit and context/entropy models for generating probability models, which enables accurate feature extraction and reconstruction by concatenating multi-scale auxiliary information with latent representations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If deep learning techniques are used for image compression to achieve high-quality reconstruction, then distortion is reduced, but bit rate increases

Engineering Contradiction:
Improveimage reconstruction qualityVSAvoidbit rate
Core Design Contradiction:
Manufacturing precisionVSQuantity of substance

Solution Approach 1:

The patent segments the feature extraction process into multiple parallel branches (inception units with different filter sizes: 1x1, 3x3, 5x5, 7x7) that operate simultaneously on the input image. Each branch extracts features at different scales and levels of detail, which are then concatenated to form a comprehensive latent representation. This segmentation allows the system to capture diverse image characteristics efficiently, improving reconstruction quality without linearly increasing bit rate requirements.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces multi-scale feature extraction by applying convolutional filters of varying sizes (1x1, 3x3, 5x5, 7x7) across different spatial dimensions. This dimensional approach allows the system to capture both fine-grained local details and broader contextual information simultaneously, creating a richer latent representation that improves compression efficiency and reconstruction quality without proportionally increasing bit rate.

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

2Measurement precision

If multiple feature extraction operations are performed to obtain competitive latent representations, then reconstruction accuracy improves, but computational complexity increases

Engineering Contradiction:
Improvereconstruction accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent merges multiple feature extraction operations into a unified inception unit structure where parallel convolutional branches process the input simultaneously. The outputs from different filter sizes (1x1, 3x3, 5x5, 7x7) are concatenated and processed through a shared subsequent network. This merging approach achieves comprehensive feature extraction while reducing redundant computations compared to sequential processing, thereby improving reconstruction accuracy without linearly increasing computational complexity.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS11386583B2Image coding apparatus, probability model generating apparatus and image decoding apparatus
Publication Date: 2022.07.12 FUJITSU LTD
  • US11386583B2 patent drawing
  • US11386583B2 patent drawing
  • US11386583B2 patent drawing

AI summary

Embodiments of this disclosure provide an image coding apparatus, a probability model generating apparatus and an image decoding apparatus. A processor is to perform feature extraction on an input image to obtain first feature maps of N channels; to perform feature extraction on the input image with a size of the input image being adjusted K times, to respectively obtain second feature maps of N channels; and to concatenate the first feature maps of the K×N channels with the second feature maps of K×N channels to output a concatenated feature maps of channels. Hence, features of images may be accurately extracted and more competitive latent representations may be obtained.