通常卷积神经网络中都会使用这两种类型的features:卷积神经网络的前几层学习Low level feature, 后几层学习的是high level feature.
Quora上面也有这么一段解释:
Low-level features are minor details of the image, like lines or dots, that can be pickup by , say, a convolutional filter (for reaaly low-level things) or SIFT or HOG (for more abstract things like edges).
High levle features are built on top of low-level features to detect objects and shapes in the image.
CNN中的low-level feature 与high-level feature
原文:https://www.cnblogs.com/elitphil/p/12105825.html