Boosting Multi-Label Image Classification with Complementary Parallel Self-Distillation
Jiazhi Xu, Sheng Huang, Fengtao Zhou, Luwen Huangfu and, Daniel Zeng, Bo Liu

TL;DR
This paper introduces a Parallel Self-Distillation framework that decomposes multi-label image classification tasks into simpler sub-tasks to improve performance by balancing label correlation exploitation and overfitting prevention.
Contribution
It proposes a novel PSD framework with complementary task decomposition strategies, enhancing multi-label classification by learning both category-specific and co-occurring features.
Findings
Improves state-of-the-art performance on MS-COCO and NUS-WIDE datasets.
Effectively balances label correlation use and overfitting prevention.
Framework is easily integrated into existing MLIC approaches.
Abstract
Multi-Label Image Classification (MLIC) approaches usually exploit label correlations to achieve good performance. However, emphasizing correlation like co-occurrence may overlook discriminative features of the target itself and lead to model overfitting, thus undermining the performance. In this study, we propose a generic framework named Parallel Self-Distillation (PSD) for boosting MLIC models. PSD decomposes the original MLIC task into several simpler MLIC sub-tasks via two elaborated complementary task decomposition strategies named Co-occurrence Graph Partition (CGP) and Dis-occurrence Graph Partition (DGP). Then, the MLIC models of fewer categories are trained with these sub-tasks in parallel for respectively learning the joint patterns and the category-specific patterns of labels. Finally, knowledge distillation is leveraged to learn a compact global ensemble of full categories…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Machine Learning and Data Classification · Domain Adaptation and Few-Shot Learning
MethodsKnowledge Distillation
