← Search

Handong Zhao

46 accepted papers

2026

Ref-Adv: Exploring MLLM Visual Reasoning in Referring Expression Tasks

ICLR 2026poster

Referring Expression Comprehension (REC) links language to region level visual perception. Standard benchmarks (RefCOCO, RefCOCO+, RefCOCOg) have progressed rapidly with multimodal LLMs but remain weak tests of visual rea- soning and grounding: (i) many expressions are very short, leaving little rea…

Cited by 0SourceScholar
2026

RetouchIQ: MLLM Agents for Instruction-Based Image Retouching with Generalist Reward

CVPR 2026

Recent advances in multimodal large language models (MLLMs) have shown great potential for extending vision-language reasoning to professional tool-based image editing, enabling intuitive and creative editing. A promising direction is to use reinforcement learning (RL) to enable MLLMs to reason abou

Cited by 0SourceScholar
2026

Seeing Through Words: Controlling Visual Retrieval Quality with Language

ICLR 2026poster

Text-to-image retrieval is a fundamental task in vision--language learning, yet in real-world scenarios it is often challenged by short and underspecified user queries. Such queries are typically only one or two words long, making them semantically ambiguous, prone to collisions across diverse visua…

Cited by 0SourcecodeScholar
2026

Seeing is Solving: Unlocking Efficient Multimodal RL via View Alignment

ICML 2026poster

Although Reinforcement Learning Fine-Tuning (RLFT) applied to Vision-Language Models (VLMs) substantially enhances multimodal reasoning capabilities, their prohibitive training cost limits broad adoption. Surprisingly, most existing methods simply port Large Language Model (LLM) RLFT techniques to V…

Cited by 0SourceScholar
2026

VividCam: Learning Unconventional Camera Motions from Virtual Synthetic Videos

ICML 2026poster

Although recent text-to-video generative models are getting more capable of following external camera controls, imposed by either text descriptions or camera trajectories, they still struggle to generalize to unconventional camera motions, which is crucial in creating truly original and artistic vid…

Cited by 0SourceScholar
2025

Augment before You Try: Knowledge-Enhanced Table Question Answering via Table Expansion

EMNLP 2025

Table question answering is a popular task that assesses a model’s ability to understand and interact with structured data. However, the given table often does not contain sufficient information to answer the question, necessitating the integration of external knowledge. Existing methods either conv

2025

GUI-Bee: Align GUI Action Grounding to Novel Environments via Autonomous Exploration

EMNLP 2025

Graphical User Interface (GUI) action grounding, mapping language instructions to actionable elements on GUI screens, is important for assisting users in interactive tutorials, task automation, accessibility support, etc. Most recent works of GUI action grounding use large GUI datasets to fine-tune

Cited by 0SourcePDFScholar
2025

Improve Temporal Reasoning in Multimodal Large Language Models via Video Contrastive Decoding

NeurIPS 2025poster

A major distinction between video and image understanding is that the former requires reasoning over time. Existing Video Large Language Models (VLLMs) demonstrate promising performance in general video understanding, such as brief captioning or object recognition within individual frames. However,…

Cited by 0SourceScholar
2025

MAGNET: Augmenting Generative Decoders with Representation Learning and Infilling Capabilities

ACL 2025long

While originally designed for unidirectional generative modeling, decoder-only large language models (LLMs) are increasingly being adapted for bidirectional modeling. However, unidirectional and bidirectional models are typically trained separately with distinct objectives (generation and representa…

Cited by 0SourcePDFScholar
2025

The Photographer's Eye: Teaching Multimodal Large Language Models to See, and Critique Like Photographers

CVPR 2025poster

Photographer, curator, and former director of photography at the Museum of Modern Art (MoMA), John Szarkowski remarked in *William Eggleston's Guide*, "While editing directly from life, photographers have found it too difficult to see simultaneously both the blue and the sky." Szarkowski insightfull…

Cited by 0SourcePDFScholar
2025

VSP: Diagnosing the Dual Challenges of Perception and Reasoning in Spatial Planning Tasks for MLLMs

ICCV 2025poster

Multimodal large language models are an exciting emerging class of language models (LMs) that have merged classic LM capabilities with those of image processing systems. However, how these capabilities integrate is often not intuitive and warrants direct investigation. One understudied capability in…

Cited by 0SourcePDFScholar
2024

Advancing Vision-Language Models with Adapter Ensemble Strategies

EMNLP 2024finding

CLIP revolutes vision-language pretraining by using contrastive learning on paired web data. However, the sheer size of these pretrained models makes full-model finetuning exceedingly costly. One common solution is the “adapter”, which finetunes a few additional parameters while freezing the backbon…

2024

Aligning as Debiasing: Causality-Aware Alignment via Reinforcement Learning with Interventional Feedback

NAACL 2024long

Large language models (LLMs) often generate biased outputs containing offensive, toxic, or stereotypical text. Existing LLM alignment methods such as reinforcement learning from human feedback (RLHF) alleviate biases primarily based on reward signals from current model outputs without considering th…

Cited by 6SourcePDFScholar
2024

Exploring Soft Prompt Initialization Strategy for Few-Shot Continual Text Classification

ICASSP 2024accepted

Few-shot continual learning (FSCL) is a challenging setting as it requires models to learn new knowledge with a few examples over time, and fast adapt to new tasks without forgetting previous knowledge. Prompt-tuning, as an efficient learning approach for language models, has shown competitive perfo…

Cited by 0SourceScholar
2024

Generalizing to Unseen Domains via Text-guided Augmentation

ECCV 2024poster

"To avoid the high cost of collecting visual data from all test domains in the domain adaptation task, recent work takes advantage of the pre-trained large-scale vision language models and augment training data with only text descriptions (e.g.,“a photo/painting/sketch...”) of each test domain. Howe…

Cited by 0SourcePDFScholar
2024

Personalized Federated Learning for Text Classification with Gradient-Free Prompt Tuning

NAACL 2024findings

In this paper, we study personalized federated learning for text classification with Pretrained Language Models (PLMs). We identify two challenges in efficiently leveraging PLMs for personalized federated learning: 1) Communication. PLMs are usually large in size, e.g., with hundreds of millions of…

Cited by 2SourcePDFScholar
2024

SOHES: Self-supervised Open-world Hierarchical Entity Segmentation

ICLR 2024poster

Open-world entity segmentation, as an emerging computer vision task, aims at segmenting entities in images without being restricted by pre-defined classes, offering impressive generalization capabilities on unseen images and concepts. Despite its promise, existing entity segmentation methods like Se…

2023

A Critical Analysis of Document Out-of-Distribution Detection

EMNLP 2023long findings

Large-scale pre-training is widely used in recent document understanding tasks. During deployment, one may expect that models should trigger a conservative fallback policy when encountering out-of-distribution (OOD) samples, which highlights the importance of OOD detection. However, most existing OO…

Cited by 0SourceScholar
2023

Federated Domain Adaptation for Named Entity Recognition via Distilling with Heterogeneous Tag Sets

ACL 2023findings

Federated learning involves collaborative training with private data from multiple platforms, while not violating data privacy. We study the problem of federated domain adaptation for Named Entity Recognition (NER), where we seek to transfer knowledge across different platforms with data of multiple…

2023

Few-Shot Composition Learning for Image Retrieval with Prompt Tuning

AAAI 2023technical

We study the problem of composition learning for image retrieval, for which we learn to retrieve target images with search queries in the form of a composition of a reference image and a modification text that describes desired modifications of the image. Existing models of composition learning for…

Cited by 10SourcePDFScholar
2023

Harnessing the Spatial-Temporal Attention of Diffusion Models for High-Fidelity Text-to-Image Synthesis

ICCV 2023poster

Diffusion-based models have achieved state-of-the-art performance on text-to-image synthesis tasks. However, one critical limitation of these models is the low fidelity of generated images with respect to the text description, such as missing objects, mismatched attributes, and mislocated objects. O…

Cited by 45PDFcodeScholar
2023

InfoPrompt: Information-Theoretic Soft Prompt Tuning for Natural Language Understanding

NeurIPS 2023poster

Soft prompt tuning achieves superior performances across a wide range of few-shot tasks. However, the performances of prompt tuning can be highly sensitive to the initialization of the prompts. We have also empirically observed that conventional prompt tuning methods cannot encode and learn sufficie…

Cited by 31SourcePDFScholar
2023

Uncovering the Disentanglement Capability in Text-to-Image Diffusion Models

CVPR 2023poster

Generative models have been widely studied in computer vision. Recently, diffusion models have drawn substantial attention due to the high quality of their generated images. A key desired property of image generative models is the ability to disentangle different attributes, which should enable modi…

2022

Context-aware Information-theoretic Causal De-biasing for Interactive Sequence Labeling

EMNLP 2022finding

Supervised training of existing deep learning models for sequence labeling relies on large scale labeled datasets. Such datasets are generally created with crowd-source labeling. However, crowd-source labeling for tasks of sequence labeling can be expensive and time-consuming. Further, crowd-source…

Cited by 7SourcePDFScholar
2022

Discovering Low-rank Subspaces for Language-agnostic Multilingual Representations

EMNLP 2022main

Large pretrained multilingual language models (ML-LMs) have shown remarkable capabilities of zero-shot cross-lingual transfer, without direct cross-lingual supervision. While these results are promising, follow-up works found that, within the multilingual embedding spaces, there exists strong langua…

2022

EI-CLIP: Entity-Aware Interventional Contrastive Learning for E-Commerce Cross-Modal Retrieval

CVPR 2022poster

recommendation, and marketing services. Extensive efforts have been made to conquer the cross-modal retrieval problem in the general domain. When it comes to E-commerce, a common practice is to adopt the pretrained model and finetune on E-commerce data. Despite its simplicity, the performance is sub…

Cited by 68PDFScholar
2022

Few-Shot Class-Incremental Learning for Named Entity Recognition

ACL 2022long

Previous work of class-incremental learning for Named Entity Recognition (NER) relies on the assumption that there exists abundance of labeled data for the training of new classes. In this work, we study a more challenging but practical problem, i.e., few-shot class-incremental learning for NER, whe…

2022

Learning Adaptive Axis Attentions in Fine-tuning: Beyond Fixed Sparse Attention Patterns

ACL 2022findings

We present a comprehensive study of sparse attention patterns in Transformer models. We first question the need for pre-training with sparse attention and present experiments showing that an efficient fine-tuning only approach yields a slightly worse but still competitive model. Then we compare the…

Cited by 1SourcePDFScholar
2022

Neural Contextual Bandits with Deep Representation and Shallow Exploration

ICLR 2022poster

We study neural contextual bandits, a general class of contextual bandits, where each context-action pair is associated with a raw feature vector, but the specific reward generating function is unknown. We propose a novel learning algorithm that transforms the raw feature vector using the last hidde…

Cited by 89SourcePDFScholar
2021

ECACL: A Holistic Framework for Semi-Supervised Domain Adaptation

ICCV 2021poster

This paper studies Semi-Supervised Domain Adaptation (SSDA), a practical yet under-investigated research topic that aims to learn a model of good performance using unlabeled samples and a few labeled samples in the target domain, with the help of labeled samples from a source domain. Several SSDA me…

Cited by 76PDFcodeScholar
2021

Edge: Enriching Knowledge Graph Embeddings with External Text

NAACL 2021long

Knowledge graphs suffer from sparsity which degrades the quality of representations generated by various methods. While there is an abundance of textual information throughout the web and many existing knowledge bases, aligning information across these diverse data sources remains a challenge in the…

Cited by 33SourcePDFScholar
2021

Learning to Deceive Knowledge Graph Augmented Models via Targeted Perturbation

ICLR 2021poster

Knowledge graphs (KGs) have helped neural models improve performance on various knowledge-intensive tasks, like question answering and item recommendation. By using attention over the KG, such KG-augmented models can also "explain" which KG information was most relevant for making a given prediction…

2021

SelfDoc: Self-Supervised Document Representation Learning

CVPR 2021poster

We propose SelfDoc, a task-agnostic pre-training framework for document image understanding. Because documents are multimodal and are intended for sequential reading, our framework exploits the positional, textual, and visual information of every semantically meaningful component in a document, and…

Cited by 189PDFcodeScholar
2021

Slow Learning and Fast Inference: Efficient Graph Similarity Computation via Knowledge Distillation

NeurIPS 2021poster

Graph Similarity Computation (GSC) is essential to wide-ranging graph applications such as retrieval, plagiarism/anomaly detection, etc. The exact computation of graph similarity, e.g., Graph Edit Distance (GED), is an NP-hard problem that cannot be exactly solved within an adequate time given large…

2021

UniDoc: Unified Pretraining Framework for Document Understanding

NeurIPS 2021poster

Document intelligence automates the extraction of information from documents and supports many business applications. Recent self-supervised learning methods on large-scale unlabeled document datasets have opened up promising directions towards reducing annotation efforts by training models with sel…

Cited by 109SourcePDFScholar
2020

Cross-Domain Document Object Detection: Benchmark Suite and Method

CVPR 2020poster

Decomposing images of document pages into high-level semantic regions (e.g., figures, tables, paragraphs), document object detection (DOD) is fundamental for downstream tasks like intelligent document editing and understanding. DOD remains a challenging problem as document objects vary significantly…

Cited by 59PDFcodeScholar
2020

Open-Edit: Open-Domain Image Manipulation with Open-Vocabulary Instructions

ECCV 2020poster

We propose a novel algorithm, named Open-Edit, which is the first attempt on open-domain image manipulation with open-vocabulary instructions. It is a challenging task considering the large variation of image domains and the lack of training supervision. Our approach takes advantage of the unified v…

2020

Self-Supervised Relationship Probing

NeurIPS 2020poster

Structured representations of images that model visual relationships are beneficial for many vision and vision-language applications. However, current human-annotated visual relationship datasets suffer from the long-tailed predicate distribution problem which limits the potential of visual relation…

Cited by 20SourcePDFScholar
2020

Structured Policy Iteration for Linear Quadratic Regulator

ICML 2020poster

Linear quadratic regulator (LQR) is one of the most popular frameworks to tackle continuous Markov decision process tasks. With its fundamental theory and tractable optimal policy, LQR has been revisited and analyzed in recent years, in terms of reinforcement learning scenarios such as the model-fre…

Cited by 24SourcePDFScholar
2019

Scene Graph Generation With External Knowledge and Image Reconstruction

CVPR 2019poster

Scene graph generation has received growing attention with the advancements in image understanding tasks such as object detection, attributes and relationship prediction, etc. However, existing datasets are biased in terms of object and relationship labels, or often come with noisy and missing annot…

Cited by 386PDFScholar
2019

Unpaired Image Captioning via Scene Graph Alignments

ICCV 2019poster

Most of current image captioning models heavily rely on paired image-caption datasets. However, getting large scale image-caption paired data is labor-intensive and time-consuming. In this paper, we present a scene graph-based approach for unpaired image captioning. Our framework comprises an image…

Cited by 209PDFScholar