A latent space is a compressed, continuous vector representation learned by a machine learning model, such as an autoencoder or generative model, that encodes the essential features and underlying structure of the training data. This lower-dimensional manifold captures the factors of variation (e.g., pose, color, or semantic meaning) in a disentangled or entangled form, allowing the model to perform meaningful operations like smooth interpolation between data points, semantic arithmetic on vectors, and the generation of novel, coherent outputs by sampling from this space.
