paper-with-me

홈 › Papers

Neural Function Modules with Sparse Arguments: A Dynamic Approach to Integrating Information across Layers

2020-10-15 · Alex Lamb, Anirudh Goyal, Agnieszka Słowik, Michael Mozer, Philippe Beaudoin, Yoshua Bengio

Feed-forward neural networks consist of a sequence of layers, in which each layer performs some processing on the information from the previous layer. A downside to this approach is that each layer (or module, as multiple modules can operate in parallel) is tasked with processing the entire hidden state, rather than a particular part of the state which is most relevant for that module. Methods which only operate on a small number of input variables are an essential part of most programming languages, and they allow for improved modularity and code re-usability. Our proposed method, Neural Function Modules (NFM), aims to introduce the same structural capability into deep learning. Most of the work in the context of feed-forward networks combining top-down and bottom-up feedback is limited to classification problems. The key contribution of our work is to combine attention, sparsity, top-down and bottom-up feedback, in a flexible algorithm which, as we show, improves the results in standard classification, out-of-domain generalization, generative modeling, and learning representations in the context of reinforcement learning.

📄 PDF Abstract BibTeX arXiv:2010.08012

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Generalization

Similar Papers 제목 키워드 기반

Reasoning on Knowledge Graphs with Debate Dynamics

2020-01-02 · Marcel Hildebrandt, Jorge Andres Quintero Serna, Yunpu Ma, Martin Ringsquandl 외

We propose a novel method for automatic reasoning on knowledge graphs based on debate dynamics. The main idea is to frame the task of triple classification as a debate game between two reinforcement learning agents which…

General ClassificationKnowledge GraphsLink PredictionReinforcement Learning+1

Debate Dynamics for Human-comprehensible Fact-checking on Knowledge Graphs

2020-01-09 · Marcel Hildebrandt, Jorge Andres Quintero Serna, Yunpu Ma, Martin Ringsquandl 외

We propose a novel method for fact-checking on knowledge graphs based on debate dynamics. The underlying idea is to frame the task of triple classification as a debate game between two reinforcement learning agents which…

Common Sense ReasoningFact CheckingFairnessKnowledge Graphs+2

ARC: Argument Representation and Coverage Analysis for Zero-Shot Long Document Summarization with Instruction Following LLMs

2025-05-29 · Mohamed Elaraby, Diane Litman

Integrating structured information has long improved the quality of abstractive summarization, particularly in retaining salient content. In this work, we focus on a specific form of structure: argument roles, which are …

Abstractive Text SummarizationARCArticlesDocument Summarization+1

Dynamic Curriculum Learning for Great Ape Detection in the Wild

2022-04-30 · Xinyu Yang, Tilo Burghardt, Majid Mirmehdi

We propose a novel end-to-end curriculum learning approach for sparsely labelled animal datasets leveraging large volumes of unlabelled data to improve supervised species detectors. We exemplify the method in detail on t…

object-detectionObject Detection

Decoupled Functional Evaluation of Autonomous Driving Models via Feature Map Quality Scoring

2025-08-11 · Ludan Zhang, Sihan Wang, Yuqi Dai, Shuofei Qiao 외 arxiv

End-to-end models are emerging as the mainstream in autonomous driving perception and planning. However, the lack of explicit supervision signals for intermediate functional modules leads to opaque operational mechanisms…

3D Object DetectionAutonomous Driving