TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/CLCNet: Rethinking of Ensemble Modeling with Classificatio...

CLCNet: Rethinking of Ensemble Modeling with Classification Confidence Network

Yao-Ching Yu, Shi-Jinn Horng

2022-05-19Image ClassificationEnsemble LearningClassification
PaperPDFCode(official)

Abstract

In this paper, we propose a Classification Confidence Network (CLCNet) that can determine whether the classification model classifies input samples correctly. It can take a classification result in the form of vector in any dimension, and return a confidence score as output, which represents the probability of an instance being classified correctly. We can utilize CLCNet in a simple cascade structure system consisting of several SOTA (state-of-the-art) classification models, and our experiments show that the system can achieve the following advantages: 1. The system can customize the average computation requirement (FLOPs) per image while inference. 2. Under the same computation requirement, the performance of the system can exceed any model that has identical structure with the model in the system, but different in size. In fact, this is a new type of ensemble modeling. Like general ensemble modeling, it can achieve higher performance than single classification model, yet our system requires much less computation than general ensemble modeling. We have uploaded our code to a github repository: https://github.com/yaoching0/CLCNet-Rethinking-of-Ensemble-Modeling.

Results

TaskDatasetMetricValueModel
Image ClassificationImageNetGFLOPs51.93CLCNet (S:ViT+D:EffNet-B7) (retrain)
Image ClassificationImageNetGFLOPs57.46CLCNet (S:ViT+D:VOLO-D3) (retrain)
Image ClassificationImageNetGFLOPs45.43CLCNet (S:ConvNeXt-L+D:EffNet-B7) (retrain)
Image ClassificationImageNetGFLOPs47.43CLCNet (S:D1+D:D5)
Image ClassificationImageNetGFLOPs18.58CLCNet (S:B4+D:B7)

Related Papers

Automatic Classification and Segmentation of Tunnel Cracks Based on Deep Learning and Visual Explanations2025-07-18Adversarial attacks to image classification systems using evolutionary algorithms2025-07-17Efficient Adaptation of Pre-trained Vision Transformer underpinned by Approximately Orthogonal Fine-Tuning Strategy2025-07-17Federated Learning for Commercial Image Sources2025-07-17MUPAX: Multidimensional Problem Agnostic eXplainable AI2025-07-17Simulate, Refocus and Ensemble: An Attention-Refocusing Scheme for Domain Generalization2025-07-17Efficient Calisthenics Skills Classification through Foreground Instance Selection and Depth Estimation2025-07-16Safeguarding Federated Learning-based Road Condition Classification2025-07-16