paper-with-me

홈 › Papers

Modular Representation of Layered Neural Networks

2017-03-01 · Chihiro Watanabe, Kaoru Hiramatsu, Kunio Kashino

Layered neural networks have greatly improved the performance of various applications including image processing, speech recognition, natural language processing, and bioinformatics. However, it is still difficult to discover or interpret knowledge from the inference provided by a layered neural network, since its internal representation has many nonlinear and complex parameters embedded in hierarchical layers. Therefore, it becomes important to establish a new methodology by which layered neural networks can be understood. In this paper, we propose a new method for extracting a global and simplified structure from a layered neural network. Based on network analysis, the proposed method detects communities or clusters of units with similar connection patterns. We show its effectiveness by applying it to three use cases. (1) Network decomposition: it can decompose a trained neural network into multiple small independent networks thus dividing the problem and reducing the computation time. (2) Training assessment: the appropriateness of a trained result with a given hyperparameter or randomly chosen initial parameters can be evaluated by using a modularity index. And (3) data analysis: in practical data it reveals the community structure in the input, hidden, and output layers, which serves as a clue for discovering knowledge from a trained neural network.

📄 PDF Abstract BibTeX arXiv:1703.00168

Code (0)

등록된 구현이 없습니다.

Tasks

speech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Interpreting Layered Neural Networks via Hierarchical Modular Representation

2018-10-03 · Chihiro Watanabe

Interpreting the prediction mechanism of complex models is currently one of the most important tasks in the machine learning field, especially with layered neural networks, which have achieved high predictive performance…

Clustering

Improved Deep Embeddings for Inferencing with Multi-Layered Networks

2018-09-20 · Huan Song, Jayaraman J. Thiagarajan

Inferencing with network data necessitates the mapping of its nodes into a vector space, where the relationships are preserved. However, with multi-layered networks, where multiple types of relationships exist for the sa…

Community DetectionLink PredictionNetwork EmbeddingNode Classification

DesignEdit: Multi-Layered Latent Decomposition and Fusion for Unified & Accurate Image Editing

2024-03-21 · Yueru Jia, Yuhui Yuan, Aosong Cheng, Chuke Wang 외

Recently, how to achieve precise image editing has attracted increasing attention, especially given the remarkable success of text-to-image generation models. To unify various spatial-aware image editing abilities into o…

Image Generationspatial-aware image editingText to Image GenerationText-to-Image Generation

AROLA: A Modular Layered Architecture for Scaled Autonomous Racing

2026-02-02 · Fam Shihata, Mohammed Abdelazim, Ahmed Hussein arxiv

Autonomous racing has advanced rapidly, particularly on scaled platforms, and software stacks must evolve accordingly. In this work, AROLA is introduced as a modular, layered software architecture in which fragmented and…

Understanding Community Structure in Layered Neural Networks

2018-04-13 · Chihiro Watanabe, Kaoru Hiramatsu, Kunio Kashino

A layered neural network is now one of the most common choices for the prediction of high-dimensional practical data sets, where the relationship between input and output data is complex and cannot be represented well by…