paper-with-me

Papers

EvoGuard: An Extensible Agentic RL-based Framework for Practical and Evolving AI-Generated Image Detection

2026-03-18 · Chenyang Zhu, Maorong Wang, Jun Liu, Ching-Chun Chang, Isao Echizen arxiv

The rapid proliferation of AI-Generated Images (AIGIs) poses severe misinformation risks, making AIGI detection critical yet challenging. Traditional detection paradigms mainly rely on low-level features, whereas recent research increasingly focuses on leveraging the general understanding ability of Multimodal Large Language Models (MLLMs) to achieve better generalization, yet it still suffers from limited extensibility and expensive data annotations. Instead of building yet another detector, we recast AIGI detection as learned, reasoning-based evidence synthesis over a pool of heterogeneous off-the-shelf detectors, realized through EvoGuard, a novel agentic framework. A capability-aware selection mechanism profiles each detector and gathers complementary evidence per sample; a dynamic orchestration mechanism then reasons over heterogeneous outputs across multiple rounds, cross-validating conflicting or low-confidence signals before concluding. This design exploits the complementary strengths among heterogeneous detectors, transcending the limits of any single model. Furthermore, optimized by a GRPO-based Agentic Reinforcement Learning algorithm using only low-cost binary labels, it eliminates the reliance on fine-grained annotations. Extensive experiments demonstrate that this learned reasoning paradigm outperforms single-detector and static ensembling, achieving SOTA accuracy while mitigating the bias between positive and negative samples. More importantly, it allows the plug-and-play integration of new detectors to boost overall performance in a train-free manner, offering a highly practical, long-term solution to ever-evolving AIGI threats. Source code will be publicly available upon acceptance.

📄 PDF Abstract BibTeX arXiv:2603.17343

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

CyberRAG: An agentic RAG cyber attack classification and reporting tool

2025-07-03 · Francesco Blefari, Cristian Cosentino, Francesco Aurelio Pironti, Angelo Furfaro 외

Intrusion Detection and Prevention Systems (IDS/IPS) in large enterprises can generate hundreds of thousands of alerts per hour, overwhelming security analysts with logs that demand deep, rapidly evolving domain expertis…

Intrusion DetectionRAGRetrieval-augmented Generation

LARC: Towards Human-level Constrained Retrosynthesis Planning through an Agentic Framework

2025-08-16 · Frazier N. Baker, Daniel Adu-Ampratwum, Reza Averly, Botao Yu 외 arxiv

Large language model (LLM) agent evaluators leverage specialized tools to ground the rational decision-making of LLMs, making them well-suited to aid in scientific discoveries, such as constrained retrosynthesis planning…

AgenticGEO: A Self-Evolving Agentic System for Generative Engine Optimization

2026-03-02 · Jiaqi Yuan, Jialu Wang, Zihan Wang, Qingyun Sun 외 arxiv

Generative search engines represent a transition from traditional ranking-based retrieval to Large Language Model (LLM)-based synthesis, transforming optimization goals from ranking prominence towards content inclusion. …

AgentScope 1.0: A Developer-Centric Framework for Building Agentic Applications

2025-08-22 · Dawei Gao, Zitao Li, Yuexiang Xie, Weirui Kuang 외 arxiv

Driven by rapid advancements of Large Language Models (LLMs), agents are empowered to combine intrinsic knowledge with dynamic tool use, greatly enhancing their capacity to address real-world tasks. In line with such an …

A Comprehensive Survey of Self-Evolving AI Agents: A New Paradigm Bridging Foundation Models and Lifelong Agentic Systems

2025-08-10 · Jinyuan Fang, Yanwen Peng, Xi Zhang, Yingxu Wang 외 arxiv

Recent advances in large language models have sparked growing interest in AI agents capable of solving complex, real-world tasks. However, most existing agent systems rely on manually crafted configurations that remain s…