how do you spot a DreamID face-swap?
- developer
- ByteDance + Tsinghua University
- modality
- face-swap (image and video extension)
- first release
- DreamID, April 19, 2025 (arXiv 2504.14509)
- venue
- Accepted to SIGGRAPH Asia 2025
- video extension
- DreamID-V, January 2026 (arXiv 2601.01425)
- deployment
- Research code + open weights. No consumer SaaS.
DreamID is a diffusion-based face-swap model, not a general image generator. built by ByteDance and Tsinghua University, it runs at ~0.6 second inference per image and landed at SIGGRAPH Asia 2025. it takes a real video or photo containing a face and replaces it with someone else's; same family as DeepFaceLab, FaceFusion, Reface, and SimSwap, but built on a more modern diffusion backbone.
the technical contribution: DreamID achieves high identity-similarity (the swapped face matches the target person closely), pose and expression preservation, and robustness to occlusions and side angles. a video extension, DreamID-V, was posted to arXiv in January 2026.
a DreamID flag means face-swap: real video with a swapped face. weight amige.'s deepfake signal above the binary AI-vs-human score.
what a DreamID output looks like
DreamID is built to minimize visible tells. that's the contribution that got it into SIGGRAPH Asia. reported strengths: high identity-similarity to the target face, correct preservation of the original pose and expression, robustness to glasses, occlusions, and side-angle shots.
subtle artifacts that still survive: minor temporal flicker around the jawline in the video variant. occasional lighting mismatch between the swapped face and the original neck and hair (the model swaps the face region only). the characteristic SD Turbo single-step diffusion “slight softness” on fine details, especially pore-level skin texture under harsh light.
how amige. detects DreamID
the panel handles DreamID through two main signals.
backbone fingerprint. DreamID uses SD Turbo under the hood, which leaves a recognizable single-step diffusion signature different from multi-step Stable Diffusion outputs. detectors trained on this signature flag DreamID-derived content even when the swapped face looks clean.
face-region versus background inconsistency. DreamID's swapped face region has different noise statistics than the surrounding real frame. forensic detectors that score face-region vs. background separately catch this. some specialist deepfake classifiers explicitly treat face-swap as a distinct class from other AI-generated content, and surface it that way.
amige.'s panel includes specialist deepfake signals precisely for cases like this. when a DreamID flag fires, weight the deepfake-specific signal above the binary AI-vs-human score.
the difficulty curve
very hard, in principle: the model was published specifically to beat prior face-swap detectors. in practice: classifiers that have been retrained on DreamID outputs since April 2025 detect it well. anything trained before April 2025 will miss it. the panel approach helps here: even when a single classifier hasn't caught up to a new face-swap model, a specialist deepfake detector that runs alongside it usually has.
for an amige. user: if amige. flags content as DreamID, you're looking at a face-swap deepfake. a real video or photo with someone else's face spliced in via diffusion. the harm in this category is high (impersonation, non-consensual intimate imagery, scam calls with synthetic avatars). weight amige.'s deepfake-class flag here.
misuse and controversy
DreamID is research code and open weights, not a consumer product. it's used by researchers, deepfake hobbyists who can compile code, and (concerningly) the same NCII and impersonation-scam ecosystem that uses every face-swap model. lower distribution volume than commercial apps like Reface or FaceMagic; much higher output quality.
no single landmark legal case has yet been pinned to DreamID specifically, but it belongs to the broader category (non- consensual face-swap and political deepfakes) that is now the most-litigated AI subcategory globally. the canonical viral example: the Tom Cruise / Temu deepfake synthetic celebrity swap that fooled casual viewers in early 2025 and remains the textbook case for why amige.'s deepfake-specific signals exist.
more on the category in what's a deepfake.
version history
- Jan 2026DreamID-V. Image-to-video extension via Diffusion Transformer. Same approach applied to video face-swap.
- Apr 2025DreamID. Initial release. Image face-swap, 512×512, ~0.6 second inference. SD Turbo backbone.
questions
is DreamID an image generator?
no. DreamID is a diffusion-based face-swap model from ByteDance and Tsinghua, not a general image generator. it takes a real photo or video that contains a face and replaces that face with someone else’s, the same family as DeepFaceLab, FaceFusion, and SimSwap on a more modern diffusion backbone. a DreamID flag means a real image or video with a swapped face, not wholly synthetic content.
can DreamID face-swaps be detected?
yes, by classifiers retrained on its output. the authors published DreamID to beat prior face-swap detectors, so anything trained before its April 2025 release misses it, while detectors updated since then catch it well. amige. reads two main signals: the SD Turbo single-step diffusion backbone fingerprint, and the mismatch in noise statistics between the swapped face region and the surrounding real frame.
what artifacts does DreamID leave behind?
DreamID minimizes visible tells, which is the contribution that earned its SIGGRAPH Asia 2025 paper, so it preserves pose and expression and survives glasses and side angles. faint artifacts remain: minor temporal flicker around the jawline in the video variant, occasional lighting mismatch between the swapped face and the original neck and hair, and a slight SD Turbo softness on pore-level skin texture under harsh light.
why does a DreamID flag matter more than a generic AI flag?
it points to a face-swap deepfake, the category where harm runs highest: impersonation, non-consensual intimate imagery, and scams that use a synthetic avatar. the content is a real video or photo with someone else’s face spliced in, not a fully AI-generated image. when a DreamID flag fires, weight amige.’s deepfake-specific signal above the binary AI-versus-human number.
sources.
- 01Ye et al. — DreamID: High-Fidelity and Fast diffusion-based Face Swapping (arXiv:2504.14509)Original paper. ByteDance + Tsinghua, April 2025.
- 02
- 03