SuperZLW's Blog

我很笨,但是我不懒

0%

Introduction

As we know, "Dataset is expensive", semi-supervised learning(SSL) has proven to be successful in overcoming labeling difficulties by leveraging unlabeled data. However, currently there is a important problem while using SSL, Class-Imbalanced. Real-world datasets face usually this problem, some SSL algorithms ignore it and setup a fix threshold for all the classes while creating the pseudo-label, which will decrease the accuracy of prediction.

阅读全文 »

Introduction

(Before we start this blog, I must clarify that it serves as an initial introduction to the "Mean Teacher" framework. I may enhance this article later if I come across intriguing insights or new information.)

阅读全文 »

Introduction

An imbalanced dataset refers to a situation where the distribution of classes or labels in the dataset is highly skewed, meaning that one class (the minority class) is significantly underrepresented compared to another class (the majority class).

阅读全文 »

Introduction

The concept of the diffusion probability model was initially proposed by Jascha Sohl-Dickstein et al. in 2015. However, due to limitations in hardware devices such as memory at that time, this model did not receive much attention. Thanks to the development of technology, especially the advancements in GPUs and memory devices in recent years, the diffusion model has started to gain recognition.

阅读全文 »