Datasets

Unsegmented Sports News

Unsegmented Sports News Videos.

A collection of sports newscasts collected from youtube. The rapidly moving camera makes activity recognition challenging.
74 videos, Xvid codec, 240x320 pixels, 60-320 sec each.
10 classes: Swimming, American Football, Soccer, Tennis, Volley Ball, Track, Baseball, Golf, Basketball, Wrestling.
Average 3 sports/classes per video.

Tasks: Multi-label/Weakly supervised learning, Segmentation, Activity Detection, Classification, Localization.
Publications: ICDM'11.

Download Raw Data (1GB) Download Extracted Feats & Annotations (3MB)

QMUL Junction Dataset

A busy traffic intersection.

Video length: 1 hour (90000 frames)
Frame size: 360x288
Frame rate: 25 Hz
Compression codec: ffdshow mpeg-4

Tasks: Behaviour Profiling, Anomaly Detection, Background Subtraction.
Publications: ICCV'09, IJCV'11, PAMI'11.

Download Video (325MB) Ground Truth Anomaly Annotation

QMUL Junction Dataset 2

A busy traffic intersection.

Video length: 52 minutes (78000 frames)
Frame size: 360x288
Frame rate: 25 Hz
Compression codec: ffdshow mpeg-4

Tasks: Behaviour Profiling, Anomaly Detection, Background Subtraction.
Publications: IJCV'11

Download Video (337MB) Ground Truth Anomaly Annotation

Attributes for ReID

Attribute Annotations Re-Identification: VIPER, PRID and GRID datasets.

Annotation of 15 attribute types for all 632 images in VIPeR pedestrian re-identification dataset.
Format: Matlab

Annotation of 21 attribute tpes for VIPER, PRID and GRID datasets.
Format: Matlab

Tasks: Re-identification, Soft-Biometrics, Attribute-Classification.
Publications: BMVC'12, ECCV ReID Workshop'12, Person Re-identification Book Chapter 2013.

Details and download ...
Download VIPER-15 Data Download 21 attributes for VIPER, PRID and GRID Dataset

QMUL Drone Dataset

Video feed from mobile drone.

Tasks: Person Reidentification, Reidentification in open world, Watchlist
Publications: ECCV'14 Workshop

Details and Downloads...

Instagram Food Dataset

Food-related Images, Tags and Metadata from Instagram Social Network

This dataset contains 808,000 images and associated metadata crawled from Instagram over a 6 week peroid in 2014-15.
Options to download:
1. Metadata Only: For non-visual social network analysis. Or you can use the included URLs to crawl the images yourself.
2. Images Only: For vision tasks, avoid crawling the images by downloading one (large) archive. Both raw images and Deep CNN features available.
3. Processed images and metadata: Matlab datastructures with both post metadata and Deep CNN features extracted for each image.

Tasks: Food Recognition and Health Analysis, Learning from Nosiy Tags, Social Network Analysis
Publications: ACM DH 2016

Metadata (Text Format, 200MB) Metadata (Matlab Format, 500MB) Images, CNN Feats (Matlab Format, 8GB) Images (Raw, 80GB) Processed Metadata+Feats+Geocoding (Matlab Format, 9GB) Matlab Processing Code

Code

MCTM: Markov Clustering Topic Model

Learn a temporally correlated hierarchical topic model.
Download

Reference:

WSJTM: Weakly Supervised Joint Topic Model

Learn a topic model for rare and subtle behaviours.
Download

Reference:

DPEA: Active Learning and Discovery

Exploratory data mining: Models for active learning and discovery / active learning in the presence of undiscovered classes. Contains the fusion method used in our PAKDD'11 and TKDE'11 papers as well as the new method in our ECCV'12 paper.
Download

Reference:

Sketch-a-Net: Deep Network for Sketch Recognition

Deep Neural Network for Sketch Recognition: Train and test code for the CNN in our BMVC'15 paper.
Notes: 1. The framework used is matconvnet, so to use the the provided code you should either download the rather large provided packaged datafile, or write your own code to package the original TU-Berlin sketch data for matconvnet. 2. The provided model files contain all the trained models from the paper, however currently the provided test script only replicates the result of the simple non-ensemble version. To replicate the full result with ensemble it is necessary to implement or obtain the Joint Bayesian model from Chen et al's ECCV'12 paper.
Code [3kb] Trained Models [612MB] Matconvnet packaged Sketch data. With Stroke Order. [8GB] Matconvnet packaged Sketch data. Without Stroke Order. [3GB]

Reference:

Multi-Task/Multi-Domain Learning and Zero shot domain adaptation

Multi-task multi-domain learning and zero-shot domain adaptation from our ICLR'15 paper.

In this paper we showed how many classic MTL/MDL algorithms can generalised by a class of neural nets. This also leads to the new zero-shot domain adaptation setting.

We have a good implementation using theano/python, as well as an illustrative example in matlab using the neural net toolbox.
Code

Reference: