paper-with-me

Papers

Enhancing Robustness of On-line Learning Models on Highly Noisy Data

2021-03-19 · Zilong Zhao, Robert Birke, Rui Han, Bogdan Robu, Sara Bouchenak, Sonia Ben Mokhtar, Lydia Y. Chen

Classification algorithms have been widely adopted to detect anomalies for various systems, e.g., IoT, cloud and face recognition, under the common assumption that the data source is clean, i.e., features and labels are correctly set. However, data collected from the wild can be unreliable due to careless annotations or malicious data transformation for incorrect anomaly detection. In this paper, we extend a two-layer on-line data selection framework: Robust Anomaly Detector (RAD) with a newly designed ensemble prediction where both layers contribute to the final anomaly detection decision. To adapt to the on-line nature of anomaly detection, we consider additional features of conflicting opinions of classifiers, repetitive cleaning, and oracle knowledge. We on-line learn from incoming data streams and continuously cleanse the data, so as to adapt to the increasing learning capacity from the larger accumulated data set. Moreover, we explore the concept of oracle learning that provides additional information of true labels for difficult data points. We specifically focus on three use cases, (i) detecting 10 classes of IoT attacks, (ii) predicting 4 classes of task failures of big data jobs, and (iii) recognising 100 celebrities faces. Our evaluation results show that RAD can robustly improve the accuracy of anomaly detection, to reach up to 98.95% for IoT device attacks (i.e., +7%), up to 85.03% for cloud task failures (i.e., +14%) under 40% label noise, and for its extension, it can reach up to 77.51% for face recognition (i.e., +39%) under 30% label noise. The proposed RAD and its extensions are general and can be applied to different anomaly detection algorithms.

📄 PDF Abstract BibTeX arXiv:2103.10824

Code (1)

zhao-zilong/MotivationCaseStudies 공식 구현 tf

Tasks

Anomaly DetectionFace Recognition

Similar Papers 제목 키워드 기반

Variance-Aware Noisy Training: Hardening DNNs against Unstable Analog Computations

2025-03-20 · Xiao Wang, Hendrik Borras, Bernhard Klein, Holger Fröning

The disparity between the computational demands of deep learning and the capabilities of compute hardware is expanding drastically. Although deep learning achieves remarkable performance in countless tasks, its escalatin…

Dual Distribution Estimation for Zero-shot Noisy Test-Time Adaptation with VLMs

2026-06-24 · Wenjie Zhu, Yabin Zhang, Liang Xu, Xin Jin 외 arxiv

While test-time adaptation (TTA) empowers vision-language models to adapt without costly retraining, it remains highly vulnerable to out-of-distribution (OOD) outliers prevalent in real-world applications. This discrepan…

Test-time Adaptation

Why Is Prompt Tuning for Vision-Language Models Robust to Noisy Labels?

2023-07-22 · ICCV 2023 1 · Cheng-En Wu, Yu Tian, Haichao Yu, Heng Wang 외

Vision-language models such as CLIP learn a generic text-image embedding from large-scale training data. A vision-language model can be adapted to a new classification task through few-shot prompt tuning. We find that su…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling

SelectMix: Enhancing Label Noise Robustness through Targeted Sample Mixing

2025-09-14 · Qiuhao Liu, Ling Li, Yao Lu, Qi Xuan 외 arxiv

Deep neural networks tend to memorize noisy labels, severely degrading their generalization performance. Although Mixup has demonstrated effectiveness in improving generalization and robustness, existing Mixup-based meth…

Learning with noisy labels

Mitigating the Impact of Noisy Edges on Graph-Based Algorithms via Adversarial Robustness Evaluation

2024-01-28 · Yongyu Wang, Xiaotian Zhuang

Given that no existing graph construction method can generate a perfect graph for a given dataset, graph-based algorithms are often affected by redundant and erroneous edges present within the constructed graphs. In this…

Adversarial AttackAdversarial RobustnessComputational EfficiencyDenoising+1