Skip to content
Technical GlossaryDeep Learning

Feature Map

The spatial activation representation produced by a convolution layer through specific filters.

A feature map is one of the central structures that reveals what local patterns a CNN has extracted from an image or other grid-like data. Each filter is sensitive to a different kind of structure and produces its own activation map. As the network deepens, these maps evolve into more abstract visual representations. It is a key concept for understanding how CNNs perceive data.