Connectivity-Inspired Network for Context-Aware Recognition
Abstract
In this paper, we focus on the effect of incorporating circuit motifs found in biological brains to address visual recognition. After an extensive literature review of the human visual system, we propose CoCoReco , a novel co nnectivity-inspired and co ntext-aware reco gnition network. Motivated by the connectivity of human (sub)cortical streams, we implement bottom-up and top-down modulations that mimic the extensive connections between visual and cognitive areas. Moreover, we present the Contextual Attention Block, a new plug-and-play module that can be integrated with any feed-forward neural network to model visual context. It infers weights that multiply the feature maps according to their causal influence on the scene, modeling the co-occurrence of objects. We place our module at different bottlenecks to infuse a hierarchical context awareness. We validate CoCoReco on image classification experiments on benchmark data and find consistent improvements in performance and robustness of the produced explanations. Find our code at https://github.com/gianlucarloni/CoCoReco .
Cite
Text
Carloni and Colantonio. "Connectivity-Inspired Network for Context-Aware Recognition." European Conference on Computer Vision Workshops, 2024. doi:10.1007/978-3-031-91578-9_26Markdown
[Carloni and Colantonio. "Connectivity-Inspired Network for Context-Aware Recognition." European Conference on Computer Vision Workshops, 2024.](https://mlanthology.org/eccvw/2024/carloni2024eccvw-connectivityinspired/) doi:10.1007/978-3-031-91578-9_26BibTeX
@inproceedings{carloni2024eccvw-connectivityinspired,
title = {{Connectivity-Inspired Network for Context-Aware Recognition}},
author = {Carloni, Gianluca and Colantonio, Sara},
booktitle = {European Conference on Computer Vision Workshops},
year = {2024},
pages = {333-342},
doi = {10.1007/978-3-031-91578-9_26},
url = {https://mlanthology.org/eccvw/2024/carloni2024eccvw-connectivityinspired/}
}