← Search

Wenyu Zhang

20 accepted papers

2026

CERTIFIED VS. EMPIRICAL ADVERSARIAL ROBUSTNESS VIA HYBRID CONVOLUTIONS WITH ATTENTION STOCHASTICITY

ICLR 2026poster

We introduce Hybrid Convolutions with Attention Stochasticity (HyCAS), an adversarial defense that narrows the long-standing gap between provable robustness under ℓ2 certificates and empirical robustness against strong ℓ∞ attacks, while preserving strong generalization across diverse imaging benchma…

Cited by 0SourceScholar
2026

CPiRi: Channel Permutation-Invariant Relational Interaction for Multivariate Time Series Forecasting

ICLR 2026poster

Current methods for multivariate time series forecasting can be classified into channel-dependent and channel-independent models. Channel-dependent models learn cross-channel features but often overfit the channel ordering, which hampers adaptation when channels are added or reordered. Channel-indep…

Cited by 0SourcecodeScholar
2026

Does a Hybrid Space-Aware Randomized Defense Improve Empirical and Certified Adversarial Robustness?

ICML 2026poster

We introduce Hybrid Space-aware Stochastic Convolution Attention Noise (HySCAN), a hybrid randomized defense that helps close the long-standing gap between provable robustness under ℓ2 certificates and empirical robustness against strong ℓ∞ attacks, while maintaining strong generalization across div…

Cited by 0SourceScholar
2026

From Talking to Singing: A New Challenge for Audio-Visual Deepfake Detection

ICML 2026poster

With rapid advances in audio-visual generative models, reliable forgery detection becomes increasingly critical. Existing methods for audio-visual deepfake detection typically rely on cross-modal inconsistencies. In singing, rhythmic vocalization weakens this coupling and introduces a nontrivial dom…

Cited by 0SourceScholar
2025

AudioBench: A Universal Benchmark for Audio Large Language Models

NAACL 2025long

We introduce AudioBench, a universal benchmark designed to evaluate Audio Large Language Models (AudioLLMs). It encompasses 8 distinct tasks and 26 datasets, among which, 7 are newly proposed datasets. The evaluation targets three main aspects: speech understanding, audio scene understanding, and vo…

2025

Benchmarking Contextual and Paralinguistic Reasoning in Speech-LLMs: A Case Study with In-the-Wild Data

EMNLP 2025

Recent speech-LLMs have shown impressive performance in tasks like transcription and translation, yet they remain limited in understanding the paralinguistic aspects of speech crucial for social and emotional intelligence. We propose CP-Bench, a benchmark for evaluating speech-LLMs on contextual par

2025

MoWE-Audio: Multitask AudioLLMs with Mixture of Weak Encoders

ICASSP 2025accepted

The rapid advancements in large language models (LLMs) have significantly enhanced natural language processing capabilities, facilitating the development of AudioLLMs that process and understand speech and audio inputs alongside text. Existing AudioLLMs typically combine a pre-trained audio encoder…

Cited by 0SourceScholar
2025

Perception Helps Planning: Facilitating Multi-Stage Lane-Level Integration via Double-Edge Structures

RA-L 2025

When planning for autonomous driving, it is crucial to consider essential traffic elements such as lanes, intersections, traffic regulations, and dynamic agents. However, they are often overlooked by the traditional end-to-end planning methods, likely leading to inefficiencies and non-compliance wit

Cited by 1SourceScholar
2025

SPHERE: Unveiling Spatial Blind Spots in Vision-Language Models Through Hierarchical Evaluation

ACL 2025long

Current vision-language models may grasp basic spatial cues and simple directions (e.g. left, right, front, back), but struggle with the multi-dimensional spatial reasoning necessary for human-like understanding and real-world applications. To address this gap, we develop SPHERE (Spatial Perception…

Cited by 0SourcePDFScholar
2025

Step-by-Step Correction of LLM-based Math Word Problems Solutions

ICASSP 2025accepted

Following the success of Large Language Models (LLMs) in language tasks, LLMs have been adapted for reasoning in math word problems (MWPs). MWP is a complex task that requires both semantic understanding of text and mathematical reasoning, such that achieving high accuracy in MWP remains a challenge…

Cited by 0SourceScholar
2024

SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages

EMNLP 2024main

Southeast Asia (SEA) is a region rich in linguistic diversity and cultural variety, with over 1,300 indigenous languages and a population of 671 million people. However, prevailing AI models suffer from a significant lack of representation of texts, images, and audio datasets from SEA, compromising…

2024

Universal Semi-Supervised Domain Adaptation by Mitigating Common-Class Bias

CVPR 2024poster

Domain adaptation is a critical task in machine learning that aims to improve model performance on a target domain by leveraging knowledge from a related source domain. In this work we introduce Universal Semi-Supervised Domain Adaptation (UniSSDA) a practical yet challenging setting where the targe…

2023

A Safety Planning and Control Architecture Applied to a Quadrotor Autopilot

RA-L 2023

This letter presents a safety trajectory planning and tracking architecture for a quadrotor autopilot. Motor saturation constraints are explicitly considered in obstacle avoidance mission. Two challenging cases are covered: agile flight with a short task time and stable flight with actuator degradat

Cited by 12SourceScholar
2023

PointVector: A Vector Representation in Point Cloud Analysis

CVPR 2023poster

In point cloud analysis, point-based methods have rapidly developed in recent years. These methods have recently focused on concise MLP structures, such as PointNeXt, which have demonstrated competitiveness with Convolutional and Transformer structures. However, standard MLPs are limited in their ab…

2023

Rethinking the Role of Pre-Trained Networks in Source-Free Domain Adaptation

ICCV 2023poster

Source-free domain adaptation (SFDA) aims to adapt a source model trained on a fully-labeled source domain to an unlabeled target domain. Large-data pre-trained networks are used to initialize source models during source training, and subsequently discarded. However, source training can cause the mo…

Cited by 19PDFcodeScholar
2022

Few-Shot Adaptation of Pre-Trained Networks for Domain Shift

IJCAI 2022poster

Deep networks are prone to performance degradation when there is a domain shift between the source (training) data and target (test) data. Recent test-time adaptation methods update batch normalization layers of pre-trained source models deployed in new target environments with streaming data. Altho…