← Search

Chang Zhou

44 accepted papers

2026

EDCO: Dynamic Curriculum Orchestration for Domain-specific Large Language Model Fine-tuning

ICML 2026poster

Domain-specific large language models (LLMs), typically developed by fine-tuning a pre-trained general-purpose LLM on specialized datasets, represent a significant advancement in applied AI. A common strategy in LLM fine-tuning is curriculum learning, which pre-orders training samples based on metri…

Cited by 0SourceScholar
2026

Investigating Data Pruning for Pretraining Biological Foundation Models at Scale

AAAI 2026technical

Biological foundation models (BioFMs), pretrained on large-scale biological sequences, have recently shown strong potential in providing meaningful representations for diverse downstream bioinformatics tasks. However, such models often rely on millions to billions of training sequences and billions

Cited by 0SourcePDFScholar
2026

RMSAGen: Integrating Multiple Sequence Alignment for Function RNA Design

AAAI 2026technical

Biological sequences, including RNAs and proteins, share similarities with natural languages, enabling the application of advanced language models to various biological tasks. However, due to its flexibility and lack of experimental data, RNA is a particularly challenging biological ``language

Cited by 0SourcePDFScholar
2025

Crab: A Unified Audio-Visual Scene Understanding Model with Explicit Cooperation

CVPR 2025poster

In recent years, numerous tasks have been proposed to encourage model to develop specified capability in understanding audio-visual scene, primarily categorized into temporal localization, spatial localization, spatio-temporal reasoning, and pixel-level understanding. Instead, human possesses a unif…

2025

IW-Bench: Evaluating Large Multimodal Models for Converting Image-to-Web

ACL 2025finding

Recently, advancements in large multimodal models have led to significant strides in image comprehension capabilities. Despite these advancements, there is a lack of a robust benchmark specifically for assessing the image‐to‐web conversion proficiency of these large models. It is essential to ensure…

2025

LLM Critics Help Catch Bugs in Mathematics: Towards a Better Mathematical Verifier with Natural Language Feedback

ACL 2025finding

In recent progress, mathematical verifiers have achieved success in mathematical reasoning tasks by validating the correctness of solutions generated by policy models. However, existing verifiers are trained with binary classification labels, which are not informative enough for the model to accurat…

2025

LM2Protein: A Structure-to-Token Protein Large Language Model

EMNLP 2025

Proteins are critical for various molecular functions, relying on their precise tertiary structures. This structure-sequence relationship is complex and degenerate, meaning multiple sequences can fold into a similar structure. The challenges in protein prediction, design, and modification increase w

2025

Rationales Are Not Silver Bullets: Measuring the Impact of Rationales on Model Performance and Reliability

ACL 2025finding

Training language models with rationales augmentation has been shown to be beneficial in many existing works. In this paper, we identify that such a prevailing view does not hold consistently. We conduct comprehensive investigations to thoroughly inspect the impact of rationales on model performance…

2025

Self-play with Execution Feedback: Improving Instruction-following Capabilities of Large Language Models

ICLR 2025spotlight

One core capability of large language models~(LLMs) is to follow natural language instructions. However, the issue of automatically constructing high-quality training data to enhance the complex instruction-following abilities of LLMs without manual annotation remains unresolved. In this paper, we i…

2024

#InsTag: Instruction Tagging for Analyzing Supervised Fine-tuning of Large Language Models

ICLR 2024poster

Pre-trained large language models (LLMs) can understand and align with human instructions by supervised fine-tuning (SFT). It is commonly believed that diverse and complex SFT data are of the essence to enable good instruction-following abilities. However, such diversity and complexity are obscure a…

2024

AIR-Bench: Benchmarking Large Audio-Language Models via Generative Comprehension

ACL 2024long

Recently, instruction-following audio-language models have received broad attention for human-audio interaction. However, the absence of benchmarks capable of evaluating audio-centric interaction capabilities has impeded advancements in this field. Previous models primarily focus on assessing differ…

2024

An Image is Worth 1/2 Tokens After Layer 2: Plug-and-Play Inference Acceleration for Large Vision-Language Models

ECCV 2024oral

"In this study, we identify the inefficient attention phenomena in Large Vision-Language Models (LVLMs), notably within prominent models like LLaVA-1.5, QwenVL-Chat, and Video-LLaVA. We find that the attention computation over visual tokens is extremely inefficient in the deep layers of popular LVLM…

2024

Can Large Language Models Always Solve Easy Problems if They Can Solve Harder Ones?

EMNLP 2024main

Large language models (LLMs) have demonstrated impressive capabilities, but still suffer from inconsistency issues (e.g. LLMs can react differently to disturbances like rephrasing or inconsequential order change). In addition to these inconsistencies, we also observe that LLMs, while capable of solv…

2024

Controllable 3D Face Generation with Conditional Style Code Diffusion

AAAI 2024technical

Generating photorealistic 3D faces from given conditions is a challenging task. Existing methods often rely on time-consuming one-by-one optimization approaches, which are not efficient for modeling the same distribution content, e.g., faces. Additionally, an ideal controllable 3D face generation mo…

2024

DBPNet: Dual-Branch Parallel Network with Temporal-Frequency Fusion for Auditory Attention Detection

IJCAI 2024poster

Auditory attention decoding (AAD) aims to recognize the attended speaker based on electroencephalography (EEG) signals in multi-talker environments. Most AAD methods only focus on the temporal or frequency domain, but neglect the relationships between these two domains, which results in the inabilit…

Cited by 15SourcePDFScholar
2024

How Abilities in Large Language Models are Affected by Supervised Fine-tuning Data Composition

ACL 2024long

Large language models (LLMs) with enormous pre-training tokens and parameters emerge diverse abilities, including math reasoning, codegeneration, and instruction following. These abilities are further enhanced by supervised fine-tuning (SFT). While the open-source community has explored ad-hoc SFT f…

2024

Language Models can Evaluate Themselves via Probability Discrepancy

ACL 2024findings

In this paper, we begin by illustrating that, when presented with a query, Large Language Models (LLMs) capable of providing accurate responses tend to exhibit a more uniform probability distribution compared to their less proficient counterparts. Building upon this observation, we introduce a novel…

2024

Large Language Models are Superpositions of All Characters: Attaining Arbitrary Role-play via Self-Alignment

ACL 2024long

Considerable efforts have been invested in augmenting the role-playing proficiency of open-source large language models (LLMs) by emulating proprietary counterparts. Nevertheless, we posit that LLMs inherently harbor role-play capabilities, owing to the extensive knowledge of characters and potentia…

2024

MuggleMath: Assessing the Impact of Query and Response Augmentation on Math Reasoning

ACL 2024long

In math reasoning with large language models (LLMs), fine-tuning data augmentation by query evolution and diverse reasoning paths is empirically verified effective, profoundly narrowing the gap between open-sourced LLMs and cutting-edge proprietary LLMs. In this paper, we conduct an investigation fo…

2024

Predicting Rewards Alongside Tokens: Non-disruptive Parameter Insertion for Efficient Inference Intervention in Large Language Model

EMNLP 2024main

Transformer-based large language models (LLMs) exhibit limitations such as generating unsafe responses, unreliable reasoning, etc. Existing inference intervention approaches attempt to mitigate these issues by finetuning additional models to produce calibration signals (such as rewards) that guide t…

2024

Routing to the Expert: Efficient Reward-guided Ensemble of Large Language Models

NAACL 2024long

The complementary potential of Large Language Models (LLM) assumes off-the-shelf LLMs have heterogeneous expertise in a wide range of domains and tasks so that an ensemble of LLMs can achieve consistently better performance. Existing ensemble methods for LLMs mainly focus on reward model ranking of…

Cited by 83SourcePDFScholar
2024

Sketch and Refine: Towards Fast and Accurate Lane Detection

AAAI 2024technical

Lane detection is to determine the precise location and shape of lanes on the road. Despite efforts made by current methods, it remains a challenging task due to the complexity of real-world scenarios. Existing approaches, whether proposal-based or keypoint-based, suffer from depicting lanes effecti…

2024

Synthesizing Text-to-SQL Data from Weak and Strong LLMs

ACL 2024long

The capability gap between open-source and closed-source large language models (LLMs) remains a challenge in text-to-SQL tasks. In this paper, we introduce a synthetic data approach that combines data produced by larger, more powerful models (strong models) with error information data generated by s…

2024

Training-Free Long-Context Scaling of Large Language Models

ICML 2024poster

The ability of Large Language Models (LLMs) to process and generate coherent text is markedly weakened when the number of input tokens exceeds their pretraining length. Given the expensive overhead of finetuning large-scale models with longer sequences, we propose a training-free approach named Dual…

2023

Global-to-Local Modeling for Video-Based 3D Human Pose and Shape Estimation

CVPR 2023poster

Video-based 3D human pose and shape estimations are evaluated by intra-frame accuracy and inter-frame smoothness. Although these two metrics are responsible for different ranges of temporal consistency, existing state-of-the-art methods treat them as a unified problem and use monotonous modeling str…

2023

JOTR: 3D Joint Contrastive Learning with Transformers for Occluded Human Mesh Recovery

ICCV 2023poster

In this study, we focus on the problem of 3D human mesh recovery from a single image under obscured conditions. Most state-of-the-art methods aim to improve 2D alignment technologies, such as spatial averaging and 2D joint sampling. However, they tend to neglect the crucial aspect of 3D alignment by…

Cited by 19PDFcodeScholar
2023

Prompt Tuning for Unified Multimodal Pretrained Models

ACL 2023findings

Prompt tuning has become a new paradigm for model tuning and it has demonstrated success in natural language pretraining and even vision pretraining. The parameter-efficient prompt tuning methods that optimize soft embeddings while keeping the pretrained model frozen demonstrate advantages in low co…

2023

TransHuman: A Transformer-based Human Representation for Generalizable Neural Human Rendering

ICCV 2023poster

In this paper, we focus on the task of generalizable neural human rendering which trains conditional Neural Radiance Fields (NeRF) from multi-view videos of different characters. To handle the dynamic human motion, previous methods have primarily used a SparseConvNet (SPC)-based human representation…

Cited by 25PDFcodeScholar
2023

Transferring General Multimodal Pretrained Models to Text Recognition

ACL 2023findings

This paper proposes a new method, OFA-OCR, to transfer multimodal pretrained models to text recognition. Specifically, we recast text recognition as image captioning and directly transfer a unified vision-language pretrained model to the end task. Without pretraining on large-scale annotated or synt…

2023

Video Frame Interpolation with Densely Queried Bilateral Correlation

IJCAI 2023poster

Video Frame Interpolation (VFI) aims to synthesize non-existent intermediate frames between existent frames. Flow-based VFI algorithms estimate intermediate motion fields to warp the existent frames. Real-world motions' complexity and the reference frame's absence make motion estimation challenging.…

2023

Vision-Based Markerless Tracking for Continuum Surgical Instruments in Robot-Assisted Minimally Invasive Surgery

RA-L 2023

Robotic-assisted single-port minimally invasive surgery (MIS) can reduce trauma and shorten hospitalization. However, surgical instruments for robotic single-port surgery usually possess multiple joints without distal joint sensors. Hence, closed-loop control is not directly applied to these joints,

Cited by 8SourceScholar
2022

Modality Competition: What Makes Joint Training of Multi-modal Network Fail in Deep Learning? (Provably)

ICML 2022spotlight

Despite the remarkable success of deep multi-modal learning in practice, it has not been well-explained in theory. Recently, it has been observed that the best uni-modal network outperforms the jointly trained multi-modal network across different combinations of modalities on various tasks, which is…

Cited by 123SourcePDFScholar
2022

OFA: Unifying Architectures, Tasks, and Modalities Through a Simple Sequence-to-Sequence Learning Framework

ICML 2022spotlight

In this work, we pursue a unified paradigm for multimodal pretraining to break the shackles of complex task/modality-specific customization. We propose OFA, a Task-Agnostic and Modality-Agnostic framework that supports Task Comprehensiveness. OFA unifies a diverse set of cross-modal and unimodal tas…

2022

Single Stage Virtual Try-On via Deformable Attention Flows

ECCV 2022poster

"Virtual try-on aims to generate a photo-realistic fitting result given an in-shop garment and a reference person image. Existing methods usually build up multi-stage frameworks to deal with clothes warping and body blending respectively, or rely heavily on intermediate parser-based labels which may…

2021

CogView: Mastering Text-to-Image Generation via Transformers

NeurIPS 2021poster

Text-to-Image generation in the general domain has long been an open problem, which requires both a powerful generative model and cross-modal understanding. We propose CogView, a 4-billion-parameter Transformer with VQ-VAE tokenizer to advance this problem. We also demonstrate the finetuning strateg…

2021

Learning to Rehearse in Long Sequence Memorization

ICML 2021spotlight

Existing reasoning tasks often have an important assumption that the input contents can be always accessed while reasoning, requiring unlimited storage resources and suffering from severe time delay on long sequences. To achieve efficient reasoning on long sequences with limited storage resources, m…

Cited by 12SourcePDFScholar
2021

UFC-BERT: Unifying Multi-Modal Controls for Conditional Image Synthesis

NeurIPS 2021poster

Conditional image synthesis aims to create an image according to some multi-modal guidance in the forms of textual descriptions, reference images, and image blocks to preserve, as well as their combinations. In this paper, instead of investigating these control signals separately, we propose a new t…

Cited by 77SourcePDFScholar
2020

Variational Autoencoders for Highly Multivariate Spatial Point Processes Intensities

ICLR 2020poster

Multivariate spatial point process models can describe heterotopic data over space. However, highly multivariate intensities are computationally challenging due to the curse of dimensionality. To bridge this gap, we introduce a declustering based hidden variable model that leads to an efficient infe…

Cited by 15SourceScholar
2019

Learning Disentangled Representations for Recommendation

NeurIPS 2019poster

User behavior data in recommender systems are driven by the complex interactions of many latent factors behind the users’ decision making processes. The factors are highly entangled, and may range from high-level ones that govern user intentions, to low-level ones that characterize a user’s preferen…

Cited by 422SourcePDFScholar