Giter VIP home page Giter VIP logo

image-privacy's Introduction

image-privacy

This is a Java project that contains the experimental testbed that we used in the following publication:

E. Spyromitros-Xioufis, S. Papadopoulos, A. Popescu, Y. Kompatsiaris, "Personalized Privacy-aware Image Classification", Proc. International Conference on Multimedia Retrieval (ICMR), New York, USA, June 6-9, 2016.

All the experimental results of the paper can be replicated by simply executing the main method of the ExperimentsRunner class (after setting the datasetFolder variable to point at the location where the datasets reside).

The datasets can be found at: http://mklab.iti.gr/datasets/image-privacy/ and are divided in two subfolders, '/youralert' and '/picalert', each one containing the datasets that we created out of the images and ground truth of the corresponding image privacy collection (YourAlert/PicAlert). For both datasets we have extracted 'vlad', 'cnn', and 'semfeat' features (as described in our paper) and, additionally, 'edch' and 'bow' features have been kindly provided for PicAlert from the PicAlert team. Thus, we have composed 3 YourAlert and 5 PicAlert datasets. For all datasets we use Weka's sparse ARFF format with a header that in all cases looks like:

@ATTRIBUTE id String
@ATTRIBUTE user {u11, u10, u13, u12, u15, u14, u17, u16, u1, u19, u2, u18, u3, u4, u5, u6, u7, u8, u9, u20, u22, u21, u24, u23, u26, u25, u27}
@ATTRIBUTE source {picalert, youralert}
@ATTRIBUTE feat_1 numeric
@ATTRIBUTE feat_2 numeric
...
@ATTRIBUTE feat_K numeric
@ATTRIBUTE private {0,1}

where the 'id' attribute contains the photo id, the 'user' attribute contains the user id (always missing for PicAlert), the 'source' attribute has the value 'picalert' for PicAlert and 'youralert' for 'YourAlert', 'feat_1',...,'feat_K' are the visual features and, finally, 'private' is the class attribute that is '0' for public and '1' for private images.

image-privacy's People

Contributors

lefman avatar kleinmind avatar

Watchers

James Cloos avatar Shaohua Li avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.