paper-with-me

Papers

Performance Evaluation of Semi-supervised Learning Frameworks for Multi-Class Weed Detection

2024-03-06 · Jiajia Li, Dong Chen, Xunyuan Yin, Zhaojian Li

Effective weed control plays a crucial role in optimizing crop yield and enhancing agricultural product quality. However, the reliance on herbicide application not only poses a critical threat to the environment but also promotes the emergence of resistant weeds. Fortunately, recent advances in precision weed management enabled by ML and DL provide a sustainable alternative. Despite great progress, existing algorithms are mainly developed based on supervised learning approaches, which typically demand large-scale datasets with manual-labeled annotations, which is time-consuming and labor-intensive. As such, label-efficient learning methods, especially semi-supervised learning, have gained increased attention in the broader domain of computer vision and have demonstrated promising performance. These methods aim to utilize a small number of labeled data samples along with a great number of unlabeled samples to develop high-performing models comparable to the supervised learning counterpart trained on a large amount of labeled data samples. In this study, we assess the effectiveness of a semi-supervised learning framework for multi-class weed detection, employing two well-known object detection frameworks, namely FCOS and Faster-RCNN. Specifically, we evaluate a generalized student-teacher framework with an improved pseudo-label generation module to produce reliable pseudo-labels for the unlabeled data. To enhance generalization, an ensemble student network is employed to facilitate the training process. Experimental results show that the proposed approach is able to achieve approximately 76\% and 96\% detection accuracy as the supervised methods with only 10\% of labeled data in CottenWeedDet3 and CottonWeedDet12, respectively. We offer access to the source code, contributing a valuable resource for ongoing semi-supervised learning research in weed detection and beyond.

📄 PDF Abstract BibTeX arXiv:2403.03390

Code (1)

jiajiali04/semiweeds 공식 구현 pytorch

Tasks

object-detectionObject DetectionPseudo Label

Methods 이 논문이 사용한 방법론

Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FPN 설명 없음
FCOS FCOS is an anchor-box free, proposal free, single-stage object detection model. By eliminating the predefined set of anchor boxes, FCOS avoids computation related to anchor…

Similar Papers 제목 키워드 기반

Self-Contrastive Learning based Semi-Supervised Radio Modulation Classification

2022-03-29 · Dongxin Liu, Peng Wang, Tianshi Wang, Tarek Abdelzaher

This paper presents a semi-supervised learning framework that is new in being designed for automatic modulation classification (AMC). By carefully utilizing unlabeled signal data with a self-supervised contrastive-learni…

ClassificationContrastive Learning

VIME: Extending the Success of Self- and Semi-supervised Learning to Tabular Domain

2020-12-01 · NeurIPS 2020 12 · Jinsung Yoon, Yao Zhang, James Jordon, Mihaela van der Schaar

Self- and semi-supervised learning frameworks have made significant progress in training machine learning models with limited labeled data in image and language domains. These methods heavily rely on the unique structure…

Data AugmentationImputationSelf-Supervised Learning

SADDE: Semi-supervised Anomaly Detection with Dependable Explanations

2024-11-18 · Yachao Yuan, Yu Huang, Yali Yuan, Jin Wang

Semi-supervised learning holds a pivotal position in anomaly detection applications, yet identifying anomaly patterns with a limited number of labeled samples poses a significant challenge. Furthermore, the absence of in…

Anomaly DetectionSemi-supervised Anomaly DetectionSupervised Anomaly Detection

Adaptively Augmented Consistency Learning: A Semi-supervised Segmentation Framework for Remote Sensing

2024-11-14 · Hui Ye, Haodong Chen, Xiaoming Chen, Vera Chung

Remote sensing (RS) involves the acquisition of data about objects or areas from a distance, primarily to monitor environmental changes, manage resources, and support planning and disaster response. A significant challen…

Disaster ResponseDiversitySegmentation

Feedback-Driven Pseudo-Label Reliability Assessment: Redefining Thresholding for Semi-Supervised Semantic Segmentation

2025-05-12 · Negin Ghamsarian, Sahar Nasirihaghighi, Klaus Schoeffmann, Raphael Sznitman

Semi-supervised learning leverages unlabeled data to enhance model performance, addressing the limitations of fully supervised approaches. Among its strategies, pseudo-supervision has proven highly effective, typically r…

Pseudo LabelPseudo Label FilteringSemantic SegmentationSemi-Supervised Semantic Segmentation