← Search

Zhiyuan Yu

14 accepted papers

2026

AnyCanvas: Potential Field Guidance for Training-Free Spatial Control in Text-to-Image Diffusion

ICML 2026poster

Diffusion-based text-to-image (T2I) models have demonstrated remarkable advancements in generating high-quality images. However, while real-world applications like product packaging and logo design necessitate synthesis within irregular geometries, existing methods struggle to handle such constraint…

Cited by 0SourceScholar
2026

Demystifying GNN-to-MLP Knowledge Transfer: Theoretical Grounding and Dual-Stream Distillation Method

AAAI 2026technical

Graph Neural Networks (GNNs) have shown remarkable effectiveness across various applications, but their computational complexity poses significant scalability challenges. To this end, GNN-to-MLP Knowledge Distillation (KD) methods transfer relational inductive biases from GNNs to MLPs, equipping MLP

Cited by 0SourcePDFScholar
2026

Efficient Bilevel Optimization for CKA-Guided MoE Upcycling

ICML 2026poster

Upcycling, a strategy that initializes Mixture-of-Experts (MoE) by replicating pre-trained feed-forward or MoE networks to expand model capacity, has become a popular method in continual learning due to its effectiveness in mitigating catastrophic forgetting. However, existing paradigms rely on indi…

Cited by 0SourceScholar
2026

MaskPro: Linear-Space Probabilistic Learning for Strict (N:M)-Sparsity on LLMs

ICLR 2026poster

The rapid scaling of large language models(LLMs) has made inference efficiency a primary bottleneck in the practical deployment. To address this, semi-structured sparsity offers a promising solution by strategically retaining $N$ elements out of every $M$ weights, thereby enabling hardware-friendly…

Cited by 0SourceScholar
2026

ProtoKV: Long-context Knowledges Are Already Well-Organized Before Your Query

ICLR 2026poster

Modern Large Language Models (LLMs) face fundamental challenges in processing long text sequences due to the quadratic complexity of attention mechanisms. Key-Value (KV) cache retention strategies mitigate this issue by selectively preserving salient KV pairs for autoregressive generation. However,…

Cited by 0SourcecodeScholar
2026

SyncTrack: Rhythmic Stability and Synchronization in Multi-Track Music Generation

ICLR 2026poster

Multi-track music generation has garnered significant research interest due to its precise mixing and remixing capabilities. However, existing models often overlook essential attributes such as rhythmic stability and synchronization, leading to a focus on differences between tracks rather than their…

Cited by 0SourceScholar
2026

Your Prompts Are Not Safe: Output-Free Membership Inference via Prompt Vectors in Vision-Language Tuning

AAAI 2026technical

Prompt tuning enables Vision-Language Models (VLMs) to efficiently adapt to new tasks through learnable prompt vectors. This naturally raises a question: do these prompts leak private information about their training data? While Membership Inference Attacks (MIAs) can quantify this risk, current met

Cited by 0SourcePDFScholar
2025

Contextual Structure Knowledge Transfer for Graph Neural Networks

AAAI 2025technical

Graph transfer learning endeavors to develop a Graph Neural Network (GNN) model in a fully-labeled source domain, with the intention of deploying it on a target domain that has limited labeled data for inference. We reveal that prevalent graph transfer learning methods are susceptible to the homophi…

2025

PIN-WM: Learning Physics-INformed World Models for Non-Prehensile Manipulation

RSS 2025poster

Non-prehensile manipulation, such as pushing and poking, involves moving objects without grasping, offering cost-effective solutions in constrained environments. However, it presents challenges due to sensitivity to complex physics like friction and restitution. Existing approaches either rely on ex…

Cited by 1PDFScholar
2025

Sampling from the Random Linear Model via Stochastic Localization Up to the AMP Threshold

AISTATS 2025poster

Recently, Approximate Message Passing (AMP) has been integrated with stochastic localization (diffusion model) by providing a computationally efficient estimator of the posterior mean. Existing (rigorous) analysis typically proves the success of sampling for sufficiently small noise, but determining…

Cited by 0SourceScholar
2024

Learning Instance-Aware Correspondences for Robust Multi-Instance Point Cloud Registration in Cluttered Scenes

CVPR 2024poster

Multi-instance point cloud registration estimates the poses of multiple instances of a model point cloud in a scene point cloud. Extracting accurate point correspondences is to the center of the problem. Existing approaches usually treat the scene point cloud as a whole overlooking the separation of…

2024

Sheared Backpropagation for Fine-tuning Foundation Models

CVPR 2024poster

Fine-tuning is the process of extending the training of pre-trained models on specific target tasks thereby significantly enhancing their performance across various applications. However fine-tuning often demands large memory consumption posing a challenge for low-memory devices that some previous m…

Cited by 1SourcePDFScholar
2023

CodeIPPrompt: Intellectual Property Infringement Assessment of Code Language Models

ICML 2023poster

Recent advances in large language models (LMs) have facilitated their ability to synthesize programming code. However, they have also raised concerns about intellectual property (IP) rights violations. Despite the significance of this issue, it has been relatively less explored. In this paper, we ai…

Cited by 36SourcePDFScholar
2023

SlowLiDAR: Increasing the Latency of LiDAR-Based Detection Using Adversarial Examples

CVPR 2023poster

LiDAR-based perception is a central component of autonomous driving, playing a key role in tasks such as vehicle localization and obstacle detection. Since the safety of LiDAR-based perceptual pipelines is critical to safe autonomous driving, a number of past efforts have investigated its vulnerabil…