paper-with-me

홈 › Papers

Multimodal Task Representation Memory Bank vs. Catastrophic Forgetting in Anomaly Detection

2025-02-10 · You Zhou, Jiangshan Zhao, Deyu Zeng, Zuo Zuo, Weixiang Liu, Zongze Wu

Unsupervised Continuous Anomaly Detection (UCAD) faces significant challenges in multi-task representation learning, with existing methods suffering from incomplete representation and catastrophic forgetting. Unlike supervised models, unsupervised scenarios lack prior information, making it difficult to effectively distinguish redundant and complementary multimodal features. To address this, we propose the Multimodal Task Representation Memory Bank (MTRMB) method through two key technical innovations: A Key-Prompt-Multimodal Knowledge (KPMK) mechanism that uses concise key prompts to guide cross-modal feature interaction between BERT and ViT. Refined Structure-based Contrastive Learning (RSCL) leveraging Grounding DINO and SAM to generate precise segmentation masks, pulling features of the same structural region closer while pushing different structural regions apart. Experiments on MVtec AD and VisA datasets demonstrate MTRMB's superiority, achieving an average detection accuracy of 0.921 at the lowest forgetting rate, significantly outperforming state-of-the-art methods. We plan to open source on GitHub.

📄 PDF Abstract BibTeX arXiv:2502.06194

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionContrastive LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Weight Decay 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Exploring Multimodal Prompts For Unsupervised Continuous Anomaly Detection

2026-03-23 · Mingle Zhou, Jiahui Liu, Jin Wan, Gang Li 외 arxiv

Unsupervised Continuous Anomaly Detection (UCAD) is gaining attention for effectively addressing the catastrophic forgetting and heavy computational burden issues in traditional Unsupervised Anomaly Detection (UAD). Howe…

Unsupervised Anomaly DetectionAdversarial Robustness

Memory Bank Compression for Continual Adaptation of Large Language Models

2026-01-02 · Thomas Katraouras, Dimitrios Rafailidis arxiv

Large Language Models (LLMs) have become a mainstay for many everyday applications. However, as data evolve their knowledge quickly becomes outdated. Continual learning aims to update LLMs with new information without er…

Continual Learning

A Memory Transformer Network for Incremental Learning

2022-10-10 · Ahmet Iscen, Thomas Bird, Mathilde Caron, Alireza Fathi 외

We study class-incremental learning, a training setup in which new classes of data are observed over time for the model to learn from. Despite the straightforward problem formulation, the naive application of classificat…

class-incremental learningClass Incremental LearningIncremental Learning

Consistent Representation Learning for Continual Relation Extraction

2022-03-05 · Findings (ACL) 2022 5 · Kang Zhao, Hua Xu, Jiangong Yang, Kai Gao

Continual relation extraction (CRE) aims to continuously train a model on data with new relations while avoiding forgetting old ones. Some previous work has proved that storing a few typical samples of old relations and …

Continual Relation ExtractionContrastive LearningKnowledge DistillationRelation+2

CADIC: Continual Anomaly Detection Based on Incremental Coreset

2025-11-10 · Gen Yang, Zhipeng Deng, Junfeng Man arxiv

The primary objective of Continual Anomaly Detection (CAD) is to learn the normal patterns of new tasks under dynamic data distribution assumptions while mitigating catastrophic forgetting. Existing embedding-based CAD a…

Anomaly Detection