The document describes a system developed by UNIFESP for the MediaEval 2016 Predicting Media Interestingness task. The system:
1. Uses histograms of motion patterns to extract visual features from video segments.
2. Employs various learning-to-rank algorithms like Ranking SVM, RankNet, RankBoost and ListNet to predict interestingness.
3. Uses a majority voting scheme to combine the rankings from different algorithms and improve the prediction results.