← Search

Haoran Zhang

42 accepted papers

2026

Characterizing, Evaluating, and Optimizing Complex Reasoning

ICML 2026oral

Large Reasoning Models (LRMs) increasingly rely on reasoning traces with complex internal structures. However, existing work lacks a unified answer to three fundamental questions: (1) what defines high-quality reasoning, (2) how to reliably evaluate long, implicitly structured reasoning traces, and …

Cited by 0SourceScholar
2026

Position: Benchmarks Do Not Measure Deployment Readiness in Clinical AI

ICML 2026poster

Despite large language models (LLMs) achieving impressive performance on benchmark tasks such as medical question answering, their real-world utility remains limited. We argue that while benchmarks play a valuable role in developing methods and filtering promising models during development, they oft…

Cited by 0SourceScholar
2026

Reasoning over Boundaries: Enhancing Specification Alignment via Test-time Deliberation

ICML 2026poster

Large language models (LLMs) are increasingly applied in diverse real-world applications, each governed by bespoke behavioral and safety specifications (spec) custom-tailored by users or organizations. These specifications, categorized into safety-spec and behavioral-spec, vary across scenarios and …

Cited by 0SourceScholar
2026

RoboMME: Benchmarking and Understanding Memory for Robotic Generalist Policies

ICML 2026oral

Memory is critical for long-horizon and history-dependent robotic manipulation. Such tasks often involve counting repeated actions or manipulating objects that become temporarily occluded. Recent vision-language-action (VLA) models have begun to incorporate memory mechanisms; however, their evaluati…

Cited by 0SourcecodeScholar
2026

TrajFlow: Nation-wide Pseudo GPS Trajectory Generation with Flow Matching Models

ICLR 2026poster

The importance of mobile phone GPS trajectory data is widely recognized across many fields, yet the use of real data is often hindered by privacy concerns, limited accessibility, and high acquisition costs. As a result, generating pseudo–GPS trajectory data has become an active area of research. Rec…

Cited by 0SourcecodeScholar
2026

Weaving in the Clouds: Achieving Synergistic Collaboration among LLM Agents via Federated Learning

ICML 2026poster

Multi-Agent Systems (MAS) powered by Large Language Models (LLMs) have recently become a strong paradigm for solving complex workflow-structured tasks through expert collaboration. However, the data that make such collaboration effective are typically distributed across organizations and cannot be c…

Cited by 0SourceScholar
2025

A Multi-Wavelength Optical Sensing Framework for Calibration-Free Wearable Blood Pressure Monitoring

ICASSP 2025accepted

Blood pressure (BP) is a key indicator of cardiovascular health, with hypertension leading to significant morbidity and mortality worldwide. Continuous monitoring of BP is essential for early detection of cardiovascular disease, however current tools are either cumbersome, unreliable, or not suited…

Cited by 0SourceScholar
2025

Aggregation Hides Out-of-Distribution Generalization Failures from Spurious Correlations

NeurIPS 2025spotlight

Benchmarks for out-of-distribution (OOD) generalization often reveal a strong positive correlation between in-distribution (ID) and OOD accuracy across models, a phenomenon known as “accuracy-on-the-line.” This pattern is commonly interpreted as evidence that spurious correlations—relationships that…

Cited by 0SourceScholar
2025

Federated Multi-armed Bandits with Efficient Bit-Level Communications

NeurIPS 2025poster

In this work, we study the federated multi-armed bandit (FMAB) problem, where a set of distributed agents collaboratively aim to minimize cumulative regret while interacting with a shared set of arms. Unlike traditional centralized bandit models, agents in FMAB settings are connected via a communica…

Cited by 0SourceScholar
2025

KOR-Bench: Benchmarking Language Models on Knowledge-Orthogonal Reasoning Tasks

ICLR 2025poster

In this paper, we introduce Knowledge-Orthogonal Reasoning (KOR), a concept aimed at minimizing reliance on domain-specific knowledge, enabling more accurate evaluation of models' reasoning abilities in out-of-distribution settings. Based on this concept, we propose the Knowledge-Orthogonal Reasoni…

Cited by 3SourcePDFScholar
2025

LEMoN: Label Error Detection using Multimodal Neighbors

ICML 2025poster

Large repositories of image-caption pairs are essential for the development of vision-language models. However, these datasets are often extracted from noisy data scraped from the web, and contain many mislabeled instances. In order to improve the reliability of downstream models, it is important to…

Cited by 0SourcePDFScholar
2025

Near-Optimal Regret Bounds for Federated Multi-armed Bandits with Fully Distributed Communication

UAI 2025

In this paper, we focus on the research of federated multi-armed bandit (FMAB) problems where agents can only communicate with their neighbors. All agents aim to solve a common multi-armed bandit (MAB) problem to minimize individual regrets, while group regret can also be minimized. In a federated b

Cited by 0SourcePDFScholar
2025

Player-Centric Multimodal Prompt Generation for Large Language Model Based Identity-Aware Basketball Video Captioning

ICCV 2025poster

Existing sports video captioning methods often focus on the action yet overlook player identities, limiting their applicability. Although some methods integrate extra information to generate identity-aware descriptions, the player identities are sometimes incorrect because the extra information is i…

2025

PromptTA: Prompt-driven Text Adapter for Source-free Domain Generalization

ICASSP 2025accepted

Source-free domain generalization (SFDG) tackles the challenge of adapting models to unseen target domains without access to source domain data. To deal with this challenging task, recent advances in SFDG have primarily focused on leveraging the text modality of vision-language models such as CLIP.…

Cited by 0SourceScholar
2025

SSAN: A Symbol Spatial-Aware Network for Handwritten Mathematical Expression Recognition

AAAI 2025technical

The great challenge of handwritten mathematical expression recognition (HMER) is the complex structures of the expressions, which are directly related to the symbol spatial positions. Existing HMER methods typically employ attention mechanisms in the decoder of their models to implicitly perceive th…

2025

Task-Decoupled Bezier Surface Constraint for Uneven Low-Light Image Enhancement

ICCV 2025poster

Low-light image enhancement (LLIE) is a fundamental task in computer vision. Its goal is to extract more useful information from dark regions. Many existing methods have made excellent strides in improving image brightness and enhancing texture details. However, these approaches often lead to overex…

Cited by 0SourcePDFScholar
2024

A Closer Look at AUROC and AUPRC under Class Imbalance

NeurIPS 2024poster

In machine learning (ML), a widespread claim is that the area under the precision-recall curve (AUPRC) is a superior metric for model comparison to the area under the receiver operating characteristic (AUROC) for tasks with class imbalance. This paper refutes this notion on two fronts. First, we the…

Cited by 46SourcePDFScholar
2024

BendVLM: Test-Time Debiasing of Vision-Language Embeddings

NeurIPS 2024poster

Vision-language (VL) embedding models have been shown to encode biases present in their training data, such as societal biases that prescribe negative characteristics to members of various racial and gender identities. Due to their wide-spread adoption for various tasks ranging from few-shot classif…

2024

From Transparent to Opaque: Rethinking Neural Implicit Surfaces with $\alpha$-NeuS

NeurIPS 2024poster

Traditional 3D shape reconstruction techniques from multi-view images, such as structure from motion and multi-view stereo, face challenges in reconstructing transparent objects. Recent advances in neural radiance fields and its variants primarily address opaque or transparent objects, encountering…

2024

IaC-Eval: A Code Generation Benchmark for Cloud Infrastructure-as-Code Programs

NeurIPS 2024poster

Infrastructure-as-Code (IaC), an important component of cloud computing, allows the definition of cloud infrastructure in high-level programs. However, developing IaC programs is challenging, complicated by factors that include the burgeoning complexity of the cloud ecosystem (e.g., diversity of clo…

2024

SciMMIR: Benchmarking Scientific Multi-modal Information Retrieval

ACL 2024findings

Multi-modal information retrieval (MMIR) is a rapidly evolving field where significant progress has been made through advanced representation learning and cross-modality alignment research, particularly in image-text pairing.However, current benchmarks for evaluating MMIR performance on image-text p…

2024

TimeXer: Empowering Transformers for Time Series Forecasting with Exogenous Variables

NeurIPS 2024poster

Deep models have demonstrated remarkable performance in time series forecasting. However, due to the partially-observed nature of real-world applications, solely focusing on the target of interest, so-called endogenous variables, is usually insufficient to guarantee accurate forecasting. Notably, a…

2024

Timer: Generative Pre-trained Transformers Are Large Time Series Models

ICML 2024poster

Deep learning has contributed remarkably to the advancement of time series analysis. Still, deep models can encounter performance bottlenecks in real-world data-scarce scenarios, which can be concealed due to the performance saturation with small models on current benchmarks. Meanwhile, large models…

2024

Tokenization Is More Than Compression

EMNLP 2024main

Tokenization is a foundational step in natural language processing (NLP) tasks, bridging raw text and language models. Existing tokenization approaches like Byte-Pair Encoding (BPE) originate from the field of data compression, and it has been suggested that the effectiveness of BPE stems from its a…

2024

Views Can Be Deceiving: Improved SSL Through Feature Space Augmentation

ICLR 2024spotlight

Supervised learning methods have been found to exhibit inductive biases favoring simpler features. When such features are spuriously correlated with the label, this can result in suboptimal performance on minority subgroups. Despite the growing popularity of methods which learn from unlabeled data,…

Cited by 1SourcePDFScholar
2024

iTransformer: Inverted Transformers Are Effective for Time Series Forecasting

ICLR 2024spotlight

The recent boom of linear forecasting models questions the ongoing passion for architectural modifications of Transformer-based forecasters. These forecasters leverage Transformers to model the global dependencies over temporal tokens of time series, with each token formed by multiple variates of th…

2023

"Why did the Model Fail?": Attributing Model Performance Changes to Distribution Shifts

ICML 2023poster

Machine learning models frequently experience performance drops under distribution shifts. The underlying cause of such shifts may be multiple simultaneous factors such as changes in data quality, differences in specific covariate distributions, or changes in the relationship between label and featu…

2023

Change is Hard: A Closer Look at Subpopulation Shift

ICML 2023poster

Machine learning models often perform poorly on subgroups that are underrepresented in the training data. Yet, little is understood on the variation in mechanisms that cause subpopulation shifts, and how algorithms generalize across such diverse shifts at scale. In this work, we provide a fine-grain…

2023

SimMTM: A Simple Pre-Training Framework for Masked Time-Series Modeling

NeurIPS 2023spotlight

Time series analysis is widely used in extensive areas. Recently, to reduce labeling expenses and benefit various tasks, self-supervised pre-training has attracted immense interest. One mainstream paradigm is masked modeling, which successfully pre-trains deep models by learning to reconstruct the m…

2021

Contrastive Self-Supervised Learning for Text-Independent Speaker Verification

ICASSP 2021accepted

Current speaker verification models rely on supervised training with massive annotated data. But the collection of labeled utterances from multiple speakers is expensive and facing privacy issues. To open up an opportunity for utilizing massive unlabeled utterance data, our work exploits a contrasti…

Cited by 0SourceScholar
2021

Social-DPF: Socially Acceptable Distribution Prediction of Futures

AAAI 2021technical

We consider long-term path forecasting problems in crowds, where future sequence trajectories are generated given a short observation. Recent methods for this problem have focused on modeling social interactions and predicting multi-modal futures. However, it is not easy for machines to successfully…

Cited by 11SourcePDFScholar
2020

A Multi-Scaled Receptive Field Learning Approach for Medical Image Segmentation

ICASSP 2020accepted

Biomedical image segmentation has been widely studied, and lots of methods have been proposed. Among these methods, attention U-Net has achieved a promising performance. However, it has drawbacks of extracting the multi-scaled receptive field features at the high-level feature maps, resulting in the…

Cited by 0SourceScholar
2020

Incorporating Inner-word and Out-word Features for Mongolian Morphological Segmentation

COLING 2020main

Mongolian morphological segmentation is regarded as a crucial preprocessing step in many Mongolian related NLP applications and has received extensive attention. Recently, end-to-end segmentation approaches with long short-term memory networks (LSTM) have achieved excellent results. However, the inn…

Cited by 1SourcePDFScholar