CLUENet: Cluster Attention Makes Neural Networks Have Eyes
Xiangshuai Song, Jun-Jie Huang, Tianrui Liu, Ke Liang, Chang Tang
TL;DR
CLUENet introduces a transparent clustering-based vision architecture that overcomes fixed receptive-field limitations by using Global Feature Clustering with a Temperature-Scaled Cosine Attention and a gated residuals mechanism. It couples global-soft aggregation with hard, shared assignment and an improved cluster pooling strategy to maintain training stability and mitigate gradient vanishing. The approach yields strong classification performance on CIFAR-100 and Mini-ImageNet while offering intrinsic interpretability through cluster visualizations and receptive-field analysis. This work demonstrates that flexible, cluster-based representations can rival mainstream models in accuracy while enhancing transparency and efficiency for visual semantic understanding.
Abstract
Despite the success of convolution- and attention-based models in vision tasks, their rigid receptive fields and complex architectures limit their ability to model irregular spatial patterns and hinder interpretability, therefore posing challenges for tasks requiring high model transparency. Clustering paradigms offer promising interpretability and flexible semantic modeling, but suffer from limited accuracy, low efficiency, and gradient vanishing during training. To address these issues, we propose CLUster attEntion Network (CLUENet), an transparent deep architecture for visual semantic understanding. We propose three key innovations include (i) a Global Soft Aggregation and Hard Assignment with a Temperature-Scaled Cosin Attention and gated residual connections for enhanced local modeling, (ii) inter-block Hard and Shared Feature Dispatching, and (iii) an improved cluster pooling strategy. These enhancements significantly improve both classification performance and visual interpretability. Experiments on CIFAR-100 and Mini-ImageNet demonstrate that CLUENet outperforms existing clustering methods and mainstream visual models, offering a compelling balance of accuracy, efficiency, and transparency.
