paper-with-me

홈 › Papers

Learning Vision from Models Rivals Learning Vision from Data

2023-12-28 · CVPR 2024 1 · Yonglong Tian, Lijie Fan, KaiFeng Chen, Dina Katabi, Dilip Krishnan, Phillip Isola

We introduce SynCLR, a novel approach for learning visual representations exclusively from synthetic images and synthetic captions, 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 caption. We perform visual representation learning on these synthetic images via contrastive learning, treating images sharing the same caption as positive pairs. The resulting representations transfer well to many downstream tasks, competing favorably with other general-purpose visual representation learners such as CLIP and DINO v2 in image classification tasks. Furthermore, in dense prediction tasks such as semantic segmentation, SynCLR outperforms previous self-supervised methods by a significant margin, e.g., improving over MAE and iBOT by 6.2 and 4.3 mIoU on ADE20k for ViT-B/16.

📄 PDF Abstract BibTeX arXiv:2312.17742

Code (2)

google-research/syn-rep-learn 공식 구현 pytorch
bespontaneous/proteus-pytorch pytorch

Tasks

Contrastive LearningImage Captioningimage-classificationImage ClassificationRepresentation LearningSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

VisualBERT: A Simple and Performant Baseline for Vision and Language

2019-08-09 · Liunian Harold Li, Mark Yatskar, Da Yin, Cho-Jui Hsieh 외

We propose VisualBERT, a simple and flexible framework for modeling a broad range of vision-and-language tasks. VisualBERT consists of a stack of Transformer layers that implicitly align elements of an input text and reg…

Language ModelingLanguage ModellingVisual Question Answering (VQA)Visual Reasoning

Libra: Building Decoupled Vision System on Large Language Models

2024-05-16 · Yifan Xu, Xiaoshan Yang, Yaguang Song, Changsheng Xu

In this work, we introduce Libra, a prototype model with a decoupled vision system on a large language model (LLM). The decoupled vision system decouples inner-modal modeling and cross-modal interaction, yielding unique …

Image to textLanguage ModelingLanguage ModellingLarge Language Model

Market Making with Fads, Informed, and Uninformed Traders

2025-01-07 · Emilio Barucci, Adrien Mathieu, Leandro Sánchez-Betancourt

We characterise the solutions to a continuous-time optimal liquidity provision problem in a market populated by informed and uninformed traders. In our model, the asset price exhibits fads -- these are short-term deviati…

FAD

A Machine Learning-enhanced Robust P-Phase Picker for Real-time Seismic Monitoring

2019-11-21 · Dazhong Shen, Qi Zhang, Tong Xu, HengShu Zhu 외

Identifying the arrival times of seismic P-phases plays a significant role in real-time seismic monitoring, which provides critical guidance for emergency response activities. While considerable research has been conduct…

BIG-bench Machine LearningEnsemble Learning

Chart-R1: Chain-of-Thought Supervision and Reinforcement for Advanced Chart Reasoner

2025-07-21 · Lei Chen, Xuanle Zhao, Zhixiong Zeng, Jing Huang 외 arxiv

Chart reasoning presents unique challenges due to its inherent complexity -- requiring precise numerical comprehension, multi-level visual understanding, and logical inference across interconnected data elements. Existin…