← Search

Yuwei Fang

20 accepted papers

2025

Mind the Time: Temporally-Controlled Multi-Event Video Generation

CVPR 2025poster

Real-world videos consist of sequences of events. Generating such sequences with precise temporal control is infeasible with existing video generators that rely on a single paragraph of text as input. When tasked with generating multiple events described using a single prompt, such methods often ign…

Cited by 8SourcePDFScholar
2025

Multi-subject Open-set Personalization in Video Generation

CVPR 2025poster

Video personalization methods allow us to synthesize videos with specific concepts such as people, pets, and places. However, existing methods often focus on limited domains, require time-consuming optimization per subject, or support only a single subject. We present Video Alchemist--a video model…

Cited by 0SourcePDFScholar
2024

Evaluating Very Long-Term Conversational Memory of LLM Agents

ACL 2024long

Existing works on long-term open-domain dialogues focus on evaluating model responses within contexts spanning no more than five chat sessions. Despite advancements in long-context large language models (LLMs) and retrieval augmented generation (RAG) techniques, their efficacy in very long-term dial…

Cited by 57SourcePDFScholar
2024

PLUG: Leveraging Pivot Language in Cross-Lingual Instruction Tuning

ACL 2024long

Instruction tuning has remarkably advanced large language models (LLMs) in understanding and responding to diverse human instructions. Despite the success in high-resource languages, its application in lower-resource ones faces challenges due to the imbalanced foundational abilities of LLMs across d…

2024

Panda-70M: Captioning 70M Videos with Multiple Cross-Modality Teachers

CVPR 2024poster

The quality of the data and annotation upper-bounds the quality of a downstream model. While there exist large text corpora and image-text pairs high-quality video-text data is much harder to collect. First of all manual labeling is more time-consuming as it requires an annotator to watch an entire…

Cited by 190SourcePDFScholar
2024

Snap Video: Scaled Spatiotemporal Transformers for Text-to-Video Synthesis

CVPR 2024highlight

Contemporary models for generating images show remarkable quality and versatility. Swayed by these advantages the research community repurposes them to generate videos. Since video content is highly redundant we argue that naively bringing advances of image models to the video generation domain redu…

Cited by 66SourcePDFScholar
2024

VIMI: Grounding Video Generation through Multi-modal Instruction

EMNLP 2024main

Existing text-to-video diffusion models rely solely on text-only encoders for their pretraining. This limitation stems from the absence of large-scale multimodal prompt video datasets, resulting in a lack of visual grounding and restricting their versatility and application in multimodal integration…

Cited by 5SourcePDFScholar
2024

i-Code Studio: A Configurable and Composable Framework for Integrative AI

EMNLP 2024system demonstrations

Artificial General Intelligence (AGI) requires comprehensive understanding and generation capabilities for a variety of tasks spanning different modalities and functionalities. Integrative AI is one important direction to approach AGI, through combining multiple models to tackle complex multimodal t…

2024

i-Code V2: An Autoregressive Generation Framework over Vision, Language, and Speech Data

NAACL 2024findings

The convergence of text, visual, and audio data is crucial towards human-like artificial intelligence, however the current Vision-Language-Speech landscape is dominated by encoder-only models that lack generative abilities. We propose closing this gap with i-Code V2, one of the first models capable…

Cited by 3SourcePDFScholar
2023

Unifying Vision, Text, and Layout for Universal Document Processing

CVPR 2023highlight

We propose Universal Document Processing (UDOP), a foundation Document AI model which unifies text, image, and layout modalities together with varied task formats, including document understanding and generation. UDOP leverages the spatial correlation between textual content and document image to mo…

2023

i-Code: An Integrative and Composable Multimodal Learning Framework

AAAI 2023technical

Human intelligence is multimodal; we integrate visual, linguistic, and acoustic signals to maintain a holistic worldview. Most current pretraining methods, however, are limited to one or two modalities. We present i-Code, a self-supervised pretraining framework where users may flexibly combine the m…

2022

Dict-BERT: Enhancing Language Model Pre-training with Dictionary

ACL 2022findings

Pre-trained language models (PLMs) aim to learn universal language representations by conducting self-supervised training tasks on large-scale corpora. Since PLMs capture word semantics in different contexts, the quality of word representations highly depends on word frequency, which usually follows…

Cited by 78SourcePDFScholar
2022

KG-FiD: Infusing Knowledge Graph in Fusion-in-Decoder for Open-Domain Question Answering

ACL 2022long

Current Open-Domain Question Answering (ODQA) models typically include a retrieving module and a reading module, where the retriever selects potentially relevant passages from open-source documents for a given question, and the reader produces an answer based on the retrieved passages. The recently…

Cited by 128SourcePDFScholar
2022

Leveraging Knowledge in Multilingual Commonsense Reasoning

ACL 2022findings

Commonsense reasoning (CSR) requires models to be equipped with general world knowledge. While CSR is a language-agnostic process, most comprehensive knowledge sources are restricted to a small number of languages, especially English. Thus, it remains unclear how to effectively conduct multilingual…

2022

RetGen: A Joint Framework for Retrieval and Grounded Text Generation Modeling

AAAI 2022technical

Recent advances in large-scale pre-training such as GPT-3 allow seemingly high quality text to be generated from a given prompt. However, such generation systems often suffer from problems of hallucinated facts, and are not inherently designed to incorporate useful external information. Grounded gen…

2022

Retrieval Augmentation for Commonsense Reasoning: A Unified Approach

EMNLP 2022main

A common thread of retrieval-augmented methods in the existing literature focuses on retrieving encyclopedic knowledge, such as Wikipedia, which facilitates well-defined entity and relation spaces that can be modeled. However, applying such methods to commonsense reasoning tasks faces two unique cha…

2022

Task Compass: Scaling Multi-task Pre-training with Task Prefix

EMNLP 2022finding

Leveraging task-aware annotated data as supervised signals to assist with self-supervised learning on large-scale unlabeled data has become a new trend in pre-training language models. Existing studies show that multi-task learning with large-scale supervised tasks suffers from negative effects acro…

2022

Training Data is More Valuable than You Think: A Simple and Effective Method by Retrieving from Training Data

ACL 2022long

Retrieval-based methods have been shown to be effective in NLP tasks via introducing external knowledge. However, the indexing and retrieving of large-scale corpora bring considerable computational cost. Surprisingly, we found that REtrieving from the traINing datA (REINA) only can lead to significa…

2021

FILTER: An Enhanced Fusion Method for Cross-lingual Language Understanding

AAAI 2021technical

Large-scale cross-lingual language models (LM), such as mBERT, Unicoder and XLM, have achieved great success in cross-lingual representation learning. However, when applied to zero-shot cross-lingual transfer tasks, most existing methods use only single-language input for LM finetuning, without leve…

2021

LightningDOT: Pre-training Visual-Semantic Embeddings for Real-Time Image-Text Retrieval

NAACL 2021long

Multimodal pre-training has propelled great advancement in vision-and-language research. These large-scale pre-trained models, although successful, fatefully suffer from slow inference speed due to enormous computational cost mainly from cross-modal attention in Transformer architecture. When applie…