WO2006094002A1 - Hierarchical determination of feature relevancy for mixed data types - Google Patents
Hierarchical determination of feature relevancy for mixed data types Download PDFInfo
- Publication number
- WO2006094002A1 WO2006094002A1 PCT/US2006/007158 US2006007158W WO2006094002A1 WO 2006094002 A1 WO2006094002 A1 WO 2006094002A1 US 2006007158 W US2006007158 W US 2006007158W WO 2006094002 A1 WO2006094002 A1 WO 2006094002A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- feature
- data
- relationship
- mixed
- metric
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/21—Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
- G06F18/211—Selection of the most significant subset of features
- G06F18/2113—Selection of the most significant subset of features by ranking or filtering the set of features, e.g. using a measure of variance or of feature cross-correlation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/24—Classification techniques
- G06F18/243—Classification techniques relating to the number of classes
- G06F18/24323—Tree-organised classifiers
Definitions
- This application relates to pattern recognition and data mining.
- the application relates to determining feature relevancy in multivariate data analysis of a mixed-type data set.
- Feature selection is of theoretical interest and practical importance in the practice of pattern recognition and data mining. Objects or data entities may be described in terms of many features. However, some features may be redundant or irrelevant for specific tasks, serving primarily as a source of confusion. In addition, for any one specific task, different subsets of features might be relevant in different regions of input data space. Accordingly feature selection is a matter of considerable interest and importance in multivariate data analysis.
- Filter methods use the feature selection as a preprocessing step and filter out irrelevant features before learning a model. Thus, the filter methods are independent of the learning algorithm. Wrapper methods embed the learning algorithm within the feature selection process and use the learning algorithm to evaluate the performance of the feature selection.
- Each approach has both advantages and disadvantages.
- a filter approach is usually more efficient and can be combined with any learning algorithm, while a wrapper approach can usually provide a better performance for the learning algorithm.
- conventional feature selection algorithms are typically adapted for processing of numerical features, but are not proficient for handling a data set of mixed data types . Improved methodologies for determining feature relevancy for mixed data types are needed.
- a method for feature selection based on hierarchical local-region analysis of feature characteristics in a data set of mixed data type comprises partitioning a data space associated with a mixed-type data set into a hierarchy of pluralities of local regions, using a relationship metric to evaluate for each local region a relationship measure between input features and a target, and identifying one or more relevant features, by using the relationship measure for each local region.
- the relationship metric preferably is or includes a similarity correlation metric (discussed below) .
- a similarity correlation metric can be used in methods for analyzing feature characteristics in a data set of mixed data type.
- a method for analyzing feature characteristics in a data set of mixed data type comprises mapping a data space associated with a mixed-type data set to a distance space, and determining a relationship measure between each input feature and the target by using a distance-based relationship measure.
- the relationship measure is determined by using distance correlation.
- the similarity correlation metric is provided to handle features of different data types, and facilitates analysis of feature relevancy by computing the correlations between input features and a target.
- FIG. IA shows a flow chart of a method for feature selection based on hierarchical local-region analysis of feature characteristics in a data set of mixed data type, according to an exemplary embodiment of the present application
- FIG. IB shows a flow chart of a method for analyzing feature characteristics in a data set of mixed data type, according to an exemplary embodiment of the present application
- FIG. 2 shows a flow chart of another exemplary embodiment of a method for feature selection based on hierarchical local-region analysis of feature characteristics in a data set of mixed data type
- FIG. 3 shows a three-dimensional plot of an extended parity-2 problem
- FIG. 4 shows a table of feature relevancy values for an extended parity-2 problem, obtained by applying an exemplary embodiment of this application.
- FIG. 5 shows a table of feature relevancy values for the Monk' s problem, obtained by applying an exemplary embodiment of this application.
- This application provides tools for determining feature relevancy of mixed data types in multivariate data analysis.
- the tools of this disclosure may be a computer program stored on a computer readable medium and/or transmitted via a computer network or other transmission medium.
- a similarity correlation metric is discussed exemplarily below, as a new relevancy evaluation metric for an enhancement of the Hierarchical Determination of Feature Relevancy (HDFR) methodology which is discussed in U.S. application Serial No. 10/615,885, filed July 8, 2003 and entitled “HIERARCHICAL DETERMINATION OF FEATURE RELEVANCY", the entire contents of which are incorporated herein by reference.
- the enhanced HDFR methodology can be used to process features with mixed data types .
- HDFR high-frequency spectroscopy
- Hierarchical k-means clustering can be applied to partition the entire data space into local regions, which may or may not be overlapping, and then for each local region evaluates each feature individually based on its correlation with the target.
- each local region there might be a particular, corresponding subset of features that is relevant according to the target for the local region.
- the subsets do- not need to be the same for different regions of input data space.
- a feature or subset of features might not show strong relevancy to a particular task over the entire range of data but might show strong relevancy over different delineated regions. Such a feature is still considered relevant and can be identified for use in the appropriate regions .
- a typical implementation of the HDPR methodology utilizes a linear correlation metric to evaluate the relevancy of a feature.
- the linear correlation metric computes the R-squared correlation between the feature and the target.
- the R-sguared correlation computation is applied to numerical values.
- non-numerical features such as symbolic ones
- Cross tabulation converts a symbolic feature into many numerical features corresponding to the distinctive symbolic values. Such conversion often results in very large number of cross tabulated features with mostly 0 entries, which increases not only the computational cost but also the risks of discovering accidental relationships.
- some advances have been made in handling non-numerical features in machine learning techniques.
- some similarity metrics such as set distance metric are designed to compute the distance of non-numerical values.
- Similarity metrics can be used in learning methodologies such as hierarchical k-means clustering which can be utilized in the HDFR methodology. Therefore, the HDFR methodology can be adapted to have the capability of partitioning data space with non-numerical features .
- a new relevancy evaluation metric other than the typical linear metric is desirable.
- a similarity correlation metric is discussed below as a new relevancy evaluation metric which adapts existing similarity metrics to compute the similarities of features and a target, and then computes the correlations between the similarities of input features and the similarities of the target.
- a method for feature selection based on hierarchical local -region analysis of feature characteristics in a data set of mixed data type is described below with reference to Fig. IA.
- a data space associated with a mixed-type data set is partitioned into a hierarchy of plural local regions (step SIl) .
- a relationship metric (for example, a similarity correlation metric) is used to evaluate for each local region a relationship measure between input features and a target (step S13) .
- One or more relevant features is identified, by using the relationship measure for each local region (step S15) .
- the relationship metric preferably includes a similarity correlation metric.
- a method for analyzing feature characteristics in a data set of mixed data type can be adapted to use the similarity correlation metric.
- a data space associated with a mixed- type data set is mapped to a distance space (step S17) .
- a relationship measure between each input feature and the target is determined by using a distance-based relationship measure (step S19) .
- the relationship measure is determined by using distance correlation.
- the linear correlation metric was used to evaluate the feature relevancy.
- the linear correlation metric computes the R- squared correlation between a feature and the target. Assume a numerical input feature is x and the numerical target is y.
- This disclosure describes a new relevancy evaluation metric, the similarity correlation metric, to be used to evaluate relevancies of non-numerical features.
- D correlation metric measures the correlation between x and y using the distance correlation as in equation 2:
- dist.x and dist.y are the mean of dist.x .s and dist.y .s
- mapping from the raw data space to the distance space allows the methodology to evaluate numerically the relevancies of non-numerical features. This is an advantage of the similarity correlation metric over the linear correlation metric.
- the similarity correlation metric also has an advantage over the linear correlation metric in discovering a nonlinear relationship in the numerical data space, which is demonstrated by the .following simple example.
- a R-squared correlation score of 0 is obtained by using the linear correlation metric which results from the cancellation of negative correlation of x and y when x is negative, and the positive correlation of x and y when x is positive.
- the effect of space mapping is similar to space partitioning under the HDFR methodology.
- This disclosure describes an enhancement to the HDFR methodology, utilizing the similarity correlation metric, to handle features with mixed data types.
- the enhanced HDFR methodology is designed to discover the feature relevancies of mixed data types .
- a hierarchical k-means clustering is used to partition and transform data into groups of points in hyper-spherical local regions.
- the similarity correlation metric is used to evaluate the relevancies of input features of mixed data types. Relevancies of features over the local regions are summarized as the relevancies of input features.
- FIG. 2 A flow chart of the enhanced HDFR methodology using a similarity correlation metric, according to an exemplary embodiment, is shown in Fig. 2.
- the mixed-type data space is partitioned initially into two regions (step S21) .
- a similarity correlation metric is utilized to evaluate feature relevancies based on samples in the region (step S22) .
- the feature relevancies in the level are used to identify relevant features which have significantly larger relevancies than the others (step S23) . If no new relevant features can be identified for a certain number of levels
- step S24 “NO" or a specified maximum number of levels is reached (step S25, "YES”)
- step S24 “NO" or a specified maximum number of levels is reached (step S25, "YES")
- step S24 “NO" or a specified maximum number of levels is reached (step S25, "YES")
- step S27 the feature relevancies can be summarized at all of the levels and a list of relevant features and their relevancies provided (step S27) .
- the local regions in the current level are split further for the next level (step S26) , until no new relevant features can be identified for a specified or predetermined number of iterations or a specified maximum number of levels is reached.
- the performance of the enhanced HDFR methodology is discussed exemplarily through two examples below.
- One example ' is the extended parity-2 problem and the other is the three Monk's problems.
- the extended parity-2 problem is from the well-known parity-2 problem, but extended to use inputs and output of continuous values.
- the parity-2 problem is a well-known problem.
- the output is the mod-2 sum of two binary input features. It is extended by using continuous inputs and output.
- a nonlinear equation is used to simulate the problem:
- 8 random input features, X 3 to X 10 are added as noise and 500 samples are randomly generated.
- the task is to identify the relevant features, X 1 and X 2 , from the noise features, X 3 to X 10 .
- the Monk's problems have been used as a standard for comparing many different learning methodologies. There are six input features, X 1 , x 2r ... r X 6 , and one binary target y.
- both feature X 3 and X 6 have only two discrete values and they are treated as binary numerical features . All of the other features have multiple discrete values and are treated as non-numerical features.
- the target y is binary and treated as numerical. The following is the definition of Monk's problems:
- the first and the third problem can be used as feature selection tasks.
- Exemplary feature relevancy values obtained by applying the enhanced HDFR methodology to the three Monk's problems is set forth in Fig. 5. As can be seen from the estimated feature relevancies shown tabularly in Fig. 5, the ranks of feature X 1 , x 2 and X 5 in the first problem are 2, 4 and 1 respectively.
- the ranks of feature X 2 , X 4 and X 5 in the third problem are 1, 5 and 2 respectively.
- Feature X 4 in the third problem does not rank higher as might expect it to be. However, this is not surprising because the relevancy of feature X 4 is actually very small from the problem definition. Without feature X 4 , only 12 out of 228 positive examples cannot be defined. Furthermore, the 5% class noise added to the dataset also diminishes the chance of methodologies to identify feature x 4 as a relevant feature .
- This disclosure describes a new feature relevancy evaluation metric, the similarity correlation metric, which enhances the HDFR methodology, for handling features with mixed data types.
- the enhanced HDFR methodology works well for features of both numerical and non-numerical data types.
- the enhanced HDFR methodology can be adapted for any of various applications. For example, it can be integrated in a context-sensitive search engine. As another example, it can be adapted to be applied in intelligent software for monitoring electronic communications (such as e-mails, instant messages, other Internet communications, etc.). In addition, the enhanced HDFR methodology can be integrated in a system for cataloging textual information (such as news stories, books, scientific papers, etc.) . It can be used by on-line book vendors to automatically suggest alternative titles when a book sought by a customer is not available (or even if it is available) . Numerous other applications of the enhanced HDFR methodology are possible.
Landscapes
- Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Theoretical Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Artificial Intelligence (AREA)
- Evolutionary Biology (AREA)
- Evolutionary Computation (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
A method for feature selection based on hierarchical local-region analysis of feature characteristics in a data set of mixed data type is provided. A data space associated with a mixed- type data set is partitioned into a hierarchy of plural local regions. A relationship metric (for example, a similarity correlation metric) is used to evaluate for each local region a relationship measure between input features and a target. One or more relevant features is identified, by using the relationship measure for each local region.
Description
HIERARCHICAL DETERMINATION OP FEATURE RELEVANCY FOR MIXED DATA TYPES
CROSS-REFERENCE TO RELATED APPLICATIONS This application is a continuation-in-part of U.S. application Serial No. 10/615,885, filed July 8, 2003 and entitled "HIERARCHICAL DETERMINATION OF FEATURE RELEVANCY".
TECHNICAL FIELD This application relates to pattern recognition and data mining. In particular, the application relates to determining feature relevancy in multivariate data analysis of a mixed-type data set.
DESCRIPTION OF RELATED ART
Feature selection is of theoretical interest and practical importance in the practice of pattern recognition and data mining. Objects or data entities may be described in terms of many features. However, some features may be redundant or irrelevant for specific tasks, serving primarily as a source of confusion. In addition, for any one specific task, different subsets of features might be relevant in different regions of input data space. Accordingly feature selection is a matter of considerable interest and importance in multivariate data analysis.
For example, in modeling a specific behavior of a given system, it is desirable to include only the parameters that contribute to that specific system behavior
and not the ones that contribute to other behaviors of the system but are not much relevant to that specific behavior.
Most of feature selection algorithms are either filter methods or wrapper methods. Filter methods use the feature selection as a preprocessing step and filter out irrelevant features before learning a model. Thus, the filter methods are independent of the learning algorithm. Wrapper methods embed the learning algorithm within the feature selection process and use the learning algorithm to evaluate the performance of the feature selection. Each approach has both advantages and disadvantages. A filter approach is usually more efficient and can be combined with any learning algorithm, while a wrapper approach can usually provide a better performance for the learning algorithm. In any event, conventional feature selection algorithms are typically adapted for processing of numerical features, but are not proficient for handling a data set of mixed data types . Improved methodologies for determining feature relevancy for mixed data types are needed.
SUMMARY
Methods for feature selection based on hierarchical local -region analysis of feature characteristics in a data set of mixed data type are described herein. A method for feature selection based on hierarchical local-region
analysis of feature characteristics in a data set of mixed data type, according to one exemplary embodiment, comprises partitioning a data space associated with a mixed-type data set into a hierarchy of pluralities of local regions, using a relationship metric to evaluate for each local region a relationship measure between input features and a target, and identifying one or more relevant features, by using the relationship measure for each local region. The relationship metric preferably is or includes a similarity correlation metric (discussed below) .
A similarity correlation metric can be used in methods for analyzing feature characteristics in a data set of mixed data type. According to an exemplary embodiment, a method for analyzing feature characteristics in a data set of mixed data type comprises mapping a data space associated with a mixed-type data set to a distance space, and determining a relationship measure between each input feature and the target by using a distance-based relationship measure. When a similarity correlation metric is used, the relationship measure is determined by using distance correlation.
The similarity correlation metric is provided to handle features of different data types, and facilitates analysis of feature relevancy by computing the correlations between input features and a target.
BRIEF DESCRIPTION OF THE DRAWINGS
The features of the present application can be more readily understood from the following detailed description with reference to the accompanying drawings wherein: FIG. IA shows a flow chart of a method for feature selection based on hierarchical local-region analysis of feature characteristics in a data set of mixed data type, according to an exemplary embodiment of the present application; FIG. IB shows a flow chart of a method for analyzing feature characteristics in a data set of mixed data type, according to an exemplary embodiment of the present application;
FIG. 2 shows a flow chart of another exemplary embodiment of a method for feature selection based on hierarchical local-region analysis of feature characteristics in a data set of mixed data type;
FIG. 3 shows a three-dimensional plot of an extended parity-2 problem,- FIG. 4 shows a table of feature relevancy values for an extended parity-2 problem, obtained by applying an exemplary embodiment of this application; and
FIG. 5 shows a table of feature relevancy values for the Monk' s problem, obtained by applying an exemplary embodiment of this application.
DETAILED DESCRIPTION
This application provides tools for determining feature relevancy of mixed data types in multivariate data analysis. The tools of this disclosure may be a computer program stored on a computer readable medium and/or transmitted via a computer network or other transmission medium.
A similarity correlation metric is discussed exemplarily below, as a new relevancy evaluation metric for an enhancement of the Hierarchical Determination of Feature Relevancy (HDFR) methodology which is discussed in U.S. application Serial No. 10/615,885, filed July 8, 2003 and entitled "HIERARCHICAL DETERMINATION OF FEATURE RELEVANCY", the entire contents of which are incorporated herein by reference. The enhanced HDFR methodology can be used to process features with mixed data types .
The Hierarchical Determination of Feature Relevancy
(HDFR) methodology can be employed for feature selection based on hierarchical local-region analysis of feature characteristics. Hierarchical k-means clustering can be applied to partition the entire data space into local regions, which may or may not be overlapping, and then for each local region evaluates each feature individually based on its correlation with the target. In each local region there might be a particular, corresponding subset of features that is relevant according to the target for the
local region. The subsets do- not need to be the same for different regions of input data space. In other words, a feature or subset of features might not show strong relevancy to a particular task over the entire range of data but might show strong relevancy over different delineated regions. Such a feature is still considered relevant and can be identified for use in the appropriate regions .
A typical implementation of the HDPR methodology utilizes a linear correlation metric to evaluate the relevancy of a feature. The linear correlation metric computes the R-squared correlation between the feature and the target. However, the R-sguared correlation computation is applied to numerical values. In order to use the linear correlation metric, non-numerical features (such as symbolic ones) are converted to numerical form by using conversion techniques such as, for example, cross tabulation. Cross tabulation converts a symbolic feature into many numerical features corresponding to the distinctive symbolic values. Such conversion often results in very large number of cross tabulated features with mostly 0 entries, which increases not only the computational cost but also the risks of discovering accidental relationships. On the other hand, some advances have been made in handling non-numerical features in machine learning
techniques. For example, as disclosed in U.S. application Serial No. 10/418,659, filed April 18, 2003 and entitled "PROCESSING MIXED NUMERIC AND NON-NUMERIC DATA", the entire contents of which are incorporated herein by reference, some similarity metrics such as set distance metric are designed to compute the distance of non-numerical values. Such similarity metrics can be used in learning methodologies such as hierarchical k-means clustering which can be utilized in the HDFR methodology. Therefore, the HDFR methodology can be adapted to have the capability of partitioning data space with non-numerical features . However, in order to evaluate relevancy of non-numerical features, a new relevancy evaluation metric other than the typical linear metric is desirable. A similarity correlation metric is discussed below as a new relevancy evaluation metric which adapts existing similarity metrics to compute the similarities of features and a target, and then computes the correlations between the similarities of input features and the similarities of the target. A method for feature selection based on hierarchical local -region analysis of feature characteristics in a data set of mixed data type is described below with reference to Fig. IA. A data space associated with a mixed-type data set is partitioned into a hierarchy of plural local regions (step SIl) . A relationship metric (for example, a similarity correlation metric) is used to evaluate for each
local region a relationship measure between input features and a target (step S13) . One or more relevant features is identified, by using the relationship measure for each local region (step S15) . The relationship metric preferably includes a similarity correlation metric.
According to another embodiment, a method for analyzing feature characteristics in a data set of mixed data type (Fig. IB) can be adapted to use the similarity correlation metric. A data space associated with a mixed- type data set is mapped to a distance space (step S17) . A relationship measure between each input feature and the target is determined by using a distance-based relationship measure (step S19) . When a similarity correlation metric is used, the relationship measure is determined by using distance correlation.
In typical implementations of HDFR (heretofore) , the linear correlation metric was used to evaluate the feature relevancy. The linear correlation metric computes the R- squared correlation between a feature and the target. Assume a numerical input feature is x and the numerical target is y. The R-squared value between x and y represents the proportion of the variance in y attributable to the variance in x. Given observed pairs, (xi, yx) , i = 1 ~ n, the mathematical formulation of R-square value is:
where x and y are the mean of x .s and y .s
There is a limitation on the R-squared correlation computation that it can only apply to numerical values .
This disclosure describes a new relevancy evaluation metric, the similarity correlation metric, to be used to evaluate relevancies of non-numerical features.
In Serial No. 10/418,659, some similarity metrics are discussed to handle non-numerical data types. One example is the set distance metric. The set distance metric can compute the distance between two non-numerical values. It's also proposed some methods to compute the center of a set of non-numerical values. The similarity correlation metric takes advantages of these mixed data handling techniques. Assume both the input feature x and the target y have non- numerical values. The similarity correlation metric first uses the similarity metric to compute the center of the observed values. Next, the distances of individual observations to the center are computed by the similarity metric, to obtain distance pairs, {dist.xi, dist.y±) , i = 1 ~ n, from the raw data pairs {xi, y±) . The similarity
D
correlation metric measures the correlation between x and y using the distance correlation as in equation 2:
Comparing equation 1 and 2, one can see that they are very similar. The similarity correlation metric is different from the linear correlation metric in that it actually computes the linear correlation in a mapped space, the distance space, rather than in the original raw data space .
Mapping from the raw data space to the distance space allows the methodology to evaluate numerically the relevancies of non-numerical features. This is an advantage of the similarity correlation metric over the linear correlation metric. The similarity correlation metric also has an advantage over the linear correlation metric in discovering a nonlinear relationship in the numerical data space, which is demonstrated by the .following simple example.
Consider the simple nonlinear case y - x2, where x is
from -∞ to +00. A R-squared correlation score of 0 is obtained by using the linear correlation metric which
results from the cancellation of negative correlation of x and y when x is negative, and the positive correlation of x and y when x is positive. The similarity correlation metric uses two steps to evaluate correlation between x and y. First it maps the original space to the distance space. Assume the mean of x is 0. The mapping results in function dist.y = (dist.x)2. The similarity correlation metric then computes the linear correlation between dist.x and dist.y. But due to the space mapping there is no more negative correlation between dist.x and dist.y. Therefore, a high similarity correlation score of 0.969 is obtained.
The effect of space mapping is similar to space partitioning under the HDFR methodology. The HDFR methodology can partition (x, y) space along axis x = 0 and then compute the correlation between x and y in two partitioned spaces. The space mapping is to fold the original space along axis x = 0 and y = 0 and compute the correlation in the folded space. Both techniques can be targeted to identify the nonlinear relations. This disclosure describes an enhancement to the HDFR methodology, utilizing the similarity correlation metric, to handle features with mixed data types. The enhanced HDFR methodology is designed to discover the feature relevancies of mixed data types . According to an exemplary embodiment of the enhanced HDFR methodology, a hierarchical k-means
clustering is used to partition and transform data into groups of points in hyper-spherical local regions. The similarity correlation metric is used to evaluate the relevancies of input features of mixed data types. Relevancies of features over the local regions are summarized as the relevancies of input features.
A flow chart of the enhanced HDFR methodology using a similarity correlation metric, according to an exemplary embodiment, is shown in Fig. 2. The mixed-type data space is partitioned initially into two regions (step S21) . For each of the regions in the present level of the hierarchy, a similarity correlation metric is utilized to evaluate feature relevancies based on samples in the region (step S22) . The feature relevancies in the level are used to identify relevant features which have significantly larger relevancies than the others (step S23) . If no new relevant features can be identified for a certain number of levels
(step S24, "NO") or a specified maximum number of levels is reached (step S25, "YES"), the feature relevancies can be summarized at all of the levels and a list of relevant features and their relevancies provided (step S27) . The local regions in the current level are split further for the next level (step S26) , until no new relevant features can be identified for a specified or predetermined number of iterations or a specified maximum number of levels is reached.
The performance of the enhanced HDFR methodology is discussed exemplarily through two examples below. One example 'is the extended parity-2 problem and the other is the three Monk's problems. The extended parity-2 problem is from the well-known parity-2 problem, but extended to use inputs and output of continuous values. Some random noise inputs are also added to see if the enhanced HDFR methodology can still work on numerical features. The three Monk ' s problems have been used as a standard for comparing many different learning methodologies. The problems have discrete input features and the first and the third problems can be used as feature selection tasks.
The parity-2 problem is a well-known problem. In this problem, the output is the mod-2 sum of two binary input features. It is extended by using continuous inputs and output. A nonlinear equation is used to simulate the problem:
y = X1 + x2 - 2* X1 * X2
where X1 , X2 and y e [0 , 1 ] .
A 3-D plot of the above equation is shown in Fig. 3.
For testing purpose, 8 random input features, X3 to X10, are added as noise and 500 samples are randomly generated. The task is to identify the relevant features, X1 and X2, from the noise features, X3 to X10.
Estimated feature relevancies obtained by applying the
enhanced HDFR methodology to the data of the extended parity-2 problem are shown tabularly in Fig. 4. The results show that the relevant features, X1 and x2, have significantly larger relevancy values than other noise features . This demonstrates that the enhanced HDFR methodology using a similarity correlation metric can still identify the relevant numerical features.-
The Monk's problems have been used as a standard for comparing many different learning methodologies. There are six input features, X1, x2r ...r X6, and one binary target y.
Among the six input features, both feature X3 and X6 have only two discrete values and they are treated as binary numerical features . All of the other features have multiple discrete values and are treated as non-numerical features. The target y is binary and treated as numerical. The following is the definition of Monk's problems:
Monk-1: y = 1 if [X1 = X2) or {x5 = 1) , otherwise y =
0.
Monk-2 : y = 1 if exactly two of [X1 = 1, X2 = 1, X3 = 1, X4 = 1, X5 = 1, X6 = l) , otherwise y = 0.
Monk-3: y = 1 if (xs = 3 and X4 = 1) or (x5 ≠ 4 and X2 ≠ 3) , otherwise y = 0 (5% class noise added to the training set) .
From the definition one can check what features are
relevant to the problems . For the first problem, one can see that only three features, X1, x2 and X5, are relevant to the problem. For the second problem, all six features are relevant to the problem. For the third problem, three features, X2, X4 and x5, are relevant to the problem. Therefore, the first and the third problem can be used as feature selection tasks. Exemplary feature relevancy values obtained by applying the enhanced HDFR methodology to the three Monk's problems is set forth in Fig. 5. As can be seen from the estimated feature relevancies shown tabularly in Fig. 5, the ranks of feature X1, x2 and X5 in the first problem are 2, 4 and 1 respectively. The ranks of feature X2, X4 and X5 in the third problem are 1, 5 and 2 respectively. Feature X4 in the third problem does not rank higher as might expect it to be. However, this is not surprising because the relevancy of feature X4 is actually very small from the problem definition. Without feature X4, only 12 out of 228 positive examples cannot be defined. Furthermore, the 5% class noise added to the dataset also diminishes the chance of methodologies to identify feature x4 as a relevant feature .
This disclosure describes a new feature relevancy evaluation metric, the similarity correlation metric, which enhances the HDFR methodology, for handling features with mixed data types. Experiment results show that the enhanced HDFR methodology works well for features of both numerical
and non-numerical data types.
The enhanced HDFR methodology can be adapted for any of various applications. For example, it can be integrated in a context-sensitive search engine. As another example, it can be adapted to be applied in intelligent software for monitoring electronic communications (such as e-mails, instant messages, other Internet communications, etc.). In addition, the enhanced HDFR methodology can be integrated in a system for cataloging textual information (such as news stories, books, scientific papers, etc.) . It can be used by on-line book vendors to automatically suggest alternative titles when a book sought by a customer is not available (or even if it is available) . Numerous other applications of the enhanced HDFR methodology are possible. The above specific embodiments are illustrative, and many variations can be introduced on these embodiments without departing from the spirit of the disclosure or from the scope of the appended claims. For example, elements and/or features of different illustrative embodiments may be combined with each other and/or substituted for each other within the scope of this disclosure and appended claims .
Additional variations may be apparent to one of ordinary skill in the art from reading the following applications, the entire contents of which are incorporated herein by reference.
U.S. application Serial No. 10/615,885, filed July 8, 2003 and entitled "HIERARCHICAL DETERMINATION OF FEATURE RELEVANCY"; and
U.S. application Serial No. 10/418,659, filed April 18, 2003 and entitled "PROCESSING MIXED NUMERIC AND NON- NUMERIC DATA".
Claims
1. A method for feature selection based on hierarchical local-region analysis of feature characteristics in a data set of mixed data type, comprising: partitioning a data space associated with a mixed-type data set into a hierarchy of pluralities of local regions,- using a relationship metric to evaluate for each local region a relationship measure between input features and a target; and identifying one or more relevant features, by using the relationship measure for each local region.
2. The method of claim 1, wherein the relationship metric includes determining for each local region a center of data from said data set in the local region.
3. The method of claim 2, wherein the relationship metric includes determining for each local region distances between respective data points in the local region and the center of the local region.
4. The method of claim 3, wherein the relationship metric maps the data space associated with the mixed-type data set to a distance space, and determines a correlation between each input feature and the target by using a distance correlation.
5. The method of claim 1, wherein the relationship metric includes a similarity correlation metric.
6. A computer system, comprising: a processor; and a program storage device readable by the computer system, tangibly embodying a program of instructions executable by the processor to perform the method 'claimed in claim 1.
7. A program storage device readable by a machine, tangibly embodying a program of instructions executable by the machine to perform the method claimed in claim 1.
8. A computer data signal transmitted in one or more segments in a transmission medium which embodies instructions executable by a computer to perform the method claimed in claim 1.
9. An apparatus for feature selection based on hierarchical local-region analysis of feature characteristics in a data set of mixed data type, comprising: partition means for partitioning a data space associated with a mixed-type data set into a hierarchy of pluralities of local regions; evaluation means for using a relationship metric to evaluate for each local region a relationship measure between input features and a target; and relevant feature identification means for identifying one or more relevant features, by using the relationship measure for each local region.
10. The apparatus of claim 9, wherein the relationship metric includes a similarity correlation metric .
11. A method for analyzing feature characteristics in a data set of mixed data type, comprising: mapping a data space associated with a mixed-type data set to a distance space; and determining a relationship measure between each input feature and the target by using a distance-based relationship measure.
12. The method of claim 11, wherein the distance- based relationship measure is a distance correlation.
13. A computer system, comprising: a processor; and a program storage device readable by the computer system, tangibly embodying a program of instructions executable by the processor to perform the method claimed in claim 11.
14. A program storage device readable by a machine, tangibly embodying a program of instructions executable by the machine to perform the method claimed in claim 11.
15. A computer data signal transmitted in one or more segments in a transmission medium which embodies instructions executable by a computer to perform the method claimed in claim 11.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US11/068,185 US7298906B2 (en) | 2003-07-08 | 2005-02-28 | Hierarchical determination of feature relevancy for mixed data types |
| US11/068,185 | 2005-02-28 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2006094002A1 true WO2006094002A1 (en) | 2006-09-08 |
Family
ID=36587137
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2006/007158 Ceased WO2006094002A1 (en) | 2005-02-28 | 2006-02-28 | Hierarchical determination of feature relevancy for mixed data types |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US7298906B2 (en) |
| WO (1) | WO2006094002A1 (en) |
Families Citing this family (23)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9104779B2 (en) | 2005-03-30 | 2015-08-11 | Primal Fusion Inc. | Systems and methods for analyzing and synthesizing complex knowledge representations |
| US7596574B2 (en) * | 2005-03-30 | 2009-09-29 | Primal Fusion, Inc. | Complex-adaptive system for providing a facted classification |
| US9378203B2 (en) | 2008-05-01 | 2016-06-28 | Primal Fusion Inc. | Methods and apparatus for providing information of interest to one or more users |
| US9177248B2 (en) | 2005-03-30 | 2015-11-03 | Primal Fusion Inc. | Knowledge representation systems and methods incorporating customization |
| US7844565B2 (en) | 2005-03-30 | 2010-11-30 | Primal Fusion Inc. | System, method and computer program for using a multi-tiered knowledge representation model |
| US8849860B2 (en) | 2005-03-30 | 2014-09-30 | Primal Fusion Inc. | Systems and methods for applying statistical inference techniques to knowledge representations |
| US7606781B2 (en) * | 2005-03-30 | 2009-10-20 | Primal Fusion Inc. | System, method and computer program for facet analysis |
| US7849090B2 (en) | 2005-03-30 | 2010-12-07 | Primal Fusion Inc. | System, method and computer program for faceted classification synthesis |
| US10002325B2 (en) | 2005-03-30 | 2018-06-19 | Primal Fusion Inc. | Knowledge representation systems and methods incorporating inference rules |
| US20070168306A1 (en) * | 2006-01-17 | 2007-07-19 | Li Jonathan Q | Method and system for feature selection in classification |
| US8195734B1 (en) | 2006-11-27 | 2012-06-05 | The Research Foundation Of State University Of New York | Combining multiple clusterings by soft correspondence |
| US9361365B2 (en) | 2008-05-01 | 2016-06-07 | Primal Fusion Inc. | Methods and apparatus for searching of content using semantic synthesis |
| CA2723179C (en) | 2008-05-01 | 2017-11-28 | Primal Fusion Inc. | Method, system, and computer program for user-driven dynamic generation of semantic networks and media synthesis |
| US8676732B2 (en) | 2008-05-01 | 2014-03-18 | Primal Fusion Inc. | Methods and apparatus for providing information of interest to one or more users |
| CA2988181C (en) | 2008-08-29 | 2020-03-10 | Primal Fusion Inc. | Systems and methods for semantic concept definition and semantic concept relationship synthesis utilizing existing domain definitions |
| US9292855B2 (en) | 2009-09-08 | 2016-03-22 | Primal Fusion Inc. | Synthesizing messaging using context provided by consumers |
| US9262520B2 (en) | 2009-11-10 | 2016-02-16 | Primal Fusion Inc. | System, method and computer program for creating and manipulating data structures using an interactive graphical interface |
| US9235806B2 (en) | 2010-06-22 | 2016-01-12 | Primal Fusion Inc. | Methods and devices for customizing knowledge representation systems |
| US10474647B2 (en) | 2010-06-22 | 2019-11-12 | Primal Fusion Inc. | Methods and devices for customizing knowledge representation systems |
| US9092516B2 (en) | 2011-06-20 | 2015-07-28 | Primal Fusion Inc. | Identifying information of interest based on user preferences |
| US11294977B2 (en) | 2011-06-20 | 2022-04-05 | Primal Fusion Inc. | Techniques for presenting content to a user based on the user's preferences |
| CA2886581C (en) * | 2012-09-28 | 2023-10-17 | Alkis Papadopoullos | Method and system for analysing sentiments |
| JP7148444B2 (en) * | 2019-03-19 | 2022-10-05 | 株式会社日立製作所 | Sentence classification device, sentence classification method and sentence classification program |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20040019574A1 (en) * | 2002-04-19 | 2004-01-29 | Zhuo Meng | Processing mixed numeric and/or non-numeric data |
| WO2005008571A1 (en) * | 2003-07-08 | 2005-01-27 | Computer Associates Think, Inc. | Hierarchical determination of feature relevancy |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6865582B2 (en) * | 2000-01-03 | 2005-03-08 | Bechtel Bwxt Idaho, Llc | Systems and methods for knowledge discovery in spatial data |
-
2005
- 2005-02-28 US US11/068,185 patent/US7298906B2/en not_active Expired - Lifetime
-
2006
- 2006-02-28 WO PCT/US2006/007158 patent/WO2006094002A1/en not_active Ceased
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20040019574A1 (en) * | 2002-04-19 | 2004-01-29 | Zhuo Meng | Processing mixed numeric and/or non-numeric data |
| WO2005008571A1 (en) * | 2003-07-08 | 2005-01-27 | Computer Associates Think, Inc. | Hierarchical determination of feature relevancy |
Non-Patent Citations (3)
| Title |
|---|
| M. HALL ET AL.: "Benchmarking attribute selection techniques for discrete class data mining", IEEE TRANS. KNOWLEDGE AND DATA ENGINEERING, vol. 15, no. 6, November 2003 (2003-11-01), pages 1437 - 1447, XP002387331 * |
| P. PERNER: "Improving the accuracy of decision tree induction by feature pre-selection", APPLIED ARTIFICIAL INTELLIGENCE, vol. 15, no. 8, 2001, pages 747 - 760, XP002387332 * |
| R.L. DE MANTARAS: "A distance-based attribute selection measure for decision tree induction", MACHINE LEARNING, vol. 6, 1991, pages 81 - 92, XP008065823 * |
Also Published As
| Publication number | Publication date |
|---|---|
| US7298906B2 (en) | 2007-11-20 |
| US20050149518A1 (en) | 2005-07-07 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2006094002A1 (en) | Hierarchical determination of feature relevancy for mixed data types | |
| Pargent et al. | Regularized target encoding outperforms traditional methods in supervised machine learning with high cardinality features | |
| Bae et al. | Coala: A novel approach for the extraction of an alternate clustering of high quality and high dissimilarity | |
| Gorokhovatskyi et al. | Transforming image descriptions as a set of descriptors to construct classification features | |
| CN108804641B (en) | Text similarity calculation method, device, equipment and storage medium | |
| Skabar et al. | Clustering sentence-level text using a novel fuzzy relational clustering algorithm | |
| US8935249B2 (en) | Visualization of concepts within a collection of information | |
| US20060004753A1 (en) | System and method for document analysis, processing and information extraction | |
| Eyal-Salman et al. | Feature-to-code traceability in a collection of software variants: Combining formal concept analysis and information retrieval | |
| US20200110842A1 (en) | Techniques to process search queries and perform contextual searches | |
| Thoma et al. | Discriminative frequent subgraph mining with optimality guarantees | |
| WO2002071273A2 (en) | Categorization based on record linkage theory | |
| CA2523128A1 (en) | Information retrieval and text mining using distributed latent semantic indexing | |
| Huang et al. | Exploration of dimensionality reduction for text visualization | |
| KR102405799B1 (en) | Method and system for providing continuous adaptive learning over time for real time attack detection in cyberspace | |
| Luan et al. | Experimental identification of hard data sets for classification and feature selection methods with insights on method selection | |
| US20040098389A1 (en) | Document search method with interactively employed distance graphics display | |
| Yan et al. | A clustering algorithm for multi-modal heterogeneous big data with abnormal data | |
| Asnaoui et al. | Feature selection based on attributes clustering | |
| US11960846B2 (en) | Embedding inference | |
| Chakraborti et al. | Multi-level K-means text clustering technique for topic identification for competitor intelligence | |
| CN114780528A (en) | Data entity identification method and device, computer equipment and storage medium | |
| CN113392181A (en) | Text relevance determining method and device, electronic equipment and medium | |
| Rashedi et al. | Information fusion between short term learning and long term learning in content based image retrieval systems | |
| CN115688771B (en) | Document content comparison performance improving method and system |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 06736469 Country of ref document: EP Kind code of ref document: A1 |

