paper-with-me

홈 › Papers

An NMF-Based Building Block for Interpretable Neural Networks With Continual Learning

2023-11-20 · Brian K. Vogel

Existing learning methods often struggle to balance interpretability and predictive performance. While models like nearest neighbors and non-negative matrix factorization (NMF) offer high interpretability, their predictive performance on supervised learning tasks is often limited. In contrast, neural networks based on the multi-layer perceptron (MLP) support the modular construction of expressive architectures and tend to have better recognition accuracy but are often regarded as black boxes in terms of interpretability. Our approach aims to strike a better balance between these two aspects through the use of a building block based on NMF that incorporates supervised neural network training methods to achieve high predictive performance while retaining the desirable interpretability properties of NMF. We evaluate our Predictive Factorized Coupling (PFC) block on small datasets and show that it achieves competitive predictive performance with MLPs while also offering improved interpretability. We demonstrate the benefits of this approach in various scenarios, such as continual learning, training on non-i.i.d. data, and knowledge removal after training. Additionally, we show examples of using the PFC block to build more expressive architectures, including a fully-connected residual network as well as a factorized recurrent neural network (RNN) that performs competitively with vanilla RNNs while providing improved interpretability. The PFC block uses an iterative inference algorithm that converges to a fixed point, making it possible to trade off accuracy vs computation after training but also currently preventing its use as a general MLP replacement in some scenarios such as training on very large datasets. We provide source code at https://github.com/bkvogel/pfc

📄 PDF Abstract BibTeX arXiv:2311.11485

Code (1)

bkvogel/pfc 공식 구현 pytorch

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Energy-Based Models for Continual Learning

2020-11-24 · Shuang Li, Yilun Du, Gido M. van de Ven, Igor Mordatch

We motivate Energy-Based Models (EBMs) as a promising model class for continual learning problems. Instead of tackling continual learning via the use of external memory, growing models, or regularization, EBMs change the…

Continual Learning

TimeBlocks: Foundational and Continual Time-Series Blockbase -- Extended Version

2026-06-01 · David Campos, Bin Yang, Tung Kieu, Lei Chen 외 arxiv

The ongoing digitization has led to a proliferation of time-series data streams that monitor a variety of processes, from which valuable insights may be obtained. Further, the emergence of successful foundational languag…

Composable Building Blocks for Controllable and Transparent Interactive AI Systems

2025-06-02 · Sebe Vanbrabant, Gustavo Rovelo Ruiz, Davy Vanacken

While the increased integration of AI technologies into interactive systems enables them to solve an equally increasing number of tasks, the black box problem of AI models continues to spread throughout the interactive s…

CLIMB: Language-Guided Continual Learning for Task Planning with Iterative Model Building

2024-10-17 · Walker Byrnes, Miroslav Bogdanovic, Avi Balakirsky, Stephen Balakirsky 외

Intelligent and reliable task planning is a core capability for generalized robotics, requiring a descriptive domain representation that sufficiently models all object and state information for the scene. We present CLIM…

Continual LearningDescriptiveRobot Task PlanningTask Planning

MATCH: Engineering Transparent and Controllable Conversational XAI Systems through Composable Building Blocks

2025-11-27 · Sebe Vanbrabant, Gustavo Rovelo Ruiz, Davy Vanacken arxiv

While the increased integration of AI technologies into interactive systems enables them to solve an increasing number of tasks, the black-box problem of AI models continues to spread throughout the interactive system as…