← Search

Kaifeng Chen

10 accepted papers

2026

TIPSv2: Advancing Vision-Language Pretraining with Enhanced Patch-Text Alignment

CVPR 2026

Recent progress in vision-language pretraining has enabled significant improvements to many downstream computer vision applications, such as classification, retrieval, segmentation and depth prediction. However, a fundamental capability that these models still struggle with is aligning dense patch r

Cited by 0SourcecodeScholar
2025

Learning Visual Composition through Improved Semantic Guidance

CVPR 2025poster

Visual imagery does not consist of solitary objects, but in-stead reflects the composition of a multitude of fluid con-cepts. While there have been great advances in visual repre-sentation learning, such advances have focused on buildingbetter representations for a small number of discrete objectsbe…

Cited by 0SourcePDFScholar
2025

TIPS: Text-Image Pretraining with Spatial awareness

ICLR 2025poster

While image-text representation learning has become very popular in recent years, existing models tend to lack spatial awareness and have limited direct applicability for dense understanding tasks. For this reason, self-supervised image-only pretraining is still the go-to method for many dense visio…

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

MatFormer: Nested Transformer for Elastic Inference

NeurIPS 2024poster

Foundation models are applied in a broad spectrum of settings with different inference constraints, from massive multi-accelerator clusters to resource-constrained standalone mobile devices. However, the substantial costs associated with training these models often limit the number of unique model s…

Cited by 11SourcePDFScholar
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

UDON: Universal Dynamic Online distillatioN for generic image representations

NeurIPS 2024poster

Universal image representations are critical in enabling real-world fine-grained and instance-level recognition applications, where objects and entities from any domain must be identified at large scale. Despite recent advances, existing methods fail to capture important domain-specific knowledge, w…

2023

Global Features are All You Need for Image Retrieval and Reranking

ICCV 2023poster

Image retrieval systems conventionally use a two-stage paradigm, leveraging global features for initial retrieval and local features for reranking. However, the scalability of this method is often limited due to the significant storage and computation cost incurred by local feature matching in the r…

Cited by 47PDFcodeScholar
2023

Towards Universal Image Embeddings: A Large-Scale Dataset and Challenge for Generic Image Representations

ICCV 2023poster

Fine-grained and instance-level recognition methods are commonly trained and evaluated on specific domains, in a model per domain scenario. Such an approach, however, is impractical in real large-scale applications. In this work, we address the problem of universal image embedding, where a single un…

Cited by 17PDFScholar
2022

Matryoshka Representation Learning

NeurIPS 2022accept

Learned representations are a central component in modern ML systems, serving a multitude of downstream tasks. When training such representations, it is often the case that computational and statistical constraints for each downstream task are unknown. In this context rigid, fixed capacity represent…