Dynamic Graph Learning for Feature Projection

Lei Zhu,Jingjing Li,Zheng Zhang
2023-01-01
Synthesis Lectures on Computer Science
Abstract:High-dimensional features have gained widespread usage in various research fields such as multimedia computing, data mining, pattern recognition, and machine learning. However, the presence of high-dimensional features often gives rise to the “curse of dimensionality" problem and places significant computational burdens on machine learning models. To alleviate these issues, dimensionality reduction techniques are employed to identify low-dimensional latent subspaces that retain the data similarities observed in the original high-dimensional space. Two common paradigms used for dimensionality reduction are feature selection and feature projection. Feature selection involves identifying a subset of the original features as low-dimensional representations by discarding irrelevant and noisy features. On the other hand, feature projection utilizes a specific transformation matrix to generate projected dimensions that preserve the intrinsic data characteristics. Based on their reliance on semantic labels, feature projection can be further categorized into two families: unsupervised and supervised feature projection.
What problem does this paper attempt to address?