paper-with-me

Papers

Learngene: Inheriting Condensed Knowledge from the Ancestry Model to Descendant Models

2023-05-03 · Qiufeng Wang, Xu Yang, Shuxia Lin, Jing Wang, Xin Geng

During the continuous evolution of one organism's ancestry, its genes accumulate extensive experiences and knowledge, enabling newborn descendants to rapidly adapt to their specific environments. Motivated by this observation, we propose a novel machine learning paradigm Learngene to enable learning models to incorporate three key characteristics of genes. (i) Accumulating: the knowledge is accumulated during the continuous learning of an ancestry model. (ii) Condensing: the extensive accumulated knowledge is condensed into a much more compact information piece, i.e., learngene. (iii) Inheriting: the condensed learngene is inherited to make it easier for descendant models to adapt to new environments. Since accumulating has been studied in well-established paradigms like large-scale pre-training and lifelong learning, we focus on condensing and inheriting, which induces three key issues and we provide the preliminary solutions to these issues in this paper: (i) Learngene Form: the learngene is set to a few integral layers that can preserve significance. (ii) Learngene Condensing: we identify which layers among the ancestry model have the most similarity as one pseudo descendant model. (iii) Learngene Inheriting: to construct distinct descendant models for the specific downstream tasks, we stack some randomly initialized layers to the learngene layers. Extensive experiments across various settings, including using different network architectures like Vision Transformer (ViT) and Convolutional Neural Networks (CNNs) on different datasets, are carried out to confirm four advantages of Learngene: it makes the descendant models 1) converge more quickly, 2) exhibit less sensitivity to hyperparameters, 3) perform better, and 4) require fewer training samples to converge.

📄 PDF Abstract BibTeX arXiv:2305.02279

Code (0)

등록된 구현이 없습니다.

Tasks

Lifelong learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Learngene Search Across Multiple Datasets for Building Variable-Sized Models

2026-05-06 · Boyu Shi, Junbo Zhou, Chang Liu, Xu Yang 외 arxiv

Deep learning methods are widely used under diverse resource constraints, resulting in models of varying sizes, such as the Vision Transformer (ViT) series. Deploying these models typically requires costly pretraining an…

Transferring Core Knowledge via Learngenes

2024-01-16 · Fu Feng, Jing Wang, Xin Geng

The pre-training paradigm fine-tunes the models trained on large-scale datasets to downstream tasks with enhanced performance. It transfers all knowledge to downstream tasks without discriminating which part is necessary…

Transfer Learning

WAVE: Weight Template for Adaptive Initialization of Variable-sized Models

2024-06-25 · Fu Feng, Yucheng Xie, Jing Wang, Xin Geng

The expansion of model parameters underscores the significance of pre-trained models; however, the constraints encountered during model deployment necessitate models of variable sizes. Consequently, the traditional pre-t…

Knowledge DistillationTransfer Learning

Training Leaves Traces: Centered Residual Signatures for Language Model Lineage Verification

2026-08-14 · Aman Singh Thakur, Rayan Khoury hf

Open-weight language models are fine-tuned, quantized, pruned, and merged, yet their provenance is often undocumented. We study data-free white-box lineage verification: can weights alone reveal whether two compatible mo…

Exploring Learngene via Stage-wise Weight Sharing for Initializing Variable-sized Models

2024-04-25 · Shi-Yu Xia, Wenxuan Zhu, Xu Yang, Xin Geng

In practice, we usually need to build variable-sized models adapting for diverse resource constraints in different application scenarios, where weight initialization is an important step prior to training. The Learngene …