paper-with-me

Papers

Self-Supervised Weight Templates for Scalable Vision Model Initialization

2026-01-27 · Yucheng Xie, Fu Feng, Ruixiao Shi, Jing Wang, Yong Rui, Xin Geng arxiv

The increasing scale and complexity of modern model parameters underscore the importance of pre-trained models. However, deployment often demands architectures of varying sizes, exposing limitations of conventional pre-training and fine-tuning. To address this, we propose SWEET, a self-supervised framework that performs constraint-based pre-training to enable scalable initialization in vision tasks. Instead of pre-training a fixed-size model, we learn a shared weight template and size-specific weight scalers under Tucker-based factorization, which promotes modularity and supports flexible adaptation to architectures with varying depths and widths. Target models are subsequently initialized by composing and reweighting the template through lightweight weight scalers, whose parameters can be efficiently learned from minimal training data. To further enhance flexibility in width expansion, we introduce width-wise stochastic scaling, which regularizes the template along width-related dimensions and encourages robust, width-invariant representations for improved cross-width generalization. Extensive experiments on \textsc{classification}, \textsc{detection}, \textsc{segmentation} and \textsc{generation} tasks demonstrate the state-of-the-art performance of SWEET for initializing variable-sized vision models.

📄 PDF Abstract BibTeX arXiv:2601.19694

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sentence Splitter: Uncovering Latent Factual Structure for Self-Supervised Learning

2026-07-22 · Ahmad Pouramini, Mahsa Afsharizadeh arxiv

This paper introduces Sentence Splitter, a self-supervised framework built upon a T5-based encoder--decoder architecture for uncovering the latent factual structure of natural language sentences. The proposed method iden…

Knowledge Graph CompletionSelf-Supervised LearningQuestion Answering

Enhance Graph Alignment for Large Language Models

2024-10-15 · Haitong Luo, Xuying Meng, Suhang Wang, Tianxiang Zhao 외

Graph-structured data is prevalent in the real world. Recently, due to the powerful emergent capabilities, Large Language Models (LLMs) have shown promising performance in modeling graphs. The key to effectively applying…

General KnowledgeText Matching

Masked Autoencoders Are Scalable Vision Learners

2021-11-11 · CVPR 2022 1 · Kaiming He, Xinlei Chen, Saining Xie, Yanghao Li 외

This paper shows that masked autoencoders (MAE) are scalable self-supervised learners for computer vision. Our MAE approach is simple: we mask random patches of the input image and reconstruct the missing pixels. It is b…

DecoderDomain GeneralizationImage ClassificationObject Detection+4

AutoCLIP: Auto-tuning Zero-Shot Classifiers for Vision-Language Models

2023-09-28 · Jan Hendrik Metzen, Piyapat Saranrittichai, Chaithanya Kumar Mummadi

Classifiers built upon vision-language models such as CLIP have shown remarkable zero-shot performance across a broad range of image classification tasks. Prior work has studied different ways of automatically creating d…

image-classificationImage ClassificationLanguage ModellingLarge Language Model

Time Series Generation with Masked Autoencoder

2022-01-14 · Mengyue Zha, SiuTim Wong, Mengqi Liu, Tong Zhang 외

This paper shows that masked autoencoder with extrapolator (ExtraMAE) is a scalable self-supervised model for time series generation. ExtraMAE randomly masks some patches of the original time series and learns temporal d…

Data AugmentationDecoderImputationManagement+5