paper-with-me

홈 › Papers

E3: Ensemble of Expert Embedders for Adapting Synthetic Image Detectors to New Generators Using Limited Data

2024-04-12 · Aref Azizpour, Tai D. Nguyen, Manil Shrestha, Kaidi Xu, Edward Kim, Matthew C. Stamm

As generative AI progresses rapidly, new synthetic image generators continue to emerge at a swift pace. Traditional detection methods face two main challenges in adapting to these generators: the forensic traces of synthetic images from new techniques can vastly differ from those learned during training, and access to data for these new generators is often limited. To address these issues, we introduce the Ensemble of Expert Embedders (E3), a novel continual learning framework for updating synthetic image detectors. E3 enables the accurate detection of images from newly emerged generators using minimal training data. Our approach does this by first employing transfer learning to develop a suite of expert embedders, each specializing in the forensic traces of a specific generator. Then, all embeddings are jointly analyzed by an Expert Knowledge Fusion Network to produce accurate and reliable detection decisions. Our experiments demonstrate that E3 outperforms existing continual learning methods, including those developed specifically for synthetic image detection.

📄 PDF Abstract BibTeX arXiv:2404.08814

Code (1)

arefaz/e3-ensemble-of-expert-embedders-cvprwmf24 공식 구현 pytorch

Tasks

Continual LearningSynthetic Image DetectionTransfer Learning

Similar Papers 제목 키워드 기반

Understanding the Influence of Synthetic Data for Text Embedders

2025-09-07 · Jacob Mitchell Springer, Vaibhav Adlakha, Siva Reddy, Aditi Raghunathan 외 arxiv

Recent progress in developing general purpose text embedders has been driven by training on ever-growing corpora of synthetic LLM-generated data. Nonetheless, no publicly available synthetic dataset exists, posing a barr…

Situating Sentence Embedders with Nearest Neighbor Overlap

2019-09-24 · ICLR 2020 1 · Lucy H. Lin, Noah A. Smith

As distributed approaches to natural language semantics have developed and diversified, embedders for linguistic units larger than words have come to play an increasingly important role. To date, such embedders have been…

Sentence

Modeling Generalized Specialist Approach To Train Quality Resilient Snapshot Ensemble

2022-06-12 · Ghalib Ahmed Tahir, Chu Kiong Loo, Zongying Liu

Convolutional neural networks (CNNs) apply well with food image recognition due to the ability to learn discriminative visual features. Nevertheless, recognizing distorted images is challenging for existing CNNs. Hence, …

Data AugmentationTransfer Learning

Synthetic Expertise

2022-11-11 · Ron Fulbright, Grover Walters

We will soon be surrounded by artificial systems capable of cognitive performance rivaling or exceeding a human expert in specific domains of discourse. However, these cogs need not be capable of full general artificial …

Let Multimodal Embedders Learn When to Augment Query via Adaptive Query Augmentation

2025-11-04 · Wongyu Kim, Hochang Lee, Sanghak Lee, Yoonsung Kim 외 arxiv

Query augmentation makes queries more meaningful by appending further information to the queries to find relevant documents. Current studies have proposed Large Language Model (LLM)-based embedders, which learn represent…