paper-with-me

홈 › Papers

Constraint-based Pre-training: From Structured Constraints to Scalable Model Initialization

2026-04-16 · Fu Feng, Yucheng Xie, Ruixiao Shi, Jing Wang, Xin Geng arxiv

The pre-training and fine-tuning paradigm has become the dominant approach for model adaptation. However, conventional pre-training typically yields models at a fixed scale, whereas practical deployment often requires models of varying sizes, exposing its limitations when target model scales differ from those used during pre-training. To address this, we propose an innovative constraint-based pre-training paradigm that imposes structured constraints during pre-training to disentangle size-agnostic knowledge into reusable weight templates, while assigning size-specific adaptation to lightweight weight scalers, thereby reformulating variable-sized model initialization as a multi-task adaptation problem. Within this paradigm, we further introduce WeiT, which employs Kronecker-based constraints to regularize the pre-training process. Specifically, model parameters are represented as compositions of weight templates via concatenation and weighted aggregation, with adaptive connections governed by lightweight weight scalers whose parameters are learned from limited data. This design enables flexible and efficient construction of model weights across diverse downstream scales. Extensive experiments demonstrate the efficiency and effectiveness of WeiT, achieving state-of-the-art performance in initializing models with varying depths and widths across a broad range of perception and embodied learning tasks, including Image Classification, Image Generation, and Embodied Control. Moreover, its effectiveness generalizes to both Transformer-based and Convolution-based architectures, consistently enabling faster convergence and improved performance even under full training.

📄 PDF Abstract BibTeX arXiv:2604.14769

Code (0)

등록된 구현이 없습니다.

Tasks

Image ClassificationImage Generation

Similar Papers 제목 키워드 기반

Embedding Inference for Structured Multilabel Prediction

2015-12-01 · NeurIPS 2015 12 · Farzaneh Mirzazadeh, Siamak Ravanbakhsh, Nan Ding, Dale Schuurmans

A key bottleneck in structured output prediction is the need for inference during training and testing, usually requiring some form of dynamic programming. Rather than using approximate inference or tailoring a speciali…

Prediction

Structured Learning for Temporal Relation Extraction from Clinical Records

2017-04-01 · EACL 2017 4 · Artuur Leeuwenberg, Marie-Francine Moens

We propose a scalable structured learning model that jointly predicts temporal relations between events and temporal expressions (TLINKS), and the relation between these events and the document creation time (DCTR). We e…

PredictionRelationRelation ExtractionTemporal Information Extraction+1

A constrained recursion algorithm for batch normalization of tree-sturctured LSTM

2020-08-21 · Ruo Ando, Yoshiyasu Takefuji

Tree-structured LSTM is promising way to consider long-distance interaction over hierarchies. However, there have been few research efforts on the hyperparameter tuning of the construction and traversal of tree-structure…

Mimetic Initialization Helps State Space Models Learn to Recall

2024-10-14 · Asher Trockman, Hrayr Harutyunyan, J. Zico Kolter, Sanjiv Kumar 외

Recent work has shown that state space models such as Mamba are significantly worse than Transformers on recall-based tasks due to the fact that their state size is constant with respect to their input sequence length. B…

MambaState Space Models

ConsNoTrainLoRA: Data-driven Weight Initialization of Low-rank Adapters using Constraints

2025-07-09 · Debasmit Das, Hyoungwoo Park, Munawar Hayat, Seokeon Choi 외 arxiv

Foundation models are pre-trained on large-scale datasets and subsequently fine-tuned on small-scale datasets using parameter-efficient fine-tuning (PEFT) techniques like low-rank adapters (LoRA). In most previous works,…

parameter-efficient fine-tuningImage ClassificationImage Generation