Skip to content

mineeuk/ICASSP2026-FST

 
 

Repository files navigation

FUSION SEGMENT TRANSFORMER: BI-DIRECTIONAL ATTENTION GUIDED FUSION NETWORK FOR AI GENERATED MUSIC DETECTION

Submitted @ ICCASP 2026

Yumin Kim* · Seonghyeon Go*

MIPPIA Inc.

Project Page Demo Page

Image

Abstract

With the rise of generative AI technology, anyone can now easily create and deploy AI-generated music, which has heightened the need for technical solutions to address copyright and ownership issues. While existing works have largely focused on short-audio, the challenge of full-audio detection, which requires modeling long-term structure and context, remains insufficiently explored. To address this, we propose an improved version of the Segment Transformer, termed Fusion Segment Transformer. As in our previous work, we extract content embeddings from short music segments using diverse feature extractors. Furthermore, we enhance the architecture for full-audio AI-generated music detection by introducing a Gated Fusion Layer that effectively integrates content and structural information, enabling the capture of long-term context. Experiments on the SONICS and AIME datasets show that our approach consistently outperforms the previous model and recent baselines, achieving state-of-the-art results in full-audio segment detection.

📖 Contents

Installation

Requirements

To set up their environment, please run:

pip install -r requirements.txt

Download Checkpoints and Datasets

To get started, download the our pre-trained checkpoints from Google Drive:

Usage Inference

Use the inference.py script to check if music is AI-generated or human-made. For example,

python inference.py --audio ./examples/test.wav

License

Our code and demo website are licensed under a Creative Commons Attribution-NonCommercial 4.0 International License .

About

[Submitted@ICASSP2026] Official Pytorch Code for Fusion Segment Transformer: Bi-Directional Attention Guided Fusion Network for AI Generated Music Detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 75.2%
  • HTML 24.8%