-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您觉得这个方法具备通用性吗?对于不同的分类任务/不同的分类模型而言。 #2
Comments
期待大佬回复的第一天。 |
期待大佬回复的第二天。 |
期待大佬回复的第三天。 |
With my understanding, the problem you want to solve may be more related to Anomaly Detection in data mining. Anomaly detection aims to identify data that does not meet certain specifications, while the LNL problem studied by ProMix aims to detect those mislabeled data. Meanwhile, anomaly detection is mainly a binary classification problem, while LNL is a multi-class classification problem. The settings are somewhat different. We only verified the effect of promix under the LNL setting, but it may not be applicable to other settings as there is no free lunch. |
First of all,thank you very much for your reply.It is very helpful to me.I will study GitHub link you give.But there are some questions about your reply, is there any difference between the abnormal detection in the data mining and your Promix?Isn't it all through training a model,and then pick the error labels or outlier points. |
day n,emmmmmm.....looking forward to your reply.....is there any difference? |
Moreover,I tried your code on my own data set,the effect is worse than the result of training directly on one resnet model.I think that your code only needs half of the data+confidence>the confidence is greater than 0.99 data,which is too little.I want to adjust half to three quarters.Do you know which parameters might be useful for my situation? |
To the best of our knowledge, The detection of abnormal data and that of data with noisy labels are two different tasks. Anomaly detection is the task of training only on samples considered to be normal and identifying the abnormal test data with unexpected patterns (i.e., not fitting the normal data distribution), while the task of learning with noisy labels aims to obtain a noise-robust model with better performance. More concretely, data with corrupted annotation does not indicate it is abnormal, and vice versa. ProMix is designed for the LNL task and may not be applicable for anomaly detection. |
Thanks for your reply,I know where the difference is. |
@Twsaiae Hi, thanks for providing the discussion. Does it help on your dataset? |
我在寻找一种可以解决以下问题的方法:
因为人失误造成的错标,或者说模棱两可的数据标成任意一个类都可以,这样产生的数据集本身存在问题。
可是我的分类任务可能差异性并不是很明显,属于细颗粒度的分类,不像狗和茶杯这样的类别,而是OK和NG这样的判定,可能稍微有一点裂缝没啥问题,裂缝太大才有问题,稍微有一点缺失没问题,缺失很大才有问题,您的这个方法可以应用在我这个任务上吗?像我这种二分类是不是使用回归的方法效果更好哇,希望能得到您的回复。
The text was updated successfully, but these errors were encountered: