CVLGAug 8, 2019

Feature selection of neural networks is skewed towards the less abstract cue

arXiv:1908.03000v1
AI Analysis

This reveals a bias in feature selection that could limit the ability of neural networks to learn abstract or symbolic information, which is important for researchers and practitioners in AI and computer vision.

The study investigated how neural networks prioritize image features based on abstraction level, finding that networks trained on data with equally significant cues consistently learned low-level patterns over symbolic ones, even in deep architectures, unless the low-level cues were artificially reduced.

Artificial neural networks (ANNs) have become an important tool for image classification with many applications in research and industry. However, it remains largely unknown how relevant image features are selected and how data properties affect this process. In particular, we are interested whether the abstraction level of image cues correlating with class membership influences feature selection. We perform experiments with binary images that contain a combination of cues, representing two different levels of abstractions: one is a pattern drawn from a random distribution where class membership correlates with the statistics of the pattern, the other a combination of symbol-like entities, where the symbolic code correlates with class membership. When the network is trained with data in which both cues are equally significant, we observe that the cues at the lower abstraction level, i.e., the pattern, is learned, while the symbolic information is largely ignored, even in networks with many layers. Symbol-like entities are only learned if the importance of low-level cues is reduced compared to the high-level ones. These findings raise important questions about the relevance of features that are learned by deep ANNs and how learning could be shifted towards symbolic features.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes