paper-with-me

Papers

Boosting Multi-Label Image Classification with Complementary Parallel Self-Distillation

2022-05-23 · Jiazhi Xu, Sheng Huang, Fengtao Zhou, Luwen Huangfu, Daniel Zeng, Bo Liu

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 with these learned patterns for reconciling the label correlation exploitation and model overfitting. Extensive results on MS-COCO and NUS-WIDE datasets demonstrate that our framework can be easily plugged into many MLIC approaches and improve performances of recent state-of-the-art approaches. The explainable visual study also further validates that our method is able to learn both the category-specific and co-occurring features. The source code is released at https://github.com/Robbie-Xu/CPSD.

📄 PDF Abstract BibTeX arXiv:2205.10986

Code (1)

robbie-xu/cpsd 공식 구현 pytorch

Tasks

image-classificationImage ClassificationKnowledge DistillationMulti-Label Image Classification

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Boosting Medical Image Classification with Segmentation Foundation Model

2024-06-16 · Pengfei Gu, Zihan Zhao, Hongxiao Wang, Yaopeng Peng 외

The Segment Anything Model (SAM) exhibits impressive capabilities in zero-shot segmentation for natural images. Recently, SAM has gained a great deal of attention for its applications in medical image segmentation. Howev…

Classificationimage-classificationImage ClassificationImage Segmentation+6

Multi-view Vector-valued Manifold Regularization for Multi-label Image Classification

2019-04-08 · Yong Luo, DaCheng Tao, Chang Xu, Chao Xu 외

In computer vision, image datasets used for classification are naturally associated with multiple labels and comprised of multiple views, because each image may contain several objects (e.g. pedestrian, bicycle and tree)…

General Classificationimage-classificationImage ClassificationMulti-Label Image Classification

Conditional Consistency Regularization for Semi-Supervised Multi-label Image Classification

2023-10-21 · journal 2023 10 · Zhengning Wu; Tianyu He; Xiaobo Xia; Jun Yu; Xu Shen; Tongliang Liu

Consistency regularization has achieved great successes in Semi-Supervised Single-Label Image Classification (SS-SLC) with deep learning models, while few effort has been devoted to Semi-Supervised Multi-Label Image Clas…

Classificationimage-classificationImage ClassificationMulti-Label Image Classification

Learning Gradient Boosted Multi-label Classification Rules

2020-06-23 · Michael Rapp, Eneldo Loza Mencía, Johannes Fürnkranz, Vu-Linh Nguyen 외

In multi-label classification, where the evaluation of predictions is less straightforward than in single-label classification, various meaningful, though different, loss functions have been proposed. Ideally, the learni…

ClassificationGeneral ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Multi-Complementary and Unlabeled Learning for Arbitrary Losses and Models

2020-01-13 · Yuzhou Cao, Shuqi Liu, Yitian Xu

A weakly-supervised learning framework named as complementary-label learning has been proposed recently, where each sample is equipped with a single complementary label that denotes one of the classes the sample does not…

General ClassificationImage ClassificationWeakly-supervised Learning