CVLGSep 24, 2019

Unsupervised Deep Features for Privacy Image Classification

arXiv:1909.10708v117 citations
Originality Incremental advance
AI Analysis

This addresses privacy image classification for users sharing images online, but it is incremental as it builds on existing deep feature and clustering techniques.

The paper tackles the problem of classifying privacy-sensitive images with limited data by proposing an unsupervised method to generate compact deep features, achieving improved classification accuracy and reduced testing time compared to state-of-the-art deep features.

Sharing images online poses security threats to a wide range of users due to the unawareness of privacy information. Deep features have been demonstrated to be a powerful representation for images. However, deep features usually suffer from the issues of a large size and requiring a huge amount of data for fine-tuning. In contrast to normal images (e.g., scene images), privacy images are often limited because of sensitive information. In this paper, we propose a novel approach that can work on limited data and generate deep features of smaller size. For training images, we first extract the initial deep features from the pre-trained model and then employ the K-means clustering algorithm to learn the centroids of these initial deep features. We use the learned centroids from training features to extract the final features for each testing image and encode our final features with the triangle encoding. To improve the discriminability of the features, we further perform the fusion of two proposed unsupervised deep features obtained from different layers. Experimental results show that the proposed features outperform state-of-the-art deep features, in terms of both classification accuracy and testing time.

Foundations

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

Your Notes