← Search

Yuhao ZHANG

45 accepted papers

2026

Atom-level Adaptive Receptive Fields: A Pruning-Based Encoder for 2D Molecular Graphs (Student Abstract)

AAAI 2026technical

The two-dimensional (2D) graph structure of a molecule encodes abundant latent property information. A well-designed molecular graph encoder can capture informative low-dimensional dense representations of molecules, which can subsequently be applied to a widerange of downstream tasks. To achieve fi

Cited by 0SourcePDFScholar
2026

Deadlock-Aware Control for Multi-Robot Coordination with Multiple Safety Constraints

ICRA 2026poster

Multi-robot coordination in shared workspaces is prone to deadlocks, which can compromise operational capabilities and task efficiency. Accurately determining the timing and spatial locations of deadlocks is essential for effective resolution, yet remains challenging due to dynamic robot interaction…

Cited by 0SourceScholar
2026

EchoMind: An Interrelated Multi-level Benchmark for Evaluating Empathetic Speech Language Models

ICLR 2026poster

Speech Language Models (SLMs) have made significant progress in spoken language understanding. Yet it remains unclear whether they can fully perceive non lexical vocal cues alongside spoken words, and respond with empathy that aligns with both emotional and contextual factors. Existing benchmarks t…

Cited by 0SourcecodeScholar
2026

Event-Fused Hybrid ANN-SNN Architecture for Low-Latency Object Detection in Automotive Vision

RA-L 2026

In advanced driver-assistance systems, current computer vision algorithms predominantly rely on frame-based RGB cameras, which suffer from high latency in high-speed or sudden-scenario applications due to fixed frame rates. In response to this challenge, event-based cameras have gained attention as

Cited by 0SourcecodeScholar
2026

MM-ACT: Learn from Multimodal Parallel Generation to Act

CVPR 2026

A generalist robotic policy needs both semantic understanding for task planning and the ability to interact with the environment through predictive capabilities. To tackle this, we present MM-ACT, a unified Vision-Language-Action (VLA) model that integrates text, image, and action in shared token sp

Cited by 0SourcecodeScholar
2026

SimpleVLA-RL: Scaling VLA Training via Reinforcement Learning

ICLR 2026poster

Vision-Language-Action (VLA) models have emerged as a powerful paradigm for robotic manipulation. Despite substantial progress enabled by large-scale pretraining and supervised fine-tuning (SFT), these models face two fundamental challenges: (i) the scarcity and high cost of large-scale robotic traj…

Cited by 0SourcecodeScholar
2026

VLA-Arena: An Open-Source Framework for Benchmarking Vision-Language-Action Models

ICML 2026poster

While Vision-Language-Action models (VLAs) are rapidly advancing toward generalist robot policies, quantitatively characterizing their capability boundaries and failure modes remains challenging. To address this, we introduce **VLA-Arena**, a comprehensive benchmark. It features a novel structured t…

Cited by 0SourceScholar
2025

Adaptive Decoding for Efficient Automatic Speech Recognition

ICASSP 2025accepted

The latency and computation demand of End-to-end (E2E) automatic speech recognition (ASR) models hinder their deployment on lightweight devices. Despite there are many methods proposed for efficiency, the computational burden of the output layer with a large vocabulary is still a major challenge for…

Cited by 0SourceScholar
2025

D4orm: Multi-Robot Trajectories with Dynamics-aware Diffusion Denoised Deformations

IROS 2025

This work presents an optimization method for generating kinodynamically feasible and collision-free multi-robot trajectories that exploits an incremental denoising scheme in diffusion models. Our key insight is that high-quality trajectories can be discovered merely by denoising noisy trajectories

Cited by 2SourceScholar
2025

DSQG-Syn: Synthesizing High-quality Data for Text-to-SQL Parsing by Domain Specific Question Generation

NAACL 2025findings

Synthetic data has recently proven effective in enhancing the accuracy of Text-to-SQL parsers. However, existing methods generate SQL queries first by randomly sampling tables and columns based on probability and then synthesize natural language questions (NLQs). This approach often produces a large…

Cited by 0SourcePDFScholar
2025

Enhancing Speech Large Language Models with Prompt-Aware Mixture of Audio Encoders

EMNLP 2025

Connecting audio encoders with large language models (LLMs) allows the LLM to perform various audio understanding tasks, such as automatic speech recognition (ASR) and audio captioning (AC). Most research focuses on training an adapter layer to generate a unified audio feature for the LLM. However,

2025

Leveraging Unit Language Guidance to Advance Speech Modeling in Textless Speech-to-Speech Translation

ACL 2025finding

The success of building textless speech-to-speech translation (S2ST) models has attracted much attention. However, S2ST still faces two main challenges: 1) extracting linguistic features for various speech signals, called cross-modal (CM), and 2) learning alignment of difference languages in long se…

2025

Optimizing Speech Multi-View Feature Fusion through Conditional Computation

ICASSP 2025accepted

Recent advancements have highlighted the efficacy of self-supervised learning (SSL) features in various speech-related tasks, providing lightweight and versatile multi-view speech representations. However, our study reveals that while SSL features expedite model convergence, they conflict with tradi…

Cited by 0SourceScholar
2025

Promptriever: Instruction-Trained Retrievers Can Be Prompted Like Language Models

ICLR 2025poster

Instruction-tuned language models (LM) are able to respond to imperative commands, providing a more natural user interface compared to their base counterparts. In this work, we present Promptriever, the first retrieval model able to be prompted like an LM. To train Promptriever, we curate and releas…

2025

SPFT-SQL: Enhancing Large Language Model for Text-to-SQL Parsing by Self-Play Fine-Tuning

EMNLP 2025

Despite the significant advancements of self-play fine-tuning (SPIN), which can transform a weak large language model (LLM) into a strong one through competitive interactions between models of varying capabilities, it still faces challenges in the Text-to-SQL task. SPIN does not generate new informa

Cited by 0SourcePDFScholar
2025

SafeVLA: Towards Safety Alignment of Vision-Language-Action Model via Constrained Learning

NeurIPS 2025spotlight

Vision-language-action models (VLAs) show potential as generalist robot policies. However, these models pose extreme safety challenges during real-world deployment, including the risk of harm to the environment, the robot itself, and humans. *How can safety constraints be explicitly integrated into…

Cited by 0SourceScholar
2025

Soundwave: Less is More for Speech-Text Alignment in LLMs

ACL 2025long

Existing end-to-end speech large language models (LLMs) usually rely on large-scale annotated data for training, while data-efficient training has not been discussed in depth. We focus on two fundamental problems between speech and text: the representation space gap and sequence length inconsistency…

2024

A Framework for Reproducible Benchmarking and Performance Diagnosis of SLAM Systems

IROS 2024

We propose SLAMFuse, an open-source SLAM benchmarking framework that provides consistent cross-platform environments for evaluating multi-modal SLAM algorithms, along with tools for data fuzzing, failure detection, and diagnosis across different datasets. Our framework introduces a fuzzing mechanism

Cited by 4SourcecodeScholar
2024

Bridging the Gaps of Both Modality and Language: Synchronous Bilingual CTC for Speech Translation and Speech Recognition

ICASSP 2024accepted

In this study, we present synchronous bilingual Connectionist Temporal Classification (CTC), an innovative framework that leverages dual CTC to bridge the gaps of both modality and language in the speech translation (ST) task. Utilizing transcript and translation as concurrent objectives for CTC, ou…

Cited by 0SourceScholar
2024

CodeFort: Robust Training for Code Generation Models

EMNLP 2024finding

Code generation models are not robust to small perturbations, which often lead to incorrect generations and significantly degrade the performance of these models. Although improving the robustness of code generation models is crucial to enhancing user experience in real-world applications, existing…

Cited by 1SourcePDFScholar
2024

Dancing in Chains: Reconciling Instruction Following and Faithfulness in Language Models

EMNLP 2024main

Modern language models (LMs) need to follow human instructions while being faithful; yet, they often fail to achieve both. Here, we provide concrete evidence of a trade-off between instruction following (i.e., follow open-ended instructions) and faithfulness (i.e., ground responses in given context)…

2024

DragVideo: Interactive Drag-style Video Editing

ECCV 2024poster

"Video generation models have shown their superior ability to generate photo-realistic video. However, how to accurately control (or edit) the video remains a formidable challenge. The main issues are: 1) how to perform direct and accurate user control in editing; 2) how to execute editings like cha…

2024

Ensuring Safe and High-Quality Outputs: A Guideline Library Approach for Language Models

NAACL 2024long

Large Language Models (LLMs) exhibit impressive capabilities but also present risks such as biased content generation and privacy issues. One of the current alignment techniques includes principle-driven integration, but it faces challenges arising from the imprecision of manually crafted rules and…

2024

FEDKA: Federated Knowledge Augmentation for Multi-Center Medical Image Segmentation on non-IID Data

ICASSP 2024accepted

Federated learning (FL) allows decentralized medical institutions to collaboratively learn a shared global model without breaching data privacy. However, in the context of medical image segmentation, data distributions across centers may vary a lot due to the diverse imaging protocols, vendors and p…

Cited by 0SourceScholar
2024

RAG-QA Arena: Evaluating Domain Robustness for Long-form Retrieval Augmented Question Answering

EMNLP 2024main

Question answering based on retrieval augmented generation (RAG-QA) is an important research topic in NLP and has a wide range of real-world applications. However, most existing datasets for this task are either constructed using a single source corpus or consist of short extractive answers, which f…

2024

Soft Alignment of Modality Space for End-to-End Speech Translation

ICASSP 2024accepted

End-to-end Speech Translation (ST) aims to convert speech into target text within a unified model. The inherent differences between speech and text modalities often impede effective cross-modal and cross-lingual transfer. Existing methods typically employ hard alignment (H-Align) of individual speec…

Cited by 0SourceScholar
2023

Bridging the Granularity Gap for Acoustic Modeling

ACL 2023findings

While Transformer has become the de-facto standard for speech, modeling upon the fine-grained frame-level features remains an open challenge of capturing long-distance dependencies and distributing the attention weights. We propose Progressive Down-Sampling (PDS) which gradually compresses the acous…

2023

CTC-based Non-autoregressive Speech Translation

ACL 2023long

Combining end-to-end speech translation (ST) and non-autoregressive (NAR) generation is promising in language and speech processing for their advantages of less error propagation and low latency. In this paper, we investigate the potential of connectionist temporal classification (CTC) for non-autor…

2023

Generate then Select: Open-ended Visual Question Answering Guided by World Knowledge

ACL 2023findings

The open-ended Visual Question Answering (VQA) task requires AI models to jointly reason over visual and natural language inputs using world knowledge. Recently, pre-trained Language Models (PLM) such as GPT-3 have been applied to the task and shown to be powerful world knowledge sources. However, t…

Cited by 17SourcePDFScholar
2023

Improving Cross-task Generalization of Unified Table-to-text Models with Compositional Task Configurations

ACL 2023findings

There has been great progress in unifying various table-to-text tasks using a single encoder-decoder model trained via multi-task learning (Xie et al., 2022).However, existing methods typically encode task information with a simple dataset name as a prefix to the encoder. This not only limits the ef…

Cited by 2SourcePDFScholar
2023

Improving End-to-End Speech Translation by Leveraging Auxiliary Speech and Text Data

AAAI 2023technical

We present a method for introducing a text encoder into pre-trained end-to-end speech translation systems. It enhances the ability of adapting one modality (i.e., source-language speech) to another (i.e., source-language text). Thus, the speech translation model can learn from both unlabeled and lab…

2023

Rethinking and Improving Multi-task Learning for End-to-end Speech Translation

EMNLP 2023long main

Significant improvements in end-to-end speech translation (ST) have been achieved through the application of multi-task learning. However, the extent to which auxiliary tasks are highly consistent with the ST task, and how much this approach truly helps, have not been thoroughly studied. In this pap…

Cited by 0SourcecodeScholar
2023

RobustQA: Benchmarking the Robustness of Domain Adaptation for Open-Domain Question Answering

ACL 2023findings

Open-domain question answering (ODQA) is a crucial task in natural language processing. A typical ODQA system relies on a retriever module to select relevant contexts from a large corpus for a downstream reading comprehension model. Existing ODQA datasets consist mainly of Wikipedia corpus, and are…

2023

Tokenization Consistency Matters for Generative Models on Extractive NLP Tasks

EMNLP 2023short findings

Generative models have been widely applied to solve extractive tasks, where parts of the input is extracted to form the desired output, and achieved significant success. For example, in extractive question answering (QA), generative models have constantly yielded state-of-the-art results. In this wo…

Cited by 0SourcecodeScholar
2022

A Contrastive Framework for Learning Sentence Representations from Pairwise and Triple-wise Perspective in Angular Space

ACL 2022long

Learning high-quality sentence representations is a fundamental problem of natural language processing which could benefit a wide range of downstream tasks. Though the BERT-like pre-trained language models have achieved great success, using their sentence representations directly often results in po…

Cited by 68SourcePDFScholar
2021

Certified Robustness to Programmable Transformations in LSTMs

EMNLP 2021main

Deep neural networks for natural language processing are fragile in the face of adversarial examples—small input perturbations, like synonym substitution or word duplication, which cause a neural network to change its prediction. We present an approach to certifying the robustness of LSTMs (and exte…

2021

Improving Factual Completeness and Consistency of Image-to-Text Radiology Report Generation

NAACL 2021long

Neural image-to-text radiology report generation systems offer the potential to improve radiology reporting by reducing the repetitive process of report drafting and identifying possible medical errors. However, existing report generation systems, despite achieving high performances on natural langu…

2021

Online Selection Problems against Constrained Adversary

ICML 2021spotlight

Inspired by a recent line of work in online algorithms with predictions, we study the constrained adversary model that utilizes predictions from a different perspective. Prior works mostly focused on designing simultaneously robust and consistent algorithms, without making assumptions on the quality…

Cited by 19SourcePDFScholar
2021

RadGraph: Extracting Clinical Entities and Relations from Radiology Reports

NeurIPS 2021poster

Extracting structured clinical information from free-text radiology reports can enable the use of radiology report information for a variety of critical healthcare applications. In our work, we present RadGraph, a dataset of entities and relations in full-text chest X-ray radiology reports based on…

Cited by 229SourceScholar
2021

Stacked Acoustic-and-Textual Encoding: Integrating the Pre-trained Models into Speech Translation Encoders

ACL 2021long

Encoder pre-training is promising in end-to-end Speech Translation (ST), given the fact that speech-to-translation data is scarce. But ST encoders are not simple instances of Automatic Speech Recognition (ASR) or Machine Translation (MT) encoders. For example, we find that ASR encoders lack the glob…

2020

Robustness to Programmable String Transformations via Augmented Abstract Training

ICML 2020poster

Deep neural networks for natural language processing tasks are vulnerable to adversarial input perturbations. In this paper, we present a versatile language for programmatically specifying string transformations—e.g., insertions, deletions, substitutions, swaps, etc.—that are relevant to the task at…