← Search

Yuexin Wu

14 accepted papers

2026

SLQ: Bridging Modalities via Shared Latent Queries for Retrieval with Frozen MLLMs

ICML 2026poster

Multimodal Large Language Models (MLLMs) possess intrinsic reasoning and world-knowledge capabilities, yet adapting them for dense retrieval remains challenging. Existing approaches typically rely on invasive parameter updates, such as full fine-tuning and LoRA, which risk disrupting the pre-trained…

Cited by 0SourceScholar
2025

LLaVA-SP: Enhancing Visual Representation with Visual Spatial Tokens for MLLMs

ICCV 2025poster

The architecture of multimodal large language models (MLLMs) commonly connects a vision encoder, often based on CLIP-ViT, to a large language model. While CLIP-ViT works well for capturing global image features, it struggles to model local relationships between adjacent patches, leading to weaker vi…

2025

MIND: A Multi-agent Framework for Zero-shot Harmful Meme Detection

ACL 2025long

The rapid expansion of memes on social media has highlighted the urgent need for effective approaches to detect harmful content. However, traditional data-driven approaches struggle to detect new memes due to their evolving nature and the lack of up-to-date annotated data. To address this issue, we…

2024

Enabling Lanuguage Models to Implicitly Learn Self-Improvement

ICLR 2024poster

Large Language Models (LLMs) have demonstrated remarkable capabilities in open-ended text generation tasks. However, the inherent open-ended nature of these tasks implies that there is always room for improvement in the quality of model responses. To address this challenge, various approaches have b…

Cited by 1SourcePDFScholar
2024

Mixture-of-Experts Meets Instruction Tuning: A Winning Combination for Large Language Models

ICLR 2024poster

Sparse Mixture-of-Experts (MoE) is a neural architecture design that adds learnable parameters to Large Language Models (LLMs) without increasing computational complexity (FLOPs). Instruction tuning is a technique for training LLMs to follow instructions. We advocate combining these two approaches,…

Cited by 78SourcePDFScholar
2024

Multi-step Problem Solving Through a Verifier: An Empirical Analysis on Model-induced Process Supervision

EMNLP 2024finding

Process supervision, using a trained verifier to evaluate the intermediate steps generated by a reasoner, has demonstrated significant improvements in multi-step problem solving. In this paper, to avoid the expensive effort of human annotation on the verifier training data, we introduce Model-induce…

Cited by 38SourcePDFScholar
2023

Augmentation with Projection: Towards an Effective and Efficient Data Augmentation Paradigm for Distillation

ICLR 2023poster

Knowledge distillation is one of the primary methods of transferring knowledge from large to small models. However, it requires massive task-specific data, which may not be plausible in many real-world applications. Data augmentation methods such as representation interpolation, token replacement, o…

2023

Conditional Adapters: Parameter-efficient Transfer Learning with Fast Inference

NeurIPS 2023poster

We propose Conditional Adapter (CoDA), a parameter-efficient transfer learning method that also improves inference efficiency. CoDA generalizes beyond standard adapter approaches to enable a new way of balancing speed and accuracy using conditional computation. Starting with an existing dense pretra…

Cited by 63SourcePDFScholar
2023

Large Language Models Can Self-Improve

EMNLP 2023long main

Large Language Models (LLMs) have achieved excellent performances in various tasks. However, fine-tuning an LLM requires extensive supervision. Human, on the other hand, may improve their reasoning abilities by self-thinking without external inputs. In this work, we demonstrate that an LLM is also c…

Cited by 0SourceScholar
2022

Provable Stochastic Optimization for Global Contrastive Learning: Small Batch Does Not Harm Performance

ICML 2022spotlight

In this paper, we study contrastive learning from an optimization perspective, aiming to analyze and address a fundamental issue of existing contrastive learning methods that either rely on a large batch size or a large dictionary of feature vectors. We consider a global objective for contrastive le…

2022

Token Dropping for Efficient BERT Pretraining

ACL 2022long

Transformer-based models generally allocate the same amount of computation for each token in a given sequence. We develop a simple but effective “token dropping” method to accelerate the pretraining of transformer models, such as BERT, without degrading its performance on downstream tasks. In partic…

Cited by 51SourcePDFScholar
2019

StoryGAN: A Sequential Conditional GAN for Story Visualization

CVPR 2019poster

In this work, we propose a new task called Story Visualization. Given a multi-sentence paragraph, the story is visualized by generating a sequence of images, one for each sentence. In contrast to video generation, story visualization focuses less on the continuity in generated images (frames), but m…

Cited by 280PDFcodeScholar
2016

Review Networks for Caption Generation

NeurIPS 2016poster

We propose a novel extension of the encoder-decoder framework, called a review network. The review network is generic and can enhance any existing encoder- decoder model: in this paper, we consider RNN decoders with both CNN and RNN encoders. The review network performs a number of review steps with…