← Search

Yuanjun Xiong

30 accepted papers

2026

Aligning Visual Foundation Encoders to Tokenizers for Diffusion Models

ICLR 2026poster

In this work, we propose aligning pretrained visual encoders to serve as tokenizers for latent diffusion models in image generation. Unlike training a variational autoencoder (VAE) from scratch, which primarily emphasizes low-level details, our approach leverages the rich semantic structure of found…

Cited by 0SourceScholar
2025

Bootstrap3D: Improving Multi-view Diffusion Model with Synthetic Data

ICCV 2025poster

Recent years have witnessed remarkable progress in multi-view diffusion models for 3D content creation. However, there remains a significant gap in image quality and prompt-following ability compared to 2D diffusion models. A critical bottleneck is the scarcity of high-quality 3D data with detailed…

2025

Image and Video Tokenization with Binary Spherical Quantization

ICLR 2025poster

We propose a new transformer-based image and video tokenizer with Binary Spherical Quantization (BSQ). BSQ projects the high-dimensional visual embedding to a lower-dimensional hypersphere and then applies binary quantization. BSQ is (1) parameter-efficient without an explicit codebook, (2) scalable…

2025

MIA-DPO: Multi-Image Augmented Direct Preference Optimization For Large Vision-Language Models

ICLR 2025poster

Visual preference alignment involves training Large Vision-Language Models (LVLMs) to predict human preferences between visual inputs. This is typically achieved by using labeled datasets of chosen/rejected pairs and employing optimization algorithms like direct preference optimization (DPO). Existi…

2025

X-Prompt: Generalizable Auto-Regressive Visual Learning with In-Context Prompting

ICCV 2025poster

Recent advances in large language models have enabled task prompting for open-ended text generation. In the vision domain, a longstanding goal is developing models capable of general visual learning, encompassing tasks such as image generation, editing, low-level processing, and dense perception. Al…

Cited by 0SourcePDFScholar
2024

A Full-duplex Speech Dialogue Scheme Based On Large Language Model

NeurIPS 2024poster

We present a generative dialogue system capable of operating in a full-duplex manner, allowing for seamless interaction. It is based on a large language model (LLM) carefully aligned to be aware of a perception module, a motor function module, and the concept of a simple finite state machine (called…

Cited by 15SourcePDFScholar
2024

MMDU: A Multi-Turn Multi-Image Dialog Understanding Benchmark and Instruction-Tuning Dataset for LVLMs

NeurIPS 2024poster

Generating natural and meaningful responses to communicate with multi-modal human inputs is a fundamental capability of Large Vision-Language Models (LVLMs). While current open-source LVLMs demonstrate promising performance in simplified scenarios such as single-turn single-image input, they fall sh…

2022

Stochastic Backpropagation: A Memory Efficient Strategy for Training Video Models

CVPR 2022oral

We propose a memory efficient method, named Stochastic Backpropagation (SBP), for training deep neural networks on videos. It is based on the finding that gradients from incomplete execution for backpropagation can still effectively train the models with minimal accuracy loss, which attributes to th…

Cited by 22PDFcodeScholar
2022

Towards Regression-Free Neural Networks for Diverse Compute Platforms

ECCV 2022poster

"With the shift towards on-device deep learning, ensuring a consistent behavior of an AI service across diverse compute platforms becomes tremendously important. Our work tackles the emergent problem of reducing predictive in-consistencies arising as negative flips: test samples that are correctly p…

Cited by 4SourcePDFScholar
2022

TubeR: Tubelet Transformer for Video Action Detection

CVPR 2022oral

We propose TubeR: a simple solution for spatio-temporal video action detection. Different from existing methods that depend on either an off-line actor detector or hand-designed actor-positional hypotheses like proposals or anchors, we propose to directly detect an action tubelet in video by simulta…

Cited by 95PDFScholar
2021

Learning Hierarchical Graph Neural Networks for Image Clustering

ICCV 2021poster

We propose a hierarchical graph neural network (GNN) model that learns how to cluster a set of images into an unknown number of identities using a training set of images annotated with labels belonging to a disjoint set of identities. Our hierarchical GNN uses a novel approach to merge connected com…

Cited by 53PDFcodeScholar
2021

Long Short-Term Transformer for Online Action Detection

NeurIPS 2021spotlight

We present Long Short-term TRansformer (LSTR), a temporal modeling algorithm for online action detection, which employs a long- and short-term memory mechanism to model prolonged sequence data. It consists of an LSTR encoder that dynamically leverages coarse-scale historical information from an exte…

2021

Positive-Congruent Training: Towards Regression-Free Model Updates

CVPR 2021poster

Reducing inconsistencies in the behavior of different versions of an AI system can be as important in practice as reducing its overall error. In image classification, sample-wise inconsistencies appear as "negative flips": A new model incorrectly predicts the output for a test sample that was correc…

Cited by 63PDFScholar
2021

Regression Bugs Are In Your Model! Measuring, Reducing and Analyzing Regressions In NLP Model Updates

ACL 2021long

Behavior of deep neural networks can be inconsistent between different versions. Regressions during model update are a common cause of concern that often over-weigh the benefits in accuracy or efficiency gain. This work focuses on quantifying, reducing and analyzing regression errors in the NLP mode…

Cited by 15SourcePDFScholar
2020

Omni-sourced Webly-supervised Learning for Video Recognition

ECCV 2020poster

We introduce OmniSource, a novel framework for leveraging web data to train video recognition models. OmniSource overcomes the barriers between data formats, such as images, short videos, and long untrimmed videos for webly-supervised learning. First, data samples with multiple formats, curated by t…

2020

Towards causal benchmarking of bias in face analysis algorithms

ECCV 2020poster

Measuring algorithmic bias is crucial both to assess algorithmic fairness, and to guide the improvement of algorithms. Current bias measurement methods in computer vision are based on observational datasets, and conflate algorithmic bias with dataset bias. To address this problem we develop an exper…

Cited by 103SourcePDFScholar
2019

Action Recognition With Spatial-Temporal Discriminative Filter Banks

ICCV 2019poster

Action recognition has seen a dramatic performance improvement in the last few years. Most of the current state-of-the-art literature either aims at improving performance through changes to the backbone CNN network, or exploring different trade-offs between computational efficiency and performance,…

Cited by 90PDFScholar
2019

Convolutional Sequence Generation for Skeleton-Based Action Synthesis

ICCV 2019poster

In this work, we aim to generate long actions represented as sequences of skeletons. The generated sequences must demonstrate continuous, meaningful human actions, while maintaining coherence among body parts. Instead of generating skeletons sequentially following an autoregressive model, we propose…

Cited by 171PDFcodeScholar
2018

Optimizing Video Object Detection via a Scale-Time Lattice

CVPR 2018poster

High-performance object detection relies on expensive convolutional networks to compute features, often leading to significant challenges in applications, e.g. those that re- quire detecting objects from video streams in real time. The key to this problem is to trade accuracy for efficiency in an ef…

Cited by 141SourcePDFScholar
2018

Unsupervised Feature Learning via Non-Parametric Instance Discrimination

CVPR 2018poster

Neural net classifiers trained on data with annotated class labels can also capture apparent visual similarity among categories without being directed to do so. We study whether this observation can be extended beyond the conventional domain of supervised learning: Can we learn a good feature repres…

2017

Temporal Action Detection With Structured Segment Networks

ICCV 2017poster

Detecting actions in untrimmed videos is an important yet challenging task. In this paper, we present the structured segment network (SSN), a novel framework which models the temporal structure of each action instance via a structured temporal pyramid. On top of the pyramid, we further introduce a d…

Cited by 1154PDFcodeScholar
2017

UntrimmedNets for Weakly Supervised Action Recognition and Detection

CVPR 2017poster

Current action recognition methods heavily rely on trimmed videos for model training. However, it is expensive and time-consuming to acquire a large-scale trimmed video dataset. This paper presents a new weakly supervised architecture, called UntrimmedNet, which is able to directly learn action reco…

Cited by 651PDFcodeScholar
2015

Recognize Complex Events From Static Images by Fusing Deep Channels

CVPR 2015poster

A considerable portion of web images capture events that occur in our personal lives or social activities. In this paper, we aim to develop an effective method for recognizing events from such images. Despite the sheer amount of study on event recognition, most existing methods rely on videos and ar…

Cited by 180SourcePDFScholar