Model Adapter Projection for Training-Free Transfer Across Base Models

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Large machine learning models, such as LLMs and LVMs, face challenges in fine-tuning due to their vast number of parameters, leading to overfitting and difficulty in reusing adapters trained for one model with even slightly modified versions, necessitating new training that is computationally expensive and often data-dependent.

Innovation Solution

The method involves projecting adapter components from a first base model to a range and null space of a second base model using linear algebra, allowing the reuse of pre-trained adapters without additional training data, by generating a projected adapter that aligns intermediate outputs of the student model with the teacher model.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If adapters are trained for a specific base model, then the adapter achieves good performance on that model, but the adapter cannot be reused for modified versions of the base model

Engineering Contradiction:
Improveadapter reuse capabilityVSAvoidadapter performance
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The adapter is segmented into two distinct components: a task-specific adapter layer and a projection layer. The task-specific adapter learns task-related features while the projection layer handles model-specific transformations. This segmentation allows the task-specific adapter to be reused across different base model versions while only the projection layer needs to be retrained for each specific model.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The projection layer is pre-trained on the source base model to establish initial compatibility, then fine-tuned on the target base model before final use. This preliminary action ensures the adapter components are properly adapted to the specific model architecture before being deployed for task execution, enabling successful reuse across model versions.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If fine-tuning is performed on large language models, then the model achieves better task performance, but the process requires tremendous amounts of training data and computational resources

Engineering Contradiction:
Improvemodel task performanceVSAvoidtraining data and computational requirements
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The fine-tuning process extracts and isolates only the necessary adapter components (task-specific adapter and projection layer) from the full model training process. By taking out just these essential elements, the system achieves task-specific adaptation without requiring tremendous amounts of training data or computational resources that would be needed for full model fine-tuning.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

Instead of investing heavy computational resources in permanent full model fine-tuning, the system uses lightweight, inexpensive adapter components that can be quickly trained and discarded or replaced. These adapter layers require minimal training data and computational power compared to full model fine-tuning, making them a cost-effective solution for task adaptation.

Inventive Principle:
Principle #27Cheap short-living objects (Disposable)

Data Source

PatentUS20260073289A1Training-free machine learning model adapter transfer
Publication Date: 2026.03.12 QUALCOMM INC
  • US20260073289A1 patent drawing
  • US20260073289A1 patent drawing
  • US20260073289A1 patent drawing

AI summary

Certain aspects of the present disclosure provide techniques and apparatus for machine learning. In an example method, a first adapted machine learning model comprising a first base model and an adapter trained for the first base model is accessed. One or more adapter components are generated based on projecting the adapter to a range space and a null space of the first base model. A second base model is accessed, and a projected adapter is generated based on projecting the one or more adapter components to a range space and a null space of the second base model. A second adapted machine learning model comprising the second base model and the projected adapter is generated, and a machine learning model output is generated using the second adapted machine learning model.