← Search

Hao Liang

37 accepted papers

2026

An Improved Privacy and Utility Analysis of Differentially Private SGD with Bounded Domain and Smooth Losses

AAAI 2026technical

Differentially Private Stochastic Gradient Descent (DPSGD) is widely used to protect sensitive data during the training of machine learning models, but its privacy guarantee often comes at a large cost of model performance due to the lack of tight theoretical bounds quantifying privacy loss. While r

Cited by 5SourcePDFScholar
2026

BRIDGE: Bi-level Reinforcement Learning for Dynamic Group Structure in Coalition Formation Games

ICLR 2026poster

The challenge of coalition formation games lies in efficiently navigating the exponentially large space of possible coalitions to identify the optimal partition. While existing approaches to solve coalition formation games either provide optimal solutions with limited scalability or approximate solu…

Cited by 0SourceScholar
2026

Collaborative Map-Based and Route-Based Policy Learning for Continuous Vision-and-Language Navigation

RA-L 2026

Vision-and-Language Navigation in Continuous Environments (VLN-CE) requires an agent to follow language instructions to reach a target in unseen, 3D environments. A powerful VLN-CE agent requires two crucial abilities during cross-modal planning: spatial reasoning to explore towards the target locat

Cited by 0SourceScholar
2026

How Does the Lagrangian Guide Safe Reinforcement Learning through Diffusion Models?

ICML 2026poster

Diffusion policy sampling enables reinforcement learning (RL) to represent multimodal action distributions beyond suboptimal unimodal Gaussian policies. However, existing diffusion-based RL methods primarily focus on offline setting for reward maximization, with limited consideration of safety in on…

Cited by 0SourceScholar
2026

Is Pure Exploitation Sufficient in Exogenous MDPs with Linear Function Approximation?

ICLR 2026poster

Exogenous MDPs (Exo-MDPs) capture sequential decision-making where uncertainty comes solely from exogenous inputs that evolve independently of the learner’s actions. This structure is especially common in operations research applications such as inventory control, energy storage, and resource alloca…

Cited by 0SourceScholar
2026

Learning What Reinforcement Learning Can't: Interleaved Online Fine-Tuning for Hardest Questions

ICLR 2026poster

Recent advances in large language model (LLM) reasoning have shown that reasoning ability can emerge through reinforcement learning (RL). However, despite these successes, RL in its current form remains insufficient to induce capabilities that exceed the limitations of the base model, as it is prima…

Cited by 0SourcecodeScholar
2026

MIRNet: Integrating Constrained Graph-Based Reasoning with Pre-training for Diagnostic Medical Imaging

AAAI 2026technical

Automated interpretation of medical images demands robust modeling of complex visual-semantic relationships while addressing annotation scarcity, label imbalance, and clinical plausibility constraints. We introduce MIRNet (Medical Image Reasoner Network), a novel framework that integrates self-super

Cited by 0SourcePDFScholar
2026

MoSs: Mixture of Scales for Efficient High-Resolution Autoregressive Image Generation

AAAI 2026technical

Since next-scale prediction was introduced as a new paradigm for autoregressive image generation, it has attracted extensive research interest. By progressively increasing resolution in a draft-to-refinement process, next-scale prediction demonstrates great potential in both generation quality and e

Cited by 0SourcePDFScholar
2026

Scone: Bridging Composition and Distinction in Subject-Driven Image Generation via Unified Understanding-Generation Modeling

CVPR 2026

Subject-driven image generation has advanced from single- to multi-subject composition, while neglecting distinction, the ability to distinguish and generate the correct subject when inputs contain multiple candidates. This limitation restricts effectiveness in complex, realistic visual settings. We

Cited by 0SourcecodeScholar
2026

VABench: A Comprehensive Benchmark for Audio-Video Generation

CVPR 2026

Recent advances in video generation have been remarkable, enabling models to produce visually compelling videos with synchronized audio. While existing video generation benchmarks provide comprehensive metrics for visual quality, they lack convincing evaluations for audio-video generation, especiall

Cited by 0SourcecodeScholar
2026

VCU-Bridge: Hierarchical Visual Connotation Understanding via Semantic Bridging

CVPR 2026

While Multimodal Large Language Models (MLLMs) excel on benchmarks, their processing paradigm differs from the human ability to integrate visual information. Unlike humans who naturally bridge details and high-level concepts, models tend to treat these elements in isolation. Prevailing evaluation pr

Cited by 0SourceScholar
2026

When Differential Privacy Meets Wireless Federated Learning: An Improved Analysis for Privacy and Convergence

ICASSP 2026oral

Differentially private wireless federated learning (DPWFL) is a promising framework for protecting sensitive user data. However, foundational questions on how to precisely characterize privacy loss remain open, and existing work is further limited by convergence analyses that rely on restrictive con…

Cited by 0SourcePDFScholar
2025

BRACE: A Benchmark for Robust Audio Caption Quality Evaluation

NeurIPS 2025poster

Automatic audio captioning is essential for audio understanding, enabling applications such as accessibility and content indexing. However, evaluating the quality of audio captions remains a major challenge, especially in reference-free settings where high-quality ground-truth captions are unavailab…

Cited by 0SourcecodeScholar
2025

CFBench: A Comprehensive Constraints-Following Benchmark for LLMs

ACL 2025long

The adeptness of Large Language Models (LLMs) in comprehending and following natural language instructions is critical for their deployment in sophisticated real-world applications. Existing evaluations mainly focus on fragmented constraints or narrow scenarios, but they overlook the comprehensivene…

2025

Causality Meets Locality: Provably Generalizable and Scalable Policy Learning for Networked Systems

NeurIPS 2025spotlight

Large‑scale networked systems, such as traffic, power, and wireless grids, challenge reinforcement‑learning agents with both scale and environment shifts. To address these challenges, we propose \texttt{GSAC} (\textbf{G}eneralizable and \textbf{S}calable \textbf{A}ctor‑\textbf{C}ritic), a framework…

Cited by 0SourceScholar
2025

Facilitating Multi-turn Function Calling for LLMs via Compositional Instruction Tuning

ICLR 2025poster

Large Language Models (LLMs) have exhibited significant potential in performing diverse tasks, including the ability to call functions or use external tools to enhance their performance. While current research on function calling by LLMs primarily focuses on single-turn interactions, this paper addr…

2025

MM-Verify: Enhancing Multimodal Reasoning with Chain-of-Thought Verification

ACL 2025long

According to the Test-Time Scaling, the integration of External Slow-Thinking with the Verify mechanism has been demonstrated to enhance multi-round reasoning in large language models (LLMs). However, in the multimodal (MM) domain, there is still a lack of a strong MM-Verifier. In this paper, we int…

2025

Medical MLLM Is Vulnerable: Cross-Modality Jailbreak and Mismatched Attacks on Medical Multimodal Large Language Models

AAAI 2025technical

Security concerns related to Large Language Models (LLMs) have been extensively explored; however, the safety implications for Multimodal Large Language Models (MLLMs), particularly in medical contexts (MedMLLMs), remain inadequately addressed. This paper investigates the security vulnerabilities of…

2025

QAEncoder: Towards Aligned Representation Learning in Question Answering Systems

ACL 2025long

Modern QA systems entail retrieval-augmented generation (RAG) for accurate and trustworthy responses. However, the inherent gap between user queries and relevant documents hinders precise matching. We introduce QAEncoder, a training-free approach to bridge this gap. Specifically, QAEncoder estimates…

2025

UniCTokens: Boosting Personalized Understanding and Generation via Unified Concept Tokens

NeurIPS 2025poster

Personalized models have demonstrated remarkable success in understanding and generating concepts provided by users. However, existing methods use separate concept tokens for understanding and generation, treating these tasks in isolation. This may result in limitations for generating images with co…

Cited by 0SourcecodeScholar
2024

DSVT: Dynamic 3D Surround View for Tractor-Trailer Vehicles Based on Real-Time Pose Estimation with Drop Model

IROS 2024poster

In recent years, 3D surround view systems have attracted a lot of attention in the field of advanced driver assistance systems (ADAS). However, the foundational assumption of unchanging camera poses in traditional 3D surround view systems, which is designed for single-unit vehicles, results in a fai…

Cited by 4SourceScholar
2024

Large-scale Deployment of Vision-based Tactile Sensors on Multi-fingered Grippers

IROS 2024

Vision-based Tactile Sensors (VBTSs) show significant promise in that they can leverage image measurements to provide high-spatial-resolution human-like performance. However, current VBTS designs, typically confined to the fingertips of robotic grippers, prove somewhat inadequate, as many grasping a

Cited by 6SourceScholar
2024

Regret Bounds for Risk-sensitive Reinforcement Learning with Lipschitz Dynamic Risk Measures

AISTATS 2024poster

We study finite episodic Markov decision processes incorporating dynamic risk measures to capture risk sensitivity. To this end, we present two model-based algorithms applied to \emph{Lipschitz} dynamic risk measures, a wide range of risk measures that subsumes spectral risk measure, optimized certa…

Cited by 4SourcePDFScholar
2024

Robust Multi-Camera BEV Perception: An Image-Perceptive Approach to Counter Imprecise Camera Calibration

IROS 2024poster

Recently, Bird’s Eye View (BEV) detection methodologies that utilize surround-view cameras have seen significant advancements in autonomous driving systems. Traditional methods, however, are constrained by their reliance on specific camera parameters, which poses challenges in generalizing across di…

Cited by 0SourceScholar
2023

Benchmarking Algorithmic Bias in Face Recognition: An Experimental Approach Using Synthetic Faces and Human Evaluation

ICCV 2023poster

We propose an experimental method for measuring bias in face recognition systems. Existing methods to measure bias depend on benchmark datasets that are collected in the wild and annotated for protected (e.g., race, gender) and non-protected (e.g., pose, lighting) attributes. Such observational data…

Cited by 15PDFScholar
2023

High-Frequency Transformer Network Based on Window Cross-Attention for Pansharpening

ICASSP 2023accepted

Inspired by the powerful ability to capture long-distance dependencies in the vision transformer, we propose a novel high-frequency transformer network based on window cross-attention to fuse panchromatic (PAN) and multispectral (MS) images for a high-resolution MS image. To overcome the problem bro…

Cited by 0SourceScholar
2023

UVSS: Unified Video Stabilization and Stitching for Surround View of Tractor-Trailer Vehicles

IROS 2023poster

Automotive surround-view camera systems have been commonly employed in automated driving to aid in near-field sensing and other perception tasks. Due to the large size of the body and the presence of multiple blind spots, panoramic surround-view systems are particularly crucial for tractor-trailer v…

Cited by 4SourceScholar
2022

Adaptive Variational Nonlinear Chirp Mode Decomposition

ICASSP 2022accepted

Variational nonlinear chirp mode decomposition (VNCMD) is a recently introduced method for nonlinear chirp signal decomposition that has aroused notable attention in various fields. One limiting aspect of the method is that its performance relies heavily on the setting of the bandwidth parameter. To…

Cited by 0SourceScholar
2022

Fisheye object detection based on standard image datasets with 24-points regression strategy

IROS 2022poster

Fisheye object detection is a difficult task in robotics and autonomous driving. One of the reasons is that the fisheye datasets are inferior to standard image datasets in scale and quantity, which inspires the idea of using standard image datasets for fisheye object detection. However, the models t…

Cited by 4SourcecodeScholar
2021

Instance-Aware Coherent Video Style Transfer for Chinese Ink Wash Painting

IJCAI 2021poster

Recent researches have made remarkable achievements in fast video style transfer based on western paintings. However, due to the inherent different drawing techniques and aesthetic expressions of Chinese ink wash painting, existing methods either achieve poor temporal consistency or fail to transfer…

2020

Overlap Local-SGD: An Algorithmic Approach to Hide Communication Delays in Distributed SGD

ICASSP 2020accepted

Distributed stochastic gradient descent (SGD) is essential for scaling the machine learning algorithms to a large number of computing nodes. However, the infrastructures variability such as high communication delay or random node slowdown greatly impedes the performance of distributed SGD algorithm,…

Cited by 0SourceScholar
2020

Tackling the Objective Inconsistency Problem in Heterogeneous Federated Optimization

NeurIPS 2020poster

In federated learning, heterogeneity in the clients' local datasets and computation speeds results in large variations in the number of local updates performed by each client in each communication round. Naive weighted aggregation of such models causes objective inconsistency, that is, the global mo…