Toward Correlating and Solving Abstract Tasks Using Convolutional Neural Networks

Abstract

Most works using convolutional neural networks (CNN) show the efficacy of their methods in standard object recognition tasks, but not in abstract tasks such as emotion classification and memorability prediction, which are a subject of increasing importance (especially as machines become more autonomous, there is a need for semantic understanding). To verify whether CNN-based methods are effective in abstract tasks, we select 8 different abstract tasks in computer vision, evaluating the performance of 5 different CNN-based training approaches in these tasks. We show that CNN-based approaches outperform the state-of-the-art results in all the 8 tasks. Furthermore, we show that concatenating CNN features learned from different tasks can enhance the performance in each task. We also show that concatenating the CNN features learned from all the tasks under experiment does not perform the best, which is different from what is usually shown in previous works. Using CNN as a tool to correlate different tasks, we suggest which CNN features researchers should use in each task.

Cite

Text

Peng and Chen. "Toward Correlating and Solving Abstract Tasks Using Convolutional Neural Networks." IEEE/CVF Winter Conference on Applications of Computer Vision, 2016. doi:10.1109/WACV.2016.7477616

Markdown

[Peng and Chen. "Toward Correlating and Solving Abstract Tasks Using Convolutional Neural Networks." IEEE/CVF Winter Conference on Applications of Computer Vision, 2016.](https://mlanthology.org/wacv/2016/peng2016wacv-correlating/) doi:10.1109/WACV.2016.7477616

BibTeX

@inproceedings{peng2016wacv-correlating,
  title     = {{Toward Correlating and Solving Abstract Tasks Using Convolutional Neural Networks}},
  author    = {Peng, Kuan-Chuan and Chen, Tsuhan},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2016},
  pages     = {1-9},
  doi       = {10.1109/WACV.2016.7477616},
  url       = {https://mlanthology.org/wacv/2016/peng2016wacv-correlating/}
}