CVApr 17, 2019

Class specific or shared? A cascaded dictionary learning framework for image classification

arXiv:1904.08928v26 citations
Originality Incremental advance
AI Analysis

This work addresses image classification accuracy by improving dictionary learning methods, though it appears incremental as it builds on existing techniques like LCKSVD.

The paper tackles the problem of redundancy in class-specific dictionary learning and inaccuracy in class-shared dictionary learning for image classification by proposing a cascaded dictionary learning framework (CDLF) that combines both approaches, achieving superior performance on six benchmark datasets compared to state-of-the-art methods.

Dictionary learning methods can be split into: i) class specific dictionary learning ii) class shared dictionary learning. The difference between the two categories is how to use discriminative information. With the first category, samples of different classes are mapped into different subspaces, which leads to some redundancy with the class specific base vectors. While for the second category, the samples in each specific class can not be described accurately. In this paper, we first propose a novel class shared dictionary learning method named label embedded dictionary learning (LEDL). It is the improvement based on LCKSVD, which is easier to find out the optimal solution. Then we propose a novel framework named cascaded dictionary learning framework (CDLF) to combine the specific dictionary learning with shared dictionary learning to describe the feature to boost the performance of classification sufficiently. Extensive experimental results on six benchmark datasets illustrate that our methods are capable of achieving superior performance compared to several state-of-art classification algorithms.

Foundations

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

Your Notes