FakeParts: A New Family of AI-Generated DeepFakes
2
2 commits
3 linked in READMEs
updated Jan 9, 2026
We introduce FakeParts, a new class of deepfakes characterized by subtle, localized manipulations to specific spatial regions or temporal segments of otherwise authentic videos. Unlike fully synthetic content, these partial manipulations—ranging from altered facial expressions to object substitutions and background modifications—blend seamlessly with real elements, making them particularly deceptive and difficult to detect. To address the critical gap in detection, we present FakePartsBench, the first large-scale benchmark specifically designed to capture the full spectrum of partial deepfakes. Comprising over 81K (including 44K FakeParts) videos with pixel- and frame-level manipulation annotations, our dataset enables comprehensive evaluation of detection methods. Our user studies demonstrate that FakeParts reduces human detection accuracy by up to 26% compared to traditional deepfakes, with similar performance degradation observed in state-of-the-art detection models. This work identifies an urgent vulnerability in current detectors and provides the necessary resources to develop methods robust to partial manipulations.
FakePartsBench provides:
Every sample includes rich metadata and, for FakeParts, precise localization of manipulated pixels or frames to enable detailed training and evaluation.
You can easily load the FakePartsBench dataset using the Hugging Face datasets library:
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("hi-paris/FakeParts")
# Inspect the data
print(dataset)
If you use FakeParts please cite:
@misc{liu2025fakepartsnewfamilyaigenerated,
title={FakeParts: a New Family of AI-Generated DeepFakes},
author={Ziyi Liu and Firas Gabetni and Awais Hussain Sani and Xi Wang and Soobash Daiboo and Gaetan Brison and Gianni Franchi and Vicky Kalogeiton},
year={2025},
eprint={2508.21052},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2508.21052},
}
LICENSE (default: BSD-3-Clause unless noted otherwise in subfolders).baselines/.2 commits
FakeParts: A New Family of AI-Generated DeepFakes
2
2 commits
3 linked in READMEs
updated Jan 9, 2026
We introduce FakeParts, a new class of deepfakes characterized by subtle, localized manipulations to specific spatial regions or temporal segments of otherwise authentic videos. Unlike fully synthetic content, these partial manipulations—ranging from altered facial expressions to object substitutions and background modifications—blend seamlessly with real elements, making them particularly deceptive and difficult to detect. To address the critical gap in detection, we present FakePartsBench, the first large-scale benchmark specifically designed to capture the full spectrum of partial deepfakes. Comprising over 81K (including 44K FakeParts) videos with pixel- and frame-level manipulation annotations, our dataset enables comprehensive evaluation of detection methods. Our user studies demonstrate that FakeParts reduces human detection accuracy by up to 26% compared to traditional deepfakes, with similar performance degradation observed in state-of-the-art detection models. This work identifies an urgent vulnerability in current detectors and provides the necessary resources to develop methods robust to partial manipulations.
FakePartsBench provides:
Every sample includes rich metadata and, for FakeParts, precise localization of manipulated pixels or frames to enable detailed training and evaluation.
You can easily load the FakePartsBench dataset using the Hugging Face datasets library:
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("hi-paris/FakeParts")
# Inspect the data
print(dataset)
If you use FakeParts please cite:
@misc{liu2025fakepartsnewfamilyaigenerated,
title={FakeParts: a New Family of AI-Generated DeepFakes},
author={Ziyi Liu and Firas Gabetni and Awais Hussain Sani and Xi Wang and Soobash Daiboo and Gaetan Brison and Gianni Franchi and Vicky Kalogeiton},
year={2025},
eprint={2508.21052},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2508.21052},
}
LICENSE (default: BSD-3-Clause unless noted otherwise in subfolders).baselines/.2 commits