paper-with-me

Papers

Energy-Inspired Self-Supervised Pretraining for Vision Models

2023-02-02 · Ze Wang, Jiang Wang, Zicheng Liu, Qiang Qiu

Motivated by the fact that forward and backward passes of a deep network naturally form symmetric mappings between input and output representations, we introduce a simple yet effective self-supervised vision model pretraining framework inspired by energy-based models (EBMs). In the proposed framework, we model energy estimation and data restoration as the forward and backward passes of a single network without any auxiliary components, e.g., an extra decoder. For the forward pass, we fit a network to an energy function that assigns low energy scores to samples that belong to an unlabeled dataset, and high energy otherwise. For the backward pass, we restore data from corrupted versions iteratively using gradient-based optimization along the direction of energy minimization. In this way, we naturally fold the encoder-decoder architecture widely used in masked image modeling into the forward and backward passes of a single vision model. Thus, our framework now accepts a wide range of pretext tasks with different data corruption methods, and permits models to be pretrained from masked image modeling, patch sorting, and image restoration, including super-resolution, denoising, and colorization. We support our findings with extensive experiments, and show the proposed method delivers comparable and even better performance with remarkably fewer epochs of training compared to the state-of-the-art self-supervised vision model pretraining methods. Our findings shed light on further exploring self-supervised vision model pretraining and pretext tasks beyond masked image modeling.

📄 PDF Abstract BibTeX arXiv:2302.01384

Code (0)

등록된 구현이 없습니다.

Tasks

ColorizationDecoderDenoisingImage RestorationSuper-Resolution

Similar Papers 제목 키워드 기반

Self-Conditioned Denoising for Atomistic Representation Learning

2026-03-17 · Tynan Perez, Rafael Gomez-Bombarelli arxiv

The success of large-scale pretraining in NLP and computer vision has catalyzed growing efforts to develop analogous foundation models for the physical sciences. However, pretraining strategies using atomistic data remai…

Self-Supervised LearningRepresentation Learning

Self-supervised pretraining for an iterative image size agnostic vision transformer

2026-04-22 · Nedyalko Prisadnikov, Danda Pani Paudel, Yuqian Fu, Luc Van Gool arxiv

Vision Transformers (ViTs) dominate self-supervised learning (SSL). While they have proven highly effective for large-scale pretraining, they are computationally inefficient and scale poorly with image size. Consequently…

Self-Supervised Learning

A Study on Self-Supervised Pretraining for Vision Problems in Gastrointestinal Endoscopy

2024-01-11 · Edward Sanderson, Bogdan J. Matuszewski

Solutions to vision tasks in gastrointestinal endoscopy (GIE) conventionally use image encoders pretrained in a supervised manner with ImageNet-1k as backbones. However, the use of modern self-supervised pretraining algo…

Depth EstimationLandmark RecognitionMonocular Depth Estimation

Improving In-Context Few-Shot Learning via Self-Supervised Training

2022-05-03 · NAACL 2022 7 · Mingda Chen, Jingfei Du, Ramakanth Pasunuru, Todor Mihaylov 외

Self-supervised pretraining has made few-shot learning possible for many NLP tasks. But the pretraining objectives are not typically adapted specifically for in-context few-shot learning. In this paper, we propose to use…

DiversityFew-Shot Learning

EBMs vs. CL: Exploring Self-Supervised Visual Pretraining for Visual Question Answering

2022-06-29 · Violetta Shevchenko, Ehsan Abbasnejad, Anthony Dick, Anton Van Den Hengel 외

The availability of clean and diverse labeled data is a major roadblock for training models on complex tasks such as visual question answering (VQA). The extensive work on large vision-and-language models has shown that …

Contrastive LearningOut of Distribution (OOD) DetectionQuestion AnsweringSelf-Supervised Learning+3