Caesar AI Atlas

Downsampling

Caesar AI Atlas Definition

Downsampling is an overloaded term that can mean reducing the resolution, detail, or amount of information in data, or reducing the number of examples from an overrepresented class. It is used to improve efficiency, manage class imbalance, and reduce the influence of excess or redundant data.

Other Definitions

Downsampling Source

Overloaded term that can mean either of the following: - Reducing the amount of information in a feature in order to train a model more efficiently. For example, before training an image recognition model, downsampling high-resolution images to a lower-resolution format. - Training on a disproportionately low percentage of over-represented class examples in order to improve model training on under-represented classes. For example, in a class-imbalanced dataset, models tend to learn a lot about the majority class and not enough about the minority class. Downsampling helps balance the amount of training on the majority and minority classes. See Datasets: Imbalanced datasets in Machine Learning Crash Course for more information.

Related Terms