← Search

WEIZHONG ZHANG

42 accepted papers

2026

Advanced Black-Box Tuning of Large Language Models with Limited API Calls

AAAI 2026technical

Black-box tuning is an emerging paradigm for adapting large language models (LLMs) to better achieve desired behaviors, particularly when direct access to model parameters is unavailable. Current strategies, however, often present a dilemma of suboptimal extremes: either separately train a small pro

Cited by 0SourcePDFScholar
2026

AutoQRA: Joint Optimization of Mixed-Precision Quantization and Low-rank Adapters for Efficient LLM Fine-Tuning

ICML 2026poster

Quantization followed by parameter-efficient fine-tuning has emerged as a promising paradigm for downstream adaptation under tight GPU memory constraints. However, this sequential pipeline fails to leverage the intricate interaction between quantization bit-width and LoRA rank. Specifically, a caref…

Cited by 0SourceScholar
2026

Efficient Diffusion Models via Time Step Optimization with Consistent Training and Inference Constraints

ICML 2026poster

Diffusion probabilistic models (DPMs)’ sampling process is often inefficient, requiring hundreds to thousands of iterative steps to accurately approximate the diffusion trajectory. This inefficiency limits their practical applicability. Although recent advances in sampling efficiency—such as numeric…

Cited by 0SourceScholar
2026

Explore and Establish Synergistic Effects Between Weight Pruning and Coreset Selection in Neural Network Training

AAAI 2026technical

Modern deep neural networks rely heavily on massive model weights and training samples, incurring substantial computational costs. Weight pruning and coreset selection are two emerging paradigms proposed to improve computational efficiency. In this paper, we first explore the interplay between redu

Cited by 0SourcePDFScholar
2026

Investigating Data Pruning for Pretraining Biological Foundation Models at Scale

AAAI 2026technical

Biological foundation models (BioFMs), pretrained on large-scale biological sequences, have recently shown strong potential in providing meaningful representations for diverse downstream bioinformatics tasks. However, such models often rely on millions to billions of training sequences and billions

Cited by 0SourcePDFScholar
2025

Achieving Ensemble-Like Performance in a Single Model: A Feature Diversification Framework for Image-Text Matching

AAAI 2025technical

Model ensembling is a widely used technique that enhances performance in image-text matching tasks by combining multiple models, each trained with different initializations. However, the inefficiencies associated with training several models and generating outputs from them constrain their practical…

Cited by 0SourcePDFScholar
2025

Bypass Back-propagation: Optimization-based Structural Pruning for Large Language Models via Policy Gradient

ACL 2025long

Recent Large-Language Models (LLMs) pruning methods typically operate at the post-training phase without the expensive weight finetuning, however, their pruning criteria often rely on **heuristically hand-crafted metrics**, potentially leading to suboptimal performance. We instead propose a novel **…

Cited by 0SourcePDFScholar
2025

Complete Structure Guided Point Cloud Completion via Cluster- and Instance-Level Contrastive Learning

NeurIPS 2025spotlight

Point cloud completion, aiming to reconstruct missing part from incomplete point clouds, is a pivotal task in 3D computer vision. Traditional supervised approaches often necessitate complete point clouds for training supervision, which are not readily accessible in real-world applications. Recent st…

Cited by 0SourceScholar
2025

Compress Large Language Models via Collaboration Between Learning and Matrix Approximation

NeurIPS 2025poster

Sparse and low-rank matrix composite approximation has emerged as a promising paradigm for compressing large language models (LLMs), offering a more flexible pruning structure than conventional methods based solely on sparse matrices. The significant variation in weight redundancy across layers, alo…

Cited by 0SourceScholar
2025

Computation and Memory-Efficient Model Compression with Gradient Reweighting

NeurIPS 2025poster

Pruning is a commonly employed technique for deep neural networks (DNNs) aiming at compressing the model size to reduce computational and memory costs during inference. In contrast to conventional neural networks, large language models (LLMs) pose a unique challenge regarding pruning efficiency due…

Cited by 0SourceScholar
2025

Efficient Representativeness-Aware Coreset Selection

NeurIPS 2025poster

Dynamic coreset selection is a promising approach for improving the training efficiency of deep neural networks by periodically selecting a small subset of the most representative or informative samples, thereby avoiding the need to train on the entire dataset. However, it remains inherently challen…

Cited by 0SourceScholar
2025

Expanding the Scope of Negatives: Boosting Image-Text Matching with Negatives Distribution Guided Learning

AAAI 2025technical

Image-text matching is a crucial task that bridges visual and linguistic modalities. Recent research typically formulates it into the problem of maximizing the margin with the truly hardest negatives to enhance the learning efficiency and avoid the poor local optima. We argue that such formulation c…

Cited by 0SourcePDFScholar
2025

Optimized Gradient Clipping for Noisy Label Learning

AAAI 2025technical

Previous research has shown that constraining the gradient of loss function w.r.t. model-predicted probabilities can enhance the model robustness against noisy labels. These methods typically specify a fixed optimal threshold for gradient clipping through validation data to obtain the desired robust…

2025

Population Normalization for Federated Learning

CVPR 2025poster

Batch normalization (BN) is widely recognized as an essential method in training deep neural networks, facilitating convergence and enhancing model stability. However, in Federated Learning (FL) contexts, where training data are typically heterogeneous and clients often face resource constraints, th…

Cited by 0SourcePDFScholar
2025

TAGCOS: Task-agnostic Gradient Clustered Coreset Selection for Instruction Tuning Data

NAACL 2025findings

Instruction tuning has achieved unprecedented success in NLP, turning large language models into versatile chatbots. However, the increasing variety and volume of instruction datasets demand significant computational resources. To address this, it is essential to extract a small and highly informati…

2025

Towards Robust Influence Functions with Flat Validation Minima

ICML 2025poster

The Influence Function (IF) is a widely used technique for assessing the impact of individual training samples on model predictions. However, existing IF methods often fail to provide reliable influence estimates in deep neural networks, particularly when applied to noisy training data. This issue d…

Cited by 0SourcePDFScholar
2024

Aux-NAS: Exploiting Auxiliary Labels with Negligibly Extra Inference Cost

ICLR 2024poster

We aim at exploiting additional auxiliary labels from an independent (auxiliary) task to boost the primary task performance which we focus on, while preserving a single task inference cost of the primary task. While most existing auxiliary learning methods are optimization-based relying on loss weig…

2024

Efficient Denoising Diffusion via Probabilistic Masking

ICML 2024poster

Diffusion models have exhibited remarkable advancements in generating high-quality data. However, a critical drawback is their computationally intensive inference process, which requires a large number of timesteps to generate a single sample. Existing methods address this challenge by decoupling th…

Cited by 1SourcePDFScholar
2024

FusionFormer: A Concise Unified Feature Fusion Transformer for 3D Pose Estimation

AAAI 2024technical

Depth uncertainty is a core challenge in 3D human pose estimation, especially when the camera parameters are unknown. Previous methods try to reduce the impact of depth uncertainty by multi-view and/or multi-frame feature fusion to utilize more spatial and temporal information. However, they general…

2024

High-fidelity Person-centric Subject-to-Image Synthesis

CVPR 2024poster

Current subject-driven image generation methods encounter significant challenges in person-centric image generation. The reason is that they learn the semantic scene and person generation by fine-tuning a common pre-trained diffusion which involves an irreconcilable training imbalance. Precisely to…

2024

Low Precision Local Training is Enough for Federated Learning

NeurIPS 2024poster

Federated Learning (FL) is a prevalent machine learning paradigm designed to address challenges posed by heterogeneous client data while preserving data privacy. Unlike distributed training, it typically orchestrates resource-constrained edge devices to communicate via a low-bandwidth communica…

2024

Point Cloud Part Editing: Segmentation, Generation, Assembly, and Selection

AAAI 2024technical

Ideal part editing should guarantee the diversity of edited parts, the fidelity to the remaining parts, and the quality of the results. However, previous methods do not disentangle each part completely, which means the edited parts will affect the others, resulting in poor diversity and fidelity. In…

2024

PoseIRM: Enhance 3D Human Pose Estimation on Unseen Camera Settings via Invariant Risk Minimization

CVPR 2024poster

Camera-parameter-free multi-view pose estimation is an emerging technique for 3D human pose estimation (HPE). They can infer the camera settings implicitly or explicitly to mitigate the depth uncertainty impact showcasing significant potential in real applications. However due to the limited camera…

Cited by 3SourcePDFScholar
2024

Spurious Feature Diversification Improves Out-of-distribution Generalization

ICLR 2024poster

Generalization to out-of-distribution (OOD) data is a critical challenge in machine learning. Ensemble-based methods, like weight space ensembles that interpolate model parameters, have been shown to achieve superior OOD performance. However, the underlying mechanism for their effectiveness remains…

Cited by 31SourcePDFScholar
2023

A Holistic View of Label Noise Transition Matrix in Deep Learning and Beyond

ICLR 2023top-25%

In this paper, we explore learning statistically consistent classifiers under label noise by estimating the noise transition matrix T. We first provide a holistic view of existing T-estimation methods including those with or without anchor point assumptions. We unified them into the Minimum Geometr…

Cited by 14SourcePDFScholar
2023

DynaFed: Tackling Client Data Heterogeneity With Global Dynamics

CVPR 2023poster

The Federated Learning (FL) paradigm is known to face challenges under heterogeneous client data. Local training on non-iid distributed data results in deflected local optimum, which causes the client models drift further away from each other and degrades the aggregated global model's performance. A…

Cited by 30SourcePDFScholar
2023

DynaMS: Dyanmic Margin Selection for Efficient Deep Learning

ICLR 2023poster

The great success of deep learning is largely driven by training over-parameterized models on massive datasets. To avoid excessive computation, extracting and training only on the most informative subset is drawing increasing attention. Nevertheless, it is still an open question how to select such a…

Cited by 5SourcePDFScholar
2023

Self-Guided Noise-Free Data Generation for Efficient Zero-Shot Learning

ICLR 2023top-25%

There is a rising interest in further exploring the zero-shot learning potential of large pre-trained language models (PLMs). A new paradigm called data-generation-based zero-shot learning has achieved impressive success. In this paradigm, the synthesized data from the PLM acts as the carrier of kno…

2022

Finding Dynamics Preserving Adversarial Winning Tickets

AISTATS 2022poster

Modern deep neural networks (DNNs) are vulnerable to adversarial attacks and adversarial training has been shown to be a promising method for improving the adversarial robustness of DNNs. Pruning methods have been considered in adversarial context to reduce model capacity and improve adversarial rob…

2022

Model Agnostic Sample Reweighting for Out-of-Distribution Learning

ICML 2022spotlight

Distributionally robust optimization (DRO) and invariant risk minimization (IRM) are two popular methods proposed to improve out-of-distribution (OOD) generalization performance of machine learning models. While effective for small models, it has been observed that these methods can be vulnerable to…

2022

Probabilistic Bilevel Coreset Selection

ICML 2022spotlight

The goal of coreset selection in supervised learning is to produce a weighted subset of data, so that training only on the subset achieves similar performance as training on the entire dataset. Existing methods achieved promising results in resource-constrained scenarios such as continual learning a…

Cited by 40SourcePDFScholar
2021

Effective Sparsification of Neural Networks With Global Sparsity Constraint

CVPR 2021poster

Weight pruning is an effective technique to reduce the model size and inference time for deep neural networks in real world deployments. However, since magnitudes and relative importance of weights are very different for different layers of a neural network, existing methods rely on either manual tu…

Cited by 82PDFcodeScholar
2021

Efficient Neural Network Training via Forward and Backward Propagation Sparsification

NeurIPS 2021poster

Sparse training is a natural idea to accelerate the training speed of deep neural networks and save the memory usage, especially since large modern neural networks are significantly over-parameterized. However, most of the existing methods cannot achieve this goal in practice because the chain rule…

2020

How to Characterize The Landscape of Overparameterized Convolutional Neural Networks

NeurIPS 2020poster

For many initialization schemes, parameters of two randomly initialized deep neural networks (DNNs) can be quite different, but feature distributions of the hidden nodes are similar at each layer. With the help of a new technique called {\it neural network grafting}, we demonstrate that even during…

2018

Parsimonious Quantile Regression of Financial Asset Tail Dynamics via Sequential Learning

NeurIPS 2018poster

We propose a parsimonious quantile regression framework to learn the dynamic tail behaviors of financial asset returns. Our model captures well both the time-varying characteristic and the asymmetrical heavy-tail property of financial time series. It combines the merits of a popular sequential neura…

Cited by 31SourcePDFScholar
2017

Scaling Up Sparse Support Vector Machines by Simultaneous Feature and Sample Reduction

ICML 2017poster

Sparse support vector machine (SVM) is a popular classification technique that can simultaneously learn a small set of the most interpretable features and identify the support vectors. It has achieved great successes in many real-world applications. However, for large-scale problems involving a huge…