paper-with-me

Papers

Fast Sublinear Sparse Representation using Shallow Tree Matching Pursuit

2014-12-01 · Ali Ayremlou, Thomas Goldstein, Ashok Veeraraghavan, Richard Baraniuk

Sparse approximations using highly over-complete dictionaries is a state-of-the-art tool for many imaging applications including denoising, super-resolution, compressive sensing, light-field analysis, and object recognition. Unfortunately, the applicability of such methods is severely hampered by the computational burden of sparse approximation: these algorithms are linear or super-linear in both the data dimensionality and size of the dictionary. We propose a framework for learning the hierarchical structure of over-complete dictionaries that enables fast computation of sparse representations. Our method builds on tree-based strategies for nearest neighbor matching, and presents domain-specific enhancements that are highly efficient for the analysis of image patches. Contrary to most popular methods for building spatial data structures, out methods rely on shallow, balanced trees with relatively few layers. We show an extensive array of experiments on several applications such as image denoising/superresolution, compressive video/light-field sensing where we practically achieve 100-1000x speedup (with a less than 1dB loss in accuracy).

📄 PDF Abstract BibTeX arXiv:1412.0680

Code (0)

등록된 구현이 없습니다.

Tasks

Compressive SensingDenoisingImage DenoisingObject RecognitionSuper-Resolution

Similar Papers 제목 키워드 기반

Bonsai -- Diverse and Shallow Trees for Extreme Multi-label Classification

2019-04-17 · Sujay Khandagale, Han Xiao, Rohit Babbar

Extreme multi-label classification (XMC) refers to supervised multi-label learning involving hundreds of thousand or even millions of labels. In this paper, we develop a suite of algorithms, called Bonsai, which generali…

ClassificationExtreme Multi-Label ClassificationGeneral ClassificationMulti-Label Classification+2

Faster Neural Net Inference via Forests of Sparse Oblique Decision Trees

2021-09-29 · Yerlan Idelbayev, Arman Zharmagambetov, Magzhan Gabidolla, Miguel A. Carreira-Perpinan

It is widely established that large neural nets can be considerably compressed by techniques such as pruning, quantization or low-rank factorization. We show that neural nets can be further compressed by replacing layer…

Quantization

HyperText: Endowing FastText with Hyperbolic Geometry

2020-10-30 · Findings of the Association for Computational Linguistics 2020 · Yudong Zhu, Di Zhou, Jinghui Xiao, Xin Jiang 외

Natural language data exhibit tree-like hierarchical structures such as the hypernym-hyponym relations in WordNet. FastText, as the state-of-the-art text classifier based on shallow neural network in Euclidean space, may…

ClassificationGeneral ClassificationText Classification

A Query-Driven Approach to Space-Efficient Range Searching

2025-02-19 · Dimitris Fotakis, Andreas Kalavas, Ioannis Psarros

We initiate a study of a query-driven approach to designing partition trees for range-searching problems. Our model assumes that a data structure is to be built for an unknown query distribution that we can access throug…

Faster Sublinear Algorithms using Conditional Sampling

2016-08-16 · Themistoklis Gouleakis, Christos Tzamos, Manolis Zampetakis

A conditional sampling oracle for a probability distribution D returns samples from the conditional distribution of D restricted to a specified subset of the domain. A recent line of work (Chakraborty et al. 2013 and Can…

Clustering