commit 7bc6350ee5e210f5decf758256debf5709cc9606 Author: pq-yang Date: Mon Dec 15 12:24:13 2025 +0800 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..22811ba --- /dev/null +++ b/README.md @@ -0,0 +1,72 @@ +
+
+ MatAnyone Logo +

Scaling Video Matting via a Learned Quality Evaluator

+
+ +
+ Peiqing Yang1  + Shangchen Zhou1  + Kai Hao1  + Qingyi Tao2  +
+
+ 1S-Lab, Nanyang Technological University  + 2SenseTime Research, Singapore  +
+ + +
+

+ + + + + + + + + + + +

+
+ +MatAnyone 2 is a practical human video matting framework that preserves fine details by avoiding segmentation-like boundaries, while also shows enhanced robustness under challenging real-world conditions. + +
+ +
+ +:movie_camera: For more visual results, go checkout our project page + +--- +
+ + +## 📮 Update +- [2025.12] This repo is created. + +## 🔎 Overview +![overall_structure](assets/matanyone1vs2.jpg) + +## 🛠️ Data Pipeline +![data_pipeline](assets/data_pipeline.jpg) + + +## 📑 Citation + + If you find our repo useful for your research, please consider citing our paper: + + ```bibtex + @InProceedings{yang2025matanyone2, + title = {{MatAnyone 2}: Scaling Video Matting via a Learned Quality Evaluator}, + author = {Yang, Peiqing and Zhou, Shangchen and Hao, Kai and Tao, Qingyi}, + booktitle = {arXiv preprint arXiv:2512.11782}, + year = {2025} +} + ``` + +## 📧 Contact + +If you have any questions, please feel free to reach us at `peiqingyang99@outlook.com`. diff --git a/assets/data_pipeline.jpg b/assets/data_pipeline.jpg new file mode 100644 index 0000000..350edc6 Binary files /dev/null and b/assets/data_pipeline.jpg differ diff --git a/assets/matanyone1vs2.jpg b/assets/matanyone1vs2.jpg new file mode 100644 index 0000000..68334f9 Binary files /dev/null and b/assets/matanyone1vs2.jpg differ diff --git a/assets/matanyone2_logo.png b/assets/matanyone2_logo.png new file mode 100644 index 0000000..d81b5db Binary files /dev/null and b/assets/matanyone2_logo.png differ diff --git a/assets/teaser.jpg b/assets/teaser.jpg new file mode 100644 index 0000000..04ea69d Binary files /dev/null and b/assets/teaser.jpg differ