paper-with-me

홈 › Papers

Inheritance Between Feedforward and Convolutional Networks via Model Projection

2026-02-05 · Nicolas Ewen, Jairo Diaz-Rodriguez, Kelly Ramsay arxiv

Neural-network techniques are often transferred across architecture families by analogy, but such transfer is valid only when the assumptions required by a technique are preserved. We introduce this idea as inheritance between model classes. Using a unified node-level framework with tensor-valued activations, we prove that generalized feedforward networks (GFFNs) form a strict subset of generalized convolutional networks (GCNNs), so GCNN properties transfer directly to GFFNs. The reverse direction is not automatic: standard CNN nodes use spatial kernels, while FFN nodes use one scalar weight per input contribution. We introduce model projection to recover a restricted reverse inheritance path. Projection freezes each convolutional input-channel sub-function and learns one scalar coefficient for each input-output channel contribution, giving projected CNN nodes the GFFN-style trainable structure of scalar-weighted input recombination. This inherited structure leads naturally to parameter-efficient transfer learning. Across multiple ImageNet-pretrained CNN backbones and downstream image-classification datasets, model projection is competitive with standard and PEFT baselines and provides an effective initialization for subsequent full fine-tuning.

📄 PDF Abstract BibTeX arXiv:2602.06245

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

Distributed Feedback-Feedforward Algorithms for Time-Varying Resource Allocation

2024-08-07 · Yiqiao Xu, Tengyang Gong, Zhengtao Ding, Alessandra Parisio

In this paper, we address distributed Time-Varying Resource Allocation (TVRA) problem, where the local cost functions, global equality constraint, and Local Feasibility Constraints (LFCs) vary with time. To track the opt…

Physics-Guided Neural Networks for Feedforward Control: An Orthogonal Projection-Based Approach

2022-01-10 · Johan Kon, Dennis Bruijnen, Jeroen van de Wijdeven, Marcel Heertjes 외

Unknown nonlinear dynamics can limit the performance of model-based feedforward control. The aim of this paper is to develop a feedforward control framework for systems with unknown, typically nonlinear, dynamics. To add…

Friction

Intensional Inheritance Between Concepts: An Information-Theoretic Interpretation

2025-01-29 · Ben Goertzel

This paper addresses the problem of formalizing and quantifying the concept of "intensional inheritance" between two concepts. We begin by conceiving the intensional inheritance of $W$ from $F$ as the amount of informati…

Backprojection for Training Feedforward Neural Networks in the Input and Feature Spaces

2020-04-05 · Benyamin Ghojogh, Fakhri Karray, Mark Crowley

After the tremendous development of neural networks trained by backpropagation, it is a good time to develop other algorithms for training neural networks to gain more insights into networks. In this paper, we propose a …

Dimensionality Reduction

Learning with Local Gradients at the Edge

2022-08-17 · Michael Lomnitz, Zachary Daniels, David Zhang, Michael Piacentino

To enable learning on edge devices with fast convergence and low memory, we present a novel backpropagation-free optimization algorithm dubbed Target Projection Stochastic Gradient Descent (tpSGD). tpSGD generalizes dire…