FastSAG: Towards Fast Non-Autoregressive Singing Accompaniment Generation

Abstract

Deep neural networks (DNNs) have become valuable assets due to their success in various tasks, but their high training costs also make them targets for model theft. Fingerprinting techniques are commonly used to verify model ownership, but existing methods either require training many additional models, leading to increased costs, or rely on GANs to generate fingerprints near decision boundaries, which may compromise image quality. To address these challenges, we propose a GAN-based fingerprint generation method that applies frequency-domain perturbations to normal samples, effectively creating fingerprints. This approach not only resists intellectual property (IP) threats, but also improves fingerprint acquisition efficiency while maintaining high imperceptibility. Extensive experiments demonstrate that our method achieves a state-of-the-art (SOTA) AUC of 0.98 on the Tiny-ImageNet dataset under IP removal attacks, outperforming existing methods by 8%, and consistently achieves the best ABP for three types of IP detection and erasure attacks on the GTSRB dataset. Our source code is available at https://github.com/wason981/Frequency-Fingerprinting.

Cite

Text

Chen et al. "FastSAG: Towards Fast Non-Autoregressive Singing Accompaniment Generation." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/843

Markdown

[Chen et al. "FastSAG: Towards Fast Non-Autoregressive Singing Accompaniment Generation." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/chen2024ijcai-fastsag/) doi:10.24963/ijcai.2024/843

BibTeX

@inproceedings{chen2024ijcai-fastsag,
  title     = {{FastSAG: Towards Fast Non-Autoregressive Singing Accompaniment Generation}},
  author    = {Chen, Jianyi and Xue, Wei and Tan, Xu and Ye, Zhen and Liu, Qifeng and Guo, Yike},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {7618-7626},
  doi       = {10.24963/ijcai.2024/843},
  url       = {https://mlanthology.org/ijcai/2024/chen2024ijcai-fastsag/}
}