paper-with-me

홈 › Papers

SONG: Self-Organizing Neural Graphs

2021-07-28 · Łukasz Struski, Tomasz Danel, Marek Śmieja, Jacek Tabor, Bartosz Zieliński

Recent years have seen a surge in research on deep interpretable neural networks with decision trees as one of the most commonly incorporated tools. There are at least three advantages of using decision trees over logistic regression classification models: they are easy to interpret since they are based on binary decisions, they can make decisions faster, and they provide a hierarchy of classes. However, one of the well-known drawbacks of decision trees, as compared to decision graphs, is that decision trees cannot reuse the decision nodes. Nevertheless, decision graphs were not commonly used in deep learning due to the lack of efficient gradient-based training techniques. In this paper, we fill this gap and provide a general paradigm based on Markov processes, which allows for efficient training of the special type of decision graphs, which we call Self-Organizing Neural Graphs (SONG). We provide an extensive theoretical study of SONG, complemented by experiments conducted on Letter, Connect4, MNIST, CIFAR, and TinyImageNet datasets, showing that our method performs on par or better than existing decision models.

📄 PDF Abstract BibTeX arXiv:2107.13214

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Self Organizing Nebulous Growths for Robust and Incremental Data Visualization

2019-12-09 · Damith Senanayake, Wei Wang, Shalin H. Naik, Saman Halgamuge

Non-parametric dimensionality reduction techniques, such as t-SNE and UMAP, are proficient in providing visualizations for datasets of fixed sizes. However, they cannot incrementally map and insert new data points into a…

Data VisualizationDimensionality Reduction

TOMI: Transforming and Organizing Music Ideas for Multi-Track Compositions with Full-Song Structure

2025-06-29 · Qi He, Gus Xia, Ziyu Wang

Hierarchical planning is a powerful approach to model long sequences structurally. Aside from considering hierarchies in the temporal structure of music, this paper explores an even more important aspect: concept hierarc…

Music Generation

Automatic Identification of Traditional Colombian Music Genres based on Audio Content Analysis and Machine Learning Technique

2019-11-08 · Diego A. Cruz, Sergio S. Lopez, Jorge E. Camargo

Colombia has a diversity of genres in traditional music, which allows to express the richness of the Colombian culture according to the region. This musical diversity is the result of a mixture of African, native Indigen…

BIG-bench Machine LearningCultural Vocal Bursts Intensity PredictionDiversity

Song Recommendation with Non-Negative Matrix Factorization and Graph Total Variation

2016-01-08 · Kirell Benzi, Vassilis Kalofolias, Xavier Bresson, Pierre Vandergheynst

This work formulates a novel song recommender system as a matrix completion problem that benefits from collaborative filtering through Non-negative Matrix Factorization (NMF) and content-based filtering via total variati…

Collaborative FilteringMatrix CompletionRecommendation Systems

A Multi-signal Variant for the GPU-based Parallelization of Growing Self-Organizing Networks

2015-03-28 · Giacomo Parigi, Angelo Stramieri, Danilo Pau, Marco Piastra

Among the many possible approaches for the parallelization of self-organizing networks, and in particular of growing self-organizing networks, perhaps the most common one is producing an optimized, parallel implementatio…

GPU