Pith. sign in

REVIEW 4 major objections 5 minor 28 references

Zero-Shot Anomaly Detection in Battery Thermal Images Using Visual Question Answering with Prior Knowledge

T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read A general visual question answering model, given a prompt encoding what a normal battery looks like, detects thermal anomalies at 86.6% AUC without any battery-specific training.

desk verdict A genuine exploratory study of zero-shot VQA for battery thermal anomalies, with honest reporting but a headline AUC whose computation is left unspecified. read the letter →

arxiv 2505.16674 v1 pith:R2XZCP2R submitted 2025-05-22 cs.CV

classification cs.CV
keywords zero-shotanomalydetectionvisualquestionansweringthermalimagingbatterysafetypromptengineeringpriorknowledgeimages
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper asks whether a general visual question answering model—one that answers text questions about images—can detect battery thermal anomalies without ever seeing battery training data. It encodes prior knowledge about normal batteries, namely a smooth, even heat distribution with temperature below 50°C, into a text prompt that also describes the thermal colormap, and queries ChatGPT-4o, LLaVa-13b, and BLIP-2 on a real battery thermal test set. The best result, ChatGPT-4o with one chosen prompt, reaches 86.6% AUC averaged over five trials, which is competitive with trained state-of-the-art models even though the model was not fine-tuned on battery data. The paper also documents sensitivity to prompt wording, trial-to-trial fluctuation, and a bias toward labeling images as anomalous, with rotation-and-crop preprocessing helping recover accuracy on normal images.

What carries the argument

The central mechanism is a single text prompt engineered to include an introduction naming the image as a battery thermal image, the colormap as an ordered list of color names with its 25–60°C range, and two prior-knowledge criteria for normality—smooth, even thermal distribution without hot or cold spots and temperature under 50°C—followed by a yes/no query about whether the battery is normal. The VQA model must ground those color names in actual pixels and judge both criteria. The same prompt scaffold is rephrased into four variants (Prompts 2–5) to test how sensitive the zero-shot pipeline is to wording.

What would settle it

Take the same test set, feed each image to ChatGPT-4o with Prompt 2, but first ask it to state the highest temperature it sees and which colormap color appears hottest; if its stated temperatures do not track the known ground truth (for example, normal images whose true maximum is below 50°C are described as exceeding 50°C), the color-to-temperature grounding that the method relies on has failed.

Watch

Extended reading notes

Core claim

The paper's central claim is that zero-shot anomaly detection in battery thermal images is feasible by treating the task as visual question answering, provided the prompt supplies prior knowledge of what normal looks like. The prompt tells the model the colormap (black, blue, cyan, yellow, orange, red, white over 25–60°C) and two normality criteria from the thermal-monitoring literature: an even and smooth distribution with no hot or cold spots, and temperature below 50°C. On the test set of [8], ChatGPT-4o with Prompt 2 reaches 86.6% AUC without any battery-specific training, while LLaVa-13b and BLIP-2 do worse and vary more across prompts; all models detect anomalies more easily than normal images. The authors read this as evidence that VQA's pretrained grounding plus textual prior knowledge can substitute for labeled battery data, with the caveat that prompt selection and repeated trials heavily influence outcomes.

Load-bearing premise

The method assumes a general vision-language model can correctly translate the written colormap (color names to temperatures, including the 50°C cutoff) into what it sees in the pixels, and that the two textual criteria—smooth distribution and temperature below 50—fully capture what makes a battery thermal image normal.

Editorial extensions

If this is right

  • A zero-shot VQA pipeline can screen battery thermal images for anomalies without any battery-specific training, removing an expensive and safety-sensitive data collection step.
  • The best configuration (ChatGPT-4o, Prompt 2) reaches 86.6% AUC, which is below most trained anomaly detectors but competitive given that no battery data is used; the largest gap is on normal images, which are frequently misclassified as anomalous.
  • Prompt wording acts as a real hyperparameter: averaged accuracy across the whole test set shifts by up to 33 percentage points depending on the prompt and model.
  • Repeated trials and preprocessing that removes background (rotation plus cropping) improve stability and normal-image accuracy, raising overall performance in several configurations.
  • Because the method uses no training data, its performance is unaffected by noise in training data, unlike the trained baselines compared in the paper.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The failure pattern suggests the binding constraint is color-to-temperature grounding, not reasoning: if the model cannot map 'red' and 'white' to temperatures above 50°C, no amount of prompt rewording will fix it, and adding a visual colorbar or a few reference examples may help more than more text.
  • A prompt-ensemble strategy—voting across several rephrasings and trials—could smooth the 11–33 point swings the paper reports and produce a more deployment-ready zero-shot detector.
  • The same prompt scaffold should transfer to other thermal-monitoring domains with known colormaps, such as fuel cells, electronics, or motors, and this could be tested by reusing the exact prompts on another thermal dataset.
  • The near-universal success on anomaly classes combined with weak normal accuracy implies the method is usable as a conservative alarm—anything judged abnormal is likely abnormal—but not yet as a clearance tool; a two-stage design with an anomaly-specific reasoning check could address that.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper explores zero-shot anomaly detection in battery thermal images by prompting three VQA models (ChatGPT-4o, LLaVa-13b, BLIP-2) with handcrafted and paraphrased text prompts that encode prior knowledge about normal battery thermal behavior: an even and smooth thermal distribution and a temperature below 50°C. The method is evaluated on the test set of the battery thermal image dataset introduced in [8], using accuracy averaged over repeated trials, per-category accuracies, qualitative output analyses, and a comparison of AUC values against trained state-of-the-art methods taken from [8]. The paper concludes that the zero-shot VQA approach remains competitive despite using no battery-specific training data.

Significance. If the central claim were fully substantiated, the paper would offer a useful and practical direction: avoiding expensive collection of battery thermal training data by leveraging generic VQA models with prompt-based prior knowledge. The study has real strengths: it examines five prompt variants, performs repeated trials, analyzes qualitative reasoning errors (e.g., Figures 4–6), and reports per-anomaly-type accuracy. However, the quantitative evidence for the headline claim is currently incomplete. The 86.6% AUC in Table III is reported without specifying how a continuous score is obtained from categorical yes/no answers, it is selected from one of fifteen model–prompt combinations, and it is not accompanied by confidence intervals or significance tests on a 60-image test set. The very low normal-image accuracy for several prompts also indicates a strong false-positive bias that is not addressed by the AUC comparison. The paper is therefore more of an exploratory study with promising observations than a validated demonstration of competitiveness; the empirical observations are valuable, but the central claim needs substantial additional support.

major comments (4)
  1. [Section IV-C8, Table III] The computation of the 86.6% AUC is not specified. The method produces categorical answers ('a) Yes' or 'b) No'), and the paper does not explain how these binary responses are converted into a score suitable for an ROC curve. The reported 82.3% accuracy for ChatGPT-4o Prompt 2 cannot be transformed into an AUC without an underlying score. If the score is the fraction of anomaly votes across five trials, the test set admits at most six distinct score values and the resulting ROC is extremely coarse; if the score is obtained from token probabilities or logits, that protocol is never described. Because this AUC is the only quantitative support for the 'competitive performance' claim, the claim is currently unverifiable from the manuscript. Please specify the exact scoring rule, the handling of 'unsure' responses in the score, and whether the ROC is computed per trial or from aggregated scores.
  2. [Section IV-C8, Table III] The comparison with state-of-the-art methods is weakened by selection and lack of uncertainty quantification. ChatGPT-4o with Prompt 2 is chosen from fifteen model–prompt combinations (three models times five prompts) after observing the results, and no confidence interval or significance test is reported for the 86.6% AUC. On a test set of 60 images, differences of a few AUC points are within the range of sampling variability. Reporting the best of fifteen configurations without a pre-specified selection protocol or a multiple-comparison correction makes the headline number difficult to interpret. The authors should either report all fifteen AUC values, provide bootstrap confidence intervals, or describe the selection rule and justify that it does not inflate the reported performance.
  3. [Table II, Section IV-C4] The very low accuracy on normal images undermines the balanced reading of the results. For example, LLaVa-13b with Prompt 2 achieves 2.5% normal-image accuracy, and BLIP-2 with Prompts 1–4 achieves 0% normal-image accuracy, while anomaly accuracy is near 100%. Since the test set has 27 normal and 33 anomalous images, an anomaly-biased classifier can obtain a high overall accuracy and a high AUC despite failing on normal data. The paper should report balanced accuracy, precision-recall curves, or confusion matrices, and should explicitly discuss the safety implications of a detector that flags almost every normal image as anomalous. This issue is load-bearing because the conclusion of 'competitive performance' depends on treating the overall accuracy and AUC as meaningful summaries of detection quality.
  4. [Section IV-B and Section IV-C7] The decision to classify 'unsure' outputs as anomaly predictions is an evaluation choice that favors anomaly detection and can substantially affect the reported numbers. The paper states that this is done for safety, but it does not analyze how sensitive the results are to this choice, nor does it report how many of the final correct predictions in each cell rely on this mapping. Because some LLaVa-13b prompts have up to 41.7% unsure outputs, the treatment of these cases is not a negligible detail. Please report accuracy and AUC both with and without the 'unsure-as-anomaly' rule, or at least provide per-prompt counts of how often the rule changes the final prediction.
minor comments (5)
  1. [Table IV] The column header 'After pre-proprecessing' contains a typo; it should be 'After pre-processing'.
  2. [Section IV-C9] The phrase 'one of the way to enhance performance' should read 'one of the ways to enhance performance'.
  3. [Tables II and IV] The notation 'Avg. Acc. (all)' is not explicitly defined. Clarify that it is the accuracy computed over all 60 test images and then averaged across trials, and specify how per-category accuracies are averaged when the category sizes differ.
  4. [Abstract and Section IV-C8] The abstract claims 'competitive performance compared to state-of-the-art models,' but Table III shows that the zero-shot AUC of 86.6% is below most clean-train SOTA values. Consider tempering the wording to 'comparable to some trained baselines' unless a significance test supports the stronger claim.
  5. [Section III, Figure 1] The color-to-temperature mapping used in the prompts is described only in the figure and Table I. Since the correctness of the entire method depends on the model grounding textual colors to actual pixel colors, it would help to state explicitly that the colormap is the one shown in Figure 1(b) and to discuss any known limitations of VQA models in interpreting colormaps.

Circularity Check

0 steps flagged · score 2.0 of 10

No circular derivation: the zero-shot VQA output is an empirical measurement, not a fitted or internally derived quantity; reliance on [8] is dataset and prior context, not a load-bearing self-citation.

full rationale

The paper's derivation chain is: define normal-battery priors (smooth distribution, temperature below 50 C), embed them in text prompts, ask a frozen VQA model for a binary answer, and compare the resulting accuracy/AUC with trained baselines. No parameter is fitted to the test set, and no equation is derived from the target result. The central number, 86.6% AUC for ChatGPT-4o Prompt 2 in Table III, is an empirical outcome of model inference; it is not constrained to equal any baseline value. The normality criteria are sourced from the authors' prior work [8], but [8] also provides the dataset and the SOTA AUCs, so this is external empirical support rather than a theorem imported to force a conclusion. The fact that the anomaly labels were generated from the same thermal criteria is not circular: the VQA model must still ground the textual color-temperature mapping in the image, and the results show it often fails on normal images (e.g., 42.2% and 2.5% accuracy cells in Table II), proving the outcome is not guaranteed by construction. The only noted weakness is that the AUC computation from binary a/b answers is unspecified in the manuscript, which is a reproducibility or correctness concern, not a circularity reduction. Overall, no circular step can be quoted; the self-citation is minor and not load-bearing.

Assumptions & free parameters 0 free parameters · 4 assumptions · 0 invented entities

The central result depends on prior knowledge from the authors' own earlier paper [8] for the dataset, the normality criteria, and the SOTA baselines. No free parameters are fitted to data; instead, the prompt content and the handling of unsure outputs are hand-chosen assumptions.

assumptions (4)
  • domain assumption A normal battery thermal image has a smooth, even distribution and a temperature below 50 degrees Celsius.
    Taken from prior work [8] and inserted into every prompt; the correctness of this prior knowledge is assumed, not independently verified in this paper.
  • domain assumption The stated colormap linearly maps colors to temperatures between 25 and 60 degrees Celsius, and the VQA model can parse this mapping from text.
    Section III and Table I; without this, yes/no answers about overheating are unreliable.
  • ad hoc to paper Unsure model outputs should be classified as anomalies for safety.
    Section IV-B; this decision inflates anomaly accuracy and is not sensitivity-analyzed.
  • domain assumption The SOTA AUC values from [8] are directly comparable to the zero-shot evaluation protocol.
    Table III; different training regimes and evaluation details may not match.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Zero-Shot Anomaly Detection in Battery Thermal Images Using Visual Question Answering with Prior Knowledge." pith.science (2026). https://pith.science/paper/R2XZCP2R

@misc{pith2026250516674,
  author       = {Pith},
  title        = {Pith review of: Zero-Shot Anomaly Detection in Battery Thermal Images Using Visual Question Answering with Prior Knowledge},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/R2XZCP2R}},
  note         = {Machine review of arXiv:2505.16674}
}
read the original abstract

Batteries are essential for various applications, including electric vehicles and renewable energy storage, making safety and efficiency critical concerns. Anomaly detection in battery thermal images helps identify failures early, but traditional deep learning methods require extensive labeled data, which is difficult to obtain, especially for anomalies due to safety risks and high data collection costs. To overcome this, we explore zero-shot anomaly detection using Visual Question Answering (VQA) models, which leverage pretrained knowledge and textbased prompts to generalize across vision tasks. By incorporating prior knowledge of normal battery thermal behavior, we design prompts to detect anomalies without battery-specific training data. We evaluate three VQA models (ChatGPT-4o, LLaVa-13b, and BLIP-2) analyzing their robustness to prompt variations, repeated trials, and qualitative outputs. Despite the lack of finetuning on battery data, our approach demonstrates competitive performance compared to state-of-the-art models that are trained with the battery data. Our findings highlight the potential of VQA-based zero-shot learning for battery anomaly detection and suggest future directions for improving its effectiveness.

Figures

Figures reproduced from arXiv: 2505.16674 by the authors.

Figure 1
Figure 1. (a) Our proposed zero-shot anomaly detection method takes a text prompt and a thermal image as input. The text [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Samples from the test set proposed in [8]. It consists of normal images and three types of anomalies: overheating, [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Output examples for normal and anomalous data from the three VQA models: ChatGPT-4o [14] (Prompt 2), LLaVa-13b [PITH_FULL_IMAGE:figures/full_fig_p003_3.png] view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Samples of incorrect predictions in ChatGPT-4o, with the detected condition from the prior knowledge indicated in its [PITH_FULL_IMAGE:figures/full_fig_p004_4.png]
Figure 6
Figure 6. Figure 6: Samples of unsure predictions from the LLaVa-13b [PITH_FULL_IMAGE:figures/full_fig_p004_6.png]
Figure 7
Figure 7. Figure 7: To remove background noise and enhance performance, especially for normal data, the test data is cropped and rotated. TABLE IV: Comparison of Avg. Acc. (%) before and after pre-processing. We focus on models and prompts that underperformed on normal data in Table II. T…

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

28 extracted references · 19 canonical work pages

  1. [8]

    Ai-enabled thermal monitoring of commercial (phev) li-ion pouch cells with feature-adapted unsupervised anomaly detection,

    A. Shabayek, A. Rathinam, M. Ruthven, D. Aouada, and T. Amietsza- jew, “Ai-enabled thermal monitoring of commercial (phev) li-ion pouch cells with feature-adapted unsupervised anomaly detection,” Journal of Power Sources, vol. 629, p. 235982, 2025

  2. [1]

    Public health and climate benefits and trade-offs of us vehicle electri- fication,

    D. R. Peters, J. L. Schnell, P. L. Kinney, V . Naik, and D. E. Horton, “Public health and climate benefits and trade-offs of us vehicle electri- fication,” GeoHealth, vol. 4, no. 10, p. e2020GH000275, 2020

  3. [2]

    Solar energy and wind power supply supported by storage technology: A review,

    T. Lehtola and A. Zahedi, “Solar energy and wind power supply supported by storage technology: A review,” Sustainable Energy Tech- nologies and Assessments , vol. 35, pp. 25–31, 2019

  4. [3]

    Anomaly detection method for lithium-ion battery cells based on time series de- composition and improved manhattan distance algorithm,

    M. Wu, S. Zhang, F. Zhang, R. Sun, J. Tang, and S. Hu, “Anomaly detection method for lithium-ion battery cells based on time series de- composition and improved manhattan distance algorithm,” ACS omega, vol. 9, no. 2, pp. 2409–2421, 2023

  5. [4]

    Data driven battery anomaly detection based on shape based clustering for the data centers class,

    S. N. Haider, Q. Zhao, and X. Li, “Data driven battery anomaly detection based on shape based clustering for the data centers class,” Journal of Energy Storage, vol. 29, p. 101479, 2020

  6. [5]

    A wireless battery temperature monitoring system for electric vehicle charging,

    B. Wang, J. H. Fernandez, and A. Massoud, “A wireless battery temperature monitoring system for electric vehicle charging,” in 2019 IEEE SENSORS. IEEE, 2019, pp. 1–4

  7. [6]

    Reconpatch: Contrastive patch representation learning for industrial anomaly detection,

    J. Hyun, S. Kim, G. Jeon, S. H. Kim, K. Bae, and B. J. Kang, “Reconpatch: Contrastive patch representation learning for industrial anomaly detection,” in Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , 2024, pp. 2052–2061

  8. [7]

    Exploiting autoen- coder’s weakness to generate pseudo anomalies,

    M. Astrid, M. Z. Zaheer, D. Aouada, and S.-I. Lee, “Exploiting autoen- coder’s weakness to generate pseudo anomalies,” Neural Computing and Applications, vol. 36, no. 23, pp. 14 075–14 091, 2024

Show all 28 references
  1. [9]

    Overcoming limited battery data challenges: A coupled neural network approach,

    A. Herle, J. Channegowda, and D. Prabhu, “Overcoming limited battery data challenges: A coupled neural network approach,” International Journal of Energy Research , vol. 45, no. 14, pp. 20 474–20 482, 2021

  2. [10]

    Status, challenges, and promises of data-driven battery lifetime prediction under cyber-physical system context,

    Y . Liu, S. Chen, P. Li, J. Wan, and X. Li, “Status, challenges, and promises of data-driven battery lifetime prediction under cyber-physical system context,” IET Cyber-Physical Systems: Theory & Applications , vol. 9, no. 3, pp. 207–217, 2024

  3. [11]

    From images to textual prompts: Zero-shot visual question answering with frozen large language models,

    J. Guo, J. Li, D. Li, A. M. H. Tiong, B. Li, D. Tao, and S. Hoi, “From images to textual prompts: Zero-shot visual question answering with frozen large language models,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2023, pp. 10 867–10 877

  4. [12]

    Gpt-4v-ad: Exploring grounding potential of vqa-oriented gpt- 4v for zero-shot anomaly detection,

    J. Zhang, H. He, X. Chen, Z. Xue, Y . Wang, C. Wang, L. Xie, and Y . Liu, “Gpt-4v-ad: Exploring grounding potential of vqa-oriented gpt- 4v for zero-shot anomaly detection,” in International Joint Conference on Artificial Intelligence . Springer, 2024, pp. 3–16

  5. [13]

    Visual question answering models for zero-shot pedestrian attribute recognition: A comparative study,

    M. Castrill ´on-Santana, E. S ´anchez-Nielsen, D. Freire-Obreg ´on, O. J. Santana, D. Hern ´andez-Sosa, and J. Lorenzo-Navarro, “Visual question answering models for zero-shot pedestrian attribute recognition: A comparative study,” SN Computer Science , vol. 5, no. 6, p. 680, 2024

  6. [14]

    Gpt-4o system card,

    A. Hurst, A. Lerer, A. P. Goucher, A. Perelman, A. Ramesh, A. Clark, A. Ostrow, A. Welihinda, A. Hayes, A. Radford et al., “Gpt-4o system card,” arXiv preprint arXiv:2410.21276 , 2024

  7. [15]

    Improved baselines with visual instruction tuning,

    H. Liu, C. Li, Y . Li, and Y . J. Lee, “Improved baselines with visual instruction tuning,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , 2024, pp. 26 296–26 306

  8. [16]

    Blip-2: Bootstrapping language- image pre-training with frozen image encoders and large language models,

    J. Li, D. Li, S. Savarese, and S. Hoi, “Blip-2: Bootstrapping language- image pre-training with frozen image encoders and large language models,” in International conference on machine learning . PMLR, 2023, pp. 19 730–19 742

  9. [17]

    Multi-agents based on large language models for knowledge-based visual question answering,

    Z. Hu, P. Yang, B. Li, and Z. Wang, “Multi-agents based on large language models for knowledge-based visual question answering,” arXiv preprint arXiv:2412.18351, 2024

  10. [18]

    Paraphrase types elicit prompt engineering capabilities,

    J. P. Wahle, T. Ruas, Y . Xu, and B. Gipp, “Paraphrase types elicit prompt engineering capabilities,” in Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , Y . Al-Onaizan, M. Bansal, and Y .-N. Chen, Eds. Miami, Florida, USA: Association f...

  11. [19]

    Cflow-ad: Real-time unsu- pervised anomaly detection with localization via conditional normalizing flows,

    D. Gudovskiy, S. Ishizaka, and K. Kozuka, “Cflow-ad: Real-time unsu- pervised anomaly detection with localization via conditional normalizing flows,” in Proceedings of the IEEE/CVF winter conference on applica- tions of computer vision , 2022, pp. 98–107

  12. [20]

    Student-teacher feature pyra- mid matching for anomaly detection,

    G. Wang, S. Han, E. Ding, and D. Huang, “Student-teacher feature pyra- mid matching for anomaly detection,” arXiv preprint arXiv:2103.04257, 2021

  13. [21]

    Towards total recall in industrial anomaly detection,

    K. Roth, L. Pemula, J. Zepeda, B. Sch ¨olkopf, T. Brox, and P. Gehler, “Towards total recall in industrial anomaly detection,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2022, pp. 14 318–14 328

  14. [22]

    Cfa: Coupled-hypersphere-based fea- ture adaptation for target-oriented anomaly localization,

    S. Lee, S. Lee, and B. C. Song, “Cfa: Coupled-hypersphere-based fea- ture adaptation for target-oriented anomaly localization,” IEEE Access, vol. 10, pp. 78 446–78 454, 2022

  15. [23]

    Fastflow: Unsupervised anomaly detection and localization via 2d normalizing flows,

    J. Yu, Y . Zheng, X. Wang, W. Li, Y . Wu, R. Zhao, and L. Wu, “Fastflow: Unsupervised anomaly detection and localization via 2d normalizing flows,” arXiv preprint arXiv:2111.07677 , 2021

  16. [24]

    Reconstruction by inpainting for visual anomaly detection,

    V . Zavrtanik, M. Kristan, and D. Sko ˇcaj, “Reconstruction by inpainting for visual anomaly detection,” Pattern Recognition, vol. 112, p. 107706, 2021

  17. [25]

    Probabilistic mod- eling of deep features for out-of-distribution and adversarial detection,

    N. A. Ahuja, I. Ndiour, T. Kalyanpur, and O. Tickoo, “Probabilistic mod- eling of deep features for out-of-distribution and adversarial detection,” arXiv preprint arXiv:1909.11786 , 2019

  18. [26]

    Simplenet: A simple network for image anomaly detection and localization,

    Z. Liu, Y . Zhou, Y . Xu, and Z. Wang, “Simplenet: A simple network for image anomaly detection and localization,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2023, pp. 20 402–20 411

  19. [27]

    Efficientad: Accurate visual anomaly detection at millisecond-level latencies,

    K. Batzner, L. Heckler, and R. K ¨onig, “Efficientad: Accurate visual anomaly detection at millisecond-level latencies,” in Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , 2024, pp. 128–138

  20. [28]

    Padim: a patch dis- tribution modeling framework for anomaly detection and localization,

    T. Defard, A. Setkov, A. Loesch, and R. Audigier, “Padim: a patch dis- tribution modeling framework for anomaly detection and localization,” in International conference on pattern recognition. Springer, 2021, pp. 475–489

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.