paper-with-me

Papers

CTP: Towards Vision-Language Continual Pretraining via Compatible Momentum Contrast and Topology Preservation

2023-08-14 · Hongguang Zhu, Yunchao Wei, Xiaodan Liang, Chunjie Zhang, Yao Zhao

Vision-Language Pretraining (VLP) has shown impressive results on diverse downstream tasks by offline training on large-scale datasets. Regarding the growing nature of real-world data, such an offline training paradigm on ever-expanding data is unsustainable, because models lack the continual learning ability to accumulate knowledge constantly. However, most continual learning studies are limited to uni-modal classification and existing multi-modal datasets cannot simulate continual non-stationary data stream scenarios. To support the study of Vision-Language Continual Pretraining (VLCP), we first contribute a comprehensive and unified benchmark dataset P9D which contains over one million product image-text pairs from 9 industries. The data from each industry as an independent task supports continual learning and conforms to the real-world long-tail nature to simulate pretraining on web data. We comprehensively study the characteristics and challenges of VLCP, and propose a new algorithm: Compatible momentum contrast with Topology Preservation, dubbed CTP. The compatible momentum model absorbs the knowledge of the current and previous-task models to flexibly update the modal feature. Moreover, Topology Preservation transfers the knowledge of embedding across tasks while preserving the flexibility of feature adjustment. The experimental results demonstrate our method not only achieves superior performance compared with other baselines but also does not bring an expensive training burden. Dataset and codes are available at https://github.com/KevinLight831/CTP.

📄 PDF Abstract BibTeX arXiv:2308.07146

Code (1)

kevinlight831/ctp 공식 구현 pytorch

Tasks

Continual LearningContinual Pretraining

Similar Papers 제목 키워드 기반

CTP:Towards Vision-Language Continual Pretraining via Compatible Momentum Contrast and Topology Preservation

2023-01-01 · ICCV 2023 1 · Hongguang Zhu, Yunchao Wei, Xiaodan Liang, Chunjie Zhang 외

Vision-Language Pretraining (VLP) has shown impressive results on diverse downstream tasks by offline training on large-scale datasets. Regarding the growing nature of real-world data, such an offline training paradi…

Continual LearningContinual Pretraining

Expediting Contrastive Language-Image Pretraining via Self-distilled Encoders

2023-12-19 · Bumsoo Kim, Jinhyung Kim, Yeonsik Jo, Seung Hwan Kim

Recent advances in vision language pretraining (VLP) have been largely attributed to the large-scale data collected from the web. However, uncurated dataset contains weakly correlated image-text pairs, causing data ineff…

Knowledge Distillation

Continual Pre-Training Mitigates Forgetting in Language and Vision

2022-05-19 · Andrea Cossu, Tinne Tuytelaars, Antonio Carta, Lucia Passaro 외

Pre-trained models are nowadays a fundamental component of machine learning research. In continual learning, they are commonly used to initialize the model before training on the stream of non-stationary data. However, p…

Continual LearningContinual Pretraining

A Practitioner's Guide to Continual Multimodal Pretraining

2024-08-26 · Karsten Roth, Vishaal Udandarao, Sebastian Dziadzio, Ameya Prabhu 외

Multimodal foundation models serve numerous applications at the intersection of vision and language. Still, despite being pretrained on extensive data, they become outdated over time. To keep models updated, research int…

Continual LearningContinual PretrainingMeta-Learning

LeVLJEPA: End-to-End Vision-Language Pretraining Without Negatives

2026-07-01 · Lukas Kuhn, Giuseppe Serra, Randall Balestriero, Florian Buettner arxiv

Vision-language pretraining remains dominated by contrastive objectives, whereas vision-only self-supervised learning has largely adopted non-contrastive methods. At the same time, the role of vision-language encoders ha…

Self-Supervised LearningSemantic Segmentation