← Search

Yandong Wen

16 accepted papers

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

Patch Matters: Training-free Fine-grained Image Caption Enhancement via Local Perception

CVPR 2025poster

High-quality image captions play a crucial role in improving the performance of cross-modal applications such as text-to-image generation, text-to-video generation, and text-image retrieval. To generate long-form, high-quality captions, many recent studies have employed multimodal large language mod…

Cited by 1SourcePDFScholar
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
2024

Towards Variable and Coordinated Holistic Co-Speech Motion Generation

CVPR 2024poster

This paper addresses the problem of generating lifelike holistic co-speech motions for 3D avatars focusing on two key aspects: variability and coordination. Variability allows the avatar to exhibit a wide range of motions even with similar speech content while coordination ensures a harmonious align…

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

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
2021

MeshTalk: 3D Face Animation From Speech Using Cross-Modality Disentanglement

ICCV 2021poster

This paper presents a generic method for generating full facial 3D animation from speech. Existing approaches to audio-driven facial animation exhibit uncanny or static upper face animation, fail to produce accurate and plausible co-articulation or rely on person-specific models that limit their sca…

Cited by 241PDFcodeScholar
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
2019

Face Reconstruction from Voice using Generative Adversarial Networks

NeurIPS 2019poster

Voice profiling aims at inferring various human parameters from their speech, e.g. gender, age, etc. In this paper, we address the challenge posed by a subtask of voice profiling - reconstructing someone's face from their voice. The task is designed to answer the question: given an audio clip spoken…

2018

A Corrective Learning Approach for Text-Independent Speaker Verification

ICASSP 2018accepted

We present a conceptually plausible approach for text-independent speaker verification (TISV) which treats speech recordings as a collection of segments providing incremental evidence. This approach, called corrective learning, gradually improves an initial prediction of speaker identity based on in…

Cited by 0SourceScholar
2017

Range Loss for Deep Face Recognition With Long-Tailed Training Data

ICCV 2017poster

Deep convolutional neural networks have achieved significant improvements on face recognition task due to their ability to learn highly discriminative features from tremendous amounts of face images. Many large scale face datasets exhibit long-tail distribution where a small number of entities (pers…

Cited by 512PDFScholar
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…