Dynamic Classification: Leveraging Self-Supervised Classification to Enhance Prediction Performance
Ziyuan Zhong, Junyang Zhou

TL;DR
This paper introduces a dynamic classification algorithm that uses self-supervised learning to partition data, enabling highly accurate predictions with zero missed detections and minimal false positives, especially suited for safety-critical applications.
Contribution
The paper presents a novel dynamic classification method leveraging self-supervised data partitioning and boundary-based refinement to improve prediction accuracy without extra models.
Findings
Achieves zero missed detections in experiments.
Outperforms existing ensemble models like XGBoost and LGBM.
Maintains competitive performance even with larger classification errors.
Abstract
In this study, we propose an innovative dynamic classification algorithm aimed at achieving zero missed detections and minimal false positives,acritical in safety-critical domains (e.g., medical diagnostics) where undetected cases risk severe outcomes. The algorithm partitions data in a self-supervised learning-generated way, which allows the model to learn from the training set to understand the data distribution and thereby divides training set and test set into N different subareas. The training and test subsets in the same subarea will have nearly the same boundary. For each subarea, there will be the same type of model, such as linear or random forest model, to predict the results of that subareas. In addition, the algorithm uses subareas boundary to refine predictions results and filter out substandard results without requiring additional models. This approach allows each model to…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsFocus
