paper-with-me

홈 › Papers

Layer-wise Derivative Controlled Networks Achieve Competitive Accuracy and Gradient Stability Across Data Regimes

2026-06-06 · Rowan Martnishn arxiv

Derivative-controlled networks based on ChainzRule (CR) combine cubic polynomial layers with a lightweight forward-mode per-layer Jacobian penalty (DREG). In this second paper of a multi-part series, we evaluate the generalization properties of CR across data regimes. We ablate the shape of the DREG coefficient schedule, demonstrating that the optimal annealing range depends on representation noise. On the Pima Diabetes dataset, CR achieves strong low-data performance and maintains a consistent accuracy advantage over baselines from 5\% to 100\% training data, supported by exceptionally stable gradient tail ratios ($\sim$1.01--1.02 vs. 1.07--1.09 for ReLU networks). Extensions to SST-5 show competitive or superior results in both frozen-embedding and BERT fine-tuned regimes, including outperforming prior BERT baselines despite substantially less training data. These results are statistically significant: CR achieves superior accuracy over the strongest published baselines we could identify on both datasets ($p < 0.05$). These results establish that layer-wise derivative control induces a structural inductive bias toward low-frequency, stable representations that generalizes robustly across tabular and NLP domains, data volumes, and representation qualities. The gradient tail ratio serves as a reliable, label-free diagnostic of generalization capability.

📄 PDF Abstract BibTeX arXiv:2606.07908

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Layer-wise Derivative Controlled Networks

2026-05-14 · Rowan Martnishn, Sean Anderson arxiv

As machine learning models grow in complexity, they increasingly struggle with three conflicting demands: the need for high accuracy, the requirement for hardware efficiency, and the necessity of functional stability. Tr…

Fully trainable Gaussian derivative convolutional layer

2022-07-18 · Valentin Penaud--Polge, Santiago Velasco-Forero, Jesus Angulo

The Gaussian kernel and its derivatives have already been employed for Convolutional Neural Networks in several previous works. Most of these papers proposed to compute filters by linearly combining one or several bases …

image-classificationImage ClassificationImage SegmentationSemantic Segmentation

Learning to Approximate Adaptive Kernel Convolution on Graphs

2024-01-22 · Jaeyoon Sim, Sooyeon Jeon, InJun Choi, Guorong Wu 외

Various Graph Neural Networks (GNNs) have been successful in analyzing data in non-Euclidean spaces, however, they have limitations such as oversmoothing, i.e., information becomes excessively averaged as the number of h…

DNQ: Deep Nash Q-Network for Partially Observable n-Player Games

2026-06-04 · Qintong Xie, Edward Koh, Xavier Cadet, Peter Chin arxiv

Many real-world competitive systems require multiple decision-makers to act simultaneously under shared constraints, limited information, and repeated interaction, as in auctions, resource allocation, and security compet…

Improving Knowledge Distillation in Transfer Learning with Layer-wise Learning Rates

2024-07-05 · Shirley Kokane, Mostofa Rafid Uddin, Min Xu

Transfer learning methods start performing poorly when the complexity of the learning task is increased. Most of these methods calculate the cumulative differences of all the matched features and then use them to back-pr…

Knowledge DistillationTransfer Learning