Unsupervised Deep Feature Transfer for Low Resolution Image Classification

Abstract

In this paper, we propose a simple while effective unsupervised deep feature transfer algorithm for low resolution image classification. No fine-tuning on convenet filters is required in our method. We use pre-trained convenet to extract features for both high-and low-resolution images, and then feed them into a two-layer feature transfer network for knowledge transfer. A SVM classifier is learned directly using these transferred low resolution features. Our network can be embedded into the state-of-the-art deep neural networks as a plug-in feature enhancement module. It preserves data structures in feature space for high resolution images, and transfers the distinguishing features from a well-structured source domain (high resolution features space) to a not well-organized target domain (low resolution features space). Extensive experiments on VOC2007 test set show that the proposed method achieves significant improvements over the baseline of using feature extraction.

Cite

Text

Wu et al. "Unsupervised Deep Feature Transfer for Low Resolution Image Classification." IEEE/CVF International Conference on Computer Vision Workshops, 2019. doi:10.1109/ICCVW.2019.00136

Markdown

[Wu et al. "Unsupervised Deep Feature Transfer for Low Resolution Image Classification." IEEE/CVF International Conference on Computer Vision Workshops, 2019.](https://mlanthology.org/iccvw/2019/wu2019iccvw-unsupervised-a/) doi:10.1109/ICCVW.2019.00136

BibTeX

@inproceedings{wu2019iccvw-unsupervised-a,
  title     = {{Unsupervised Deep Feature Transfer for Low Resolution Image Classification}},
  author    = {Wu, Yuanwei and Zhang, Ziming and Wang, Guanghui},
  booktitle = {IEEE/CVF International Conference on Computer Vision Workshops},
  year      = {2019},
  pages     = {1065-1069},
  doi       = {10.1109/ICCVW.2019.00136},
  url       = {https://mlanthology.org/iccvw/2019/wu2019iccvw-unsupervised-a/}
}