English

DropCluster: A structured dropout for convolutional networks

Machine Learning 2025-06-05 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

Dropout as a common regularizer to prevent overfitting in deep neural networks has been less effective in convolutional layers than in fully connected layers. This is because Dropout drops features randomly, without considering local structure. When features are spatially correlated, as in the case of convolutional layers, information from the dropped features can still propagate to subsequent layers via neighboring features. To address this problem, structured forms of Dropout have been proposed. A drawback of these methods is that they do not adapt to the data. In this work, we leverage the structure in the outputs of convolutional layers and introduce a novel structured regularization method named DropCluster. Our approach clusters features in convolutional layers, and drops the resulting clusters randomly during training iterations. Experiments on CIFAR-10/100, SVHN, and APPA-REAL datasets demonstrate that our approach is effective and controls overfitting better than other approaches.

Keywords

Cite

@article{arxiv.2002.02997,
  title  = {DropCluster: A structured dropout for convolutional networks},
  author = {Liyan Chen and Philippos Mordohai and Sergul Aydore},
  journal= {arXiv preprint arXiv:2002.02997},
  year   = {2025}
}

Comments

11 pages, 10 figures, under review