EP1182588A2 - Signal indexing - Google Patents

Signal indexing Download PDF

Info

Publication number
EP1182588A2
EP1182588A2 EP01300750A EP01300750A EP1182588A2 EP 1182588 A2 EP1182588 A2 EP 1182588A2 EP 01300750 A EP01300750 A EP 01300750A EP 01300750 A EP01300750 A EP 01300750A EP 1182588 A2 EP1182588 A2 EP 1182588A2
Authority
EP
European Patent Office
Prior art keywords
distribution function
probability distribution
feature vector
data
estimated
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
EP01300750A
Other languages
German (de)
French (fr)
Other versions
EP1182588A3 (en
Inventor
Yang-Lim Choi
S.Bangalore Manjunath
Peng Wu
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Samsung Electronics Co Ltd
University of California
University of California Berkeley
University of California San Diego UCSD
Original Assignee
Samsung Electronics Co Ltd
University of California
University of California Berkeley
University of California San Diego UCSD
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from KR10-2000-0058759A external-priority patent/KR100400500B1/en
Application filed by Samsung Electronics Co Ltd, University of California, University of California Berkeley, University of California San Diego UCSD filed Critical Samsung Electronics Co Ltd
Publication of EP1182588A2 publication Critical patent/EP1182588A2/en
Publication of EP1182588A3 publication Critical patent/EP1182588A3/en
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/40Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data

Definitions

  • the present invention relates to a method of processing a plurality of time and/or spatially varying signals, the method comprising determining a feature vector for each signal, generating a signature for each feature vector, said signatures approximating respective feature vectors and being coarser than said vectors, storing said signatures so as to provide an index to the signals to which they relate.
  • a method according to the present invention is characterised in that said feature vectors are quantized according to a quantization law depending on the distribution of their values for producing said signatures.
  • Each dimension of the feature vectors may be quantized independently in dependence on the distribution of values for that dimension.
  • the method is adaptive and includes generating a new quantization law in dependence on said feature vectors and an additional feature vector for a further time and/or spatially varying signal.
  • each quantization step represents a range of values that is substantially as probable for a feature vector as are the ranges of the others.
  • said quantization law is derived from the feature vector distribution for a first set of signals and signatures are produced using said quantization law for a second set of signals, the second set being a super set of said first set.
  • said distribution is a sum of a plurality of Gaussian distributions approximating the actual distribution of said feature vectors.
  • vector approximation (VA) files are formed adaptively on the basis of statistical distributions of feature vector data within the feature vector data space. That is, since densely distributed cells can deteriorate the performance of indexing, the approximation of the feature vectors is formed adaptively according to statistical features of the data in the present invention.
  • step 102 statistical distributions of the feature vector data are measured within the feature vector data space (step 102). Then, marginal distribution is estimated using the statistical distribution (step 104). Next, estimated marginal distributions are divided into a plurality of grids in which a probability of disposing the data in each grid becomes uniform (step 106). The number of grids is determined by the number of bits assigned to the dimension. Then, the feature vector data space is indexed using the divided grids (step 108). The step 108 can be performed on the basis of the indexing method using well known vector approximation (VA) files.
  • VA vector approximation
  • the approximation formed by the above method reduces the possibility of having densely distributed cells. Therefore, the performance of indexing is enhanced.
  • Figure 2 illustrates the case that the data joint distribution is still not uniform but agglomerated even though the marginal distributions of the data are uniform in each dimension.
  • the marginal distributions of the data are uniform in each dimension within the entire feature vector data space 20.
  • it can still be an effective method to estimate the marginal distributions of the data by capturing the statistical properties of the high dimensional data.
  • a probability distribution function of data in i -dimension is denoted by p i (x) .
  • the algorithm described hereinafter can be independently applied to each dimension.
  • the uniformity of the data distribution actually has an irregular probability distribution function of data or is not modeled by a well-defined function such as the Gaussian function.
  • a probability distribution function of one-dimensional data is modeled using the Gaussian mixture function in order to endure a change of the data distribution.
  • the coefficients P(j) are called the mixing parameter and satisfy the criterion 0 ⁇ P ( j ) ⁇ 1 and the following formula.
  • the probability distribution function is defined using a weighted sum of the Gaussain function. Then, the task of estimating probability distribution functions is then converted to be a problem of parameter estimation.
  • Parameters are obtained using an expectation-maximization (EM) algorithm.
  • EM expectation-maximization
  • a histogram illustrates a distribution of feature vector data within the feature vector data space in Figure 3A, and a graph of a probability distribution function estimated based on the histogram is illustrated in Figure 3B.
  • Figure 3A even though the data's distribution is irregular and cannot be modelled by some simple form function, using the Gaussian mixtures as the modelling tool and EM algorithm to estimate the parameters, the data's probability distribution function can be modelled well as shown in Figure 3B.
  • Parameters can be estimated for N predetermined data using the formulas 5, 6, and 7.
  • N is generally only a small portion, compared with the total number of elements.
  • an estimation of a prescribed point is required to be updated. For example, there can be a case where a larger portion of data is required to be used for a better estimation.
  • the database is non-static, statistical characteristics of data change, so that the probability distribution function must be re-estimated. In either cases, memories of the previous estimation are not required to be totally erased.
  • a strategy should concentrate on tracking the change of the estimated probability distribution function. For this objective, an algorithm which can sequentially update the estimation is used.
  • the updated parameter set when new data v[N+1] coming in, can be calculated as follows.
  • Figure 4A Feature vector values of data sets are illustrated in Figure 4A.
  • the data sets include 5000 elements.
  • Figure 4B the results of calculating histograms on the data sets of Figure 4A are illustrated. Each individual element is sequentially added up for the estimation. Then, parameters are calculated using formulas 8, 9, and 10. Next, when a certain number of elements are used for the estimation, a probability distribution function is formed from the estimated parameters.
  • the data is chosen in the same order of indexing the data, and then, one estimated probability distribution function is obtained as shown in Figure 4E. That is, ideally, the data must be chosen so as not to place inappropriate emphasis on the data.
  • the estimated probability distribution function is called ( x ).
  • An objective of a nonlinear quantization is to divide the probability distribution function using a plurality of grids to make areas covered by each grid the same. If boundary points are indicated as c[l] , the boundary points must satisfy the following criterion.
  • boundary points from one pass scan of a probability distribution function estimated using the criterion. For example, all N points are agglomerated to 2 b clusters, so that boundary points of each dimension are determined in the formula 4. Also, not only boundary points can be found very effectively by calculation using the formula 12, but also dependency of distance measure can be avoided.
  • a probability distribution function is able to be updated. This feature is very important for keeping satisfied indexing for the irregular database. That is, every time when previous estimation doesn't fit with the updated estimation, the approximation needs to be updated. For this reason, a measure is required to decide when to update the approximation based on the change of probability distribution function estimation. Also, thanks to the parallel scheme of utilizing the probability distribution function to construct the approximation, the measure for updating the approximation can be defined in each dimension.
  • the previous probability distribution function is ( x )
  • the updated probability distribution function is ( x )
  • a measurement of changes in the probability distribution functions can be defined as follows.
  • FIGS. 5A and 5B are graphs illustrating comparison of the number of feature vectors which are visited in the first step filtering and the second step filtering using the conventional indexing method and the indexing method of the present invention.
  • a plot 502 shows the number of feature vectors visited in the first filtering step using an indexing method of the present invention which adaptively forms VA files
  • a plot 504 shows the number of feature vectors visited in the first step filtering using the conventional indexing method which uses fixed VA files. Also, the number of feature vectors visited in the first step filtering is indicated by the vertical axis N1.
  • a plot 512 shows the number of feature vectors visited in the second filtering step using an indexing method of the present invention which adaptively forms VA files
  • a plot 514 shows the number of feature vectors visited in the second step filtering using the conventional indexing method which uses fixed VA files.
  • the number of feature vectors visited in the second step filtering is indicated by the vertical axis N2. Comparing the plots 502 and 504 with the plots 512 and 514, the number of feature vectors, visited in the first step filtering and the second step filtering using the indexing method of the present invention which adaptively forms VA files, is much bigger than the number of feature vectors, visited in the first step filtering and the second step filtering using the conventional indexing method which uses fixed VA files.
  • the present invention may be embodied in a database system for signals, e.g. image or audio representing signals such as may be obtained by sensing the physical world.
  • signals e.g. image or audio representing signals such as may be obtained by sensing the physical world.
  • a dataset comprising a plurality of signals is processed according to the present invention to produce an index.
  • the database can then be queried by inputting a sample signal, which is processed to derive indexing values using the feature vector quantization used for generating the database index. These indexing values are then compared with the values in the index to find signals having similar characteristics.
  • the indexing method of the present invention can be written as a program which is performed in a personal computer or a server computer.
  • Program codes and code segments which form the program can be easily derived by computer programmers in the art.
  • the program can be stored on computer readable recording media. Such recording media includes magnetic recording media, optical recording media.
  • the program codes may be conveyed in the form of electric or electromagnetic signals.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Software Systems (AREA)
  • Image Analysis (AREA)
  • Complex Calculations (AREA)
  • Image Processing (AREA)

Abstract

Signals are indexed by a modified form of vector approximation files. Before being approximated, the dimensions of the vectors are quantized according a law depending on the distribution of values in the input data set. It is these quantized values that are then approximated.

Description

  • The present invention relates to a method of processing a plurality of time and/or spatially varying signals, the method comprising determining a feature vector for each signal, generating a signature for each feature vector, said signatures approximating respective feature vectors and being coarser than said vectors, storing said signatures so as to provide an index to the signals to which they relate.
  • The high dimensionality of typical multimedia data descriptors poses challenging problems in designing effective indexing schemes. Therefore, recently several new indexing structures have been proposed. One of the common assumption made is that the feature vectors are uniformly distributed within a vector space. However, many media descriptors such as image texture descriptors are not uniformly distributed. For example, in the case of a method for using well-known vector approximation (VA) files, which are coarser grained than the feature vectors themselves, the performance of the method depends on the uniform distribution of the feature vectors, and generally the method has the problem that its performance abruptly drops when indexing the feature vector data within vector space having high-dimensionality, in which the feature vectors are not uniformly distributed.
  • A method according to the present invention is characterised in that said feature vectors are quantized according to a quantization law depending on the distribution of their values for producing said signatures. Each dimension of the feature vectors may be quantized independently in dependence on the distribution of values for that dimension.
  • Preferably, the method is adaptive and includes generating a new quantization law in dependence on said feature vectors and an additional feature vector for a further time and/or spatially varying signal.
  • Preferably, each quantization step represents a range of values that is substantially as probable for a feature vector as are the ranges of the others.
  • Preferably, said quantization law is derived from the feature vector distribution for a first set of signals and signatures are produced using said quantization law for a second set of signals, the second set being a super set of said first set.
  • Preferably, said distribution is a sum of a plurality of Gaussian distributions approximating the actual distribution of said feature vectors.
  • An embodiment of the present invention will now be described, by way of example, with reference to the accompanying drawings, in which:-
  • Figure 1 is a flowchart showing the main steps of an indexing method according to the present invention;
  • Figure 2 illustrates the case where data joint distribution is still not uniform but agglomerated even though the marginal distribution of the data is uniform in each dimension;
  • Figure 3A is a histogram showing the distribution of feature vector data within the feature vector data space;
  • Figure 3B is a graph showing the probability distribution function estimate on the histogram;
  • Figure 4A is a graph showing feature vector values of the data sets;
  • Figure 4B is a graph showing the results of calculating a histogram of the data sets of Figure 4A;
  • Figures 4C, 4D, and 4E are graphs showing the estimated probability distribution functions when the number of elements used for the estimation is 1700, 3400, and 5000, respectively; and
  • Figures 5A and 5B are graphs showing the comparison of the number of feature vectors visited in first and second filtering steps, using a conventional indexing method and an indexing method of the present invention.
  • According to the present invention, vector approximation (VA) files are formed adaptively on the basis of statistical distributions of feature vector data within the feature vector data space. That is, since densely distributed cells can deteriorate the performance of indexing, the approximation of the feature vectors is formed adaptively according to statistical features of the data in the present invention.
  • Referring to Figure 1, in an indexing method according to the present invention, statistical distributions of the feature vector data are measured within the feature vector data space (step 102). Then, marginal distribution is estimated using the statistical distribution (step 104). Next, estimated marginal distributions are divided into a plurality of grids in which a probability of disposing the data in each grid becomes uniform (step 106). The number of grids is determined by the number of bits assigned to the dimension. Then, the feature vector data space is indexed using the divided grids (step 108). The step 108 can be performed on the basis of the indexing method using well known vector approximation (VA) files.
  • The approximation formed by the above method reduces the possibility of having densely distributed cells. Therefore, the performance of indexing is enhanced.
  • The fact that the marginal distributions of the data can only capture partial information of high dimensional distributions should be noted. Figure 2 illustrates the case that the data joint distribution is still not uniform but agglomerated even though the marginal distributions of the data are uniform in each dimension. With reference to Figure 2, the marginal distributions of the data are uniform in each dimension within the entire feature vector data space 20. However, if it is considered that a correlation of data is reduced in different dimensions as the properties of the dimensionality, and image/video database increase, it can still be an effective method to estimate the marginal distributions of the data by capturing the statistical properties of the high dimensional data.
  • Hereinafter, methods of realizing a method of the present invention will be described in greater detail. First, a probability distribution function of data in i-dimension is denoted by pi(x). By assuming that data of each dimension are independent of each other, the algorithm described hereinafter can be independently applied to each dimension. Also, as described, the uniformity of the data distribution actually has an irregular probability distribution function of data or is not modeled by a well-defined function such as the Gaussian function. In the present invention, a probability distribution function of one-dimensional data is modeled using the Gaussian mixture function in order to endure a change of the data distribution.
  • First, it is assumed that a probability distribution function of a one-dimensional signal, p(x) is defined as follows:
    Figure 00040001
  • Here, p(x|j) is defined as follows:
    Figure 00040002
  • The coefficients P(j) are called the mixing parameter and satisfy the criterion 0 ≤ P(j) ≤ 1 and the following formula.
    Figure 00040003
  • Thus, in this embodiment, the probability distribution function is defined using a weighted sum of the Gaussain function. Then, the task of estimating probability distribution functions is then converted to be a problem of parameter estimation. Here, when the parameters which must be estimated are j=1,...,M, and l=1,...,N, and v[l] is an assigned data set, Φj, which maximizes the following formula, is obtained.
    Figure 00040004
  • Parameters are obtained using an expectation-maximization (EM) algorithm. According to the algorithm, N predetermined data are used as an input for the estimation, and parameters are estimated iteratively using all of the N assigned data in each iteration.
  • Let t denote the iteration number, the following equations are used to update the estimated parameters.
    Figure 00050001
    Figure 00050002
    Figure 00050003
  • However, if the data's distribution has a singular value which can not be grouped with other values as a part of a Gaussian function, crash of estimation can be caused.
  • When this is the case, to capture this value accurately, we have to let a certain_ approach that value and let the corresponding σ2 be converged to 0. To avoid this singularity problem, a very small value is set as a lower bound for an estimated variance.
  • In order to explain the efficiency of the use of the EM algorithm for estimating parameters of the Gaussian mixture function, a histogram illustrates a distribution of feature vector data within the feature vector data space in Figure 3A, and a graph of a probability distribution function estimated based on the histogram is illustrated in Figure 3B. As shown in Figure 3A, even though the data's distribution is irregular and cannot be modelled by some simple form function, using the Gaussian mixtures as the modelling tool and EM algorithm to estimate the parameters, the data's probability distribution function can be modelled well as shown in Figure 3B.
  • Parameters can be estimated for N predetermined data using the formulas 5, 6, and 7. In the case of a large database, N is generally only a small portion, compared with the total number of elements. In realistic database applications, an estimation of a prescribed point is required to be updated. For example, there can be a case where a larger portion of data is required to be used for a better estimation. Alternatively, when the database is non-static, statistical characteristics of data change, so that the probability distribution function must be re-estimated. In either cases, memories of the previous estimation are not required to be totally erased. In view of the parameter estimation, when a data set changes, a strategy should concentrate on tracking the change of the estimated probability distribution function. For this objective, an algorithm which can sequentially update the estimation is used.
  • When an estimated parameter set {P(j) N N / j,(σ 2 / j) N using N data v[l] is given, the updated parameter set, when new data v[N+1] coming in, can be calculated as follows.
    Figure 00060001
    Figure 00060002
    Figure 00060003
  • In the formulas 8 and 9, relations are realized as follows. ( N+1 j )-1 = P(j|ν[N] P(j|ν[N+1]) ( N j )-1+1
  • In order to evaluate the performance of tracking using an on-line estimation, experimentation is performed on synthetic data set. Feature vector values of data sets are illustrated in Figure 4A. Referring to Figure 4A, the data sets include 5000 elements. In Figure 4B, the results of calculating histograms on the data sets of Figure 4A are illustrated. Each individual element is sequentially added up for the estimation. Then, parameters are calculated using formulas 8, 9, and 10. Next, when a certain number of elements are used for the estimation, a probability distribution function is formed from the estimated parameters.
  • In Figures 4C, 4D, and 4E, the probability distribution functions are illustrated when the number of elements used for the estimation is 1700, 3400, and 5000, respectively. Referring to Figures 4C, 4D, and 4E, when the distribution of input data changes, it can be shown that the on-line estimation tracks very well. Here, it is necessary to pay attention to the fact that efficiency of the on-line estimation partially depends on the method of choosing the data used as the input.
  • For example, when the probability distribution function of the data shown in Figure 4A is estimated, the data is chosen in the same order of indexing the data, and then, one estimated probability distribution function is obtained as shown in Figure 4E. That is, ideally, the data must be chosen so as not to place inappropriate emphasis on the data.
  • The estimated probability distribution function is called
    Figure 00070001
    (x). An objective of a nonlinear quantization is to divide the probability distribution function using a plurality of grids to make areas covered by each grid the same. If boundary points are indicated as c[l], the boundary points must satisfy the following criterion.
    Figure 00070002
  • It is possible to determine boundary points from one pass scan of a probability distribution function estimated using the criterion. For example, all N points are agglomerated to 2b clusters, so that boundary points of each dimension are determined in the formula 4. Also, not only boundary points can be found very effectively by calculation using the formula 12, but also dependency of distance measure can be avoided.
  • According to the above method, a probability distribution function is able to be updated. This feature is very important for keeping satisfied indexing for the irregular database. That is, every time when previous estimation doesn't fit with the updated estimation, the approximation needs to be updated. For this reason, a measure is required to decide when to update the approximation based on the change of probability distribution function estimation. Also, thanks to the parallel scheme of utilizing the probability distribution function to construct the approximation, the measure for updating the approximation can be defined in each dimension. When the previous probability distribution function is
    Figure 00080001
    (x), and the updated probability distribution function is
    Figure 00080002
    (x), a measurement of changes in the probability distribution functions can be defined as follows.
    Figure 00080003
  • Here, when ρ is bigger than a predetermined threshold value, an approximation of its dimension is updated.
  • The process of evaluating an image database including 34,698 aerial photograph images, according to the present invention and, by way of contrast, according to a prior art method, will now be described. First, 48-dimensional feature vectors describing texture characteristics of each of the images were extracted using a conventional method for extracting texture feature vectors. A probability distribution function was estimated from an entire data set on the basis of the extracted feature vectors. Figures 5A and 5B are graphs illustrating comparison of the number of feature vectors which are visited in the first step filtering and the second step filtering using the conventional indexing method and the indexing method of the present invention. In Figure 5A, a plot 502 shows the number of feature vectors visited in the first filtering step using an indexing method of the present invention which adaptively forms VA files, and a plot 504 shows the number of feature vectors visited in the first step filtering using the conventional indexing method which uses fixed VA files. Also, the number of feature vectors visited in the first step filtering is indicated by the vertical axis N1.
  • Also, in Figure 5B, a plot 512 shows the number of feature vectors visited in the second filtering step using an indexing method of the present invention which adaptively forms VA files, and a plot 514 shows the number of feature vectors visited in the second step filtering using the conventional indexing method which uses fixed VA files. Also, the number of feature vectors visited in the second step filtering is indicated by the vertical axis N2. Comparing the plots 502 and 504 with the plots 512 and 514, the number of feature vectors, visited in the first step filtering and the second step filtering using the indexing method of the present invention which adaptively forms VA files, is much bigger than the number of feature vectors, visited in the first step filtering and the second step filtering using the conventional indexing method which uses fixed VA files.
  • The present invention may be embodied in a database system for signals, e.g. image or audio representing signals such as may be obtained by sensing the physical world. In such a system, a dataset comprising a plurality of signals is processed according to the present invention to produce an index. The database can then be queried by inputting a sample signal, which is processed to derive indexing values using the feature vector quantization used for generating the database index. These indexing values are then compared with the values in the index to find signals having similar characteristics.
  • The indexing method of the present invention can be written as a program which is performed in a personal computer or a server computer. Program codes and code segments which form the program can be easily derived by computer programmers in the art. Also, the program can be stored on computer readable recording media. Such recording media includes magnetic recording media, optical recording media. Additionally, the program codes may be conveyed in the form of electric or electromagnetic signals.

Claims (19)

  1. A method of processing a plurality of time and/or spatially varying signals, the method comprising determining a feature vector for each signal, generating a signature for each feature vector, said signatures approximating respective feature vectors and being coarser than said vectors, storing said signatures so as to provide an index to the signals to which they relate, characterised in that said feature vectors are quantized according to a quantization law depending on the distribution of their values for producing said signatures.
  2. A method according to claim 1, including generating a new quantization law in dependence on said feature vectors and an additional feature vector for a further time and/or spatially varying signal.
  3. A method according to claim 1 or 2, wherein each quantization step represents a range of values that is substantially as probable for a feature vector as are the ranges of the others.
  4. A method according to claim 1, 2 or 3, wherein said quantization law is derived from the feature vector distribution for a first set of signals and signatures are produced using said quantization law for a second set of signals, the second set being a super set of said first set.
  5. A method according to any preceding claim, wherein said distribution is a sum of a plurality of Gaussian distributions approximating the actual distribution of said feature vectors.
  6. A method for indexing feature vector data space comprising the step of:
    (a) indexing feature vector data space by adaptively approximating feature vectors on the basis of statistical distribution of feature vector data in the feature vector data space.
  7. The method of claim 6, wherein the step (a) comprises:
    (a-1) measuring the statistical distribution of the feature vector data in the feature vector data space;
    (a-2) estimating marginal distribution of the data using the statistical distribution;
    (a-3) dividing the estimated marginal distribution into a plurality of grids in which a distribution of disposing the data in each grid becomes uniform; and
    (a-4) indexing the feature vector data space using the divided grids.
  8. The method of claim 7, before the step (a-4), further comprising the step of updating the grids on the basis of the previous probability distribution function and the updated probability distribution function when new data enters.
  9. The method of claim 7, wherein the step (a-4) comprises indexing using vector approximation (VA) files.
  10. The method of claim 7, wherein the number of the plurality of grids is determined by the number of bits assigned to the dimension.
  11. The method of claim 7, wherein the step (a-2) comprises:
    (a-2-1) defining a probability distribution function using a weighted sum of the predetermined distribution function; and
    (a-2-2) obtaining an estimated probability distribution function by estimating predetermined parameters using the probability distribution function defined in the step (a-2-1).
  12. The method of claim 11, wherein the step (a-2-2) comprises obtaining an estimated probability distribution function by estimating predetermined parameters using all N predetermined data every time, wherein N is a positive integer, on the basis of expectation-maximization algorithm using the probability distribution function defined in the step (a-2-1).
  13. The method of claim 11, wherein the predetermined distribution function is the Gaussian function.
  14. The method of claim 11, wherein the step (a-2-1) comprises: assuming that a probability distribution function of the one-dimensional signal, p(x), is
    Figure 00120001
    wherein p(x|j) is defined as
    Figure 00120002
    and mixing parameter P(j) satisfies the criterions that 0 ≤ P(j) ≤ 1 and
    Figure 00120003
    P(j)= 1, a probability distribution function of a one-dimensional signal.
  15. The method of claim 11, wherein the step (a-2-2) comprises: obtaining an estimated probability distribution function by finding Φj which maximizes Φ(Φ1,...,Φ M )=
    Figure 00120004
    p(ν[l]|(Φ1,...,Φ M )), wherein parameters to be estimated are j=1,...,M, and l=1,...,N, and v[l] is a given data set.
  16. The method of claim 15, wherein the step (a-2-2) further comprises a step of obtaining estimated parameters according to
    Figure 00120005
    Figure 00120006
    and
    Figure 00120007
    wherein t is a positive integer representing the number of iteration.
  17. The method of claim 10, wherein the step (a-2-2) further comprises: if new data, v[N+ 1] enters finding a updated parameter set by calculating
    Figure 00120008
    Figure 00130001
    and
    Figure 00130002
    when a parameter set {P(j) N N / j,(σ 2 / j) N , estimated using the N data, v[l], is given.
  18. The method of claim 16, wherein the step (a-2-2) further comprises:
    measuring a change of a probability distribution function which is defined as
    Figure 00130003
    for each dimension, wherein previous probability distribution function is
    Figure 00130004
    (x), and updated probability distribution function is
    Figure 00130005
    (x); and
    updating approximation for the dimension if ρ is larger than a predetermined threshold value.
  19. The method of claim 7, wherein the step (a-3) comprises: dividing the probability distribution function in order to make areas covered by each grid the same using a plurality of grids determined by boundary points, c[l], which satisfies a criterion,
    Figure 00130006
    wherein the estimated probability distribution function is
    Figure 00130007
    (x).
EP01300750A 2000-08-21 2001-01-29 Signal indexing Ceased EP1182588A3 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US22658600P 2000-08-21 2000-08-21
US226586P 2000-08-21
KR2000058759 2000-10-06
KR10-2000-0058759A KR100400500B1 (en) 2000-08-21 2000-10-06 Indexing method of feature vector data space

Publications (2)

Publication Number Publication Date
EP1182588A2 true EP1182588A2 (en) 2002-02-27
EP1182588A3 EP1182588A3 (en) 2003-05-28

Family

ID=26638443

Family Applications (1)

Application Number Title Priority Date Filing Date
EP01300750A Ceased EP1182588A3 (en) 2000-08-21 2001-01-29 Signal indexing

Country Status (3)

Country Link
EP (1) EP1182588A3 (en)
JP (1) JP2002074360A (en)
CN (1) CN1193308C (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10120682B2 (en) 2014-02-28 2018-11-06 International Business Machines Corporation Virtualization in a bi-endian-mode processor architecture

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7824567B2 (en) * 2005-08-31 2010-11-02 Idemitsu Kosan Co., Ltd. Refrigerator oil composition
US8315835B2 (en) * 2007-06-14 2012-11-20 Thomson Licensing Method and apparatus for setting a detection threshold given a desired false probability

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6263334B1 (en) * 1998-11-11 2001-07-17 Microsoft Corporation Density-based indexing method for efficient execution of high dimensional nearest-neighbor queries on large databases

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
BISHOP C.M.: "Neural Networks for Pattern Recognition", 1995, OXFORD UNIVERSITY PRESS *
WEBER R. ET AL.: "A quantitive analysis and performance study for similarity-search methods in high-dimensional spaces", PROCEEDINGS OF THE 24TH INTERNATIONAL CONFERENCE ON VERY LARGE DATA BASES, 1998, NEW YORK, pages 194 - 205, XP001021812 *
WEBER R. ET AL.: "An approximation based data structure for similarity search", TECHNICAL REPORT 24, ESPRIT PROJECT HERMES, October 1997 (1997-10-01), XP008044574 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10120682B2 (en) 2014-02-28 2018-11-06 International Business Machines Corporation Virtualization in a bi-endian-mode processor architecture
US10152324B2 (en) 2014-02-28 2018-12-11 International Business Machines Corporation Virtualization in a bi-endian-mode processor architecture

Also Published As

Publication number Publication date
EP1182588A3 (en) 2003-05-28
CN1339730A (en) 2002-03-13
CN1193308C (en) 2005-03-16
JP2002074360A (en) 2002-03-15

Similar Documents

Publication Publication Date Title
Langan et al. Cluster validation for unsupervised stochastic model-based image segmentation
Poggi et al. Supervised segmentation of remote sensing images based on a tree-structured MRF model
Everingham et al. Evaluating image segmentation algorithms using the pareto front
EP1453000A2 (en) Image texture retrieving method and apparatus thereof
Ahmad et al. A novel image tamper detection approach by blending forensic tools and optimized CNN: Sealion customized firefly algorithm
CN118193778A (en) A remote sensing image retrieval method integrating multiple features
CN117910534A (en) Pruning method based on channel similarity, terminal and readable storage medium
EP1182588A2 (en) Signal indexing
CN112488169A (en) PCA-based massive Linux system operation and maintenance data dimension reduction method
US6917927B2 (en) Method for indexing feature vector data space
Javed et al. Multi-denoising based impulse noise removal from images using robust statistical features and genetic programming
Michel et al. Tree-structured nonlinear signal modeling and prediction
CN118551248B (en) Spatial data clustering method, system, equipment and medium with vertical anisotropy
Solka et al. An initial assessment of discriminant surface complexity for power law features
Chu et al. An efficient k-medoids-based algorithm using previous medoid index, triangular inequality elimination criteria, and partial distance search
Vellasques et al. Gaussian mixture modeling for dynamic particle swarm optimization of recurrent problems
Lee Online clustering for collaborative filtering
CN118247610A (en) A remote sensing image incremental learning method and device based on aggregate energy distillation
CN117829975A (en) Method, device, storage medium and processor for constructing risk identification model
Wu et al. Image texture classification based on finite gaussian mixture models
WO2009151002A2 (en) Pattern identifying method, device and program
CN120541560B (en) Discrete electromagnetic signal sample playback method and device based on clustering and density evaluation
CN114627340B (en) Adaptive feature selection method for image steganalysis detection based on triple measurement
Violato et al. Antibodies with adaptive radius as prototypes of high-dimensional datasets
CN113852845B (en) A data processing method and device based on granular clustering

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE TR

AX Request for extension of the european patent

Free format text: AL;LT;LV;MK;RO;SI

RIN1 Information on inventor provided before grant (corrected)

Inventor name: WU, PENG

Inventor name: MANJUNATH, S.BANGALORE

Inventor name: CHOI, YANG-LIM 210-1509 IMAE HANSHIN APT.

PUAL Search report despatched

Free format text: ORIGINAL CODE: 0009013

AK Designated contracting states

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE TR

AX Request for extension of the european patent

Extension state: AL LT LV MK RO SI

17P Request for examination filed

Effective date: 20030724

17Q First examination report despatched

Effective date: 20031031

AKX Designation fees paid

Designated state(s): DE FR GB

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION HAS BEEN REFUSED

18R Application refused

Effective date: 20070716