paper-with-me

Papers

Hierarchical Semi-Supervised Contrastive Learning for Contamination-Resistant Anomaly Detection

2022-07-24 · Gaoang Wang, Yibing Zhan, Xinchao Wang, Mingli Song, Klara Nahrstedt

Anomaly detection aims at identifying deviant samples from the normal data distribution. Contrastive learning has provided a successful way to sample representation that enables effective discrimination on anomalies. However, when contaminated with unlabeled abnormal samples in training set under semi-supervised settings, current contrastive-based methods generally 1) ignore the comprehensive relation between training data, leading to suboptimal performance, and 2) require fine-tuning, resulting in low efficiency. To address the above two issues, in this paper, we propose a novel hierarchical semi-supervised contrastive learning (HSCL) framework, for contamination-resistant anomaly detection. Specifically, HSCL hierarchically regulates three complementary relations: sample-to-sample, sample-to-prototype, and normal-to-abnormal relations, enlarging the discrimination between normal and abnormal samples with a comprehensive exploration of the contaminated data. Besides, HSCL is an end-to-end learning approach that can efficiently learn discriminative representations without fine-tuning. HSCL achieves state-of-the-art performance in multiple scenarios, such as one-class classification and cross-dataset detection. Extensive ablation studies further verify the effectiveness of each considered relation. The code is available at https://github.com/GaoangW/HSCL.

📄 PDF Abstract BibTeX arXiv:2207.11789

Code (1)

gaoangw/hscl 공식 구현 pytorch

Tasks

Anomaly DetectionContrastive LearningOne-Class ClassificationRelation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Elsa: Energy-based learning for semi-supervised anomaly detection

2021-03-29 · Sungwon Han, Hyeonho Song, Seungeon Lee, Sungwon Park 외

Anomaly detection aims at identifying deviant instances from the normal data distribution. Many advances have been made in the field, including the innovative use of unsupervised contrastive learning. However, existing m…

Anomaly DetectionContrastive LearningSemi-supervised Anomaly DetectionSupervised Anomaly Detection

LLM Benchmark Datasets Should Be Contamination-Resistant

2026-05-19 · Ali Al-Lawati, Jason Lucas, Dongwon Lee, Suhang Wang arxiv

Benchmark datasets are critical for reproducible, reliable, and discriminative evaluation of LLMs. However, recent studies reveal that many benchmark datasets are included in pretraining corpora, i.e., $\textit{contamina…

PixCon: Clean-Positive Contrastive Learning for Foundation-Model Semi-Supervised Segmentation

2026-07-03 · Ebenezer Tarubinga hf

Semi-supervised semantic segmentation (SSSS) has long turned on one question, which pseudo-labels to trust, and answered it with ever more careful confidence filtering. Foundation backbones change the regime: with a DINO…

Semi-Supervised Semantic SegmentationContrastive Learning

Towards Contamination Resistant Benchmarks

2025-05-13 · Rahmatullah Musawi, Sheng Lu

The rapid development of large language models (LLMs) has transformed the landscape of natural language processing. Evaluating LLMs properly is crucial for understanding their potential and addressing concerns such as sa…

Combating Noise: Semi-supervised Learning by Region Uncertainty Quantification

2021-11-01 · NeurIPS 2021 12 · Zhenyu Wang, YaLi Li, Ye Guo, Shengjin Wang

Semi-supervised learning aims to leverage a large amount of unlabeled data for performance boosting. Existing works primarily focus on image classification. In this paper, we delve into semi-supervised learning for objec…

image-classificationImage Classificationobject-detectionObject Detection+1