CVNAMLMay 16, 2017

The Incremental Multiresolution Matrix Factorization Algorithm

arXiv:1705.05804v19 citations
Originality Incremental advance
AI Analysis

This work addresses the need for scalable hierarchical analysis in vision problems, though it appears incremental as it builds on existing multiresolution and matrix factorization techniques.

The paper tackles the problem of uncovering hierarchical block structure in symmetric matrices for computer vision by introducing an incremental multiresolution matrix factorization algorithm that scales well to large matrices, and demonstrates its efficacy in regression tasks with medical imaging data and in analyzing deep network representations.

Multiresolution analysis and matrix factorization are foundational tools in computer vision. In this work, we study the interface between these two distinct topics and obtain techniques to uncover hierarchical block structure in symmetric matrices -- an important aspect in the success of many vision problems. Our new algorithm, the incremental multiresolution matrix factorization, uncovers such structure one feature at a time, and hence scales well to large matrices. We describe how this multiscale analysis goes much farther than what a direct global factorization of the data can identify. We evaluate the efficacy of the resulting factorizations for relative leveraging within regression tasks using medical imaging data. We also use the factorization on representations learned by popular deep networks, providing evidence of their ability to infer semantic relationships even when they are not explicitly trained to do so. We show that this algorithm can be used as an exploratory tool to improve the network architecture, and within numerous other settings in vision.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes