Modular Delta Merging with Orthogonal Constraints: A Scalable Framework for Continual and Reversible Model Composition

📅 2025-07-28
📈 Citations: 0
Influential: 0
📄 PDF

career value

209K/year
🤖 AI Summary
In real-world machine learning deployment, models require continual updating, composition, and selective unmerging—yet existing approaches suffer from task interference, catastrophic forgetting, and irreversible model merging. This paper proposes an Orthogonal Incremental Model Fusion (OIMF) framework: it encodes task-specific models as incremental representations within mutually orthogonal subspaces, enabling interference-free, scalable, and fully reversible model composition via modular incremental merging and orthogonality constraints. OIMF integrates incremental encoding, orthogonal projection, gradient-optimized fusion, elastic weight consolidation, and synthetic replay to ensure stability and regulatory compliance. Evaluated on multi-task vision and NLP benchmarks, OIMF significantly improves accuracy, backward transfer, and unmerging fidelity—while maintaining memory and computational efficiency—and offers theoretical interpretability grounded in subspace orthogonality.

Technology Category

Application Category

📝 Abstract
In real-world machine learning deployments, models must be continually updated, composed, and when required, selectively undone. However, existing approaches to model merging and continual learning often suffer from task interference, catastrophic forgetting, or lack of reversibility. We propose Modular Delta Merging with Orthogonal Constraints (MDM-OC), a novel framework that enables scalable, interference-free, and reversible composition of fine-tuned models. Each task-specific model is encoded as a delta from a shared base and projected into an orthogonal subspace to eliminate conflict. These projected deltas are then merged via gradient-based optimization to form a unified model that retains performance across tasks. Our approach supports continual integration of new models, structured unmerging for compliance such as GDPR requirements, and model stability via elastic weight consolidation and synthetic replay. Extensive experiments on vision and natural language processing benchmarks demonstrate that MDM-OC outperforms prior baselines in accuracy, backward transfer, and unmerge fidelity, while remaining memory-efficient and computationally tractable. This framework offers a principled solution for modular and compliant AI system design.
Problem

Research questions and friction points this paper is trying to address.

Enables scalable reversible composition of fine-tuned models
Prevents task interference and catastrophic forgetting in updates
Supports continual integration and GDPR-compliant unmerging
Innovation

Methods, ideas, or system contributions that make the work stand out.

Modular delta merging with orthogonal constraints
Orthogonal subspace projection for conflict elimination
Gradient-based optimization for unified model merging
🔎 Similar Papers
No similar papers found.