Sparse, guided feature connections in an Abstract Deep Network
Anthony Knittel, Alan Blair

TL;DR
This paper introduces an Abstract Deep Network (ADN) that combines coarse topology exploration with gradient fine-tuning, enabling effective learning in irregular domains and achieving competitive accuracy on various benchmarks.
Contribution
The paper presents a novel method for constructing sparse, interpretable deep networks using observed feature co-occurrences and evolutionary-inspired selection, adaptable to irregular domains.
Findings
Achieves accuracy comparable to SVM and GBML on UCI and Protein-Structure datasets.
Successfully solves the 135-bit binary multiplexer problem.
Demonstrates state-of-the-art error rate of 0.79% on MNIST without predefined topology.
Abstract
We present a technique for developing a network of re-used features, where the topology is formed using a coarse learning method, that allows gradient-descent fine tuning, known as an Abstract Deep Network (ADN). New features are built based on observed co-occurrences, and the network is maintained using a selection process related to evolutionary algorithms. This allows coarse ex- ploration of the problem space, effective for irregular domains, while gradient descent allows pre- cise solutions. Accuracy on standard UCI and Protein-Structure Prediction problems is comparable with benchmark SVM and optimized GBML approaches, and shows scalability for addressing large problems. The discrete implementation is symbolic, allowing interpretability, while the continuous method using fine-tuning shows improved accuracy. The binary multiplexer problem is explored, as an irregular domain that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEvolutionary Algorithms and Applications · Machine Learning in Bioinformatics · Cell Image Analysis Techniques
MethodsSupport Vector Machine
