← Search

Yonglong Tian

34 accepted papers

2025

Fluid: Scaling Autoregressive Text-to-image Generative Models with Continuous Tokens

ICLR 2025poster

Scaling up autoregressive models in vision has not proven as beneficial as in large language models. In this work, we investigate this scaling problem in the context of text-to-image generation, focusing on two critical factors: whether models use discrete or continuous tokens, and whether tokens ar…

Cited by 35SourcePDFScholar
2025

Personalized Representation from Personalized Generation

ICLR 2025poster

Modern vision models excel at general purpose downstream tasks. It is unclear, however, how they may be used for personalized vision tasks, which are both fine-grained and data-scarce. Recent works have successfully applied synthetic data to general-purpose representation learning, while advances in…

2025

Vision-Language Models Do Not Understand Negation

CVPR 2025poster

Many practical vision-language applications require models that understand negation, e.g., when using natural language to retrieve images which contain certain objects but not others. Despite advancements in vision-language models (VLMs) through large-scale training, their ability to comprehend nega…

Cited by 7SourcePDFScholar
2024

Autoregressive Image Generation without Vector Quantization

NeurIPS 2024spotlight

Conventional wisdom holds that autoregressive models for image generation are typically accompanied by vector-quantized tokens. We observe that while a discrete-valued space can facilitate representing a categorical distribution, it is not a necessity for autoregressive modeling. In this work, we pr…

2024

Denoising Vision Transformers

ECCV 2024oral

"We study a crucial yet often overlooked issue inherent to Vision Transformers (ViTs): feature maps of these models exhibit grid-like artifacts (“Original features” in fig:teaser), which hurt the performance of ViTs in downstream dense prediction tasks such as semantic segmentation, depth prediction…

2024

Learning Vision from Models Rivals Learning Vision from Data

CVPR 2024poster

We introduce SynCLR a novel approach for learning visual representations exclusively from synthetic images without any real data. We synthesize a large dataset of image captions using LLMs then use an off-the-shelf text-to-image model to generate multiple images corresponding to each synthetic capti…

2024

Leveraging Unpaired Data for Vision-Language Generative Models via Cycle Consistency

ICLR 2024spotlight

Current vision-language generative models rely on expansive corpora of $\textit{paired}$ image-text data to attain optimal performance and generalization capabilities. However, automatically collecting such data (e.g. via large-scale web scraping) leads to low quality and poor image-text correlation…

2024

Scaling Laws of Synthetic Images for Model Training ... for Now

CVPR 2024poster

Recent significant advances in text-to-image models unlock the possibility of training vision systems using synthetic images potentially overcoming the difficulty of collecting curated data at scale. It is unclear however how these models behave at scale as more synthetic data is added to the traini…

2024

Self-Correcting Self-Consuming Loops for Generative Model Training

ICML 2024poster

As synthetic data becomes higher quality and proliferates on the internet, machine learning models are increasingly trained on a mix of human- and machine-generated data. Despite the successful stories of using synthetic data for representation learning, using synthetic data for generative model tra…

2023

Does Learning from Decentralized Non-IID Unlabeled Data Benefit from Self Supervision?

ICLR 2023poster

The success of machine learning relies heavily on massive amounts of data, which are usually generated and stored across a range of diverse and distributed data sources. Decentralized learning has thus been advocated and widely deployed to make efficient use of distributed datasets, with an extensiv…

2023

Improving CLIP Training with Language Rewrites

NeurIPS 2023poster

Contrastive Language-Image Pre-training (CLIP) stands as one of the most effective and scalable methods for training transferable vision models using paired image and text data. CLIP models are trained using contrastive loss, which typically relies on data augmentations to prevent overfitting and sh…

2023

PFGM++: Unlocking the Potential of Physics-Inspired Generative Models

ICML 2023poster

We introduce a new family of physics-inspired generative models termed PFGM++ that unifies diffusion models and Poisson Flow Generative Models (PFGM). These models realize generative trajectories for N dimensional data by embedding paths in N+D dimensional space while still controlling the progressi…

2023

Restart Sampling for Improving Generative Processes

NeurIPS 2023poster

Generative processes that involve solving differential equations, such as diffusion models, frequently necessitate balancing speed and quality. ODE-based samplers are fast but plateau in performance while SDE-based samplers deliver higher sample quality at the cost of increased sampling time. We at…

2023

Self-supervision through Random Segments with Autoregressive Coding (RandSAC)

ICLR 2023poster

Inspired by the success of self-supervised autoregressive representation learning in natural language (GPT and its variants), and advances in recent visual architecture design with Vision Transformers (ViTs), in this paper, we explore the effects various design choices have on the success of applyin…

Cited by 15SourcePDFScholar
2023

StableRep: Synthetic Images from Text-to-Image Models Make Strong Visual Representation Learners

NeurIPS 2023poster

We investigate the potential of learning visual representations using synthetic images generated by text-to-image models. This is a natural question in the light of the excellent performance of such models in generating high-quality images. We consider specifically the Stable Diffusion, one of the l…

2022

Co-Advise: Cross Inductive Bias Distillation

CVPR 2022poster

The inductive bias of vision transformers is more relaxed that cannot work well with insufficient data. Knowledge distillation is thus introduced to assist the training of transformers. Unlike previous works, where merely heavy convolution-based teachers are provided, in this paper, we delve into th…

Cited by 82PDFcodeScholar
2022

Generative Models as a Data Source for Multiview Representation Learning

ICLR 2022poster

Generative models are now capable of producing highly realistic images that look nearly indistinguishable from the data on which they are trained. This raises the question: if we have good enough generative models, do we still need datasets? We investigate this question in the setting of learning ge…

2022

Training-Free Uncertainty Estimation for Dense Regression: Sensitivity as a Surrogate

AAAI 2022technical

Uncertainty estimation is an essential step in the evaluation of the robustness for deep learning models in computer vision, especially when applied in risk-sensitive areas. However, most state-of-the-art deep learning models either fail to obtain uncertainty estimation or need significant modificat…

2022

Unsupervised Learning of Shape Programs with Repeatable Implicit Parts

NeurIPS 2022accept

Shape programs encode shape structures by representing object parts as subroutines and constructing the overall shape by composing these subroutines. This usually involves the reuse of subroutines for repeatable parts, enabling the modeling of correlations among shape elements such as geometric simi…

Cited by 21SourcePDFScholar
2021

Composable Augmentation Encoding for Video Representation Learning

ICCV 2021poster

We focus on contrastive methods for self-supervised video representation learning. A common paradigm in contrastive learning is to construct positive pairs by sampling different data views for the same instance, with different data instances as negatives. These methods implicitly assume a set of rep…

Cited by 26PDFcodeScholar
2020

Rethinking Few-shot Image Classification: A Good Embedding is All You Need?

ECCV 2020poster

The focus of recent meta-learning research has been on the development of learning algorithms that can quickly adapt to test time tasks with limited data and low computational cost. Few-shot learning is widely used as one of the standard benchmarks in meta-learning. In this work, we show that a simp…

2020

Supervised Contrastive Learning

NeurIPS 2020poster

Contrastive learning applied to self-supervised representation learning has seen a resurgence in recent years, leading to state of the art performance in the unsupervised training of deep image models. Modern batch contrastive approaches subsume or significantly outperform traditional contrastive lo…

2020

What Makes for Good Views for Contrastive Learning?

NeurIPS 2020poster

Contrastive learning between multiple views of the data has recently achieved state of the art performance in the field of self-supervised representation learning. Despite its success, the influence of different view choices has been less studied. In this paper, we use theoretical and empirical anal…

Cited by 1641SourcePDFScholar
2019

Learning to Infer and Execute 3D Shape Programs

ICLR 2019poster

Human perception of 3D shapes goes beyond reconstructing them as a set of points or a composition of geometric primitives: we also effortlessly understand higher-level shape structure such as the repetition and reflective symmetry of object parts. In contrast, recent advances in 3D shape sensing foc…

Cited by 169SourcePDFScholar
2018

Representation Learning on Graphs with Jumping Knowledge Networks

ICML 2018oral

Recent deep learning approaches for representation learning on graphs follow a neighborhood aggregation procedure. We analyze some important properties of these models, and propose a strategy to overcome those. In particular, the range of "neighboring" nodes that a node’s representation draws from s…

Cited by 2591SourcePDFScholar
2018

Through-Wall Human Pose Estimation Using Radio Signals

CVPR 2018poster

This paper demonstrates accurate human pose estimation through walls and occlusions. We leverage the fact that wireless signals in the WiFi frequencies traverse walls and reflect off the human body. We introduce a deep neural network approach that parses such radio signals to estimate 2D poses. Sinc…

Cited by 731SourcePDFScholar
2015

DeepID-Net: Deformable Deep Convolutional Neural Networks for Object Detection

CVPR 2015poster

In this paper, we propose deformable deep convolutional neural networks for generic object detection. This new deep learning object detection diagram has innovations in multiple aspects. In the proposed new deep architecture, a new deformation constrained pooling (def-pooling) layer models the defor…

Cited by 612SourcePDFScholar