← Search

Hanshu YAN

15 accepted papers

2026

One-Step Flow for Image Super-Resolution with Tunable Fidelity-Realism Trade-offs

ICLR 2026poster

Recent advances in diffusion and flow-based generative models have demonstrated remarkable success in image restoration tasks, achieving superior perceptual quality compared to traditional deep learning approaches. However, these methods either require numerous sampling steps to generate high-qualit…

Cited by 0SourcecodeScholar
2025

ClassDiffusion: More Aligned Personalization Tuning with Explicit Class Guidance

ICLR 2025poster

Recent text-to-image customization works have proven successful in generating images of given concepts by fine-tuning diffusion models on a few examples. However, tuning-based methods inherently tend to overfit the concepts, resulting in failure to create the concept under multiple conditions (*e.g.…

2025

DiG: Scalable and Efficient Diffusion Models with Gated Linear Attention

CVPR 2025poster

Diffusion models with large-scale pre-training have achieved significant success in the field of visual content generation, particularly exemplified by Diffusion Transformers (DiT). However, DiT models have faced challenges with quadratic complexity efficiency, especially when handling long sequence…

2025

LightningDrag: Lightning Fast and Accurate Drag-based Image Editing Emerging from Videos

ICML 2025poster

Accuracy and speed are critical in image editing tasks. Pan et al. introduced a drag-based framework using Generative Adversarial Networks, and subsequent studies have leveraged large-scale diffusion models. However, these methods often require over a minute per edit and exhibit low success rates. W…

2024

AdjointDPM: Adjoint Sensitivity Method for Gradient Backpropagation of Diffusion Probabilistic Models

ICLR 2024poster

This paper considers a ubiquitous problem underlying several applications of DPMs, i.e., optimizing the parameters of DPMs when the objective is a differentiable metric defined on the generated contents. Since the sampling procedure of DPMs involves recursive calls to the denoising UNet, naive gra…

2024

DragDiffusion: Harnessing Diffusion Models for Interactive Point-based Image Editing

CVPR 2024highlight

Accurate and controllable image editing is a challenging task that has attracted significant attention recently. Notably DragGAN developed by Pan et al. (2023) is an interactive point-based image editing framework that achieves impressive editing results with pixel-level precision. However due to it…

2024

MagicAnimate: Temporally Consistent Human Image Animation using Diffusion Model

CVPR 2024poster

This paper studies the human image animation task which aims to generate a video of a certain reference identity following a particular motion sequence. Existing animation works typically employ the frame-warping technique to animate the reference image towards the target motion. Despite achieving r…

2024

PeRFlow: Piecewise Rectified Flow as Universal Plug-and-Play Accelerator

NeurIPS 2024poster

We present Piecewise Rectified Flow (PeRFlow), a flow-based method for accelerating diffusion models. PeRFlow divides the sampling process of generative flows into several time windows and straightens the trajectories in each interval via the reflow operation, thereby approaching piecewise linear fl…

2024

Towards Enhancing Time Series Contrastive Learning: A Dynamic Bad Pair Mining Approach

ICLR 2024poster

*Not all positive pairs are beneficial to time series contrastive learning*. In this paper, we study two types of bad positive pairs that can impair the quality of time series representation learned through contrastive learning: the noisy positive pair and the faulty positive pair. We observe that,…

2022

Efficient Sharpness-aware Minimization for Improved Training of Neural Networks

ICLR 2022poster

Overparametrized Deep Neural Networks (DNNs) often achieve astounding performances, but may potentially result in severe generalization error. Recently, the relation between the sharpness of the loss landscape and the generalization error has been established by Foret et al. (2020), in which the Sha…

2022

Towards Adversarially Robust Deep Image Denoising

IJCAI 2022poster

This work systematically investigates the adversarial robustness of deep image denoisers (DIDs), i.e, how well DIDs can recover the ground truth from noisy observations degraded by adversarial perturbations. Firstly, to evaluate DIDs’ robustness, we propose a novel adversarial attack, namely Observa…

Cited by 16SourcePDFScholar
2021

CIFS: Improving Adversarial Robustness of CNNs via Channel-wise Importance-based Feature Selection

ICML 2021spotlight

We investigate the adversarial robustness of CNNs from the perspective of channel-wise activations. By comparing normally trained and adversarially trained models, we observe that adversarial training (AT) robustifies CNNs by aligning the channel-wise activations of adversarial data with those of th…

Cited by 56SourcePDFScholar
2021

Modeling Trajectories with Neural Ordinary Differential Equations

IJCAI 2021poster

Recent advances in location-acquisition techniques have generated massive spatial trajectory data. Recurrent Neural Networks (RNNs) are modern tools for modeling such trajectory data. After revisiting RNN-based methods for trajectory modeling, we expose two common critical drawbacks in the existing…

Cited by 50SourcePDFScholar
2021

Towards Understanding Why Lookahead Generalizes Better Than SGD and Beyond

NeurIPS 2021poster

To train networks, lookahead algorithm~\cite{zhang2019lookahead} updates its fast weights $k$ times via an inner-loop optimizer before updating its slow weights once by using the latest fast weights. Any optimizer, e.g. SGD, can serve as the inner-loop optimizer, and the derived lookahead gen…