Papers › Real-time Convolutional Neural Networks for Emotion and Gender Classification

Real-time Convolutional Neural Networks for Emotion and Gender Classification

20 Oct 2017arXiv:1710.07557archive 2025-07-28

Octavio Arriaga, Matias Valdenegro-Toro, Paul Plöger

In this paper we propose an implement a general convolutional neural network (CNN) building framework for designing real-time CNNs. We validate our models by creating a real-time vision system which accomplishes the tasks of face detection, gender classification and emotion classification simultaneously in one blended step using our proposed CNN architecture. After presenting the details of the training procedure setup we proceed to evaluate on standard benchmark sets. We report accuracies of 96% in the IMDB gender dataset and 66% in the FER-2013 emotion dataset. Along with this we also introduced the very recent real-time enabled guided back-propagation visualization technique. Guided back-propagation uncovers the dynamics of the weight changes and evaluates the learned features. We argue that the careful implementation of modern CNN architectures, the use of the current regularization methods and the visualization of previously hidden features are necessary in order to reduce the gap between slow performances and real-time architectures. Our system has been validated by its deployment on a Care-O-bot 3 robot used during RoboCup@Home competitions. All our code, demos and pre-trained architectures have been released under an open-source license in our public repository.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1710.07557")

Code

Syntology Ran 1 of 17 code samples harvested from 2 repositories linked to this paper; 16 have no recorded run. Of those that ran: 1 ran · violated contract.

By repository: official repository: 12 samples from 1 repository, 1 ran; community (archive-listed): 5 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

18 repositories listed; official and paper-mentioned ones first.

oarriaga/face_classification officialmentioned in papertfMIT report
AmrElsersy/Emotions-Recognition mentioned on GitHubpytorch report
CaedenZ/distractionModel mentioned on GitHub report
CodeChefVIT/VOID mentioned on GitHubtf report
ajinkyabedekar/Face-to-Emoji mentioned on GitHub report
gscdit/Mood-Analysis mentioned on GitHubtfMPL-2.0 report
kbsriharsha/FacialEmotionAnalysis mentioned on GitHubMIT report
moado/expression_recognition mentioned on GitHubpytorch report
vicksam/fer-model mentioned on GitHubtf report
wapping/FaceClassification mentioned on GitHubpaddle report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 1 ran; 0 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
16unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

target_category_loss_output_shape oarriaga/face_classification/src/utils/grad_cam.py official repository ran · violated contract fingerprinted MIT (permissive) · 9a37dad461d6891c · report
detect_faces oarriaga/face_classification/src/utils/inference.py official repository unverified MIT (permissive) · ea715a0ce88dd115 · report
get_class_to_arg oarriaga/face_classification/src/utils/datasets.py official repository unverified MIT (permissive) · 9bb714a4a4dae579 · report
get_labels oarriaga/face_classification/src/utils/datasets.py official repository unverified MIT (permissive) · 01103e164586ab01 · report
load_detection_model oarriaga/face_classification/src/utils/inference.py official repository unverified MIT (permissive) · 96416b6ab9161616 · report
load_image oarriaga/face_classification/src/utils/inference.py official repository unverified MIT (permissive) · 09594e7b78e84cce · report
normalize oarriaga/face_classification/src/utils/grad_cam.py official repository unverified MIT (permissive) · 63b6fe40629c7060 · report
simple_CNN oarriaga/face_classification/src/models/cnn.py official repository unverified MIT (permissive) · 288f965ba17d3dc1 · report
simpler_CNN oarriaga/face_classification/src/models/cnn.py official repository unverified MIT (permissive) · f17350e0fc08aaa3 · report
split_imdb_data oarriaga/face_classification/src/utils/datasets.py official repository unverified MIT (permissive) · de394cf0581e86de · report
target_category_loss oarriaga/face_classification/src/utils/grad_cam.py official repository unverified MIT (permissive) · 3b921b99ecf61bef · report
tiny_XCEPTION oarriaga/face_classification/src/models/cnn.py official repository unverified MIT (permissive) · df94886fbbf70773 · report
cnn_model kbsriharsha/FacialEmotionAnalysis/src/models.py community (archive-listed) unverified MIT (permissive) · 8c0c55fa5e55bece · report
load_data kbsriharsha/FacialEmotionAnalysis/src/preprocessing.py community (archive-listed) unverified MIT (permissive) · 00501621475bd518 · report
mini_xception kbsriharsha/FacialEmotionAnalysis/src/models.py community (archive-listed) unverified MIT (permissive) · f94b7628171c3c3f · report
preprocess_input kbsriharsha/FacialEmotionAnalysis/src/preprocessing.py community (archive-listed) unverified MIT (permissive) · c0ce67208d8c54a6 · report
preprocess_predict kbsriharsha/FacialEmotionAnalysis/src/preprocessing.py community (archive-listed) unverified MIT (permissive) · e8c2e8860568415c · report

Tasks

Emotion ClassificationFace DetectionGender ClassificationGender PredictionGeneral Classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections