BusterX++: Towards Unified Cross-Modal AI-Generated Content Detection and Explanation with MLLM
- lab Hugging Face
- lab arXiv
- location Taiwan
- model BusterX++
- model MLLM
- person Haiquan Wen
- product RL
- product SFT
Researchers have introduced BusterX++, a unified multimodal large language model designed to detect and explain AI-generated content across both images and videos, according to a paper posted to arXiv [1]. The model employs a single-stage reinforcement learning strategy that its creators say matches or exceeds conventional two-stage training approaches [2]. The system, detailed in a submission last revised in June 2026, addresses what its authors describe as a growing risk of multimodal visual misinformation driven by advances in generative AI [2]. Existing detection methods typically handle image and video forensics as separate problems, leaving potential cross-modal benefits untapped [2]. BusterX++ is paired with a new evaluation suite called GenBuster-Bench++, a difficulty-aligned benchmark containing balanced image and video samples from recent generation models and real-world scenarios [2]. The paper’s central technical finding concerns the post-training paradigm commonly used for large language models. Many pipelines follow a supervised fine-tuning stage before applying reinforcement learning, a sequence often abbreviated as SFT→RL [2]. The BusterX++ team revisited this convention and found that a single-stage, pure RL approach—driven only by sparse outcome rewards—consistently matched or surpassed a strong SFT+RL baseline in both unified and single-modality settings [2]. The authors attribute this result to policy entropy. Supervised fine-tuning, they argue, imposes lower policy entropy, which narrows the policy search space and limits exploratory freedom [2]. In contrast, the single-stage pure RL method maintains higher policy entropy throughout training, which the researchers say unlocks the spontaneous emergence of cross-modal capability transfer between image and video forensics [2]. The paper reports state-of-the-art performance on the GenBuster-Bench++ benchmark [2]. The work was submitted by Haiquan Wen and colleagues, with the initial version posted in July 2025 and the fourth revision uploaded on June 15, 2026 [1]. The submission history shows the manuscript size shrinking from 27,225 KB in the first version to 4,031 KB in the final revision [1]. The paper appears on arXiv under the Computer Vision and Pattern Recognition category [1]. Broader context underscores the relevance of such detection tools. The rapid improvement of image and video synthesis models has made it easier to produce convincing fake media, a challenge that has drawn attention from both academic and industry labs [2]. The BusterX++ paper is indexed on Hugging Face’s paper pages, a platform that links research artifacts such as models, datasets, and interactive demos to academic manuscripts [4]. Hugging Face and arXiv have also collaborated to embed community-built demos directly alongside paper abstracts, allowing readers to test models without writing code [5]. The release of BusterX++ comes amid a period of intense activity in open-weight model development. Companies such as DeepSeek and Alibaba’s Qwen have distributed large language models under permissive licenses, fueling rapid experimentation across the research community [7][9]. DeepSeek, a Chinese AI firm founded in 2023, gained attention for training competitive models at reported costs far below those of larger rivals, using techniques such as mixture-of-experts layers [7]. Alibaba Cloud’s Qwen family, meanwhile, offers models under Apache 2.0 and other licenses, further expanding the pool of openly available foundation models [9].
regulationbenchmarkresearch-paper
Background sources we checked (8)
- arxiv.org ↗ The rapid advancement of generative AI has substantially improved image and video synthesis, amplifying the risk of multimodal visual misinformation. Recent MLLMs have shown promise for transparent AI-generated content detection through reasoning and explanation, yet existing app…
- arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
- huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
- huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
- huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
- en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
- en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…