paper-with-me

Papers

Explicit Boundary Guided Semi-Push-Pull Contrastive Learning for Supervised Anomaly Detection

2022-07-04 · CVPR 2023 1 · Xincheng Yao, Ruoqi Li, Jing Zhang, Jun Sun, Chongyang Zhang

Most anomaly detection (AD) models are learned using only normal samples in an unsupervised way, which may result in ambiguous decision boundary and insufficient discriminability. In fact, a few anomaly samples are often available in real-world applications, the valuable knowledge of known anomalies should also be effectively exploited. However, utilizing a few known anomalies during training may cause another issue that the model may be biased by those known anomalies and fail to generalize to unseen anomalies. In this paper, we tackle supervised anomaly detection, i.e., we learn AD models using a few available anomalies with the objective to detect both the seen and unseen anomalies. We propose a novel explicit boundary guided semi-push-pull contrastive learning mechanism, which can enhance model's discriminability while mitigating the bias issue. Our approach is based on two core designs: First, we find an explicit and compact separating boundary as the guidance for further feature learning. As the boundary only relies on the normal feature distribution, the bias problem caused by a few known anomalies can be alleviated. Second, a boundary guided semi-push-pull loss is developed to only pull the normal features together while pushing the abnormal features apart from the separating boundary beyond a certain margin region. In this way, our model can form a more explicit and discriminative decision boundary to distinguish known and also unseen anomalies from normal samples more effectively. Code will be available at https://github.com/xcyao00/BGAD.

📄 PDF Abstract BibTeX arXiv:2207.01463

Code (1)

xcyao00/bgad 공식 구현 pytorch

Tasks

Anomaly DetectionContrastive LearningSupervised Anomaly DetectionSupervised Defect Detection

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

PnPNet: Pull-and-Push Networks for Volumetric Segmentation with Boundary Confusion

2023-12-13 · Xin You, Ming Ding, Minghui Zhang, Hanxiao Zhang 외

Precise boundary segmentation of volumetric images is a critical task for image-guided diagnosis and computer-assisted intervention, especially for boundary confusion in clinical practice. However, U-shape networks canno…

Safeguarding LLM Fine-tuning via Push-Pull Distributional Alignment

2026-01-12 · Haozhong Wang, Zhuo Li, Yibo Yang, He Zhao 외 arxiv

The inherent safety alignment of Large Language Models (LLMs) is prone to erosion during fine-tuning, even when using seemingly innocuous datasets. While existing defenses attempt to mitigate this via data selection, the…

Learning Geometry-Aware Nonprehensile Pushing and Pulling with Dexterous Hands

2025-09-22 · Yunshuang Li, Yiyang Ling, Gaurav S. Sukhatme, Daniel Seita arxiv

Nonprehensile manipulation, such as pushing and pulling, enables robots to move, align, or reposition objects that may be difficult to grasp due to their geometry, size, or relationship to the robot or the environment. M…

Push- and Pull-based Effective Communication in Cyber-Physical Systems

2024-01-15 · Pietro Talli, Federico Mason, Federico Chiariotti, Andrea Zanella

In Cyber Physical Systems (CPSs), two groups of actors interact toward the maximization of system performance: the sensors, observing and disseminating the system state, and the actuators, performing physical decisions b…

PushPull-Net: Inhibition-driven ResNet robust to image corruptions

2024-08-07 · Guru Swaroop Bennabhaktula, Enrique Alegre, Nicola Strisciuglio, George Azzopardi

We introduce a novel computational unit, termed PushPull-Conv, in the first layer of a ResNet architecture, inspired by the anti-phase inhibition phenomenon observed in the primary visual cortex. This unit redefines the …

Data AugmentationDomain Generalization