Pith

open record

sign in

arxiv: 2402.19091 · v2 · pith:JOJ34EWT · submitted 2024-02-29 · cs.CV

Leveraging Representations from Intermediate Encoder-blocks for Synthetic Image Detection

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 reserved pith:JOJ34EWTrecord.jsonopen to challenge →

classification cs.CV
keywords imagesyntheticavailabledetectionextractedinformationintermediatemodels
0
0 comments X
read the original abstract

The recently developed and publicly available synthetic image generation methods and services make it possible to create extremely realistic imagery on demand, raising great risks for the integrity and safety of online information. State-of-the-art Synthetic Image Detection (SID) research has led to strong evidence on the advantages of feature extraction from foundation models. However, such extracted features mostly encapsulate high-level visual semantics instead of fine-grained details, which are more important for the SID task. On the contrary, shallow layers encode low-level visual information. In this work, we leverage the image representations extracted by intermediate Transformer blocks of CLIP's image-encoder via a lightweight network that maps them to a learnable forgery-aware vector space capable of generalizing exceptionally well. We also employ a trainable module to incorporate the importance of each Transformer block to the final prediction. Our method is compared against the state-of-the-art by evaluating it on 20 test datasets and exhibits an average +10.6% absolute performance improvement. Notably, the best performing models require just a single epoch for training (~8 minutes). Code available at https://github.com/mever-team/rine.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Navigating the Challenges of AI-Generated Image Detection in the Wild: What Truly Matters?

    cs.CV 2025-07 conditional novelty 6.0

    The ITW-SM dataset and targeted optimization of detector design choices yield a 26.87% average AUC improvement for state-of-the-art AI-generated image detectors under real-world social media conditions.

  2. VendorBench-100: A Unified Cross-Paradigm Benchmark for Deepfake Image Detection

    cs.CV 2026-07 conditional novelty 5.0

    A 100-image cross-paradigm benchmark of 36 deepfake detectors reveals that ROC-AUC and MCC diverge sharply, meaning strong class-separation ranking does not guarantee reliable default-threshold decisions.

  3. Minimalist Preprocessing Approach for Image Synthesis Detection

    cs.CV 2026-06 unverdicted novelty 2.0

    Gradient preprocessing for image synthesis detection matches SOTA accuracy at low compute cost.