← Search

Weiyang Liu

55 accepted papers

2026

CHIPS: Efficient CLIP Adaptation via Curvature-aware Hybrid Influence-based Data Selection

CVPR 2026

Adapting CLIP to vertical domains is typically approached by novel fine-tuning strategies or by continual pre-training (CPT) on large domain-specific datasets. Yet, data itself remains an underexplored factor in this process. We revisit this task from a data-centric perspective: Can effective data s

Cited by 0SourcecodeScholar
2026

Orthogonal Model Merging

ICML 2026poster

Merging finetuned Large Language Models (LLMs) has become increasingly important for integrating diverse capabilities into a single unified model. However, prevailing model merging methods rely on linear arithmetic in Euclidean space, which often destroys the intrinsic geometric properties of pretra…

Cited by 0SourceScholar
2026

POET-X: Memory-efficient LLM Training by Scaling Orthogonal Transformation

ICML 2026oral

Efficient and stable training of large language models (LLMs) remains a core challenge in modern machine learning systems. We tackle this problem with Reparameterized Orthogonal Equivalence Training (POET), a spectrum-preserving framework that optimizes each weight matrix through orthogonal equivale…

Cited by 0SourceScholar
2026

RigidSSL: Rigidity-based Geometric Pretraining for Protein Generation

ICLR 2026poster

Protein design stands as one of biology’s most important frontiers, with the potential to transform medicine, advance human health, and drive sustainability. Protein generation, a central task in protein design, has been greatly accelerated by AI-driven models—such as FoldFlow, MultiFlow, and AlphaF…

Cited by 0SourcecodeScholar
2026

Streaming Autoregressive Video Generation via Diagonal Distillation

ICLR 2026poster

Large-scale pretrained diffusion models have significantly enhanced the quality of generated videos, and yet their use in real-time streaming remains limited. Autoregressive models offer a natural framework for sequential frame synthesis but require heavy computation to achieve high fidelity. Diffus…

Cited by 0SourcecodeScholar
2026

XYZFlow: Scaling Multidimensional Shortcut Flows for Efficient Generative Modeling

ICML 2026poster

The pursuit of high-fidelity image generation faces a fundamental trade-off between sampling speed and output quality. While diffusion models excel in quality, their iterative nature incurs high computational costs. Current efficient methods primarily focus on distilling pre-trained models into few-…

Cited by 0SourceScholar
2025

Can Large Language Models Understand Symbolic Graphics Programs?

ICLR 2025spotlight

Against the backdrop of enthusiasm for large language models (LLMs), there is a growing need to scientifically assess their capabilities and shortcomings. This is nontrivial in part because it is difficult to find tasks which the models have not encountered during training. Utilizing symbolic graphi…

Cited by 11SourcePDFScholar
2025

Efficient Diversity-Preserving Diffusion Alignment via Gradient-Informed GFlowNets

ICLR 2025poster

While one commonly trains large diffusion models by collecting datasets on target downstream tasks, it is often desired to align and finetune pretrained diffusion models with some reward functions that are either designed by experts or learned from small-scale datasets. Existing post-training method…

Cited by 0SourcePDFScholar
2025

Reparameterized LLM Training via Orthogonal Equivalence Transformation

NeurIPS 2025poster

While large language models (LLMs) are driving the rapid advancement of artificial intelligence, effectively and reliably training these large models remains one of the field's most significant challenges. To address this challenge, we propose POET, a novel reParameterized training algorithm that us…

Cited by 0SourceScholar
2025

SepLLM: Accelerate Large Language Models by Compressing One Segment into One Separator

ICML 2025poster

Large Language Models (LLMs) have exhibited exceptional performance across a spectrum of natural language processing tasks. However, their substantial sizes pose considerable challenges, particularly in computational demands and inference speed, due to their quadratic complexity. In this work, we ha…

2025

Speculative Jacobi-Denoising Decoding for Accelerating Autoregressive Text-to-image Generation

NeurIPS 2025poster

As a new paradigm of visual content generation, autoregressive text-to-image models suffer from slow inference due to their sequential token-by-token decoding process, often requiring thousands of model forward passes to generate a single image. To address this inefficiency, we propose Speculative J…

Cited by 0SourceScholar
2025

VERA: Explainable Video Anomaly Detection via Verbalized Learning of Vision-Language Models

CVPR 2025poster

The rapid advancement of vision-language models (VLMs) has established a new paradigm in video anomaly detection (VAD): leveraging VLMs to simultaneously detect anomalies and provide comprehendible explanations for the decisions. Existing work in this direction often assumes the complex reasoning re…

Cited by 7SourcePDFScholar
2025

Value Gradient Guidance for Flow Matching Alignment

NeurIPS 2025poster

While methods exist for aligning flow matching models -- a popular and effective class of generative models -- with human preferences, existing approaches fail to achieve both adaptation efficiency and probabilistically sound prior preservation. In this work, we leverage the theory of optimal contro…

Cited by 0SourceScholar
2025

Your Finetuned Large Language Model is Already a Powerful Out-of-distribution Detector

AISTATS 2025poster

We revisit the likelihood ratio between a pretrained large language model (LLM) and its finetuned variant as a criterion for out-of-distribution (OOD) detection. The intuition behind such a criterion is that, the pretrained LLM has the prior knowledge about OOD data due to its large amount of traini…

Cited by 0SourcecodeScholar
2024

Easy-to-Hard Generalization: Scalable Alignment Beyond Human Supervision

NeurIPS 2024poster

Current AI alignment methodologies rely on human-provided demonstrations or judgments, and the learned capabilities of AI systems would be upper-bounded by human capabilities as a result. This raises a challenging research question: How can we keep improving the systems when their capabilities have…

2024

Ghost on the Shell: An Expressive Representation of General 3D Shapes

ICLR 2024oral

The creation of photorealistic virtual worlds requires the accurate modeling of 3D surface geometry for a wide range of objects. For this, meshes are appealing since they enable 1) fast physics-based rendering with realistic material and lighting, 2) physical simulation, and 3) are memory-efficient…

Cited by 15SourcePDFScholar
2024

GraphDreamer: Compositional 3D Scene Synthesis from Scene Graphs

CVPR 2024poster

As pretrained text-to-image diffusion models become increasingly powerful recent efforts have been made to distill knowledge from these text-to-image pretrained models for optimizing a text-guided 3D model. Most of the existing methods generate a holistic 3D model from a plain text input. This can b…

Cited by 52SourcePDFScholar
2024

In Defense of Structural Sparse Adapters for Concurrent LLM Serving

EMNLP 2024finding

Adapting large language models (LLMs) to specific tasks remains challenging due to the extensive retraining required, prompting the need for efficient adapter techniques. Despite this, the concurrent serving of multiple adapters, each with unique matrix shapes, poses significant system-level challen…

Cited by 2SourcePDFScholar
2024

MetaMath: Bootstrap Your Own Mathematical Questions for Large Language Models

ICLR 2024spotlight

Large language models (LLMs) have pushed the limits of natural language understanding and exhibited excellent problem-solving ability. Despite the great success, most existing open-source LLMs (\eg, LLaMA-2) are still far away from satisfactory for solving mathematical problems due to the complex re…

2024

Parameter-Efficient Orthogonal Finetuning via Butterfly Factorization

ICLR 2024poster

Large foundation models are becoming ubiquitous, but training them from scratch is prohibitively expensive. Thus, efficiently adapting these powerful models to downstream tasks is increasingly important. In this paper, we study a principled finetuning paradigm -- Orthogonal Finetuning (OFT) -- for d…

Cited by 57SourcePDFScholar
2023

Controlling Text-to-Image Diffusion by Orthogonal Finetuning

NeurIPS 2023poster

Large text-to-image diffusion models have impressive capabilities in generating photorealistic images from text prompts. How to effectively guide or control these powerful models to perform different downstream tasks becomes an important open problem. To tackle this challenge, we introduce a princip…

Cited by 123SourcePDFScholar
2023

Generalizing and Decoupling Neural Collapse via Hyperspherical Uniformity Gap

ICLR 2023poster

The neural collapse (NC) phenomenon describes an underlying geometric symmetry for deep neural networks, where both deeply learned features and classifiers converge to a simplex equiangular tight frame. It has been shown that both cross-entropy loss and mean square error can provably lead to NC. We…

2023

Human-in-the-Loop Mixup

UAI 2023poster

Aligning model representations to humans has been found to improve robustness and generalization. However, such methods often focus on standard observational data. Synthetic data is proliferating and powering many advances in machine learning; yet, it is not always clear whether synthetic labels are…

2023

Iterative Teaching by Data Hallucination

AISTATS 2023poster

We consider the problem of iterative machine teaching, where a teacher sequentially provides examples based on the status of a learner under a discrete input space (i.e., a pool of finite samples), which greatly limits the teacher’s capability. To address this issue, we study iterative teaching unde…

2023

MeshDiffusion: Score-based Generative 3D Mesh Modeling

ICLR 2023top-25%

We consider the task of generating realistic 3D shapes, which is useful for a variety of applications such as automatic scene generation and physical simulation. Compared to other 3D representations like voxels and point clouds, meshes are more desirable in practice, because (1) they enable easy and…

2023

Nonparametric Teaching for Multiple Learners

NeurIPS 2023poster

We study the problem of teaching multiple learners simultaneously in the nonparametric iterative teaching setting, where the teacher iteratively provides examples to the learner for accelerating the acquisition of a target concept. This problem is motivated by the gap between current single-learner…

2023

One-shot Implicit Animatable Avatars with Model-based Priors

ICCV 2023poster

Existing neural rendering methods for creating human avatars typically either require dense input signals such as video or multi-view images, or leverage a learned prior from large-scale specific 3D human datasets such that reconstruction can be performed with sparse-view inputs. Most of these metho…

Cited by 41PDFcodeScholar
2023

Pairwise Similarity Learning is SimPLE

ICCV 2023poster

In this paper, we focus on a general yet important learning problem, pairwise similarity learning (PSL). PSL subsumes a wide range of important applications, such as open-set face recognition, speaker verification, image retrieval and person re-identification. The goal of PSL is to learn a pairwise…

Cited by 10PDFcodeScholar
2022

Pre-training Molecular Graph Representation with 3D Geometry

ICLR 2022poster

Molecular graph representation learning is a fundamental problem in modern drug and material discovery. Molecular graphs are typically modeled by their 2D topological structures, but it has been recently discovered that 3D geometric information plays a more vital role in predicting molecular functio…

2022

SphereFace2: Binary Classification is All You Need for Deep Face Recognition

ICLR 2022spotlight

State-of-the-art deep face recognition methods are mostly trained with a softmax-based multi-class classification framework. Despite being popular and effective, these methods still have a few shortcomings that limit empirical performance. In this paper, we start by identifying the discrepancy betwe…

Cited by 63SourcePDFScholar
2022

Towards Principled Disentanglement for Domain Generalization

CVPR 2022oral

A fundamental challenge for machine learning models is generalizing to out-of-distribution (OOD) data, in part due to spurious correlations. To tackle this challenge, we first formalize the OOD generalization problem as constrained optimization, called Disentanglement-constrained Domain Generalizati…

Cited by 152PDFcodeScholar
2021

Iterative Teaching by Label Synthesis

NeurIPS 2021spotlight

In this paper, we consider the problem of iterative machine teaching, where a teacher provides examples sequentially based on the current iterative learner. In contrast to previous methods that have to scan over the entire pool and select teaching examples from it in each iteration, we propose a lab…

Cited by 15SourcePDFScholar
2021

Learning with Hyperspherical Uniformity

AISTATS 2021poster

Due to the over-parameterization nature, neural networks are a powerful tool for nonlinear function approximation. In order to achieve good generalization on unseen data, a suitable inductive bias is of great importance for neural networks. One of the most straightforward ways is to regularize the n…

Cited by 46SourcePDFScholar
2020

Regularizing Neural Networks via Minimizing Hyperspherical Energy

CVPR 2020poster

Inspired by the Thomson problem in physics where the distribution of multiple propelling electrons on a unit sphere can be modeled via minimizing some potential energy, hyperspherical energy minimization has demonstrated its potential in regularizing neural networks and improving their generalizatio…

Cited by 34PDFScholar
2019

Disjoint Mapping Network for Cross-modal Matching of Voices and Faces

ICLR 2019poster

We propose a novel framework, called Disjoint Mapping Network (DIMNet), for cross-modal biometric matching, in particular of voices and faces. Different from the existing methods, DIMNet does not explicitly learn the joint relationship between the modalities. Instead, DIMNet learns a shared represen…

Cited by 92SourcePDFScholar
2018

Coupled Variational Bayes via Optimization Embedding

NeurIPS 2018poster

Variational inference plays a vital role in learning graphical models, especially on large-scale datasets. Much of its success depends on a proper choice of auxiliary distribution class for posterior approximation. However, how to pursue an auxiliary distribution class that achieves both good approx…

2018

Iterative Learning With Open-Set Noisy Labels

CVPR 2018poster

Large-scale datasets possessing clean label annotations are crucial for training Convolutional Neural Networks (CNNs). However, labeling large-scale data can be very costly and error-prone, and even high-quality datasets are likely to contain noisy (incorrect) labels. Existing works usually employ a…

2018

Learning towards Minimum Hyperspherical Energy

NeurIPS 2018poster

Neural networks are a powerful class of nonlinear functions that can be trained end-to-end on various applications. While the over-parametrization nature in many neural networks renders the ability to fit complex functions and the strong representation power to handle challenging tasks, it also lead…

Cited by 178SourcePDFScholar
2018

Simultaneous Edge Alignment and Learning

ECCV 2018poster

Edge detection is among the most fundamental vision problems for its role in perceptual grouping and its wide applications. Recent advances in representation learning have led to considerable improvements in this area. Many state of the art edge detection models are learned with fully convolutional…

Cited by 109SourcePDFScholar
2017

SphereFace: Deep Hypersphere Embedding for Face Recognition

CVPR 2017poster

This paper addresses deep face recognition (FR) problem under open-set protocol, where ideal face features are expected to have smaller maximal intra-class distance than minimal inter-class distance under a suitably chosen metric space. However, few existing algorithms can effectively achieve this c…

Cited by 3736PDFcodeScholar
2016

Large-Margin Softmax Loss for Convolutional Neural Networks

ICML 2016poster

Cross-entropy loss together with softmax is arguably one of the most common used supervision components in convolutional neural networks (CNNs). Despite its simplicity, popularity and excellent performance, the component does not explicitly encourage discriminative learning of features. In this pape…