paper-with-me

Papers

Self-Paced Learning Strategy with Easy Sample Prior Based on Confidence for the Flying Bird Object Detection Model Training

2024-12-09 · Zi-Wei Sun, Ze-Xi hua, Heng-Chao Li, Yan Li

In order to avoid the impact of hard samples on the training process of the Flying Bird Object Detection model (FBOD model, in our previous work, we designed the FBOD model according to the characteristics of flying bird objects in surveillance video), the Self-Paced Learning strategy with Easy Sample Prior Based on Confidence (SPL-ESP-BC), a new model training strategy, is proposed. Firstly, the loss-based Minimizer Function in Self-Paced Learning (SPL) is improved, and the confidence-based Minimizer Function is proposed, which makes it more suitable for one-class object detection tasks. Secondly, to give the model the ability to judge easy and hard samples at the early stage of training by using the SPL strategy, an SPL strategy with Easy Sample Prior (ESP) is proposed. The FBOD model is trained using the standard training strategy with easy samples first, then the SPL strategy with all samples is used to train it. Combining the strategy of the ESP and the Minimizer Function based on confidence, the SPL-ESP-BC model training strategy is proposed. Using this strategy to train the FBOD model can make it to learn the characteristics of the flying bird object in the surveillance video better, from easy to hard. The experimental results show that compared with the standard training strategy that does not distinguish between easy and hard samples, the AP50 of the FBOD model trained by the SPL-ESP-BC is increased by 2.1%, and compared with other loss-based SPL strategies, the FBOD model trained with SPL-ESP-BC strategy has the best comprehensive detection performance.

📄 PDF Abstract BibTeX arXiv:2412.06306

Code (1)

Ziwei89/FBOD-BSPL 공식 구현 pytorch

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

SPL 설명 없음
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Dilated Convolution 설명 없음
Hierarchical Feature Fusion Hierarchical Feature Fusion (HFF) is a feature fusion method employed in ESP and EESP image…
ESP 설명 없음

Similar Papers 제목 키워드 기반

A Self-Paced Regularization Framework for Multi-Label Learning

2016-03-22 · Changsheng Li, Fan Wei, Junchi Yan, Weishan Dong 외

In this paper, we propose a novel multi-label learning framework, called Multi-Label Self-Paced Learning (MLSPL), in an attempt to incorporate the self-paced learning strategy into multi-label learning regime. In light o…

Multi-Label Learning

Adversarial Self-Paced Learning for Mixture Models of Hawkes Processes

2019-06-20 · Dixin Luo, Hongteng Xu, Lawrence Carin

We propose a novel adversarial learning strategy for mixture models of Hawkes processes, leveraging data augmentation techniques of Hawkes process in the framework of self-paced learning. Instead of learning a mixture mo…

Data Augmentation

Improving Imbalanced Text Classification with Dynamic Curriculum Learning

2022-10-25 · xulong Zhang, Jianzong Wang, Ning Cheng, Jing Xiao

Recent advances in pre-trained language models have improved the performance for text classification tasks. However, little attention is paid to the priority scheduling strategy on the samples during training. Humans acq…

ClassificationSchedulingtext-classificationText Classification

Progressive Multi-Stage Learning for Discriminative Tracking

2020-04-01 · Weichao Li, Xi Li, Omar Elfarouk Bourahla, Fuxian Huang 외

Visual tracking is typically solved as a discriminative learning problem that usually requires high-quality samples for online model adaptation. It is a critical and challenging problem to evaluate the training samples c…

Visual Tracking

Mixed-order self-paced curriculum learning for universal lesion detection

2023-02-09 · Han Li, Hu Han, S. Kevin Zhou

Self-paced curriculum learning (SCL) has demonstrated its great potential in computer vision, natural language processing, etc. During training, it implements easy-to-hard sampling based on online estimation of data diff…

Lesion DetectionMedical Image Analysis