← Search

Shiqiang Wang

27 accepted papers

2026

GneissWeb: Preparing High Quality Data for LLMs at Scale

ICLR 2026poster

Data quantity and quality play a vital role in determining the performance of Large Language Models (LLMs). High-quality data, in particular, can significantly boost the LLM's ability to generalize on a wide range of downstream tasks. In this paper, we introduce **GneissWeb**, a large dataset of aro…

Cited by 0SourceScholar
2026

Position: Let's Develop Data Probes to Fundamentally Understand How Data Affects LLM Performance

ICML 2026poster

Data is fundamental to large language models (LLMs). However, understanding of what makes certain data useful for different stages of an LLM workflow, including training, tuning, alignment, in-context learning, etc., and why, remains an open question. Current approaches rely heavily on extensive exp…

Cited by 0SourceScholar
2025

Dynamic Loss-Based Sample Reweighting for Improved Large Language Model Pretraining

ICLR 2025poster

Pretraining large language models (LLMs) on vast and heterogeneous datasets is crucial for achieving state-of-the-art performance across diverse downstream tasks. However, current training paradigms treat all samples equally, overlooking the importance or relevance of individual samples throughout t…

Cited by 0SourcePDFScholar
2025

Flick: Empowering Federated Learning with Commonsense Knowledge

NeurIPS 2025poster

Federated Learning (FL) has emerged as a privacy-preserving framework for training models on data generated at the edge. However, the heterogeneity of data silos (e.g., label skew and domain shift) often leads to inconsistent learning objectives and suboptimal model performance. Inspired by the data…

Cited by 0SourceScholar
2025

MESS+: Dynamically Learned Inference-Time LLM Routing in Model Zoos with Service Level Guarantees

NeurIPS 2025poster

Open-weight large language model (LLM) zoos provide access to numerous high-quality models, but selecting the appropriate model for specific tasks remains challenging and requires technical expertise. Most users simply want factually correct, safe, and satisfying responses without concerning themsel…

Cited by 0SourceScholar
2025

RCCDA: Adaptive Model Updates in the Presence of Concept Drift under a Constrained Resource Budget

NeurIPS 2025poster

Machine learning (ML) algorithms deployed in real-world environments are often faced with the challenge of adapting models to concept drift, where the task data distributions are shifting over time. The problem becomes even more difficult when model performance must be maintained under adherence to…

Cited by 0SourceScholar
2025

Vertical Federated Learning with Missing Features During Training and Inference

ICLR 2025poster

Vertical federated learning trains models from feature-partitioned datasets across multiple clients, who collaborate without sharing their local data. Standard approaches assume that all feature partitions are available during both training and inference. Yet, in practice, this assumption rarely hol…

2024

A Lightweight Method for Tackling Unknown Participation Statistics in Federated Averaging

ICLR 2024spotlight

In federated learning (FL), clients usually have diverse participation statistics that are unknown a priori, which can significantly harm the performance of FL if not handled properly. Existing works aiming at addressing this problem are usually based on global variance reduction, which requires a s…

Cited by 18SourcePDFScholar
2024

A New Theoretical Perspective on Data Heterogeneity in Federated Optimization

ICML 2024poster

In federated learning (FL), data heterogeneity is the main reason that existing theoretical analyses are pessimistic about the convergence rate. In particular, for many FL algorithms, the convergence rate grows dramatically when the number of local updates becomes large, especially when the product…

Cited by 5SourcePDFScholar
2024

A Survey on Efficient Federated Learning Methods for Foundation Model Training

IJCAI 2024poster

Federated Learning (FL) has become an established technique to facilitate privacy-preserving collaborative training across a multitude of clients. However, new approaches to FL often discuss their contributions involving small deep-learning models only and focus on training full models on clients. I…

Cited by 23SourcePDFScholar
2024

DePRL: Achieving Linear Convergence Speedup in Personalized Decentralized Learning with Shared Representations

AAAI 2024technical

Decentralized learning has emerged as an alternative method to the popular parameter-server framework which suffers from high communication burden, single-point failure and scalability issues due to the need of a central server. However, most existing works focus on a single shared model for all wo…

Cited by 7SourcePDFScholar
2024

FADAS: Towards Federated Adaptive Asynchronous Optimization

ICML 2024poster

Federated learning (FL) has emerged as a widely adopted training paradigm for privacy-preserving machine learning. While the SGD-based FL algorithms have demonstrated considerable success in the past, there is a growing trend towards adopting adaptive federated optimization methods, particularly for…

2024

FedFisher: Leveraging Fisher Information for One-Shot Federated Learning

AISTATS 2024poster

Standard federated learning (FL) algorithms typically require multiple rounds of communication between the server and the clients, which has several drawbacks, including requiring constant network connectivity, repeated investment of computational resources, and susceptibility to privacy attacks. On…

2024

Hierarchical Federated Learning with Multi-Timescale Gradient Correction

NeurIPS 2024poster

While traditional federated learning (FL) typically focuses on a star topology where clients are directly connected to a central server, real-world distributed systems often exhibit hierarchical architectures. Hierarchical FL (HFL) has emerged as a promising solution to bridge this gap, leveraging a…

2023

FedExP: Speeding Up Federated Averaging via Extrapolation

ICLR 2023top-25%

Federated Averaging (FedAvg) remains the most popular algorithm for Federated Learning (FL) optimization due to its simple implementation, stateless nature, and privacy guarantees combined with secure aggregation. Recent work has sought to generalize the vanilla averaging in FedAvg to a generalized…

2023

Gradient-Based Uncertainty Attribution for Explainable Bayesian Deep Learning

CVPR 2023poster

Predictions made by deep learning models are prone to data perturbations, adversarial attacks, and out-of-distribution inputs. To build a trusted AI system, it is therefore critical to accurately quantify the prediction uncertainties. While current efforts focus on improving uncertainty quantificati…

Cited by 16SourcePDFScholar
2023

LESS-VFL: Communication-Efficient Feature Selection for Vertical Federated Learning

ICML 2023poster

We propose LESS-VFL, a communication-efficient feature selection method for distributed systems with vertically partitioned data. We consider a system of a server and several parties with local datasets that share a sample ID space but have different feature sets. The parties wish to collaboratively…

Cited by 30SourcePDFScholar
2023

StableFDG: Style and Attention Based Learning for Federated Domain Generalization

NeurIPS 2023poster

Traditional federated learning (FL) algorithms operate under the assumption that the data distributions at training (source domains) and testing (target domain) are the same. The fact that domain shifts often occur in practice necessitates equipping FL methods with a domain generalization (DG) capab…

Cited by 16SourcePDFScholar
2022

Compressed-VFL: Communication-Efficient Learning with Vertically Partitioned Data

ICML 2022spotlight

We propose Compressed Vertical Federated Learning (C-VFL) for communication-efficient training on vertically partitioned data. In C-VFL, a server and multiple parties collaboratively train a model on their respective features utilizing several local iterations and sharing compressed intermediate res…

2022

Demystifying Why Local Aggregation Helps: Convergence Analysis of Hierarchical SGD

AAAI 2022technical

Hierarchical SGD (H-SGD) has emerged as a new distributed SGD algorithm for multi-level communication networks. In H-SGD, before each global aggregation, workers send their updated local models to local servers for aggregations. Despite recent research efforts, the effect of local aggregation on glo…

2022

KerGNNs: Interpretable Graph Neural Networks with Graph Kernels

AAAI 2022technical

Graph kernels are historically the most widely-used technique for graph classification tasks. However, these methods suffer from limited performance because of the hand-crafted combinatorial features of graphs. In recent years, graph neural networks (GNNs) have become the state-of-the-art method in…

2021

Robustness and Diversity Seeking Data-Free Knowledge Distillation

ICASSP 2021accepted

Knowledge distillation (KD) has enabled remarkable progress in model compression and knowledge transfer. However, KD requires a large volume of original data or their representation statistics that are not usually available in practice. Data-free KD has recently been proposed to resolve this problem…

Cited by 0SourceScholar
2020

Online Algorithms for Multi-shop Ski Rental with Machine Learned Advice

NeurIPS 2020poster

We study the problem of augmenting online algorithms with machine learned (ML) advice. In particular, we consider the \emph{multi-shop ski rental} (MSSR) problem, which is a generalization of the classical ski rental problem. In MSSR, each shop has different prices for buying and renting a pair of…

2019

MaxHedge: Maximizing a Maximum Online

AISTATS 2019poster

We introduce a new online learning framework where, at each trial, the learner is required to select a subset of actions from a given known action set. Each action is associated with an energy value, a reward and a cost. The sum of the energies of the actions selected cannot exceed a given energy bu…

Cited by 5SourcePDFScholar
2017

Non-negative matrix factorization of signals with overlapping events for event detection applications

ICASSP 2017accepted

In many event detection applications, training data may contain tags with multiple, simultaneous events. This is particularly likely when the definition of “event” is broad and includes events that can persist for an extended period of time. Decomposing a mixed signal into signals corresponding to i…

Cited by 0SourceScholar