← Search

Wei-wei Tu

12 accepted papers

2024

DGPO: Discovering Multiple Strategies with Diversity-Guided Policy Optimization

AAAI 2024technical

Most reinforcement learning algorithms seek a single optimal strategy that solves a given task. However, it can often be valuable to learn a diverse set of solutions, for instance, to make an agent's interaction with users more engaging, or improve the robustness of a policy to an unexpected perturb…

2024

Efficient Stochastic Approximation of Minimax Excess Risk Optimization

ICML 2024poster

While traditional distributionally robust optimization (DRO) aims to minimize the maximal risk over a set of distributions, Agarwal & Zhang (2022) recently proposed a variant that replaces risk with *excess risk*. Compared to DRO, the new formulation—minimax excess risk optimization (MERO) has the a…

Cited by 6SourcePDFScholar
2024

LLMArena: Assessing Capabilities of Large Language Models in Dynamic Multi-Agent Environments

ACL 2024long

Recent advancements in large language models (LLMs) have revealed their potential for achieving autonomous agents possessing human-level intelligence. However, existing benchmarks for evaluating LLM Agents either use static datasets, potentially leading to data leakage or focus only on single-agent…

2024

MQE: Unleashing the Power of Interaction with Multi-agent Quadruped Environment

IROS 2024poster

The advent of deep reinforcement learning (DRL) has significantly advanced the field of robotics, particularly in the control and coordination of quadruped robots. However, the complexity of real-world tasks often necessitates the deployment of multi-robot systems capable of sophisticated interactio…

Cited by 4SourcecodeScholar
2024

Safe Abductive Learning in the Presence of Inaccurate Rules

AAAI 2024technical

Integrating complementary strengths of raw data and logical rules to improve the learning generalization has been recently shown promising and effective, e.g., abductive learning is one generic framework that can learn the perception model from data and reason between rules simultaneously. However,…

Cited by 8SourcePDFScholar
2023

Optimistic Online Mirror Descent for Bridging Stochastic and Adversarial Online Convex Optimization

ICML 2023poster

Stochastically Extended Adversarial (SEA) model is introduced by Sachs et al. (2022) as an interpolation between stochastic and adversarial online convex optimization. Under the smoothness condition, they demonstrate that the expected regret of optimistic follow-the-regularized-leader (FTRL) depends…

Cited by 21SourcePDFScholar
2021

Dual Adaptivity: A Universal Algorithm for Minimizing the Adaptive Regret of Convex Functions

NeurIPS 2021poster

To deal with changing environments, a new performance measure—adaptive regret, defined as the maximum static regret over any interval, was proposed in online learning. Under the setting of online convex optimization, several algorithms have been successfully developed to minimize the adaptive regret…

Cited by 24SourcePDFScholar
2021

Explanation Consistency Training: Facilitating Consistency-Based Semi-Supervised Learning with Interpretability

AAAI 2021technical

Unlabeled data exploitation and interpretability are usually both required in reality. They, however, are conducted independently, and very few works try to connect the two. For unlabeled data exploitation, state-of-the-art semi-supervised learning (SSL) results have been achieved via encouraging th…

Cited by 23SourcePDFScholar
2020

Projection-free Distributed Online Convex Optimization with $O(\sqrtT)$ Communication Complexity

ICML 2020poster

To deal with complicated constraints via locally light computations in distributed online learning, a recent study has presented a projection-free algorithm called distributed online conditional gradient (D-OCG), and achieved an $O(T^{3/4})$ regret bound, where $T$ is the number of prediction rounds…

Cited by 37SourcePDFScholar
2020

SAdam: A Variant of Adam for Strongly Convex Functions

ICLR 2020poster

The Adam algorithm has become extremely popular for large-scale machine learning. Under convexity condition, it has been proved to enjoy a data-dependent $O(\sqrt{T})$ regret bound where $T$ is the time horizon. However, whether strong convexity can be utilized to further improve the performance rem…

Cited by 52SourcecodeScholar