← Search

Xiaoyuan Zhang

21 accepted papers

2026

Aegis: Automated Error Generation and Identification for Multi-Agent Systems

ICLR 2026poster

Large language model based multi-agent systems (MAS) have unlocked significant advancements in tackling complex problems, but their increasing capability introduces a structural fragility that makes them difficult to debug. A key obstacle to improving their reliability is the severe scarcity of larg…

Cited by 0SourceScholar
2026

MCCE: A Framework for Multi-LLM Collaborative Search in Discrete Spaces with Similarity-Filtered Preference Learning

ICML 2026poster

Multi-objective discrete optimization problems, such as molecular design, pose significant challenges due to their vast and unstructured combinatorial spaces. Traditional evolutionary algorithms often get trapped in local optima, while expert knowledge can provide crucial guidance for accelerating c…

Cited by 0SourceScholar
2026

POLAR: A Portrait OLAT Dataset and Generative Framework for Illumination-Aware Face Modeling

CVPR 2026

Face relighting aims to synthesize realistic portraits under novel illumination while preserving identity and geometry. However, progress remains constrained by the limited availability of large-scale, physically consistent illumination data. To address this, we introduce POLAR, a large-scale and ph

Cited by 0SourceScholar
2025

Can LLMs Understand Unvoiced Speech? Exploring EMG-to-Text Conversion with LLMs

ACL 2025short

Unvoiced electromyography (EMG) is an effective communication tool for individuals unable to produce vocal speech. However, most prior methods rely on paired voiced and unvoiced EMG signals, along with speech data, for unvoiced EMG-to-text conversion, which is not practical for these individuals. Gi…

2025

Differentiable Information Enhanced Model-Based Reinforcement Learning

AAAI 2025technical

Differentiable environments have heralded new possibilities for learning control policies by offering rich differentiable information that facilitates gradient-based methods. In comparison to prevailing model-free reinforcement learning approaches, model-based reinforcement learning (MBRL) methods e…

Cited by 0SourcePDFScholar
2025

Enhancing LLM-Based Social Bot via an Adversarial Learning Framework

EMNLP 2025

Developing Large Language Model (LLM) agents that exhibit human-like behavior, encompassing not only individual heterogeneity rooted in unique user profiles but also adaptive response to socially connected neighbors, is a significant research challenge. Social media platforms, with their diverse use

2025

Few for Many: Tchebycheff Set Scalarization for Many-Objective Optimization

ICLR 2025poster

Multi-objective optimization can be found in many real-world applications where some conflicting objectives can not be optimized by a single solution. Existing optimization methods often focus on finding a set of Pareto solutions with different optimal trade-offs among the objectives. However, the r…

Cited by 4SourcePDFScholar
2025

Multiple Trade-offs: An Improved Approach for Lexicographic Linear Bandits

AAAI 2025technical

This paper studies lexicographic online learning within the framework of multiobjective stochastic linear bandits (MOSLB), where the agent aims to simultaneously maximize multiple objectives in a hierarchical manner. Previous literature has investigated lexicographic online learning in multiobjectiv…

Cited by 0SourcePDFScholar
2025

Social World Model-Augmented Mechanism Design Policy Learning

NeurIPS 2025poster

Designing adaptive mechanisms to align individual and collective interests remains a central challenge in artificial social intelligence. Existing methods often struggle with modeling heterogeneous agents possessing persistent latent traits (e.g., skills, preferences) and dealing with complex multi-…

Cited by 0SourceScholar
2025

World Models Should Prioritize the Unification of Physical and Social Dynamics

NeurIPS 2025poster

World models, which explicitly learn environmental dynamics to lay the foundation for planning, reasoning, and decision-making, are rapidly advancing in predicting both physical dynamics and aspects of social behavior, yet predominantly in separate silos. This division results in a systemic failure…

Cited by 0SourceScholar
2024

CivRealm: A Learning and Reasoning Odyssey in Civilization for Decision-Making Agents

ICLR 2024spotlight

The generalization of decision-making agents encompasses two fundamental elements: learning from past experiences and reasoning in novel contexts. However, the predominant emphasis in most interactive environments is on learning, often at the expense of complexity in reasoning. In this paper, we int…

2024

Gliding over the Pareto Front with Uniform Designs

NeurIPS 2024poster

Multiobjective optimization (MOO) plays a critical role in various real-world domains. A major challenge therein is generating $K$ uniform Pareto-optimal solutions to represent the entire Pareto front. To address this issue, this paper firstly introduces \emph{fill distance} to evaluate the $K$ desi…

Cited by 2SourcePDFScholar
2024

LibMOON: A Gradient-based MultiObjective OptimizatioN Library in PyTorch

NeurIPS 2024poster

Multiobjective optimization problems (MOPs) are prevalent in machine learning, with applications in multi-task learning, learning under fairness or robustness constraints, etc. Instead of reducing multiple objective functions into a scalar objective, MOPs aim to optimize for the so-called Pareto opt…

2024

Off-Agent Trust Region Policy Optimization

IJCAI 2024poster

Leveraging the experiences of other agents offers a powerful mechanism to enhance policy optimization in multi-agent reinforcement learning (MARL). However, contemporary MARL algorithms often neglect experience sharing possibilities or adopt a simple approach via direct parameter sharing. Our work e…

Cited by 0SourcePDFScholar
2024

Panacea: Pareto Alignment via Preference Adaptation for LLMs

NeurIPS 2024poster

Current methods for large language model alignment typically use scalar human preference labels. However, this convention tends to oversimplify the multi-dimensional and heterogeneous nature of human preferences, leading to reduced expressivity and even misalignment. This paper presents Panacea, an…

Cited by 32SourcePDFScholar
2024

Smooth Tchebycheff Scalarization for Multi-Objective Optimization

ICML 2024poster

Multi-objective optimization problems can be found in many real-world applications, where the objectives often conflict each other and cannot be optimized by a single solution. In the past few decades, numerous methods have been proposed to find Pareto solutions that represent optimal trade-offs amo…

2023

Hypervolume Maximization: A Geometric View of Pareto Set Learning

NeurIPS 2023poster

This paper presents a novel approach to multiobjective algorithms aimed at modeling the Pareto set using neural networks. Whereas previous methods mainly focused on identifying a finite number of solutions, our approach allows for the direct modeling of the entire Pareto set. Furthermore, we estab…

2022

Pareto Set Learning for Expensive Multi-Objective Optimization

NeurIPS 2022accept

Expensive multi-objective optimization problems can be found in many real-world applications, where their objective function evaluations involve expensive computations or physical experiments. It is desirable to obtain an approximate Pareto front with a limited evaluation budget. Multi-objective Bay…