paper-with-me

홈 › Papers

ProCon: Projection-Consistency Memory for Training-Free Anomaly Detection

2026-07-06 · Joongwon Chae, Lihui Luo, Yang Liu, Dongmei Yu, Peiwu Qin, Runming Wang, Ilmoon Chae arxiv

Memory-based anomaly detection is attractive because it localizes defects from normal images without training a decoder or synthesizing pseudo anomalies. However, most memory methods still use the memory bank as a nearest-neighbor lookup table: a test patch is treated as normal if it has one nearby normal anchor. This hard retrieval view is vulnerable to false-normal matches and does not test whether the patch is consistently supported by a local normal neighborhood. We propose ProCon, a training-free framework that turns memory retrieval into decoder-free reconstruction. ProCon softly projects each test patch onto nearby normal memory vectors and uses the projection residual as anomaly evidence. To stabilize this residual, it constructs seed-perturbed layer-wise memories, aggregates bank residuals by a median, and fuses depth-specific residual maps by layer consensus. ProCon requires no decoder training, backbone fine-tuning, learned fusion weights, or pseudo-anomaly supervision. Across MVTec-AD, VisA, and Real-IAD under the single-category evaluation protocol, ProCon achieves strong image- and pixel-level performance under seven standard metrics, including image AUROC scores of 99.8%, 99.2%, and 93.2%, respectively. Ablations show that the gains come from replacing hard retrieval with soft normal projection and stabilizing the residuals through memory and depth consensus. The code is available at https://github.com/jw-chae/Procon

📄 PDF Abstract BibTeX arXiv:2607.04894

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

Anchoring Refusal Direction: Mitigating Safety Risks in Tuning via Projection Constraint

2025-09-08 · Yanrui Du, Fenglei Fan, Sendong Zhao, Jiawei Cao 외 arxiv

Instruction Fine-Tuning (IFT) has been widely adopted as an effective post-training strategy to enhance various abilities of Large Language Models (LLMs). However, prior studies have shown that IFT can significantly comp…

ReProCon: Scalable and Resource-Efficient Few-Shot Biomedical Named Entity Recognition

2025-08-22 · Jeongkyun Yoo, Nela Riddle, Andrew Hoblitzell arxiv

Named Entity Recognition (NER) in biomedical domains faces challenges due to data scarcity and imbalanced label distributions, especially with fine-grained entity types. We propose ReProCon, a novel few-shot NER framewor…

Contrastive LearningFew-shot NER

ProContEXT: Exploring Progressive Context Transformer for Tracking

2022-10-27 · Jin-Peng Lan, Zhi-Qi Cheng, Jun-Yan He, Chenyang Li 외

Existing Visual Object Tracking (VOT) only takes the target area in the first frame as a template. This causes tracking to inevitably fail in fast-changing and crowded scenes, as it cannot account for changes in object a…

ObjectObject TrackingVideo Object TrackingVisual Object Tracking

Memory-Efficient LLM Training by Various-Grained Low-Rank Projection of Gradients

2025-05-03 · Yezhen Wang, Zhouhao Yang, Brian K Chen, Fanyi Pu 외

Building upon the success of low-rank adapter (LoRA), low-rank gradient projection (LoRP) has emerged as a promising solution for memory-efficient fine-tuning. However, existing LoRP methods typically treat each row of t…

GSM8KMMLU

Closing the Loop: Training-Free Revisit Consistency for Autoregressive Generative Rendering

2026-07-23 · Wenchao Ma, Changran Liu, Sharon X. Huang, Haomiao Jiang hf

Recent conditional video generation models have shown promising potentials to transform 3D engine renderings, such as depth maps and untextured geometry, into photorealistic videos for gaming and immersive content creati…

Video Generation