← Search

Hong Qian

17 accepted papers

2026

Automated Random Embedding for Practical Bayesian Optimization with Unknown Effective Dimension

IJCAI 2026

Bayesian optimization is widely employed for optimizing complex black-box functions but struggles with the curse of dimensionality. Random embedding, as a dimension reduction strategy, simplifies tasks that possess the effective dimension by optimizing within a low-dimensional subspace. However, det

Cited by 0Scholar
2026

CollabBench: Benchmarking and Unleashing Collaborative Ability of LLMs with Diverse Players via Proactive Engagement

ICML 2026poster

While LLM-based agents excel at individual tasks, effective collaboration with realistic human partners remains challenging. Most of the existing conversation-level collaborative studies lack grounded interaction and behavioral execution, motivating the need for cooperative game environments that en…

Cited by 0SourceScholar
2026

Diversity-Driven Offline Multi-Objective Optimization via Bi-Level Pareto Set Learning

ICML 2026poster

Multi-objective optimization (MOO) has emerged as a powerful approach to solving complex optimization problems involving multiple objectives. In many practical scenarios, function evaluations are unavailable or prohibitively expensive, necessitating optimization solely based on a fixed offline datas…

Cited by 0SourceScholar
2025

A Fast-Adaptive Cognitive Diagnosis Framework for Computerized Adaptive Testing Systems

IJCAI 2025

Computerized Adaptive Testing (CAT) measures student ability by iteratively selecting informative questions, with core components being the Cognitive Diagnosis Model (CDM) and selection strategy. Current research focuses on optimizing the selection strategy, assuming relatively accurate CDM results.

2025

Constrained Offline Black-Box Optimization via Risk Evaluation and Management

AAAI 2025technical

Offline black-box optimization aims to identify the optimal solution of a black-box objective function under the guidance of a surrogate model constructed solely from a pre-collected dataset. It is commonly used in industrial scenarios, which often involve constraints, i.e., constrained offline opti…

Cited by 1SourcePDFScholar
2025

Expensive Multi-Objective Bayesian Optimization Based on Diffusion Models

AAAI 2025technical

Multi-objective Bayesian optimization (MOBO) has shown promising performance on various expensive multi-objective optimization problems (EMOPs). However, effectively modeling complex distributions of the Pareto optimal solutions is difficult with limited function evaluations. Existing Pareto set lea…

2025

LLMOPT: Learning to Define and Solve General Optimization Problems from Scratch

ICLR 2025poster

Optimization problems are prevalent across various scenarios. Formulating and then solving optimization problems described by natural language often requires highly specialized human expertise, which could block the widespread application of optimization-based decision making. To automate problem fo…

2025

Relation-Augmented Dueling Bayesian Optimization via Preference Propagation

IJCAI 2025

In black-box optimization, when directly evaluating the function values of solutions is very costly or infeasible, access to the objective function is often limited to comparing pairs of solutions, which yields dueling black-box optimization. Dueling optimization is solely based on pairwise preferen

2025

SOO-Bench: Benchmarks for Evaluating the Stability of Offline Black-Box Optimization

ICLR 2025poster

Black-box optimization aims to find the optima through building a model close to the black-box objective function based on function value evaluation. However, in many real-world tasks, such as the design of molecular formulas and mechanical structures, it is perilous, costly, or even infeasible to e…

2025

Strong and Weak Identifiability of Optimization-based Causal Discovery in Non-linear Additive Noise Models

ICML 2025poster

Causal discovery aims to identify causal relationships from observational data. Recently, optimization-based causal discovery methods have attracted extensive attention in the literature due to their efficiency in handling high-dimensional problems. However, we observe that optimization-based method…

Cited by 0SourcePDFScholar
2024

A Simple yet Scalable Granger Causal Structural Learning Approach for Topological Event Sequences

NeurIPS 2024poster

In modern telecommunication networks, faults manifest as alarms, generating thousands of events daily. Network operators need an efficient method to identify the root causes of these alarms to mitigate potential losses. This task is challenging due to the increasing scale of telecommunication networ…

Cited by 0SourcePDFScholar
2024

Symbolic Cognitive Diagnosis via Hybrid Optimization for Intelligent Education Systems

AAAI 2024technical

Cognitive diagnosis assessment is a fundamental and crucial task for student learning. It models the student-exercise interaction, and discovers the students' proficiency levels on each knowledge attribute. In real-world intelligent education systems, generalization and interpretability of cognitive…

2023

High-Dimensional Dueling Optimization with Preference Embedding

AAAI 2023technical

In many scenarios of black-box optimization, evaluating the objective function values of solutions is expensive, while comparing a pair of solutions is relatively cheap, which yields the dueling black-box optimization. The side effect of dueling optimization is that it doubles the dimension of solut…

2022

BBTv2: Towards a Gradient-Free Future with Large Language Models

EMNLP 2022main

Most downstream adaptation methods tune all or part of the parameters of pre-trained models (PTMs) through gradient descent, where the tuning cost increases linearly with the growth of the model size.By contrast, gradient-free methods only require the forward computation of the PTM to tune the promp…

2022

Black-Box Tuning for Language-Model-as-a-Service

ICML 2022spotlight

Extremely large pre-trained language models (PTMs) such as GPT-3 are usually released as a service. It allows users to design task-specific prompts to query the PTMs through some black-box APIs. In such a scenario, which we call Language-Model-as-a-Service (LMaaS), the gradients of PTMs are usually…