paper-with-me

홈 › Papers

Neighborhood-Regularized Self-Training for Learning with Few Labels

2023-01-10 · ran Xu, Yue Yu, Hejie Cui, Xuan Kan, Yanqiao Zhu, Joyce Ho, Chao Zhang, Carl Yang

Training deep neural networks (DNNs) with limited supervision has been a popular research topic as it can significantly alleviate the annotation burden. Self-training has been successfully applied in semi-supervised learning tasks, but one drawback of self-training is that it is vulnerable to the label noise from incorrect pseudo labels. Inspired by the fact that samples with similar labels tend to share similar representations, we develop a neighborhood-based sample selection approach to tackle the issue of noisy pseudo labels. We further stabilize self-training via aggregating the predictions from different rounds during sample selection. Experiments on eight tasks show that our proposed method outperforms the strongest self-training baseline with 1.83% and 2.51% performance gain for text and graph datasets on average. Our further analysis demonstrates that our proposed data selection strategy reduces the noise of pseudo labels by 36.8% and saves 57.3% of the time when compared with the best baseline. Our code and appendices will be uploaded to https://github.com/ritaranx/NeST.

📄 PDF Abstract BibTeX arXiv:2301.03726

Code (1)

ritaranx/nest 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Confidence Regularized Self-Training

2019-08-26 · ICCV 2019 10 · Yang Zou, Zhiding Yu, Xiaofeng Liu, B. V. K. Vijaya Kumar 외

Recent advances in domain adaptation show that deep self-training presents a powerful means for unsupervised domain adaptation. These methods often involve an iterative process of predicting on target domain and then tak…

Domain Adaptationimage-classificationImage ClassificationSemantic Segmentation+2

Self-Assignment Flows for Unsupervised Data Labeling on Graphs

2019-11-08 · Matthias Zisler, Artjom Zern, Stefania Petra, Christoph Schnörr

This paper extends the recently introduced assignment flow approach for supervised image labeling to unsupervised scenarios where no labels are given. The resulting self-assignment flow takes a pairwise data affinity mat…

Combinatorial Optimization

Global-Regularized Neighborhood Regression for Efficient Zero-Shot Texture Anomaly Detection

2024-06-11 · Haiming Yao, Wei Luo, Yunkang Cao, Yiheng Zhang 외

Texture surface anomaly detection finds widespread applications in industrial settings. However, existing methods often necessitate gathering numerous samples for model training. Moreover, they predominantly operate with…

Anomaly DetectionDefect Detectionregression

GRAC: Self-Guided and Self-Regularized Actor-Critic

2020-09-18 · Lin Shao, Yifan You, Mengyuan Yan, Qingyun Sun 외

Deep reinforcement learning (DRL) algorithms have successfully been demonstrated on a range of challenging decision making and control tasks. One dominant component of recent deep reinforcement learning algorithms is the…

Decision MakingDeep Reinforcement LearningOpenAI Gymreinforcement-learning+2

Self-Supervised Place Recognition by Refining Temporal and Featural Pseudo Labels from Panoramic Data

2022-08-19 · Chao Chen, Zegang Cheng, Xinhao Liu, Yiming Li 외

Visual place recognition (VPR) using deep networks has achieved state-of-the-art performance. However, most of them require a training set with ground truth sensor poses to obtain positive and negative samples of each ob…

Data AugmentationDiversityRepresentation LearningVisual Place Recognition