Home

Awesome

Targeted Adversarial Attack against Multimedia Recommender Systems (TAaMR)

GitHub repository of the DMSL2020 paper: Targeted Adversarial Attack against Multimedia Recommender Systems, published by Tommaso Di Noia, Daniele Malitesta and Felice Antonio Merra.

Paper available at Sisinflab publications web page.

The architectural overview of the proposed approach is as below: TAaMR

Data preparation

To run the experimental section it is necessary to:

Experiments

Operations to be executed (in src/):

Results evaluation

For the generation of each attack, run the script classify_extract_attack.py. It will create a new directory named ./data/<dataset_name>/<attack_name_parameters>/.

After each attack, run again rec_generator.py and results_analyzer.py to generate the new recommendations and evaluate these results. Additionally, run evaluate_visual_images.py to evaluate the visual metrics on the attacked images.

Implemented attacks

Requirements

All the requirements are in the file requirements.txt

pip install -r requirements.txt

If you use this code, please cite us:

@inproceedings{DBLP:conf/dsn/NoiaMM20,
  author    = {Tommaso Di Noia and
               Daniele Malitesta and
               Felice Antonio Merra},
  title     = {TAaMR: Targeted Adversarial Attack against Multimedia Recommender
               Systems},
  booktitle = {50th Annual {IEEE/IFIP} International Conference on Dependable Systems
               and Networks Workshops, {DSN} Workshops 2020, Valencia, Spain, June
               29 - July 2, 2020},
  pages     = {1--8},
  publisher = {{IEEE}},
  year      = {2020},
  url       = {https://doi.org/10.1109/DSN-W50199.2020.00011},
  doi       = {10.1109/DSN-W50199.2020.00011},
  timestamp = {Mon, 03 Aug 2020 17:18:56 +0200},
  biburl    = {https://dblp.org/rec/conf/dsn/NoiaMM20.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}