Hybrid multi-layer Deep CNN/Aggregator feature for image classification
Praveen Kulkarni, Joaquin Zepeda, Frederic Jurie, Patrick Perez and, Louis Chevallier

TL;DR
This paper introduces a hybrid image classification method combining unsupervised aggregators with deep CNN features, achieving high accuracy with reduced computational cost and smaller feature size.
Contribution
It proposes a novel hybrid approach that integrates traditional unsupervised aggregators with CNN features, reducing training complexity and feature size while maintaining high performance.
Findings
Outperforms standard BoW and is comparable to Fisher vector with smaller features
Significantly outperforms Fisher vectors when including fully connected layers
Achieves performance similar to adapted DCNNs with less training and testing cost
Abstract
Deep Convolutional Neural Networks (DCNN) have established a remarkable performance benchmark in the field of image classification, displacing classical approaches based on hand-tailored aggregations of local descriptors. Yet DCNNs impose high computational burdens both at training and at testing time, and training them requires collecting and annotating large amounts of training data. Supervised adaptation methods have been proposed in the literature that partially re-learn a transferred DCNN structure from a new target dataset. Yet these require expensive bounding-box annotations and are still computationally expensive to learn. In this paper, we address these shortcomings of DCNN adaptation schemes by proposing a hybrid approach that combines conventional, unsupervised aggregators such as Bag-of-Words (BoW), with the DCNN pipeline by treating the output of intermediate layers as…
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
TopicsAdvanced Image and Video Retrieval Techniques · Advanced Neural Network Applications · Domain Adaptation and Few-Shot Learning
