Thank you for your interest in contributing to this repository! This project relies on community contributions to stay comprehensive and up-to-date. Your attention as one of our collaborators is greatly appreciated.
You can contribute to the project in several ways:
- ✍️ Adding a New Paper: Share the missing research you find. We always welcome you to contribute your own published papers or pre-prints to our repository through PR or Issues.
- 🗂️ Adding a New Dataset: Share benchmark datasets used in the field of video generation.
- 🛠️ Fixing Errors: Correct typos, formatting issues, or broken links.
- 💡 Suggesting Enhancements: Propose improvements, such as new paper categories, via Issues.
If you're new to contributing, please follow the standard GitHub workflow:
- Fork this repository to your personal account.
- Create a new feature branch from the
mainbranch. Please use a descriptive branch name, for example:# Example: Add a paper named MotionDirector git checkout -b feature/add-motiondirector-paper - Make your changes on your new branch (e.g., add a paper or dataset entry).
- Commit your changes. Please use a clear commit message to describe your work:
# Example: Add a new dataset git commit -m "feat: Add OpenVid-1M Dataset"
- Push your branch to your forked repository:
git push origin feature/add-motiondirector-paper
- Create a Pull Request from your forked repository to the
mainbranch of this repository.
This is the most common type of contribution. To ensure consistency, please follow these steps carefully:
-
Find the Correct Location
- First, identify the main category the paper belongs to (e.g.,
Text-to-Video,Image-to-Video). - Then, find the section for its publication year.
- Finally, place it in the
✅ Published Papersor💡 Pre-Print Paperslist.
- First, identify the main category the paper belongs to (e.g.,
-
Use the Standard Format Template
- Please copy the template below and replace the placeholder information. This ensures all entries have a consistent style.
General Template:
* **[CONFERENCE YEAR]** ***Paper Title:***<br> [](https://arxiv.org/abs/your-arxiv-id) [](https://github.com/user/repo) [](https://project-page-url.com)
- If the paper does not have a GitHub repository or a project page, simply delete the corresponding line.
- If the paper was published at a conference but doesn't have an ArXiv link, you can use the
Paperbadge. Please refer to existing examples inREADME.md.
-
Verify Information
- Before submitting, please double-check that all links are valid and point to the correct destination.
- Confirm that the paper title, authors, conference, and year details are accurate.
We also welcome contributions of new, public datasets. Please add a new row to the Datasets table in README.md.
-
Find the Correct Location
- Navigate to the
🗂️ Datasetstable at the end of theREADME.mdfile. - Add the new dataset as a new row at the bottom of the table.
- Navigate to the
-
Use the Standard Format Template
- Please copy the Markdown table row template below and replace the placeholder information.
General Template:
| **Your Dataset Name** | 2025 | Text, Video | Task (e.g., Text-to-Video) | [](https://paper-url.com) | [](https://dataset-website-url.com) |
- Please ensure there are spaces around the
|pipe characters to maintain correct table formatting. - If the dataset does not have an associated paper, you can replace the
Papercell content withN/A.
-
Verify Information
- Before submitting, please ensure the links to the paper and dataset website are valid.
- Confirm that the dataset name, year, modalities, and task description are accurate.
When you submit a Pull Request, please keep the following in mind:
- Provide a clear title for your PR, e.g.,
feat: Add 3 new papers from CVPR 2025. - Briefly describe the changes you've made in the description.
- After submission, the maintainers will review your contribution as soon as possible. Thank you for your patience!