paper-with-me

홈 › Papers

ATTA: Anomaly-aware Test-Time Adaptation for Out-of-Distribution Detection in Segmentation

2023-09-21 · NeurIPS 2023 11

Recent advancements in dense out-of-distribution (OOD) detection have primarily focused on scenarios where the training and testing datasets share a similar domain, with the assumption that no domain shift exists between them. However, in real-world situations, domain shift often exits and significantly affects the accuracy of existing out-of-distribution (OOD) detection models. In this work, we propose a dual-level OOD detection framework to handle domain shift and semantic shift jointly. The first level distinguishes whether domain shift exists in the image by leveraging global low-level features, while the second level identifies pixels with semantic shift by utilizing dense high-level feature maps. In this way, we can selectively adapt the model to unseen domains as well as enhance model's capacity in detecting novel classes. We validate the efficacy of our proposed method on several OOD segmentation benchmarks, including those with significant domain shifts and those without, observing consistent performance improvements across various baseline models. Code is available at https://github.com/gaozhitong/ATTA.Submission Number: 5971

📄 PDF Abstract BibTeX

Code (1)

gaozhitong/atta 공식 구현 pytorch

Similar Papers 제목 키워드 기반

CANDI: Curated Test-Time Adaptation for Multivariate Time-Series Anomaly Detection Under Distribution Shift

2026-04-02 · HyunGi Kim, Jisoo Mok, Hyungyu Lee, Juhyeon Shin 외 arxiv

Multivariate time-series anomaly detection (MTSAD) aims to identify deviations from normality in multivariate time-series and is critical in real-world applications. However, in real-world deployments, distribution shift…

Test-time AdaptationAnomaly Detection

Learning Topology-Aware Representations via Test-Time Adaptation for Anomaly Segmentation

2026-06-26 · Ali Zia, Usman Ali, Abdul Rehman, Umer Ramzan 외 arxiv

Test-time adaptation (TTA) has emerged as a promising paradigm for mitigating distribution shifts in deep models. However, existing TTA approaches for anomaly segmentation remain limited by their reliance on pixel-level …

Unsupervised Anomaly DetectionTest-time Adaptation

When Normality Shifts: Risk-Aware Test-Time Adaptation for Unsupervised Tabular Anomaly Detection

2026-05-11 · Wei Huang, Hezhe Qiao, Kailai Zhang, Zaisheng Ye 외 arxiv

Unsupervised tabular anomaly detection methods typically learn feature patterns from normal samples during training and subsequently identify samples that deviate from these patterns as anomalies during testing. However,…

Test-time AdaptationContrastive LearningAnomaly Detection

Test-Time Adaptation for Anomaly Segmentation via Topology-Aware Optimal Transport Chaining

2026-01-28 · Ali Zia, Usman Ali, Umer Ramzan, Abdul Rehman 외 arxiv

Deep topological data analysis (TDA) offers a principled framework for capturing structural invariants such as connectivity and cycles that persist across scales, making it a natural fit for anomaly segmentation (AS). Un…

Test-time Adaptation3D Anomaly Detection

Order-Aware Test-Time Adaptation: Leveraging Temporal Dynamics for Robust Streaming Inference

2026-01-28 · Young Kyung Kim, Oded Schlesinger, Qiangqiang Wu, J. Matías Di Martino 외 arxiv

Test-Time Adaptation (TTA) enables pre-trained models to adjust to distribution shift by learning from unlabeled test-time streams. However, existing methods typically treat these streams as independent samples, overlook…

Test-time AdaptationImage ClassificationSentiment Analysis