paper-with-me

홈 › Papers

Block-Operations: Using Modular Routing to Improve Compositional Generalization

2024-08-01 · Florian Dietz, Dietrich Klakow

We explore the hypothesis that poor compositional generalization in neural networks is caused by difficulties with learning effective routing. To solve this problem, we propose the concept of block-operations, which is based on splitting all activation tensors in the network into uniformly sized blocks and using an inductive bias to encourage modular routing and modification of these blocks. Based on this concept we introduce the Multiplexer, a new architectural component that enhances the Feed Forward Neural Network (FNN). We experimentally confirm that Multiplexers exhibit strong compositional generalization. On both a synthetic and a realistic task our model was able to learn the underlying process behind the task, whereas both FNNs and Transformers were only able to learn heuristic approximations. We propose as future work to use the principles of block-operations to improve other existing architectures.

📄 PDF Abstract BibTeX arXiv:2408.00508

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive Bias

Similar Papers 제목 키워드 기반

Mixtures of SubExperts for Large Language Continual Learning

2025-11-09 · Haeyong Kang arxiv

Enabling lifelong learning in LLMs demands resolving the stability-plasticity dilemma (i.e., models must incorporate new knowledge without overwriting prior representations) while maintaining scalability under bounded pa…

parameter-efficient fine-tuningContinual Learning

Self-MoE: Towards Compositional Large Language Models with Self-Specialized Experts

2024-06-17 · Junmo Kang, Leonid Karlinsky, Hongyin Luo, Zhen Wang 외

We present Self-MoE, an approach that transforms a monolithic LLM into a compositional, modular system of self-specialized experts, named MiXSE (MiXture of Self-specialized Experts). Our approach leverages self-specializ…

Math

Routing Networks and the Challenges of Modular and Compositional Computation

2019-04-29 · Clemens Rosenbaum, Ignacio Cases, Matthew Riemer, Tim Klinger

Compositionality is a key strategy for addressing combinatorial complexity and the curse of dimensionality. Recent work has shown that compositional solutions can be learned and offer substantial gains across a variety o…

Language ModelingLanguage ModellingMulti-Task LearningQuestion Answering+3

Dual Residual Networks Leveraging the Potential of Paired Operations for Image Restoration

2019-03-21 · CVPR 2019 6 · Xing Liu, Masanori Suganuma, Zhun Sun, Takayuki Okatani

In this paper, we study design of deep neural networks for tasks of image restoration. We propose a novel style of residual connections dubbed "dual residual connection", which exploits the potential of paired operations…

Image Restoration

BRo-JEPA: Learning Modular Transformations in Latent Space

2026-05-31 · Divyansh Jha, Yuanfang Xie, Varan Mehra, Brennen Yu arxiv

Can neural networks learn algebraic rules from visual inputs, or do they merely fit observed patterns? We study this question using MNIST (or EMNIST letters) as states and modular arithmetic operations as actions in a JE…

Zero-shot Generalization