← Search

Yiming Cui

23 accepted papers

2026

EchoFoley: Event-Centric Hierarchical Control for Video Grounded Creative Sound Generation

CVPR 2026

Sound effects build an essential layer of multimodal storytelling, shaping the emotional atmosphere and the narrative semantics of videos. Despite recent advancement in video-text-to-audio (VT2A), the current formulation faces three key limitations: (1) an imbalance between visual and textual condit

Cited by 0SourceScholar
2026

Expert-Teacher-Student Collaborative Learning for Domain Adaptive Object Detection

CVPR 2026

Domain adaptive object detection (DAOD) aims to generalize an object detector trained on a source domain to a target domain, where the domain gap degrades the adaptability. Recently, large-scale vision foundation models (VFMs), pretrained on web-scale datasets, exhibit such powerful generalization c

Cited by 0SourceScholar
2025

All You Need is One: Capsule Prompt Tuning with a Single Vector

NeurIPS 2025poster

Prompt-based learning has emerged as a parameter-efficient finetuning (PEFT) approach to facilitate Large Language Model (LLM) adaptation to downstream tasks by conditioning generation with task-aware guidance. Despite its successes, current prompt-based learning methods heavily rely on laborious gr…

Cited by 0SourceScholar
2025

Chart2Code53: A Large-Scale Diverse and Complex Dataset for Enhancing Chart-to-Code Generation

EMNLP 2025

Chart2code has recently received significant attention in the multimodal community due to its potential to reduce the burden of visualization and promote a more detailed understanding of charts. However, existing Chart2code-related training datasets suffer from at least one of the following issues:

2024

Facing the Elephant in the Room: Visual Prompt Tuning or Full finetuning?

ICLR 2024poster

As the scale of vision models continues to grow, the emergence of Visual Prompt Tuning (VPT) as a parameter-efficient transfer learning technique has gained attention due to its superior performance compared to traditional full-finetuning. However, the conditions favoring VPT (the "when") and the un…

2024

M2PT: Multimodal Prompt Tuning for Zero-shot Instruction Learning

EMNLP 2024main

Multimodal Large Language Models (MLLMs) demonstrate remarkable performance across a wide range of domains, with increasing emphasis on enhancing their zero-shot generalization capabilities for unseen tasks across various modalities. Instruction tuning has emerged as an effective strategy for achiev…

2024

ProMotion: Prototypes As Motion Learners

CVPR 2024poster

In this work we introduce ProMotion a unified prototypical transformer-based framework engineered to model fundamental motion tasks. ProMotion offers a range of compelling attributes that set it apart from current task-specific paradigms. 1. We adopt a prototypical perspective establishing a unified…

Cited by 7SourcePDFScholar
2024

Self-Evolving GPT: A Lifelong Autonomous Experiential Learner

ACL 2024long

To improve the performance of large language models (LLMs), researchers have explored providing LLMs with textual task-solving experience via prompts. However, they rely on manual efforts to acquire and apply such experience for each task, which is not feasible for the growing demand for LLMs and th…

Cited by 4SourcePDFScholar
2023

ClusterFomer: Clustering As A Universal Visual Learner

NeurIPS 2023poster

This paper presents ClusterFormer, a universal vision model that is based on the Clustering paradigm with TransFormer. It comprises two novel designs: 1) recurrent cross-attention clustering, which reformulates the cross-attention mechanism in Transformer and enables recursive updates of cluster cen…

2023

E^2VPT: An Effective and Efficient Approach for Visual Prompt Tuning

ICCV 2023poster

As the size of transformer-based models continues to grow, fine-tuning these large-scale pre-trained vision models for new tasks has become increasingly parameter-intensive. Parameter-efficient learning has been developed to reduce the number of tunable parameters during fine-tuning. Although these…

Cited by 89PDFcodeScholar
2023

Gradient-based Intra-attention Pruning on Pre-trained Language Models

ACL 2023long

Pre-trained language models achieve superior performance but are computationally expensive. Techniques such as pruning and knowledge distillation have been developed to reduce their sizes and latencies. In this work, we propose a structured pruning method GRAIN (gradient-based intra-attention prunin…

2023

IDOL: Indicator-oriented Logic Pre-training for Logical Reasoning

ACL 2023findings

In the field of machine reading comprehension (MRC), existing systems have surpassed the average performance of human beings in many tasks like SQuAD. However, there is still a long way to go when it comes to logical reasoning. Although some methods for it have been put forward, they either are desi…

2023

Learning Dynamic Query Combinations for Transformer-based Object Detection and Segmentation

ICML 2023poster

Transformer-based detection and segmentation methods use a list of learned detection queries to retrieve information from the transformer network and learn to predict the location and category of one specific object from each query. We empirically find that random convex combinations of the learned…

2022

CINO: A Chinese Minority Pre-trained Language Model

COLING 2022main

Multilingual pre-trained language models have shown impressive performance on cross-lingual tasks. It greatly facilitates the applications of natural language processing on low-resource languages. However, there are still some languages that the current multilingual models do not perform well on. In…

Cited by 61SourcePDFScholar
2022

GL-RG: Global-Local Representation Granularity for Video Captioning

IJCAI 2022poster

Video captioning is a challenging task as it needs to accurately transform visual understanding into natural language description. To date, state-of-the-art methods inadequately model global-local representation across video frames for caption generation, leaving plenty of room for improve…

2021

DenserNet: Weakly Supervised Visual Localization Using Multi-Scale Feature Aggregation

AAAI 2021technical

In this work, we introduce a Denser Feature Network(DenserNet) for visual localization. Our work provides three principal contributions. First, we develop a convolutional neural network (CNN) architecture which aggregates feature maps at different semantic levels for image representations…

2021

SG-Net: Spatial Granularity Network for One-Stage Video Instance Segmentation

CVPR 2021poster

Video instance segmentation (VIS) is a new and critical task in computer vision. To date, top-performing VIS methods extend the two-stage Mask R-CNN by adding a tracking branch, leaving plenty of room for improvement. In contrast, we approach the VIS task from a new perspective and propose a one-sta…

Cited by 241PDFcodeScholar
2020

A Sentence Cloze Dataset for Chinese Machine Reading Comprehension

COLING 2020main

Owing to the continuous efforts by the Chinese NLP community, more and more Chinese machine reading comprehension datasets become available. To add diversity in this area, in this paper, we propose a new task called Sentence Cloze-style Machine Reading Comprehension (SC-MRC). The proposed task aims…

2020

CLUE: A Chinese Language Understanding Evaluation Benchmark

COLING 2020main

The advent of natural language understanding (NLU) benchmarks for English, such as GLUE and SuperGLUE allows new NLU models to be evaluated across a diverse set of tasks. These comprehensive benchmarks have facilitated a broad range of research and applications in natural language processing (NLP).…

2020

CharBERT: Character-aware Pre-trained Language Model

COLING 2020main

Most pre-trained language models (PLMs) construct word representations at subword level with Byte-Pair Encoding (BPE) or its variations, by which OOV (out-of-vocab) words are almost avoidable. However, those methods split a word into subword units and make the representation incomplete and fragile.…