Home Glossary Feature Extraction

Feature Extraction

Feature extraction converts raw data into a representation that emphasizes information relevant to a task. Traditional pipelines may calculate edges from images, spectral coefficients from audio, or word counts from documents. Deep neural networks learn hierarchical features automatically, and pretrained encoders can supply embeddings for downstream models. Extraction differs from feature selection, which chooses among existing variables, and from feature engineering, which can include broader domain-driven construction. A representation that works well for one objective may discard information needed for another. Good feature extraction is reproducible, fitted without data leakage, computationally practical, and tested for robustness across populations and operating conditions.

Related News