Parameter Estimation With Dimension-Reduced Bayesian Search

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing Bayesian optimization techniques face challenges with high computational costs, especially in high-dimensional parameter spaces, due to shared search information among workers in parallel processing, dimension reduction without parallelization, and time-consuming space division methods.

Innovation Solution

A parameter estimation system that divides the searching range by reducing dimensions and allocates these ranges to multiple workers for asynchronous parallel processing, allowing for faster determination of optimum input parameters without additional computation costs.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If Bayesian optimization is performed in parallel with multiple workers, then the search speed is improved, but the search information is shared among workers causing delays

Engineering Contradiction:
Improvesearch speedVSAvoidwaiting time
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The parameter space is divided into multiple subspaces, and each worker is assigned to search a specific subspace independently. This segmentation eliminates the need for workers to share and wait for search information from other workers, as each worker operates autonomously on its own assigned subspace while contributing to the overall optimization goal.

Inventive Principle:
Principle #1Segmentation

2Productivity

If the parameter space is divided to optimize each section, then the search efficiency is improved, but the time required for division becomes relatively large

Engineering Contradiction:
Improvesearch efficiencyVSAvoiddivision time
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The parameter space is divided into subspaces in advance, before the actual optimization search begins. This preliminary segmentation allows workers to immediately start searching their assigned subspaces without incurring division delays during the optimization process, thus improving overall search efficiency while minimizing the impact of division time.

Inventive Principle:
Principle #10Preliminary action

3Quantity of substance

If dimension reduction is performed, then the number of observation points is reduced, but the dimension number must be equal to or greater than the effective dimension number

Engineering Contradiction:
Improvenumber of observation pointsVSAvoiddimension reduction accuracy
Core Design Contradiction:
Quantity of substanceVSManufacturing precision

Solution Approach 1:

Instead of reducing the overall dimension of the parameter space, the method segments the high-dimensional space into multiple lower-dimensional subspaces. Each worker performs optimization in a reduced-dimensional subspace, achieving fewer observation points per worker while maintaining sufficient dimensionality (equal to or greater than the effective dimension number) within each subspace to preserve optimization accuracy.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12450310B2Parameter estimation device, method and program
Publication Date: 2025.10.21 NT T INC
  • US12450310B2 patent drawing
  • US12450310B2 patent drawing
  • US12450310B2 patent drawing

AI summary

The present invention relates to a parameter estimation system, a parameter estimation method, and a program, and more particularly to a parameter estimation system, a parameter estimation method, and a program that efficiently estimate parameters of machine learning and simulation, etc. An objective of the present invention is to provide a parameter estimation system and a parameter estimation method that may rapidly determine the optimum input parameter.