From dcec149731455dd95b2a2e9a8d3153e83ad5d91d Mon Sep 17 00:00:00 2001 From: ZeroRF Date: Tue, 12 Aug 2025 10:40:46 +0800 Subject: [PATCH] Update Third-party Usage and Research Add [SCALAR: Scale-wise Controllable Visual Autoregressive Learning]. SCLAR, based on VAR, achieves good controllable consistency and best generative performance on ImageNet compared to ControlAR/CAR/ControlVAR. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aa6d69..b4d4e39 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ We'll provide the sampling script later. | **Time** | **Research** | **Link** | |--------------|-------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------| +| [7/26/2025] | SCALAR: Scale-wise Controllable Visual Autoregressive Learning | https://arxiv.org/abs/2507.19946 | | [5/12/2025] | [ICML 2025]Continuous Visual Autoregressive Generation via Score Maximization | https://github.com/shaochenze/EAR | | [5/8/2025] | Generative Autoregressive Transformers for Model-Agnostic Federated MRI Reconstruction | https://github.com/icon-lab/FedGAT | | [4/7/2025] | FastVAR: Linear Visual Autoregressive Modeling via Cached Token Pruning | https://github.com/csguoh/FastVAR | @@ -229,4 +230,4 @@ If our work assists your research, feel free to give us a star ⭐ or cite us us primaryClass={cs.CV}, url={https://arxiv.org/abs/2412.04431}, } -``` \ No newline at end of file +```