paper-with-me

Papers

Exploring Model Learning Heterogeneity for Boosting Ensemble Robustness

2023-10-03 · Yanzhao Wu, Ka-Ho Chow, Wenqi Wei, Ling Liu

Deep neural network ensembles hold the potential of improving generalization performance for complex learning tasks. This paper presents formal analysis and empirical evaluation to show that heterogeneous deep ensembles with high ensemble diversity can effectively leverage model learning heterogeneity to boost ensemble robustness. We first show that heterogeneous DNN models trained for solving the same learning problem, e.g., object detection, can significantly strengthen the mean average precision (mAP) through our weighted bounding box ensemble consensus method. Second, we further compose ensembles of heterogeneous models for solving different learning problems, e.g., object detection and semantic segmentation, by introducing the connected component labeling (CCL) based alignment. We show that this two-tier heterogeneity driven ensemble construction method can compose an ensemble team that promotes high ensemble diversity and low negative correlation among member models of the ensemble, strengthening ensemble robustness against both negative examples and adversarial attacks. Third, we provide a formal analysis of the ensemble robustness in terms of negative correlation. Extensive experiments validate the enhanced robustness of heterogeneous ensembles in both benign and adversarial settings. The source codes are available on GitHub at https://github.com/git-disl/HeteRobust.

📄 PDF Abstract BibTeX arXiv:2310.02237

Code (1)

git-disl/heterobust 공식 구현 pytorch

Tasks

Diversityobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Deep Ensembles 설명 없음

Similar Papers 제목 키워드 기반

Learn Together, Stop Apart: a Novel Approach to Ensemble Pruning

2021-09-29 · Bulat Ibragimov, Gleb Gennadjevich Gusev

Gradient boosting is the most popular method of constructing ensembles that allow getting state-of-the-art results on many tasks. One of the critical parameters affecting the quality of the learned model is the number of…

Ensemble Pruning

BoostingBERT:Integrating Multi-Class Boosting into BERT for NLP Tasks

2020-09-13 · Tongwen Huang, Qingyun She, Junlin Zhang

As a pre-trained Transformer model, BERT (Bidirectional Encoder Representations from Transformers) has achieved ground-breaking performance on multiple NLP tasks. On the other hand, Boosting is a popular ensemble learnin…

Ensemble LearningKnowledge Distillation

Exploring and Exploiting Data Heterogeneity in Recommendation

2023-05-21 · Zimu Wang, Jiashuo Liu, Hao Zou, Xingxuan Zhang 외

Massive amounts of data are the foundation of data-driven recommendation models. As an inherent nature of big data, data heterogeneity widely exists in real-world recommendation systems. It reflects the differences in th…

Recommendation Systems

Building Robust Ensembles via Margin Boosting

2022-06-07 · Dinghuai Zhang, Hongyang Zhang, Aaron Courville, Yoshua Bengio 외

In the context of adversarial robustness, a single model does not usually have enough power to defend against all possible adversarial attacks, and as a result, has sub-optimal robustness. Consequently, an emerging line …

Adversarial Robustness

Multi-Study Boosting: Theoretical Considerations for Merging vs. Ensembling

2022-07-11 · Cathy Shyr, Pragya Sur, Giovanni Parmigiani, Prasad Patil

Cross-study replicability is a powerful model evaluation criterion that emphasizes generalizability of predictions. When training cross-study replicable prediction models, it is critical to decide between merging and tre…