paper-with-me

홈 › Papers

Predictive Ensemble Learning with Application to Scene Text Detection

2019-05-12 · Danlu Chen, Xu-Yao Zhang, Wei zhang, Yao Lu, Xiuli Li, Tao Mei

Deep learning based approaches have achieved significant progresses in different tasks like classification, detection, segmentation, and so on. Ensemble learning is widely known to further improve performance by combining multiple complementary models. It is easy to apply ensemble learning for classification tasks, for example, based on averaging, voting, or other methods. However, for other tasks (like object detection) where the outputs are varying in quantity and unable to be simply compared, the ensemble of multiple models become difficult. In this paper, we propose a new method called Predictive Ensemble Learning (PEL), based on powerful predictive ability of deep neural networks, to directly predict the best performing model among a pool of base models for each test example, thus transforming ensemble learning to a traditional classification task. Taking scene text detection as the application, where no suitable ensemble learning strategy exists, PEL can significantly improve the performance, compared to either individual state-of-the-art models, or the fusion of multiple models by non-maximum suppression. Experimental results show the possibility and potential of PEL in predicting different models' performance based only on a query example, which can be extended for ensemble learning in many other complex tasks.

📄 PDF Abstract BibTeX arXiv:1905.04641

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationEnsemble LearningGeneral Classificationobject-detectionObject DetectionScene Text DetectionText Detection

Similar Papers 제목 키워드 기반

Ensemble Learning for Vietnamese Scene Text Spotting in Urban Environments

2024-04-01 · Hieu Nguyen, Cong-Hoang Ta, Phuong-Thuy Le-Nguyen, Minh-Triet Tran 외

This paper presents a simple yet efficient ensemble learning framework for Vietnamese scene text spotting. Leveraging the power of ensemble learning, which combines multiple models to yield more accurate predictions, our…

Ensemble LearningText DetectionText SpottingVietnamese Scene Text

Contextual Similarity Distillation: Ensemble Uncertainties with a Single Model

2025-03-14 · Moritz A. Zanger, Pascal R. van der Vaart, Wendelin Böhmer, Matthijs T. J. Spaan

Uncertainty quantification is a critical aspect of reinforcement learning and deep learning, with numerous applications ranging from efficient exploration and stable offline reinforcement learning to outlier detection in…

Bayesian InferenceEfficient ExplorationOutlier DetectionOut-of-Distribution Detection+3

Leveraging Text and Knowledge Bases for Triple Scoring: An Ensemble Approach - The BOKCHOY Triple Scorer at WSDM Cup 2017

2017-12-22 · Ding Boyang Chinese Academy of Sciences, Wang Quan Chinese Academy of Sciences, Wang Bin Chinese Academy of Sciences

We present our winning solution for the WSDM Cup 2017 triple scoring task. We devise an ensemble of four base scorers, so as to leverage the power of both text and knowledge bases for that task. Then we further refine th…

Recurrent Auto-Encoder With Multi-Resolution Ensemble and Predictive Coding for Multivariate Time-Series Anomaly Detection

2022-02-21 · Heejeong Choi, Subin Kim, Pilsung Kang

As large-scale time-series data can easily be found in real-world applications, multivariate time-series anomaly detection has played an essential role in diverse industries. It enables productivity improvement and maint…

Anomaly DetectionDecoderTime SeriesTime Series Analysis+1

Towards Consistent Predictive Confidence through Fitted Ensembles

2021-06-22 · Navid Kardan, Ankit Sharma, Kenneth O. Stanley

Deep neural networks are behind many of the recent successes in machine learning applications. However, these models can produce overconfident decisions while encountering out-of-distribution (OOD) examples or making a w…

Out of Distribution (OOD) Detection