paper-with-me

Papers

Convolutional Tables Ensemble: classification in microseconds

2016-02-14 · Aharon Bar-Hillel, Eyal Krupka, Noam Bloom

We study classifiers operating under severe classification time constraints, corresponding to 1-1000 CPU microseconds, using Convolutional Tables Ensemble (CTE), an inherently fast architecture for object category recognition. The architecture is based on convolutionally-applied sparse feature extraction, using trees or ferns, and a linear voting layer. Several structure and optimization variants are considered, including novel decision functions, tree learning algorithm, and distillation from CNN to CTE architecture. Accuracy improvements of 24-45% over related art of similar speed are demonstrated on standard object recognition benchmarks. Using Pareto speed-accuracy curves, we show that CTE can provide better accuracy than Convolutional Neural Networks (CNN) for a certain range of classification time constraints, or alternatively provide similar error rates with 5-200X speedup.

📄 PDF Abstract BibTeX arXiv:1602.04489

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationCPUGeneral ClassificationObjectObject Recognition

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Morphological Classification of Galaxies in S-PLUS using an Ensemble of Convolutional Networks

2021-07-05 · N. M. Cardoso, G. B. O. Schwarz, L. O. Dias, C. R. Bom 외

The universe is composed of galaxies that have diverse shapes. Once the structure of a galaxy is determined, it is possible to obtain important information about its formation and evolution. Morphologically classifying g…

Classification

Sattiy at SemEval-2021 Task 9: An Ensemble Solution for Statement Verification and Evidence Finding with Tables

2021-04-21 · SEMEVAL 2021 · Xiaoyi Ruan, Meizhi Jin, Jian Ma, Haiqin Yang 외

Question answering from semi-structured tables can be seen as a semantic parsing task and is significant and practical for pushing the boundary of natural language understanding. Existing research mainly focuses on under…

ArticlesNatural Language UnderstandingQuestion AnsweringSemantic Parsing

Web Table Classification based on Visual Features

2021-02-25 · Babette Bühler, Heiko Paulheim

Tables on the web constitute a valuable data source for many applications, like factual search and knowledge base augmentation. However, as genuine tables containing relational knowledge only account for a small proporti…

ClassificationGeneral Classificationimage-classificationImage Classification+2

Neural Semantic Parsing with Type Constraints for Semi-Structured Tables

2017-09-01 · EMNLP 2017 9 · Jayant Krishnamurthy, Pradeep Dasigi, Matt Gardner

We present a new semantic parsing model for answering compositional questions on semi-structured Wikipedia tables. Our parser is an encoder-decoder neural network with two key technical innovations: (1) a grammar for the…

DecoderEntity LinkingQuestion AnsweringSemantic Parsing+1

Ensembles of feedforward-designed convolutional neural networks

2019-01-08 · Yueru Chen, Yijing Yang, Wei Wang, C. -C. Jay Kuo

An ensemble method that fuses the output decision vectors of multiple feedforward-designed convolutional neural networks (FF-CNNs) to solve the image classification problem is proposed in this work. To enhance the perfor…

DiversityGeneral Classificationimage-classificationImage Classification