Starting kit for the LifeGenIP @ ECCV 2026 Competition
6
stars
9
commits
Python
primary language
Aug 8, 2026
updated
Competition: Unlearnable Videos against Diffusion-based Customization
With recent advances in diffusion-based video generation, anyone can now synthesize high-quality video content from minimal input. This creates serious threats to facial privacy: a malicious actor can collect publicly available clips of a target person and generate misleading or harmful content about them, from fake news to violations of portrait rights. Protecting video content from such misuse has become a pressing concern.
Current video customization tools follow two paradigms. Tuning-based methods fine-tune a video diffusion model (e.g., via LoRA) on a small set of clips of the target person and then generate diverse new videos from text prompts. Reference-based methods, such as image-to-video (I2V) models, take a single reference image plus a text prompt and synthesize a clip. Both pathways enable identity misuse. However, video-level protection has received much less attention than image protection. Defenses against tuning-based customization of video diffusion models remain largely unexplored, while existing work mostly targets image-domain editing or reference-based I2V threats.
Participants design a protection method that perturbs face-centric video clips. Protection succeeds when the customized output either does not reproduce the target identity or does not follow the attacker's text prompt.
Two attack pathways:
phase1/README.md.phase2/README.md.Important dates and deadlines: please see the codabench timeline page.
⚠️ Participating teams must not target or attack the hidden evaluation metrics or scoring models. Such behavior may compromise the fairness of the competition and lead to misleadingly high scores without providing video protection capability.
During the competition, submissions will be reviewed through both automated checks and manual inspection. Suspicious submissions may be placed on hold or rejected.
In addition, before the final round, qualifying teams must submit reproducible code for review. Violation of the rules may result in disqualification.
Participate by submit a Google form and register on our Codabench competition page:
https://www.codabench.org/competitions/16817/
There you can register and join this competition, make your submissions, and track your rank on the live leaderboard.
Phase 1 closes on July 15 (AOE time). You may register and submit at any time before the deadline.
This competition uses MEAD dataset with the authors' permission. By downloading the data you agree to the MEAD Terms of Use. Any report or publication that uses this data should cite the MEAD paper:
@inproceedings{kaisiyuan2020mead,
author = {Wang, Kaisiyuan and Wu, Qianyi and Song, Linsen and Yang, Zhuoqian and Wu, Wayne and Qian, Chen and He, Ran and Qiao, Yu and Loy, Chen Change},
title = {MEAD: A Large-scale Audio-visual Dataset for Emotional Talking-face Generation},
booktitle = {ECCV},
month = {August},
year = {2020}
}
Code in this repository is released under Apache License 2.0.
The motivation, problem formulation, analysis of video-specific temporal challenges, and unified evaluation suite that form the basis of this competition are presented in the following paper. If you use the competition benchmark, evaluation suite, or starting kit in your research, please consider citing it:
@article{huang2026delving,
title={Delving into the Temporal Challenges of Unified Video Protection Against Image-to-Video and Fine-Tuning-based Customization},
author={Yuxin Huang and Ziming Hong and Mingming Gong and Wanyu Wang and Jing Zhang and Tongliang Liu},
year={2026},
journal={arXiv preprint arXiv:2607.13336}
}
For competition-related questions, technical issues, or bug reports, you can contact us via:
Python
100.0%
Starting kit for the LifeGenIP @ ECCV 2026 Competition
6
stars
9
commits
Python
primary language
Aug 8, 2026
updated
Competition: Unlearnable Videos against Diffusion-based Customization
With recent advances in diffusion-based video generation, anyone can now synthesize high-quality video content from minimal input. This creates serious threats to facial privacy: a malicious actor can collect publicly available clips of a target person and generate misleading or harmful content about them, from fake news to violations of portrait rights. Protecting video content from such misuse has become a pressing concern.
Current video customization tools follow two paradigms. Tuning-based methods fine-tune a video diffusion model (e.g., via LoRA) on a small set of clips of the target person and then generate diverse new videos from text prompts. Reference-based methods, such as image-to-video (I2V) models, take a single reference image plus a text prompt and synthesize a clip. Both pathways enable identity misuse. However, video-level protection has received much less attention than image protection. Defenses against tuning-based customization of video diffusion models remain largely unexplored, while existing work mostly targets image-domain editing or reference-based I2V threats.
Participants design a protection method that perturbs face-centric video clips. Protection succeeds when the customized output either does not reproduce the target identity or does not follow the attacker's text prompt.
Two attack pathways:
phase1/README.md.phase2/README.md.Important dates and deadlines: please see the codabench timeline page.
⚠️ Participating teams must not target or attack the hidden evaluation metrics or scoring models. Such behavior may compromise the fairness of the competition and lead to misleadingly high scores without providing video protection capability.
During the competition, submissions will be reviewed through both automated checks and manual inspection. Suspicious submissions may be placed on hold or rejected.
In addition, before the final round, qualifying teams must submit reproducible code for review. Violation of the rules may result in disqualification.
Participate by submit a Google form and register on our Codabench competition page:
https://www.codabench.org/competitions/16817/
There you can register and join this competition, make your submissions, and track your rank on the live leaderboard.
Phase 1 closes on July 15 (AOE time). You may register and submit at any time before the deadline.
This competition uses MEAD dataset with the authors' permission. By downloading the data you agree to the MEAD Terms of Use. Any report or publication that uses this data should cite the MEAD paper:
@inproceedings{kaisiyuan2020mead,
author = {Wang, Kaisiyuan and Wu, Qianyi and Song, Linsen and Yang, Zhuoqian and Wu, Wayne and Qian, Chen and He, Ran and Qiao, Yu and Loy, Chen Change},
title = {MEAD: A Large-scale Audio-visual Dataset for Emotional Talking-face Generation},
booktitle = {ECCV},
month = {August},
year = {2020}
}
Code in this repository is released under Apache License 2.0.
The motivation, problem formulation, analysis of video-specific temporal challenges, and unified evaluation suite that form the basis of this competition are presented in the following paper. If you use the competition benchmark, evaluation suite, or starting kit in your research, please consider citing it:
@article{huang2026delving,
title={Delving into the Temporal Challenges of Unified Video Protection Against Image-to-Video and Fine-Tuning-based Customization},
author={Yuxin Huang and Ziming Hong and Mingming Gong and Wanyu Wang and Jing Zhang and Tongliang Liu},
year={2026},
journal={arXiv preprint arXiv:2607.13336}
}
For competition-related questions, technical issues, or bug reports, you can contact us via:
Python
100.0%