paper-with-me

홈 › Papers

Few Shot Part Segmentation Reveals Compositional Logic for Industrial Anomaly Detection

2023-12-21 · Soopil Kim, Sion An, Philip Chikontwe, Myeongkyun Kang, Ehsan Adeli, Kilian M. Pohl, Sang Hyun Park

Logical anomalies (LA) refer to data violating underlying logical constraints e.g., the quantity, arrangement, or composition of components within an image. Detecting accurately such anomalies requires models to reason about various component types through segmentation. However, curation of pixel-level annotations for semantic segmentation is both time-consuming and expensive. Although there are some prior few-shot or unsupervised co-part segmentation algorithms, they often fail on images with industrial object. These images have components with similar textures and shapes, and a precise differentiation proves challenging. In this study, we introduce a novel component segmentation model for LA detection that leverages a few labeled samples and unlabeled images sharing logical constraints. To ensure consistent segmentation across unlabeled images, we employ a histogram matching loss in conjunction with an entropy loss. As segmentation predictions play a crucial role, we propose to enhance both local and global sample validity detection by capturing key aspects from visual semantics via three memory banks: class histograms, component composition embeddings and patch-level representations. For effective LA detection, we propose an adaptive scaling strategy to standardize anomaly scores from different memory banks in inference. Extensive experiments on the public benchmark MVTec LOCO AD reveal our method achieves 98.1% AUROC in LA detection vs. 89.6% from competing methods.

📄 PDF Abstract BibTeX arXiv:2312.13783

Code (1)

oopil/PSAD_logical_anomaly_detection 공식 구현 pytorch

Tasks

Anomaly DetectionSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

3D Compositional Zero-shot Learning with DeCompositional Consensus

2021-11-29 · Muhammad Ferjad Naeem, Evin Pınar Örnek, Yongqin Xian, Luc van Gool 외

Parts represent a basic unit of geometric and semantic similarity across different objects. We argue that part knowledge should be composable beyond the observed object classes. Towards this, we present 3D Compositional …

BenchmarkingCompositional Zero-Shot LearningObjectSegmentation+6

Segmentation of Knee Bones for Osteoarthritis Assessment: A Comparative Analysis of Supervised, Few-Shot, and Zero-Shot Learning Approaches

2024-03-13 · Yun Xin Teoh, Alice Othmani, Siew Li Goh, Juliana Usman 외

Knee osteoarthritis is a degenerative joint disease that induces chronic pain and disability. Bone morphological analysis is a promising tool to understand the mechanical aspect of this disorder. This study proposes a 2D…

Few-Shot LearningMorphological AnalysisSegmentationSemantic Segmentation+1

Zero-shot Compositional Action Recognition with Neural Logic Constraints

2025-08-04 · Gefan Ye, Lin Li, Kexin Li, Jun Xiao 외 arxiv

Zero-shot compositional action recognition (ZS-CAR) aims to identify unseen verb-object compositions in the videos by exploiting the learned knowledge of verb and object primitives during training. Despite compositional …

Action Recognition

Compositional Prototype Network with Multi-view Comparision for Few-Shot Point Cloud Semantic Segmentation

2020-12-28 · Xiaoyu Chen, Chi Zhang, Guosheng Lin, Jing Han

Point cloud segmentation is a fundamental visual understanding task in 3D vision. A fully supervised point cloud segmentation network often requires a large amount of data with point-wise annotations, which is expensive …

Few-Shot LearningPoint Cloud SegmentationSegmentationSemantic Segmentation

Siamese recurrent networks learn first-order logic reasoning and exhibit zero-shot compositional generalization

2019-06-01 · Mathijs Mul, Willem Zuidema

Can neural nets learn logic? We approach this classic question with current methods, and demonstrate that recurrent neural networks can learn to recognize first order logical entailment relations between expressions. We …

Relation