← Search

Yuning Lu

7 accepted papers

2026

MoGA: Mixture-of-Groups Attention for End-to-End Long Video Generation

ICLR 2026poster

Long video generation with Diffusion Transformers (DiTs) is bottlenecked by the quadratic scaling of full attention with sequence length. Since attention is highly redundant, outputs are dominated by a small subset of query–key pairs. Existing sparse methods rely on blockwise coarse estimation, whos…

Cited by 0SourcecodeScholar
2026

Prompt Yourself: Awakening Textual Semantics in 1D Visual Tokenizers

CVPR 2026

One-dimensional (1D) visual tokenizers offer notable semantic compactness by discarding local spatial priors, and have become increasingly popular for image reconstruction and generation tasks. However, such global and sequential representations struggle to preserve fine-grained visual content; simp

Cited by 0SourceScholar
2026

Rethinking Position Embedding as a Context Controller for Multi-Reference and Multi-Shot Video Generation

CVPR 2026

Recent proprietary models such as Sora2 demonstrate promising progress in generating multi-shot videos conditioned on multiple reference characters. However, academic research on this problem remains limited. We study this task and identify a core challenge: when reference images exhibit highly simi

Cited by 0SourceScholar
2023

Few-Shot Learning With Visual Distribution Calibration and Cross-Modal Distribution Alignment

CVPR 2023poster

Pre-trained vision-language models have inspired much research on few-shot learning. However, with only a few training images, there exist two crucial problems: (1) the visual feature distributions are easily distracted by class-irrelevant information in images, and (2) the alignment between the vis…

2023

Hierarchical Prompt Learning for Multi-Task Learning

CVPR 2023poster

Vision-language models (VLMs) can effectively transfer to various vision tasks via prompt learning. Real-world scenarios often require adapting a model to multiple similar yet distinct tasks. Existing methods focus on learning a specific prompt for each task, limiting the ability to exploit potentia…

Cited by 39SourcePDFScholar
2022

Self-Supervision Can Be a Good Few-Shot Learner

ECCV 2022poster

"Existing few-shot learning (FSL) methods rely on training with a large labeled dataset, which prevents them from leveraging abundant unlabeled data. From an information-theoretic perspective, we propose an effective unsupervised FSL method, learning representations with self-supervision. Following…