← Search

Tian Li

22 accepted papers

2025

AI-Powered Algorithm-Centric Quantum Processor Topology Design

AAAI 2025technical

Quantum computing promises to revolutionize various fields, yet the execution of quantum programs necessitates an effective compilation process. This involves strategically mapping quantum circuits onto the physical qubits of a quantum processor. The qubits' arrangement, or topology, is pivotal to t…

2025

Generalization and Robustness of the Tilted Empirical Risk

ICML 2025poster

The generalization error (risk) of a supervised statistical learning algorithm quantifies its prediction ability on previously unseen data. Inspired by exponential tilting, Li et al. (2021) proposed the {\it tilted empirical risk} (TER) as a non-linear risk metric for machine learning applications…

Cited by 0SourcePDFScholar
2024

DEED: Dynamic Early Exit on Decoder for Accelerating Encoder-Decoder Transformer Models

NAACL 2024findings

Encoder-decoder transformer models have achieved great success on various vision-language (VL) and language tasks, but they suffer from high inference latency. Typically, the decoder takes up most of the latency because of the auto-regressive decoding. To accelerate the inference, we propose an appr…

2023

Differentially Private Adaptive Optimization with Delayed Preconditioners

ICLR 2023poster

Privacy costs may negate the benefits of using adaptive optimizers in differentially private model training. Prior works typically address this issue by using auxiliary information (e.g., public data) to boost the effectiveness of adaptive optimization. In this work, we explore techniques to estimat…

2022

Diverse Client Selection for Federated Learning via Submodular Maximization

ICLR 2022poster

In every communication round of federated learning, a random subset of clients communicate their model updates back to the server which then aggregates them all. The optimal size of this subset is not known and several studies have shown that typically random selection does not perform ve…

Cited by 147SourcePDFScholar
2022

Domain-Adaptive Text Classification with Structured Knowledge from Unlabeled Data

IJCAI 2022poster

Domain adaptive text classification is a challenging problem for the large-scale pretrained language models because they often require expensive additional labeled data to adapt to new domains. Existing works usually fails to leverage the implicit relationships among words across domains. In this pa…

2022

PreTraM: Self-Supervised Pre-training via Connecting Trajectory and Map

ECCV 2022poster

"Deep learning has recently achieved significant progress in trajectory forecasting. However, the scarcity of trajectory data inhibits the data-hungry deep-learning models from learning good representations. While pre-training methods for representation learning exist in computer vision and natural…

2022

Private Adaptive Optimization with Side information

ICML 2022spotlight

Adaptive optimization methods have become the default solvers for many machine learning tasks. Unfortunately, the benefits of adaptivity may degrade when training with differential privacy, as the noise added to ensure privacy reduces the effectiveness of the adaptive preconditioner. To this end, we…

2021

Cross-Domain Sentiment Classification with Contrastive Learning and Mutual Information Maximization

ICASSP 2021accepted

Existing language models usually require large amount of labeled data and are severely challenged by domain shift. In this work we propose a novel model for cross-domain sentiment classification - CLIM - Contrastive Learning with mutual Information Maximization, to explore the potential of contrasti…

Cited by 0SourceScholar
2021

Ditto: Fair and Robust Federated Learning Through Personalization

ICML 2021spotlight

Fairness and robustness are two important concerns for federated learning systems. In this work, we identify that robustness to data and model poisoning attacks and fairness, measured as the uniformity of performance across devices, are competing constraints in statistically heterogeneous networks.…

2021

Federated Hyperparameter Tuning: Challenges, Baselines, and Connections to Weight-Sharing

NeurIPS 2021poster

Tuning hyperparameters is a crucial but arduous part of the machine learning pipeline. Hyperparameter optimization is even more challenging in federated learning, where models are learned over a distributed network of heterogeneous devices; here, the need to keep data on device and perform local tra…

Cited by 98SourcePDFScholar
2021

Heterogeneity for the Win: One-Shot Federated Clustering

ICML 2021spotlight

In this work, we explore the unique challenges—and opportunities—of unsupervised federated learning (FL). We develop and analyze a one-shot federated clustering scheme, kfed, based on the widely-used Lloyd’s method for $k$-means clustering. In contrast to many supervised problems, we show that the i…

2021

You Only Group Once: Efficient Point-Cloud Processing with Token Representation and Relation Inference Module

IROS 2021poster

3D perception on point-cloud is a challenging and crucial computer vision task. A point-cloud consists of a sparse, unstructured, and unordered set of points. To understand a point-cloud, previous point-based methods, such as PointNet++, extract visual features through the hierarchical aggregation o…

Cited by 28SourcecodeScholar