## The paper could benefit from a clearer differentiation from existing methods.
The difference between our method and existing related work is described in the manuscript.
(1). As described in paragraph 2 in the introduction section, as well as paragraph 3 in the related works section, post-hoc watermarking methods are decoupled from the generative model, which can be easily bypassed by a malicious user. Conversely, our method is to inject the proposed signature into a pre-trained generative model, making its generated images more detectable.
(2). As described in paragraph 2 in the introduction section, as well as paragraph 2 in the related works section, the existing generated image detectors suffer from a performance drop against generators that are not seen during the training process. In contrast, our method does not suffer from the issue as long as the image is generated from a model with the proposed signature injected.
(3). As described in paragraph 2 in the related works section, different from deep fake detectors that are specifically designed for human images, our proposed method is general-purpose generated image detection.
(4) As described in paragraph 4 in the related works section, neural network fingerprinting methods have to be re-trained against newly appeared generators. In contrast, our detector can be reused for any future generator as long as the proposed signature is injected.
## Without specific comparisons or benchmarks, it's challenging to gauge the unique contributions of the proposed method.
We presented detailed experiments in section 4.1 and section 4.2 to demonstrate the effectiveness of our proposed method. We compare our proposed method with the state-of-the-art methods in section 4.3. Our method outperforms the existing methods by a margin. Our unique contributions are summarized in the last paragraph of the introduction section.
## The paper's methodology is described, but without detailed experimental results or comparisons, it's difficult to assess the effectiveness and robustness of the proposed approach.
We presented detailed experiments in section 4.1 and section 4.2 to demonstrate the effectiveness of our proposed method. We compare our proposed method with the state-of-the-art methods in section 4.3. We humbly ask the reviewer for a specific description of which experiment is missing from the manuscript, and we will add them to the manuscript.
## The approach of fine-tuning a generative model with signed images raises concerns about overfitting.
We understand the reviewer’s concern. However, our experiments use the conventional dataset split, where the model outperforms existing methods on unseen images. This means our method has learned to generalize against images unseen during the training phase. All the experimental results demonstrate that our method does not suffer from overfitting issues.
## While the paper presents its concepts, more in-depth technical explanations or visual aids, such as diagrams or flowcharts, would help readers better understand the intricacies of the proposed method.
We provided diagrams in Figure 1 to help readers better understand our proposed method. We provided in-depth technical descriptions of the proposed method in Section 3.
## The paper lacks a discussion on the practical implications or real-world applications of the proposed method.
Thanks for the suggestion. Here are some examples of real-world applications. Our method can be adopted by model trainers who plan to publish pre-trained generative models but not their original training dataset. By adding signatures in a pre-trained image generative model, the model trainer can, for instance, protect intellectual property and copyright on the pre-trained model. For instance, assume a pre-trained model is sold to several customers, who are not allowed to re-sell the model as per the contract. In this case, different signatures or binary codes can be injected to the model sold to different customers, which helps the copyright holder to identify the customer who violated the contract for further legal actions.
## The paper's focus on a specific approach to adversarial signatures within generative models raises questions about the method's scalability to larger datasets or more complex models.
We conduct experiments on the FFHQ and ImageNet datasets, and three state-of-the-art generative models including LDM, ADM, and StyleGAN2, which are commonly used large-scale datasets and models in the literature.
## Additionally, its generalizability to other types of adversarial attacks or different domains remains unexplored.
We emphasize that the proposed method is for detecting generated images, which is a completely different topic compared to adversarial attacks and defenses.