# Tencent ML-Images: A Large-Scale Multi-Label Image Database for Visual   Representation Learning

**Authors:** Baoyuan Wu, Weidong Chen, Yanbo Fan, Yong Zhang, Jinlong Hou, Jie Liu,, Tong Zhang

arXiv: 1901.01703 · 2020-02-11

## TL;DR

This paper introduces Tencent ML-Images, a large-scale multi-label image database with 18 million images and 11,000 categories, and demonstrates its effectiveness in improving visual representation learning through transfer learning tasks.

## Contribution

The creation of a large-scale multi-label image database and the training of a ResNet-101 model on this dataset to enhance visual representations for various vision tasks.

## Key findings

- ResNet-101 trained on Tencent ML-Images outperforms single-label datasets in transfer tasks.
- Multi-label training captures richer visual information than single-label annotations.
- The dataset and models are publicly available for further research.

## Abstract

In existing visual representation learning tasks, deep convolutional neural networks (CNNs) are often trained on images annotated with single tags, such as ImageNet. However, a single tag cannot describe all important contents of one image, and some useful visual information may be wasted during training. In this work, we propose to train CNNs from images annotated with multiple tags, to enhance the quality of visual representation of the trained CNN model. To this end, we build a large-scale multi-label image database with 18M images and 11K categories, dubbed Tencent ML-Images. We efficiently train the ResNet-101 model with multi-label outputs on Tencent ML-Images, taking 90 hours for 60 epochs, based on a large-scale distributed deep learning framework,i.e.,TFplus. The good quality of the visual representation of the Tencent ML-Images checkpoint is verified through three transfer learning tasks, including single-label image classification on ImageNet and Caltech-256, object detection on PASCAL VOC 2007, and semantic segmentation on PASCAL VOC 2012. The Tencent ML-Images database, the checkpoints of ResNet-101, and all the training codehave been released at https://github.com/Tencent/tencent-ml-images. It is expected to promote other vision tasks in the research and industry community.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.01703/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1901.01703/full.md

## References

40 references — full list in the complete paper: https://tomesphere.com/paper/1901.01703/full.md

---
Source: https://tomesphere.com/paper/1901.01703