Achieving Data Efficient Neural Networks with Hybrid Concept-based Models
Tobias A. Opsahl, Vegard Antun
TL;DR
This paper addresses data efficiency in supervised learning by proposing hybrid concept-based models that leverage both concept predictions and information outside the concepts to improve downstream task accuracy, especially in sparse data settings. It introduces two architectures (CBM-Res and CBM-Skip) and a Sequential Concept Model (SCM), along with ConceptShapes, a flexible synthetic benchmark for concept-based methods, and an adversarial concept-attack framework to probe robustness. Empirical results show that hybrid models outperform standard CNNs and vanilla concept-based models under limited data, while ConceptShapes demonstrate reliable concept learning, unlike CUB where concepts are often ambiguous. The work also exposes vulnerabilities to adversarial concept attacks, which question the promised interpretability of concept-based approaches and motivate stronger benchmarks and defenses for future research.
Abstract
Most datasets used for supervised machine learning consist of a single label per data point. However, in cases where more information than just the class label is available, would it be possible to train models more efficiently? We introduce two novel model architectures, which we call hybrid concept-based models, that train using both class labels and additional information in the dataset referred to as concepts. In order to thoroughly assess their performance, we introduce ConceptShapes, an open and flexible class of datasets with concept labels. We show that the hybrid concept-based models outperform standard computer vision models and previously proposed concept-based models with respect to accuracy, especially in sparse data settings. We also introduce an algorithm for performing adversarial concept attacks, where an image is perturbed in a way that does not change a concept-based model's concept predictions, but changes the class prediction. The existence of such adversarial examples raises questions about the interpretable qualities promised by concept-based models.
