← Search

Guoqiang Wu

14 accepted papers

2025

A Theory for Conditional Generative Modeling on Multiple Data Sources

ICML 2025poster

The success of large generative models has driven a paradigm shift, leveraging massive multi-source data to enhance model capabilities. However, the interaction among these sources remains theoretically underexplored. This paper provides a first attempt to fill this gap by rigorously analyzing multi…

2025

N3C: Towards Replay-based Novelty Continual Clustering with Class-Overlapping

ICASSP 2025accepted

Deep clustering has excelled in batch settings, but little work has addressed the more practical and challenging continual clustering (CC) with shifting data distributions. Additionally, class-overlapping, also a challenging issue, where classes recur across tasks, is common in real-world scenarios.…

Cited by 0SourceScholar
2025

Towards Macro-AUC Oriented Imbalanced Multi-Label Continual Learning

AAAI 2025technical

In Continual Learning (CL), while existing work primarily focuses on the multi-class classification task, there has been limited research on Multi-Label Learning (MLL). In practice, MLL datasets are often class-imbalanced, making it inherently challenging, a problem that is even more acute in CL.…

2024

DiffAIL: Diffusion Adversarial Imitation Learning

AAAI 2024technical

Imitation learning aims to solve the problem of defining reward functions in real-world decision-making tasks. The current popular approach is the Adversarial Imitation Learning (AIL) framework, which matches expert state-action occupancy measures to obtain a surrogate reward for forward reinforceme…

2024

IPL: Leveraging Multimodal Large Language Models for Intelligent Product Listing

EMNLP 2024industry

Unlike professional Business-to-Consumer (B2C) e-commerce platforms (e.g., Amazon), Consumer-to-Consumer (C2C) platforms (e.g., Facebook marketplace) are mainly targeting individual sellers who usually lack sufficient experience in e-commerce. Individual sellers often struggle to compose proper desc…

Cited by 3SourcePDFScholar
2024

Lower Bounds of Uniform Stability in Gradient-Based Bilevel Algorithms for Hyperparameter Optimization

NeurIPS 2024poster

Gradient-based bilevel programming leverages unrolling differentiation (UD) or implicit function theorem (IFT) to solve hyperparameter optimization (HO) problems, and is proven effective and scalable in practice. To understand their generalization behavior, existing works establish upper bounds on…

Cited by 0SourcePDFScholar
2024

On Mesa-Optimization in Autoregressively Trained Transformers: Emergence and Capability

NeurIPS 2024poster

Autoregressively trained transformers have brought a profound revolution to the world, especially with their in-context learning (ICL) ability to address downstream tasks. Recently, several studies suggest that transformers learn a mesa-optimizer during autoregressive (AR) pretraining to implement…

2023

Revisiting Discriminative vs. Generative Classifiers: Theory and Implications

ICML 2023poster

A large-scale deep model pre-trained on massive labeled or unlabeled data transfers well to downstream tasks. Linear evaluation freezes parameters in the pre-trained model and trains a linear classifier separately, which is efficient and attractive for transfer. However, little work has investigated…

2023

Towards Understanding Generalization of Macro-AUC in Multi-label Learning

ICML 2023poster

Macro-AUC is the arithmetic mean of the class-wise AUCs in multi-label learning and is commonly used in practice. However, its theoretical understanding is far lacking. Toward solving it, we characterize the generalization properties of various learning algorithms based on the corresponding surrogat…

2021

On the Convergence of Prior-Guided Zeroth-Order Optimization Algorithms

NeurIPS 2021poster

Zeroth-order (ZO) optimization is widely used to handle challenging tasks, such as query-based black-box adversarial attacks and reinforcement learning. Various attempts have been made to integrate prior information into the gradient estimation procedure based on finite differences, with promising e…

2021

Rethinking and Reweighting the Univariate Losses for Multi-Label Ranking: Consistency and Generalization

NeurIPS 2021poster

The (partial) ranking loss is a commonly used evaluation measure for multi-label classification, which is usually optimized with convex surrogates for computational efficiency. Prior theoretical efforts on multi-label ranking mainly focus on (Fisher) consistency analyses. However, there is a gap bet…

Cited by 14SourcePDFScholar
2021

Stability and Generalization of Bilevel Programming in Hyperparameter Optimization

NeurIPS 2021poster

The (gradient-based) bilevel programming framework is widely used in hyperparameter optimization and has achieved excellent performance empirically. Previous theoretical work mainly focuses on its optimization properties, while leaving the analysis on generalization largely open. This paper attempts…

2020

Multi-label classification: do Hamming loss and subset accuracy really conflict with each other?

NeurIPS 2020poster

Various evaluation measures have been developed for multi-label classification, including Hamming Loss (HL), Subset Accuracy (SA) and Ranking Loss (RL). However, there is a gap between empirical results and the existing theories: 1) an algorithm often empirically performs well on some measure(s) whi…