← Search

Zhan Zhuang

13 accepted papers

2026

HAD: Heterogeneity-Aware Distillation for Lifelong Heterogeneous Learning

CVPR 2026

Lifelong learning aims to preserve knowledge acquired from previous tasks while incorporating knowledge from a sequence of new tasks. However, most prior work explores only streams of homogeneous tasks (*e.g.*, only classification tasks) and neglects the scenario of learning across heterogeneous tas

Cited by 0SourcecodeScholar
2026

NaRA: Noise-Aware LoRA for Parameter-Efficient Fine-Tuning of Diffusion LLMs

ICML 2026poster

Diffusion Large Language Models (dLLMs) have emerged as a promising non-autoregressive generative paradigm. Given the prohibitive computational cost of full fine-tuning, Parameter-Efficient Fine-Tuning (PEFT) has become the standard approach. However, existing PEFT methods (e.g., LoRA), originally t…

Cited by 0SourceScholar
2026

Rethinking the Flow-based Gradual Domain Adaption: A Semi-Dual Optimal Transport Perspective

ICML 2026poster

Gradual Domain Adaption (GDA) aims to mitigate domain shift by progressively adapting models from the source domain to the target domain via intermediate domains. However, real intermediate domains are often unavailable or ineffective, necessitating the synthesis of intermediate samples. Flow-based …

Cited by 0SourceScholar
2025

Come Together, But Not Right Now: A Progressive Strategy to Boost Low-Rank Adaptation

ICML 2025poster

Low-rank adaptation (LoRA) has emerged as a leading parameter-efficient fine-tuning technique for adapting large foundation models, yet it often locks adapters into suboptimal minima near their initialization. This hampers model generalization and limits downstream operators such as adapter merging…

2025

HiRA: Parameter-Efficient Hadamard High-Rank Adaptation for Large Language Models

ICLR 2025oral

We propose Hadamard High-Rank Adaptation (HiRA), a parameter-efficient fine-tuning (PEFT) method that enhances the adaptability of Large Language Models (LLMs). While Low-rank Adaptation (LoRA) is widely used to reduce resource demands, its low-rank updates may limit its expressiveness for new tasks…

2025

MoPFormer: Motion-Primitive Transformer for Wearable-Sensor Activity Recognition

NeurIPS 2025poster

Human Activity Recognition (HAR) with wearable sensors is challenged by limited interpretability, which significantly impacts cross-dataset generalization. To address this challenge, we propose Motion-Primitive Transformer (MoPFormer), a novel self-supervised framework that enhances interpretability…

Cited by 0SourceScholar
2025

Moonshine: Distilling Game Content Generators into Steerable Generative Models

AAAI 2025technical

Procedural Content Generation via Machine Learning (PCGML) has enhanced game content creation, yet challenges in controllability and limited training data persist. This study addresses these issues by distilling a constructive PCG algorithm into a controllable PCGML model. We first generate a large…

Cited by 0SourcePDFScholar
2025

Open Your Eyes: Vision Enhances Message Passing Neural Networks in Link Prediction

ICML 2025poster

Message-passing graph neural networks (MPNNs) and structural features (SFs) are cornerstones for the link prediction task. However, as a common and intuitive mode of understanding, the potential of visual perception has been overlooked in the MPNN community. For the first time, we equip MPNNs with v…

Cited by 0SourcePDFScholar
2024

Time-Varying LoRA: Towards Effective Cross-Domain Fine-Tuning of Diffusion Models

NeurIPS 2024poster

Large-scale diffusion models are adept at generating high-fidelity images and facilitating image editing and interpolation. However, they have limitations when tasked with generating images in dynamic, evolving domains. In this paper, we introduce Terra, a novel Time-varying low-rank adapter that of…