Hierarchical evidence aggregation in two dimensions for active water surface object detection
摘要
Water surface object detection (WSOD) has achieved remarkable success within the realm of deep learning. However, one persistent challenge is the requirement for a substantial number of labeled samples. As a solution to this issue, researchers have undertaken numerous studies in active learning (AL). Although previous AL methods have shown remarkable outcomes for certain tasks, they tend to generate aleatoric uncertainty through a deterministic model while ignoring the epistemic uncertainty, which plays a crucial role in reflecting the cognitive abilities of the model. Furthermore, previous methods have generally computed uncertainty only in the classification dimension, leaving behind the dimension of regression. To address these challenges, we propose hierarchical evidence aggregation in two dimensions (HEAT), which contains three modules: evidential heads (EH), hierarchical uncertainty aggregation (HUA) and two-round queries strategy (TQS). EH contains Evidential Classification Head and Evidential Regression Head, leveraging evidential deep learning to estimate aleatoric uncertainty and epistemic uncertainty in the two dimensions, respectively. Based on these uncertainties, we use HUA to align instance uncertainty with image uncertainty and TQS to determine the key samples. Extensive experiments conducted on the water surface object detection dataset demonstrate that HEAT outperforms existing state-of-the-art methods in the WSOD task. The code is available at https://github.com/Zzzgogo/HEAT.