Táboa de Contidos

INDEX

CITIUS Video Database - Information

This eye tracking video database can be used to validate visual attention models. This dataset includes 72 videos downloaded from Internet and some synthetic videos generated in the lab. The videos can be classified in four categories, natural and synthetic, with fixed or movement camera. It includes 27 synthetic videos with dynamic pop-out effects. The videos have been selected in order to minimize the influence of the top-down efects.

Videos

Subjective test

Eyetracker

Observers

Display

Fixation database structure

Each video has been reescaled to a 320×240 resolution and the fixation information for all the subjects is refered to the same image space. X and Y are image's coordinates refered to the leftmost bottom corner, and both parameters Start and Duration are in ms. All the fixations have been saved in the CITIUS_VDB_Fixations file,CITIUS_VDB_Fixations, using matlab with the following structure:

EyeTrackVDB
|-Video (List of Videos)
   → Name (Original video name)
   → ShortName (Used in publications)
   → NF   (Number of frames)
   → FPS  (Frames per second)
   → FixL (List of fixations for the left eye:  [X,Y,Start,Duration])
   → FixR (List of fixations for the right eye: [X,Y,Start,Duration])
   → Frame (List of Frames)
      |-Time (Start time for each frame)
      |-FixL (List of left fixations that happened during this frame: [X,Y,Start,Duration])
      |-FixR (List of right fixations that happened during this frame: [X,Y,Start,Duration])  

How can I use this fixation database structure?

In the following example we illustrate how to access to the XY coordinates of the left eye fixations in the seventh frame of the third video of the database:

>> load('EyeTrackVDB.mat');

>> disp(EyeTrackVDB.Video(3).Name);

RCD_HelicopterCar_2.avi

>> disp(EyeTrackVDB.Video(3).Frame(7).FixL(:,1:2));

 184   125
 229   156
 178   140
  95   136
  95   108
 229   174
 ...   ...
 220   154
 228    98
 143   121

MATLAB script for the visualization of all the fixations

The MATLAB script “WEB_ShowVideoAndFixations.m” is another example that reads the MATLAB database file. This function shows all the fixations, for all the subjects, sumperimposed to the original video frames. It only needs the path of the database file and the name of the selected video. The stand alone database compressed file “CITIUS_VDB” includes all the folders with the needed information. The included MATLAB script assumes the following folder structure:

For example, to use this script to show the video “RCD_Surf_2.avi” with the fixations superimposed you should open matlab, change to the Scripts folder and type the following sentence at the command line. If you change, inside the code, the value of the boolean variable bVisFixPOS, you can see the fixation positions superimposed or not.

>> WEB_ShowVideoAndFixations('..\DataBases\CITIUS\HumanData\eyeTrackData\EyeTrackVDB.mat','RCD_Surf_2');

Original Video Video with Saliency Map Video with Map and Fixations
RCD_Surf_2 bVisFixPOS=false bVisFixPOS=true

or, if you want to show all the videos of the CITIUS database, in a new MATLAB figure, you can type:

>> WEB_ShowVideoAndFixations('..\DataBases\CITIUS\HumanData\eyeTrackData\EyeTrackVDB.mat',[]);

You can also use filters, for instance to show all the videos that contain the string 'RCD' in the name use:

>> WEB_ShowVideoAndFixations('..\DataBases\CITIUS\HumanData\eyeTrackData\EyeTrackVDB.mat','RCD');

Thumbnails of videos

Real with Static CameraNatural with Static Camera
autoplay=1|rce_berlinalexanderplatz_2 autoplay=1|rce_berlinalexanderplatz_4 autoplay=1|rce_door_1 autoplay=1|rce_fish_1 autoplay=1|rce_longskate_2 autoplay=1|rce_longskate_3 autoplay=1|rce_lucky_1
autoplay=1|rce_parking_1 autoplay=1|rce_parking_2 autoplay=1|rce_parking_3 autoplay=1|rce_parkingnight_1 autoplay=1|rce_rain_1 autoplay=1|rce_snowtrain_1 autoplay=1|rce_streetdance_3
autoplay=1|rce_traffic_1 autoplay=1|rce_traffic_2 autoplay=1|rce_train_1
Real with Dynamic CameraNatural with Dynamic Camera
autoplay=1|rcd_basejumping_1 autoplay=1|rcd_eagle_1 autoplay=1|rcd_extremeski_1 autoplay=1|rcd_extremeski_2 autoplay=1|rcd_extremeski_3 autoplay=1|rcd_extremeski_4 autoplay=1|rcd_extremeski_5
autoplay=1|rcd_extremeski_6 autoplay=1|rcd_helicoptercar_1 autoplay=1|rcd_helicoptercar_2 autoplay=1|rcd_helicoptercar_3 autoplay=1|rcd_iceskate_1 autoplay=1|rcd_lion_1 autoplay=1|rcd_lion_2
autoplay=1|rcd_lion_3 autoplay=1|rcd_lion_4 autoplay=1|rcd_lion_5 autoplay=1|rcd_longskate_1 autoplay=1|rcd_surf_1 autoplay=1|rcd_surf_2 autoplay=1|rcd_surf_3
autoplay=1|rcd_surf_4 autoplay=1|rcd_surf_5 autoplay=1|rcd_surf_6 autoplay=1|rcd_surf_7 autoplay=1|rcd_tuna_1 autoplay=1|rcd_tuna_2 autoplay=1|rcd_tuna_3
Synthetic with Static CameraSynthetic with Static Camera
autoplay=1| autoplay=1| autoplay=1| autoplay=1| autoplay=1| autoplay=1| autoplay=1|
autoplay=1| autoplay=1| autoplay=1| autoplay=1| autoplay=1| autoplay=1| autoplay=1|
autoplay=1| autoplay=1| autoplay=1| autoplay=1| autoplay=1| autoplay=1| autoplay=1|
autoplay=1| autoplay=1|
Synthetic with Dynamic CameraSynthetic with Dynamic Camera
autoplay=1| autoplay=1| autoplay=1| autoplay=1|

Download All

If you only want to download the videos you can do it by clicking on the download icons of the previous section. If you have a fast enough internet connection and you prefer to download a stand alone file, with all the information and folder structure included inside, you can download by clicking on this link:

CITIUS_VDB_Videos

You can also download this database using git repository:

GitLab CITIUS_VDB_Videos

GitLab CITIUS_VDB_Videos

Research Team

Bib reference

The database, along with MATLAB functions for its use, will be freely downloaded here, and will be used without restriction for educational and research purposes, providing that our paper “Dynamic Whitening Saliency” from IEEE Transactions on Pattern Analysis and Machine Intelligence ( t-PAMI), is cited in any published work.

@article{10.1109/TPAMI.2016.2567391,
author = {Leborán Alvarez, Víctor and García-Díaz, Antón and Fdez-Vidal, Xosé R. and Pardo, Xosé M.},
title = {Dynamic Whitening Saliency},
journal ={IEEE Transactions on Pattern Analysis and Machine Intelligence},
volume = {39},
number = {5},
issn = {0162-8828},
year = {2017},
pages = {893-907},
doi = {http://doi.ieeecomputersociety.org/10.1109/TPAMI.2016.2567391},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
}

Other video databases

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. This information is under the license Creative Commons Reconocimiento-Compartir Igual 4.0 Internacional>. You can use this dataset on your publication as long as you include a citation to the reference on this page. When including a link to this dataset, please use this page instead of linking the file directly.

Click here to return the Top of this page …