Detection of AI-Generated Product Main Images in Cross-Border E-Commerce Based on Multi-Feature Fusion
This paper addresses the challenge of detecting AI-generated product images in cross-border e-commerce by introducing the CBEC-AIGC-Bench dataset and proposing MFF-EComDet, a multi-feature fusion network that combines spatial semantic and frequency artifact branches with a cross-attention mechanism to effectively distinguish generation artifacts from promotional text interference.
Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
The Problem: The "Too Good to Be True" Online Store
Imagine you are shopping online for a pair of shoes or a fresh fish. You see a picture that looks perfect: the colors are vibrant, the lighting is flawless, and the fish looks incredibly fresh. But what if that picture wasn't taken with a camera? What if it was created by an AI (like Midjourney or DALL-E) to trick you into buying something that doesn't look like that in real life?
This is a growing problem in cross-border e-commerce. Sellers are using AI to make product photos cheaply and quickly. However, these AI images often have tiny, invisible "glitches"—like a fish scale that doesn't quite connect, a shadow that points the wrong way, or a texture that looks a bit too smooth.
The Challenge:
Detecting these glitches is hard because online product photos are messy. They are usually covered in:
- Big, bold text saying "50% OFF!"
- Watermarks in different languages.
- Price tags and countdown timers.
Old detection tools get confused by this "noise." They mistake the sharp edges of the text for the glitches of the AI, leading to false alarms. It's like trying to hear a whisper in a room where someone is screaming "SALE!"
The Solution: A Two-Sided Detective Team
The researchers (Huang and Hui) built a new system called MFF-EComDet. Think of this system not as a single detective, but as a two-person investigation team that looks at the same photo from two completely different angles.
Detective 1: The "Shape and Light" Specialist (Spatial Branch)
This detective looks at the photo normally, just like a human does. They check for:
- Geometry: Do the legs of the chair look straight?
- Lighting: Does the shadow fall in the right direction?
- Boundaries: Does the edge of the product look blurry or weirdly cut off?
They use a smart, lightweight brain (called ConvNeXt) to spot these big-picture inconsistencies.
Detective 2: The "Frequency" Specialist (Frequency Branch)
This detective doesn't look at the picture with their eyes; they look at it like a musician listening to a song.
- Every image is made of waves and patterns. AI-generated images often have a specific "rhythm" or "beat" (called frequency artifacts) left behind by the computer, like a faint hum in a recording.
- This detective uses a mathematical tool called DCT (Discrete Cosine Transform) to break the image down into these waves. They are looking for the weird, grid-like "hum" that only AI makes.
- Why this helps: Even if the text "50% OFF" is loud and distracting to the first detective, the second detective can ignore the text and focus on the underlying "hum" of the product itself.
The Magic Glue: The "Cross-Attention" Mixer
Here is the clever part. If you just let these two detectives shout their opinions at each other, the "50% OFF" text might drown out the clues.
The researchers built a Mixer (Cross-Attention Module) that acts like a smart conductor.
- The "Shape" detective says, "Hey, look at this text area! It's very sharp."
- The "Frequency" detective checks that same area and says, "I don't hear the weird AI hum here. That's just text."
- The Mixer tells the system: "Ignore the text. Focus your attention on the product where both detectives agree something is suspicious."
This allows the system to filter out the noise of the promotional text and focus purely on the product's authenticity.
The Test: A New "Training Ground"
To prove their system works, the researchers couldn't use old datasets because they didn't have enough photos of products with "50% OFF" signs on them.
So, they built their own training ground called CBEC-AIGC-Bench.
- They collected 2,000 real product photos from sites like Amazon and Shopee.
- They used AI to generate 2,000 fake versions of those same products.
- They tested their system against this new, messy, text-filled dataset.
The Results: Winning the Game
The results were impressive:
- Old methods (like standard AI detectors) got confused by the text and were right only about 81-89% of the time.
- The new system (MFF-EComDet) got it right 94.8% of the time.
Bonus Test: The researchers also squashed the images (compressed them) to simulate what happens when a website saves them to save space.
- The old "Frequency-only" detectives failed miserably when the image was compressed (dropping to 55% accuracy).
- The new two-person team stayed strong (82.3% accuracy) because when the "Frequency" detective lost the signal due to compression, the "Shape" detective stepped in to help.
Summary
In short, this paper presents a new way to catch AI-generated product photos in online stores. Instead of just looking at the picture, the system listens to the "frequency" of the image and uses a smart "mixer" to ignore the distracting sales text. This makes it much better at spotting fakes than previous tools, even when the images are messy or compressed.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.