← Search

Zi-Yi Dou

21 accepted papers

2026

Learning Structured Reasoning via Tractable Trajectory Control

ICML 2026spotlight

Large language models can exhibit emergent reasoning behaviors, often manifested as recurring lexical patterns (e.g., “wait,” indicating verification). However, complex reasoning trajectories remain sparse in unconstrained sampling, and standard RL often fails to guarantee the acquisition of diverse…

Cited by 0SourceScholar
2026

MANZANO: A Simple and Scalable Unified Multimodal Model with a Hybrid Vision Tokenizer

ICLR 2026poster

Unified multimodal Large Language Models (LLMs) that can both understand and generate visual content hold immense potential. However, existing open-source models often suffer from a performance trade-off between these capabilities. We present Manzano, a simple and scalable unified framework that sub…

Cited by 0SourceScholar
2025

MRAG-Bench: Vision-Centric Evaluation for Retrieval-Augmented Multimodal Models

ICLR 2025poster

Existing multimodal retrieval benchmarks primarily focus on evaluating whether models can retrieve and utilize external textual knowledge for question answering. However, there are scenarios where retrieving visual information is either more beneficial or easier to access than textual data. In this…

Cited by 9SourcePDFScholar
2024

Matryoshka Query Transformer for Large Vision-Language Models

NeurIPS 2024poster

Large Vision-Language Models (LVLMs) typically encode an image into a fixed number of visual tokens (e.g., 576) and process these tokens with a language model. Despite their strong performance, LVLMs face challenges in adapting to varying computational constraints. This raises the question: can we a…

2024

Medical Vision-Language Pre-Training for Brain Abnormalities

COLING 2024main

Vision-language models have become increasingly powerful for tasks that require an understanding of both visual and linguistic elements, bridging the gap between these modalities. In the context of multimodal clinical AI, there is a growing need for models that possess domain-specific knowledge, as…

2024

Re-ReST: Reflection-Reinforced Self-Training for Language Agents

EMNLP 2024main

Finetuning language agents with reasoning-action trajectories is effective, but obtaining these trajectories from human annotations or stronger models is costly and sometimes impractical. In this paper, we investigate the use of self-training in language agents, which can generate supervision from t…

2024

Uncertainty Calibration for Tool-Using Language Agents

EMNLP 2024finding

There is increasing interest in equipping language models with the ability to leverage external tools for complex, goal-oriented tasks. However, interacting with external tools introduces inherent uncertainties due to imperfections and misalignments between the tools’ outputs and the agents’ interna…

Cited by 2SourcePDFScholar
2024

VALOR-EVAL: Holistic Coverage and Faithfulness Evaluation of Large Vision-Language Models

ACL 2024findings

Large Vision-Language Models (LVLMs) suffer from hallucination issues, wherein the models generate plausible-sounding but factually incorrect outputs, undermining their reliability. A comprehensive quantitative evaluation is necessary to identify and understand the extent of hallucinations in these…

2023

ACQUIRED: A Dataset for Answering Counterfactual Questions In Real-Life Videos

EMNLP 2023long main

Multimodal counterfactual reasoning is a vital yet challenging ability for AI systems. It involves predicting the outcomes of hypothetical circumstances based on vision and language inputs, which enables AI models to learn from failures and explore hypothetical scenarios. Despite its importance, the…

Cited by 0SourcecodeScholar
2023

DesCo: Learning Object Recognition with Rich Language Descriptions

NeurIPS 2023poster

Recent development in vision-language approaches has instigated a paradigm shift in learning visual recognition models from language supervision. These approaches align objects with language queries (e.g. "a photo of a cat") and thus improve the models' adaptability to novel objects and domains. Rec…

Cited by 27SourcePDFScholar
2023

Gender Biases in Automatic Evaluation Metrics for Image Captioning

EMNLP 2023long main

Model-based evaluation metrics (e.g., CLIPScore and GPTScore) have demonstrated decent correlations with human judgments in various language generation tasks. However, their impact on fairness remains largely unexplored. It is widely recognized that pretrained models can inadvertently encode societa…

Cited by 0SourcecodeScholar
2023

Generalized Decoding for Pixel, Image, and Language

CVPR 2023poster

We present X-Decoder, a generalized decoding model that can predict pixel-level segmentation and language tokens seamlessly. X-Decoder takes as input two types of queries: (i) generic non-semantic queries and (ii) semantic queries induced from text inputs, to decode different pixel-level and token-l…

2022

An Empirical Study of Training End-to-End Vision-and-Language Transformers

CVPR 2022poster

Vision-and-language (VL) pre-training has proven to be highly effective on various VL downstream tasks. While recent work has shown that fully transformer-based VL models can be more efficient than previous region-feature-based methods, their performance on downstream tasks often degrades significan…

Cited by 430PDFcodeScholar
2022

Coarse-to-Fine Vision-Language Pre-training with Fusion in the Backbone

NeurIPS 2022accept

Vision-language (VL) pre-training has recently received considerable attention. However, most existing end-to-end pre-training approaches either only aim to tackle VL tasks such as image-text retrieval, visual question answering (VQA) and image captioning that test high-level understanding of images…

2022

Zero-Shot Commonsense Question Answering with Cloze Translation and Consistency Optimization

AAAI 2022technical

Commonsense question answering (CQA) aims to test if models can answer questions regarding commonsense knowledge that everyone knows. Prior works that incorporate external knowledge bases have shown promising results, but knowledge bases are expensive to construct and are often limited to a fixed se…

2021

GSum: A General Framework for Guided Neural Abstractive Summarization

NAACL 2021long

Neural abstractive summarization models are flexible and can produce coherent summaries, but they are sometimes unfaithful and can be difficult to control. While previous studies attempt to provide different types of guidance to control the output and increase faithfulness, it is not clear how these…

2018

SkipNet: Learning Dynamic Routing in Convolutional Networks

ECCV 2018poster

While deeper convolutional networks are needed to achieve maximum accuracy in visual perception tasks, for many inputs shallower networks are sufficient. We exploit this observation by learning to skip convolutional layers on a per-input basis. We introduce SkipNet, a modified residual network, that…