← Search

Zhaohui Wang

8 accepted papers

2026

A Game-Theoretic Framework for Measuring and Explaining Metric Compatibility in Fair Machine Learning

ICML 2026poster

Machine learning fairness research documents trade-offs but lacks quantitative frameworks to measure intrinsic metric compatibility without requiring causal graphs. We introduce a game-theoretic framework that decomposes metrics into interaction vectors, enabling compatibility measurement between me…

Cited by 0SourceScholar
2026

OmniVideoBench: Towards Audio-Visual Understanding Evaluation for Omni MLLMs

ICLR 2026poster

Recent advances in multimodal large language models (MLLMs) have demonstrated substantial potential in video understanding. However, existing benchmarks fail to comprehensively evaluate synergistic reasoning capabilities across audio and visual modalities, often neglecting either one of the modaliti…

Cited by 0SourcecodeScholar
2026

WorldTravel: A Realistic Multimodal Travel-Planning Benchmark with Tightly Coupled Constraints

ICML 2026poster

Real-world autonomous planning requires coordinating tightly coupled constraints where a single decision dictates the feasibility of all subsequent actions. However, existing benchmarks predominantly feature loosely coupled constraints solvable through local greedy decisions and rely on idealized da…

Cited by 0SourceScholar
2025

Carver: Learning to Reconstruct Right Ventricle from Sparse Multi-View 2D Echocardiograms

ICASSP 2025accepted

Accurate 3D reconstruction of the right ventricle from multi-view echocardiograms is crucial for the quantitative diagnosis of cardiac diseases. However, existing methods often fail to deliver satisfactory results due to the structural complexity of the right ventricle and the sparsity of non-parall…

Cited by 0SourceScholar
2025

PromptSeg: Learning to Segment Medical Image via Visual Prompts

ICASSP 2025accepted

Deep learning has made remarkable medical image segmentation advancements, yet its generalization capability across tasks remains challenging. The variety of task objectives, disease-dependent labeling variations, and multi-center data contribute to the poor generalization capacity of task-specific…

Cited by 0SourceScholar
2025

Real-time Ad Retrieval via LLM-generative Commercial Intention for Sponsored Search Advertising

EMNLP 2025

The integration of Large Language Models (LLMs) with retrieval systems has shown promising potential in retrieving documents (docs) or advertisements (ads) for a given query. Existing LLM-based retrieval methods generate numeric or content-based DocIDs to retrieve docs/ads. However, the one-to-few m

2024

PiSSA: Principal Singular Values and Singular Vectors Adaptation of Large Language Models

NeurIPS 2024spotlight

To parameter-efficiently fine-tune (PEFT) large language models (LLMs), the low-rank adaptation (LoRA) method approximates the model changes $\Delta W \in \mathbb{R}^{m \times n}$ through the product of two matrices $A \in \mathbb{R}^{m \times r}$ and $B \in \mathbb{R}^{r \times n}$, where $r \ll \m…