← Search

Yilang Zhang

10 accepted papers

2026

Binomial Gradient-Based Meta-Learning for Enhanced Meta-Gradient Estimation

ICLR 2026poster

Meta-learning offers a principled framework leveraging *task-invariant* priors from related tasks, with which *task-specific* models can be fine-tuned on downstream tasks, even with limited data records. Gradient-based meta-learning (GBML) relies on gradient descent (GD) to adapt the prior to a new…

Cited by 0SourceScholar
2026

ScaLoRA: Optimally Scaled Low-Rank Adaptation for Efficient High-Rank Fine-Tuning

ICML 2026poster

As large language models (LLMs) continue to scale in size, the computational overhead has become a major bottleneck for task-specific fine-tuning. While low-rank adaptation (LoRA) effectively curtails this cost by confining the weight updates to a low-dimensional subspace, such a restriction can hin…

Cited by 0SourceScholar
2025

Preconditioned Sharpness-Aware Minimization: Unifying Analysis and a Novel Learning Algorithm

ICASSP 2025accepted

Targeting solutions over ‘flat’ regions of the loss landscape, sharpness-aware minimization (SAM) has emerged as a powerful tool to improve generalizability of deep neural network based learning. While several SAM variants have been developed to this end, a unifying approach that also guides princip…

Cited by 0SourceScholar
2025

RefLoRA: Refactored Low-Rank Adaptation for Efficient Fine-Tuning of Large Models

NeurIPS 2025poster

Low-Rank Adaptation (LoRA) lowers the computational and memory overhead of fine-tuning large models by updating a low-dimensional subspace of the pre-trained weight matrix. Albeit efficient, LoRA exhibits suboptimal convergence and noticeable performance degradation, due to inconsistent and imbalanc…

Cited by 0SourceScholar
2024

Meta-Learning Universal Priors Using Non-Injective Change of Variables

NeurIPS 2024poster

Meta-learning empowers data-hungry deep neural networks to rapidly learn from merely a few samples, which is especially appealing to tasks with small datasets. Critical in this context is the *prior knowledge* accumulated from related tasks. Existing meta-learning approaches typically rely on presel…

Cited by 0SourcePDFScholar
2024

Meta-Learning With Versatile Loss Geometries for Fast Adaptation Using Mirror Descent

ICASSP 2024accepted

Utilizing task-invariant prior knowledge extracted from related tasks, meta-learning is a principled framework that empowers learning a new task especially when data records are limited. A fundamental challenge in meta-learning is how to quickly "adapt" the extracted prior in order to train a task-s…

Cited by 0SourceScholar
2023

Scalable Bayesian Meta-Learning through Generalized Implicit Gradients

AAAI 2023technical

Meta-learning owns unique effectiveness and swiftness in tackling emerging tasks with limited data. Its broad applicability is revealed by viewing it as a bi-level optimization problem. The resultant algorithmic viewpoint however, faces scalability issues when the inner-level optimization relies on…

2022

Uncertainty Modeling in Generative Compressed Sensing

ICML 2022spotlight

Compressed sensing (CS) aims to recover a high-dimensional signal with structural priors from its low-dimensional linear measurements. Inspired by the huge success of deep neural networks in modeling the priors of natural signals, generative neural networks have been recently used to replace the han…