← Search

Yuanhao Xiong

13 accepted papers

2024

Structured Video-Language Modeling with Temporal Grouping and Spatial Grounding

ICLR 2024poster

Existing video-language pre-training methods primarily focus on instance-level alignment between video clips and captions via global contrastive learning but neglect rich fine-grained local information in both videos and text, which is of importance to downstream tasks requiring temporal localizatio…

Cited by 0SourcePDFScholar
2024

UNICORN: A Unified Causal Video-Oriented Language-Modeling Framework for Temporal Video-Language Tasks

EMNLP 2024main

The great success of large language models has encouraged the development of large multimodal models, with a focus on image-language interaction. Despite promising results in various image-language downstream tasks, it is still challenging and unclear how to extend the capabilities of these models t…

2023

FedDM: Iterative Distribution Matching for Communication-Efficient Federated Learning

CVPR 2023poster

Federated learning (FL) has recently attracted increasing attention from academia and industry, with the ultimate goal of achieving collaborative training under privacy and communication constraints. Existing iterative model averaging based FL algorithms require a large number of communication round…

Cited by 122SourcePDFScholar
2023

Training Meta-Surrogate Model for Transferable Adversarial Attack

AAAI 2023technical

The problem of adversarial attacks to a black-box model when no queries are allowed has posed a great challenge to the community and has been extensively investigated. In this setting, one simple yet effective method is to transfer the obtained adversarial examples from attacking surrogate models to…

2022

Efficient Non-Parametric Optimizer Search for Diverse Tasks

NeurIPS 2022accept

Efficient and automated design of optimizers plays a crucial role in full-stack AutoML systems. However, prior methods in optimizer search are often limited by their scalability, generability, or sample efficiency. With the goal of democratizing research and application of optimizer search, we prese…

2022

Extreme Zero-Shot Learning for Extreme Text Classification

NAACL 2022long

The eXtreme Multi-label text Classification (XMC) problem concerns finding most relevant labels for an input text instance from a large label set. However, the XMC setup faces two challenges: (1) it is not generalizable to predict unseen labels in dynamic environments, and (2) it requires a large am…

2022

Learning to Schedule Learning rate with Graph Neural Networks

ICLR 2022poster

Recent decades have witnessed great development of stochastic optimization in training deep neural networks. Learning rate scheduling is one of the most important factors that influence the performance of stochastic optimizers like Adam. Traditional methods seek to find a relatively proper schedulin…

Cited by 20SourcePDFScholar
2020

Learning to Learn by Zeroth-Order Oracle

ICLR 2020poster

In the learning to learn (L2L) framework, we cast the design of optimization algorithms as a machine learning problem and use deep neural networks to learn the update rules. In this paper, we extend the L2L framework to zeroth-order (ZO) optimization setting, where no explicit gradient information i…

Cited by 20SourcecodeScholar
2019

Adaptive Gradient Methods with Dynamic Bound of Learning Rate

ICLR 2019poster

Adaptive optimization methods such as AdaGrad, RMSprop and Adam have been proposed to achieve a rapid training process with an element-wise scaling term on learning rates. Though prevailing, they are observed to generalize poorly compared with SGD or even fail to converge due to unstable and extreme…