paper-with-me

Papers

Improving Generalization by Permutation Routing Across Model Copies

2026-05-10 · Shuhei Kashiwamura, Timothee Leleu arxiv

We introduce a use of the \(M\)-cover (or \(M\)-layer) transform for machine learning. The method replicates a model \(M\) times, but instead of coupling the copies through parameter averaging or an explicit attractive force, as in replicated SGD or Elastic SGD, it rewires the contexts in which local learning messages are computed. Each local loss is evaluated on a routed model whose parameters are drawn from different copies according to permutations sampled from a structured mixing kernel \(Q\). Training then uses the original local update rule, while the resulting learning messages are redistributed across the copies through these routed computational paths. Thus \(Q\) defines a topology for message transport and controls the long-loop structure of the lifted factor graph. We formulate this construction for perceptrons, committee machines, and multilayer perceptrons, showing that the same principle applies from discrete models to differentiable neural networks. The resulting framework provides a mechanism for improving generalization through structured message sharing rather than replica collapse or parameter-space coupling.

📄 PDF Abstract BibTeX arXiv:2605.09256

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PEAR: Permutation-Equivariant Adaptive Routing Multi-Agent Debate

2026-05-26 · Yang Feng, Ziwei Xu, Xia Hu, Fengxiang He arxiv

Multi-agent debate improves the reliability of large language models (LLMs) through iterative peer critiques. However, fixed topologies often introduce persistent positional biases, amplify unreliable agents, and cause h…

On statistical learning of graphs

2025-07-17 · Vittorio Cipriani, Valentino Delle Rose, Luca San Mauro, Giovanni Solda arxiv

We study PAC and online learnability of hypothesis classes formed by copies of a countably infinite graph G, where each copy is induced by permuting G's vertices. This corresponds to learning a graph's labeling, knowing …

Merge, Then Compress: Demystify Efficient SMoE with Hints from Its Routing Policy

2023-10-02 · Pingzhi Li, Zhenyu Zhang, Prateek Yadav, Yi-Lin Sung 외

Sparsely activated Mixture-of-Experts (SMoE) has shown promise to scale up the learning capacity of neural networks, however, they have issues like (a) High Memory Usage, due to duplication of the network layers into mul…

Mixture-of-Experts

Probing Routing-Conditional Calibration in Attention-Residual Transformers

2026-05-11 · Wenhao Liang, Lin Yue, Wei Emma Zhang, Miao Xu 외 arxiv

Post-hoc calibration is usually evaluated as a function of logits or softmax confidence alone, even as routing-augmented architectures increasingly accompany predictions with sample-specific internal routing traces and p…

Efficient Neural Combinatorial Optimization Solver for the Min-max Heterogeneous Capacitated Vehicle Routing Problem

2025-07-28 · Xuan Wu, Di Wang, Chunguo Wu, Kaifang Qi 외 arxiv

Numerous Neural Combinatorial Optimization (NCO) solvers have been proposed to address Vehicle Routing Problems (VRPs). However, most of these solvers focus exclusively on single-vehicle VRP variants, overlooking the mor…

Reinforcement Learning