Student: | Michael Brandner | Abstract: In modern image processing applications, Convolutional Neural Networks (CNNs) are indispensable. Especially in the domains of object classification and face recognition, CNNs achieve impressive results. However, the increasingly accurate predictions are accompanied by ever-larger networks and consequently more computations. The number of operations required to compute the matrix vector product of a dense matrix M ∈ N N ×N in the fully connected layer scales with O (N 2 ) , mainly responsible that networks like VGG19 require 19.6 billion Floating-point Operations (FLOPs) to evaluate a single image. This thesis investigates the factorization of weight matrices, of the fully connected layer, into a product of sparse matrices, which potentially reduces the order of operations needed to the subquadratic domain. Consequently, the number of operations required for inference and thus, resource consumption is reduced. I examine three approximation algorithms, namely Butterfly factorization, sparse EigenGame, and Flexible Approximate MUlti-layer Sparse Transform ( F AμST ). The approaches are compared regarding the sparseness of their approximation and the approximation error. Furthermore, weight matrices of pre-trained Convolutional Neural Networks are factorized and compared regarding their prediction accuracy after approximation. |
---|---|---|
Email: | - | |
Status: | FINISHED | |
Supervisor: | Matthias Kissel |
Files
Documentation
-
Workflow
Start
- Topic specification
- Definition of work packages
- Composition of a project proposal and time plan
- Project Talk with Prof. Diepold
- Registration of the thesis
- Creation of a wiki page (supervisor)
- Creation of a gitlab repository or branch
- Access to lab and computers
Finalization
- Check code base and data
- Check documentation
- Provide an example notebook that describes the workflow/usage of your code (in your repo)
- Proof read written composition
- Rehearsal presentation
- Submission of written composition
- Submission of presentation
- Recording of presentation / Presentation in group meeting
- Final Presentation