paper-with-me

홈 › Papers

Beyond Neural Incompatibility: Cross-Scale Knowledge Transfer in Language Models through Latent Semantic Alignment

2025-10-28 · Jian Gu, Aldeida Aleti, Chunyang Chen, Hongyu Zhang arxiv

Language Models (LMs) encode substantial knowledge in their parameters, yet it remains unclear how to transfer such knowledge in a fine-grained manner, namely parametric knowledge transfer (PKT). A central challenge is to make cross-scale transfer effective and efficient when source and target models differ in architecture and parameterization, making direct parameter reuse strongly limited by neural incompatibility. In this paper, we identify latent semantic alignment as the key prerequisite for cross-scale knowledge transfer. Instead of directly moving layer parameters, our approach uses activations as the transfer medium. \textsc{SemAlign} has two stages: an \emph{layer attribution} stage that attributes task-relevant source layers and selects exactly one source layer for each target layer, and a \emph{semantic alignment} stage that pairs them layer by layer and optimizes the target with source-side semantic supervision. The alignment is carried out in latent space through semantic decomposition and recomposition. During the shallow-to-deep transfer, only the frontier target layer is trainable. The layer objective supervises the residual contribution of that layer by matching centered token-token relation geometry against an aligned supervisory residual, while output KL preserves source-level predictive behavior. The transferred medium is therefore neither a parameter block nor an absolute hidden state, but target-space residual geometry induced by paired source-layer supervision. Evaluations on four benchmarks demonstrate the efficacy of \textsc{SemAlign}, and further analysis confirms that semantic decomposition and recomposition provide a stable mechanism for cross-scale knowledge transfer.

📄 PDF Abstract BibTeX arXiv:2510.24208

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural Incompatibility: The Unbridgeable Gap of Cross-Scale Parametric Knowledge Transfer in Large Language Models

2025-05-20 · Yuqiao Tan, Shizhu He, Kang Liu, Jun Zhao

Large Language Models (LLMs) offer a transparent brain with accessible parameters that encode extensive knowledge, which can be analyzed, located and transferred. Consequently, a key research challenge is to transcend tr…

Transfer Learning

Discriminability-Transferability Trade-Off: An Information-Theoretic Perspective

2022-03-08 · Quan Cui, Bingchen Zhao, Zhao-Min Chen, Borui Zhao 외

This work simultaneously considers the discriminability and transferability properties of deep representations in the typical supervised learning task, i.e., image classification. By a comprehensive temporal analysis, we…

image-classificationImage ClassificationTransfer Learning

TextBridgeGNN: Pre-training Graph Neural Network for Cross-Domain Recommendation via Text-Guided Transfer

2025-11-25 · Yiwen Chen, Yiqing Wu, Huishi Luo, Fuzhen Zhuang 외 arxiv

Graph-based recommendation has achieved great success in recent years. The classical graph recommendation model utilizes ID embedding to store essential collaborative information. However, this ID-based paradigm faces ch…

Collaborative FilteringGraph Neural Network

Semantically Compatible Knowledge Distillation for Cross-Domain Object Detection with Vision Foundation Models

2026-08-21 · Qifeng Zhang, Ting Xiang, Zeyuan Bai, Changjian Chen arxiv

Vision foundation models (VFMs) offer strong generalization capabilities for domain-adaptive object detection (DAOD). However, existing VFM-based methods overlook the spatial-scale discrepancy between teacher and student…

Knowledge DistillationObject Detection

JSCN: Joint Spectral Convolutional Network for Cross Domain Recommendation

2019-10-18 · Zhiwei Liu, Lei Zheng, Jiawei Zhang, Jiayu Han 외

Cross-domain recommendation can alleviate the data sparsity problem in recommender systems. To transfer the knowledge from one domain to another, one can either utilize the neighborhood information or learn a direct mapp…

Recommendation Systems