Bidirectional Compact Deep Fusion Networks for Visual Analysis

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current multimodal deep learning techniques require heavy network parameter loads and fail to efficiently fuse multimodal features during joint training, leading to inefficiencies in visual analysis applications.

Innovation Solution

The implementation of a bidirectional compact deep fusion framework with a parameter sharing scheme and cross-modality channel shuffle, along with modality-specific pixel shift, which reduces the number of parameters and enhances feature interactions across modalities.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If individual encoder branches are used for each modality, then feature encoding capability is improved, but the total number of parameters multiplies with the increase in modalities

Engineering Contradiction:
Improvefeature encoding capabilityVSAvoidtotal number of parameters
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The patent merges multiple modality-specific encoder branches into a single shared encoder that processes all modalities uniformly. This consolidation maintains the feature encoding capability for each modality while eliminating the parameter multiplication effect, as the same encoder parameters are reused across all modalities rather than having separate parameters for each modality-encoder pair.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The shared encoder is designed to be universal and modality-agnostic, capable of processing multiple different modalities (e.g., RGB, depth, infrared) through the same set of parameters. This multi-functionality allows a single encoder to serve all modalities, reducing the total parameter count while maintaining the ability to extract meaningful features from each modality type.

Inventive Principle:
Principle #6Universality (Multi-functionality)

2Measurement precision

If features are sent to decoder side or applied between branches, then feature combination accuracy is improved, but network parameter load increases

Engineering Contradiction:
Improvefeature combination accuracyVSAvoidnetwork parameter load
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The patent implements self-service fusion where the shared encoder automatically fuses multimodal features during its normal processing operation, without requiring separate fusion modules or additional parameter-heavy combination mechanisms. The encoder inherently integrates information from all modalities through its unified parameter set, making the fusion process efficient and parameter-light while maintaining accuracy.

Inventive Principle:
Principle #25Self-service

3Measurement precision

If CNN based feature combination techniques are used, then accuracy is improved, but network complexity increases

Engineering Contradiction:
ImproveaccuracyVSAvoidnetwork complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent combines the feature extraction and feature combination functions into a single shared encoder structure, eliminating the need for separate CNN-based combination modules. This merging maintains the accuracy benefits of CNN processing while reducing overall network complexity by removing redundant computational stages and simplifying the architectural pipeline.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS20240005628A1Bidirectional compact deep fusion networks for multimodality visual analysis applications
Publication Date: 2024.01.04 INTEL CORP
  • US20240005628A1 patent drawing
  • US20240005628A1 patent drawing
  • US20240005628A1 patent drawing

AI summary

Techniques related to bidirectional compact deep fusion networks for multimodal image inputs are discussed. Such techniques include applying a shared convolutional layer and independent batch normalization layers to input volumes for each modality and fusing features from the resultant output volumes in both directions across the modalities.