We thank the reviewer for their careful and thorough review.
> The contribution of this paper appears limited. There are several existing works on anomaly detection utilizing diffusion models, such as those mentioned below: [1] Unsupervised Surface Anomaly Detection with Diffusion Probabilistic Model, ICCV23. [2] Feature Prediction Diffusion Model for Video Anomaly Detection, ICCV23. [3] DiffusionAD: Denoising Diffusion for Anomaly Detection, Arxiv. [4] Diffusion models for medical anomaly detection, MCCAI22. Can the authors point out the unique contributions of this paper compared with them?
The main difference between DTE and other applications of diffusion model to anomaly detection, including [1-4] is that DTE does not learn a generative model. We note in section 3 that “we propose a much simpler approach that does not require modeling the reverse diffusion process but instead models the distribution over diffusion time corresponding to noisy input samples.” As a result, not only this is orders of magnitude faster than learning a generative diffusion model (Figure 1 and 11), but it also performs better (Figure 5). Another distinguishing feature is that we are focused on finding anomalous samples rather than identifying localized anomalies within images.
We would also like to clarify that papers [1,2] are published after the May 28, 2023, which is ICLR cut-off deadline for citation, and papers [3,4] are already cited and discussed in Section 5. Nevertheless, we have added a discussion of [1] to section 5 and cited both [1,2].
> The motivation and rationale for introducing the diffusion model into anomaly detection are somewhat unclear. The authors should emphasize it.
Historically, all generative modelling techniques are used for anomaly detection since they can implicitly identify low-probability samples. Diffusion models are not an exception. As we explain in Section 3, “The reverse diffusion process implicitly learns the score function of the data distribution and can be used for the likelihood-based identification of anomalies.” We then further investigate this application of diffusion modelling for anomaly detection and find an alternative use of diffusion, explained in the previous answer, leading us to DTE.
> Authors should compare with some latest AD methods proposed in 2023. Besides, it would be more convincing to include diffusion model-based anomaly detection approaches.
ADBench was used as our benchmark and was published at NeurIPS 2022. As discussed in Section 5, We include all baselines from that benchmark in addition to ICL (ICLR 2022), DROCC (ICML 2020), GOAD (ICLR 2020). We updated the paper using two new 2023 baselines that were published after the cut-off deadline: SLAD [1] and DIF [2]. DTE outperforms both methods overall on ADBench. We found that methods created specifically for image anomaly detection tend to perform poorly on tabular datasets, and most of the recent papers are tailored for images. As discussed in the paper, the latest anomaly detection methods, such as [3] and [4], use variations on vanilla DDPM, where the difference between the original input and its reconstruction is used. We do compare to this baseline and find DTE superior to both in efficiency and accuracy.
[1] Hongzuo Xu, Yijie Wang, Juhui Wei, Songlei Jian, Yizhou Li, and Ning Liu. Fascinating supervisory
signals and where to find them: Deep anomaly detection with scale learning. In Proceedings of
the 40th International Conference on Machine Learning, ICML’23
[2] Hongzuo Xu, Guansong Pang, Yijie Wang, and Yongjun Wang. Deep isolation forest for anomaly
detection. IEEE Transactions on Knowledge and Data Engineering, pp. 1–14, 2023a.
[3] Julia Wolleb, Florentin Bieder, Robin Sandk ̈uhler, and Philippe C Cattin. Diffusion models for
medical anomaly detection. In Medical Image Computing and Computer Assisted Intervention–
MICCAI 2022: 25th International Conference, Proceedings,
Part VIII, pp. 35–45. Springer, 2022.
[4] Julian Wyatt, Adam Leach, Sebastian M. Schmon, and Chris G. Willcocks. Anoddpm: Anomaly
detection with denoising diffusion probabilistic models using simplex noise. In 2022 IEEE/CVF
Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), pp. 649–655,
2022.
> The reviewer has thoroughly reviewed the experimental results presented in the appendix. The authors have done a comprehensive experiment by including the results from dozens of datasets in this paper. However, the reviewer observed that the proposed method did not consistently outperform other methods on each individual dataset. It achieved the best performance only on a subset of the datasets.
Due to dataset diversity in ADBench, it is indeed challenging for a single method to consistently outperform others across all datasets. Our method shows competitive performance and, in many cases, outperforms other methods on an aggregate score across various datasets while remaining the most efficient in inference time.