Channel DropBlock: An Improved Regularization Method for Fine-Grained Visual Classification
Yifeng Ding, Shuwei Dong, Yujun Tong, Zhanyu Ma, Bo Xiao, and Haibin, Ling

TL;DR
This paper introduces Channel DropBlock, a regularization technique that masks correlated channels during training to improve feature learning in fine-grained visual classification tasks.
Contribution
It proposes a novel regularization method that enhances feature representations by randomly masking correlated channels, improving fine-grained classification performance.
Findings
CDB improves accuracy on benchmark FGVC datasets.
CDB effectively disrupts co-adapted features during training.
The method is lightweight and compatible with existing models.
Abstract
Classifying the sub-categories of an object from the same super-category (e.g., bird) in a fine-grained visual classification (FGVC) task highly relies on mining multiple discriminative features. Existing approaches mainly tackle this problem by introducing attention mechanisms to locate the discriminative parts or feature encoding approaches to extract the highly parameterized features in a weakly-supervised fashion. In this work, we propose a lightweight yet effective regularization method named Channel DropBlock (CDB), in combination with two alternative correlation metrics, to address this problem. The key idea is to randomly mask out a group of correlated channels during training to destruct features from co-adaptations and thus enhance feature representations. Extensive experiments on three benchmark FGVC datasets show that CDB effectively improves the performance.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques · Multimodal Machine Learning Applications
MethodsDropBlock
