paper-with-me

홈 › Papers

GCR: Geometry-Consistent Routing for Task-Agnostic Continual Anomaly Detection

2026-01-05 · Joongwon Chae, Lihui Luo, Yang Liu, Runming Wang, Dongmei Yu, Zeming Liang, Xi Yuan, Dayan Zhang, Zhenglin Chen, Peiwu Qin, Ilmoon Chae arxiv

Feature-based anomaly detection is widely adopted in industrial inspection due to the strong representational power of large pre-trained vision encoders. While most existing methods focus on improving within-category anomaly scoring, practical deployments increasingly require task-agnostic operation under continual category expansion, where the category identity is unknown at test time. In this setting, overall performance is often dominated by expert selection, namely routing an input to an appropriate normality model before any head-specific scoring is applied. However, routing rules that compare head-specific anomaly scores across independently constructed heads are unreliable in practice, as score distributions can differ substantially across categories in scale and tail behavior. We propose GCR, a lightweight mixture-of-experts framework for stabilizing task-agnostic continual anomaly detection through geometry-consistent routing. GCR routes each test image directly in a shared frozen patch-embedding space by minimizing an accumulated nearest-prototype distance to category-specific prototype banks, and then computes anomaly maps only within the routed expert using a standard prototype-based scoring rule. By separating cross-head decision making from within-head anomaly scoring, GCR avoids cross-head score comparability issues without requiring end-to-end representation learning. Experiments on MVTec AD and VisA show that geometry-consistent routing substantially improves routing stability and mitigates continual performance collapse, achieving near-zero forgetting while maintaining competitive detection and localization performance. These results indicate that many failures previously attributed to representation forgetting can instead be explained by decision-rule instability in cross-head routing. Code is available at https://github.com/jw-chae/GCR

📄 PDF Abstract BibTeX arXiv:2601.01856

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningAnomaly DetectionDecision Making

Similar Papers 제목 키워드 기반

Mixture of Experts for Low-Resource LLMs

2026-05-17 · Ori Bar Joseph, Smadar Arvatz, Noam Kayzer, Dan Revital 외 arxiv

Mixture-of-Experts (MoE) architectures enable efficient model scaling, yet expert routing behavior across underrepresented languages remains poorly understood. We analyze routing dynamics in two architecturally distinct …

Towards Adaptive Continual Model Merging via Manifold-Aware Expert Evolution

2026-04-24 · Haiyun Qiu, Xingyu Wu, Kay Chen Tan arxiv

Continual Model Merging (CMM) sequentially integrates task-specific models into a unified architecture without intensive retraining. However, existing CMM methods are hindered by a fundamental saturation-redundancy dilem…

Sparse Subspace-to-Expert Sharing for Task-Agnostic Continual Learning

2026-06-05 · Fatema Siddika, Md Anwar Hossen, Tanwi Mallick, Ali Jannesari arxiv

Continual learning in Large Language Models (LLMs) is hindered by the plasticity-stability dilemma, where acquiring new capabilities often leads to catastrophic forgetting of previous knowledge. Existing methods typicall…

Continual Learning

CARL-CXR: Continual Adapter-Based Routing for Task-Unknown Chest Radiograph Classification

2026-02-17 · Muthu Subash Kavitha, Anas Zafar, Amgad Muneer, Jia Wu arxiv

Clinical deployment of chest radiograph classifiers requires models that can be updated as new datasets become available without retraining on previously observed data or degrading validated performance. We study a task-…

Continual Learning

CONCUR: A Framework for Continual Constrained and Unconstrained Routing

2025-12-10 · Peter Baile Chen, Weiyue Li, Dan Roth, Michael Cafarella 외 arxiv

AI tasks differ in complexity and are best addressed with different computation strategies (e.g., combinations of models and decoding methods). Hence, an effective routing system that maps tasks to the appropriate strate…