JimmyUnleashed commited on
Commit
d25351a
·
verified ·
1 Parent(s): e6cf40e

Adding Dataset

Browse files

# Facial Expression Recognition Challenge (ICML 2013)

## Overview

This dataset was created for the **[Challenges in Representation Learning: Facial Expression Recognition Challenge](https://www.kaggle.com/competitions/challenges-in-representation-learning-facial-expression-recognition-challenge)**, part of the ICML 2013 Workshop. The challenge focused on evaluating how well learning algorithms can generalize to newly introduced data, particularly for facial expression classification.

- **Start Date**: April 13, 2013
- **End Date**: May 25, 2013

The dataset contains facial images labeled with one of **seven emotional classes**, and participants were challenged to develop models that could accurately classify these expressions.

> One motivation for representation learning is that learning algorithms can design features better and faster than humans can. To this end, we introduce an entirely new dataset and invite competitors to build models that work effectively on unseen data.

## Files

- `train.csv`: Training data
- `test.csv`: Public test data used for leaderboard scoring
- `train.csv.zip`: Zipped version of the training data
- `test.csv.zip`: Zipped version of the test data

## Dataset Details

The dataset consists of grayscale images, each represented as a flattened array of pixel intensities along with a corresponding emotion label (for training). It has been sourced from various internet sources and curated specifically for this challenge.

## Evaluation

Participants are evaluated based on the **accuracy** of their models in predicting the correct facial expression out of the seven available classes.

- **Public Leaderboard**: Uses `test.csv`
- **Final Evaluation**: Uses a hidden test set released 72 hours before the contest closes

To ensure fair play:
- Manual labeling of the test set is strictly prohibited.
- Preliminary winners must release their **code** and **methodology** under an OSI-approved open-source license.

## Timeline

- **April 12, 2013**: Competition launched
- **May 17, 2013**: Final test set released
- **May 24, 2013 (11:59 PM UTC)**: Final submission deadline
- **May 31, 2013**: Code release deadline for preliminary winners
- **June 20–21, 2013**: ICML Workshop and winner presentations

## Prizes

- 🥇 **First Prize**: $350 + Invitation to speak at the ICML 2013 Workshop
- 🥈 **Second Prize**: $150
_Prize funding provided by Google Inc._

## Baseline Code

Baseline models are provided as part of the [`pylearn2`](https://github.com/lisa-lab/pylearn2) Python package.

Files changed (5) hide show
  1. .gitattributes +2 -0
  2. test.csv +3 -0
  3. test.csv.zip +3 -0
  4. train.csv +3 -0
  5. train.csv.zip +3 -0
.gitattributes CHANGED
@@ -57,3 +57,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ test.csv filter=lfs diff=lfs merge=lfs -text
61
+ train.csv filter=lfs diff=lfs merge=lfs -text
test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e054333e7218ada3a7ae0cea2853646987e8af55c23dd8615f015b29de307fc9
3
+ size 60125203
test.csv.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dec8dfe8021e30cd6704b85ec813042b4a5d99d81cb55e023291a94104f575c3
3
+ size 20254714
train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e543c09d919a1963955bc465479b49985958b29c7be22108a96d91b3f17d11c
3
+ size 240699943
train.csv.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2b7c9360cc0b38d21187e5eece01c2799fce5426cdeecf746889cc96cda2d10
3
+ size 81061956