Skip to content
Technical GlossaryDeep Learning

Bottleneck Layer

A narrow intermediate layer that forces the model to compress information and learn more compact representations.

The bottleneck layer prevents an autoencoder from trivially copying data by forcing it to preserve only essential information. Because the representation space is narrow, the model is pushed toward more meaningful and compressed latent structure. Without it, an autoencoder may drift toward a weak identity mapping from input to output. It plays a central role in disciplining representation learning.