From b81ae3ff76ad04c722a25af9b34c17c461c5a2fb Mon Sep 17 00:00:00 2001 From: Stephen Ye Date: Fri, 20 Mar 2026 22:24:11 +0800 Subject: [PATCH] feat: Add ReMix paper in CVPR'26 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 57cdbde..83723ef 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,9 @@

✅ Published Papers

+* **[CVPR 2026]** ***ReMix:*** *Fast Semantic Propagation of Mask Tokens for Efficient DLLM Inference*
+[![Paper](https://img.shields.io/badge/Paper-arXiv-B31B1B?style=for-the-badge&logo=arxiv&logoColor=white)](https://arxiv.org/abs/2602.22868) [![GitHub](https://img.shields.io/badge/GitHub-Repo-blue?style=for-the-badge&logo=github)](https://github.com/Serpientw/ReMix-DLLM) + * **[CVPR 2026]** ***LLaDA-V:*** *Large Language Diffusion Models with Visual Instruction Tuning*
[![Paper](https://img.shields.io/badge/Paper-arXiv-B31B1B?style=for-the-badge&logo=arxiv&logoColor=white)](https://arxiv.org/abs/2505.16933) [![Project Page](https://img.shields.io/badge/Project-Page-blue?style=for-the-badge&logo=googlechrome&logoColor=white)](https://ml-gsai.github.io/LLaDA-V-demo/) [![GitHub](https://img.shields.io/badge/GitHub-Repo-blue?style=for-the-badge&logo=github)](https://github.com/ML-GSAI/LLaDA-V) [![Hugging Face](https://img.shields.io/badge/%F0%9F%A4%97-Hugging_Face-yellow?style=for-the-badge)](https://huggingface.co/GSAI-ML/LLaDA-V)