Class Prior-Free Positive-Unlabeled Learning with Taylor Variational Loss for Hyperspectral Remote Sensing Imagery
Hengwei Zhao, Xinyu Wang, Jingtao Li, Yanfei Zhong
TL;DR
This work tackles PU learning in hyperspectral remote sensing under no class-prior knowledge, addressing the tendency of unlabeled data to dominate training. It introduces T-HOneCls, a Taylor variational loss that down-weights the unlabeled-gradient impact while preserving the variational bound, coupled with a self-calibrated optimization loop (KL-Teacher) to stabilize training with limited labeled data. The approach demonstrates superior macro F1 accuracy on 7 datasets (21 tasks) for hyperspectral imagery and strong OA performance on CIFAR-10 and STL-10, outperforming both class-prior-based and prior-free PU methods. Practical contributions include a clear analysis of Taylor-order effects, an EMA-based consistency mechanism, and a global proportional random stratified sampler to enhance training stability and generalization across domains.
Abstract
Positive-unlabeled learning (PU learning) in hyperspectral remote sensing imagery (HSI) is aimed at learning a binary classifier from positive and unlabeled data, which has broad prospects in various earth vision applications. However, when PU learning meets limited labeled HSI, the unlabeled data may dominate the optimization process, which makes the neural networks overfit the unlabeled data. In this paper, a Taylor variational loss is proposed for HSI PU learning, which reduces the weight of the gradient of the unlabeled data by Taylor series expansion to enable the network to find a balance between overfitting and underfitting. In addition, the self-calibrated optimization strategy is designed to stabilize the training process. Experiments on 7 benchmark datasets (21 tasks in total) validate the effectiveness of the proposed method. Code is at: https://github.com/Hengwei-Zhao96/T-HOneCls.
