Giter Site home page Giter Site logo

eb-dodo / c-ms-celeb Goto Github PK

View Code? Open in Web Editor NEW
327.0 14.0 94.0 20.61 MB

A clean version (wash list) of MS-Celeb-1M face dataset, containing 6,464,018 face images of 94,682 celebrities

License: GNU General Public License v3.0

face-database relabel face-recognition face-dataset dataset

c-ms-celeb's Introduction

C-MS-Celeb

This is a clean version of MS-Celeb-1M face dataset, containing 6,464,018 images of 94,682 celebrities. Since the original MS-Celeb-1M has too much mislabeled images, we would like to clean this dataset for better model training.

Many Thanks to ha1990-12, the origianl MS-Celeb-1M dataset is available here.

The paper of our cleaning work, "A Community Detection Approach to Cleaning Extremely Large Face Database", can be found here

Data overview

Our C-MS-Celeb cleaned dataset has 6,464,018 images belonging to 94,682 celebrities. The table below compares ours with other publicly available cleaned MS-Celeb datasets:

Datasets Celebrities Images
Original Dataset 99,892 8,456,240
XiangWu's Cleaned Dataset 79,099 5,049,824
MS-Celeb-1M WashList Cleaned Dataset 78,579 4,621,640
C-MS-Celeb Cleaned Dataset 94,682 6,464,018

Our C-MS-Celeb is large, clean and diverse.

Large

First, from this table, compared with other cleaning lists, we can see that C-MS-Celeb preserves more people with more images during the cleaning.

Clean

Second, based on our empirical evaluation, approximate 97.3% of images in C-MS-Celeb are correctly labeled.

Diverse

Third, our community detection based cleaning method can also preserve the diversity of facial images for each individual. Here are some sample images from "Lady Gaga" and "Quinn Cummings" in our cleaning result:

From these sample results, we can see that images with diverse makeups can be preserved during cleaning (Lady Gaga on the left half). The diversity of different ages can also be observed from the cleaning results (Quinn Cummings on the right half).

Our cleaning method based on community detection

We develop a community detection based pipeline to clean the noisy MS-Celeb-1M face dataset. As the diversity of faces is preserved in multiple large communities, our cleaning results have both high cleanness and rich data diversity. More details can be found in our paper here.

The picture below shows the images of Phil Upchurch before and after our cleaning

Images with red squares on the left are mislabeled images in the MS-Celeb-1M face dataset and images on the right are our cleaning results. We can again see that diverse Phil Upchurch of all ages is preserved during the cleaning.

The diagram below illustrates our community detection based cleaning method. We first construct a face similarity graph using pre-trained face recognition models. Each node in the similarity graph represents one image and the weight of the link between two nodes quantifies the similarity between these two images. Then we remove the weak links and run the community detection algorithm on this graph. Finally, we preserve the images in the large communities (colored communities on the right in this diagram) and remove the scattered nodes and minor communities (grey nodes in the diagram). Thus, we are able to achieve both high cleanness and rich data diversity during the data cleaning.

Benefits of using C-MS-Celeb to train a face recognition model

We use our C-MS-Celeb dataset to train a face recognition model and the image below shows that using C-MS-Celeb for model training can increase the model's performance. Check our paper for more benefit details.

How to use C-MS-Celeb

C-MS-Celeb has two TXT files in clean_list.7z: "clean_list_128Vec_WT051_P010.txt" and "relabel_list_128Vec_T058.txt", which are the cleaned lists of facial images.

"clean_list_128Vec_WT051_P010.txt" contains the path of all cleaning results in Stage 2 (See our paper for more details). "relabel_list_128Vec_T058.txt" contains the path of all relabeling results in Stage 3 (See our paper for more details). For both files, the first column is the identity label of the image and the second column is the path of the image file.

Note that C-MS-Celeb here is only the cleaned label list. In order to use this dataset, one needs firstly download all images of the MS-Celeb-1M dataset and then filter out the noisy (mislabeled) images according to the path in C-MS-Celeb's TXT files. You may need to combine these two TXT files as one before filtering out mislabeled images. The raw MS-Celeb-1M dataset can be downloaded on this website: https://www.microsoft.com/en-us/research/project/ms-celeb-1m-challenge-recognizing-one-million-celebrities-real-world/

Citation information

If you use this dataset, please cite our paper as below:

Chi Jin, Ruochun Jin, Kai Chen, and Yong Dou, “A Community Detection Approach to Cleaning Extremely Large Face Database,” Computational Intelligence and Neuroscience, vol. 2018, Article ID 4512473, 10 pages, 2018. doi:10.1155/2018/4512473

@article{jin2018community, title={A community detection approach to cleaning extremely large face database}, author={Jin, Chi and Jin, Ruochun and Chen, Kai and Dou, Yong}, journal={Computational intelligence and neuroscience}, volume={2018}, year={2018}, publisher={Hindawi} }

The link of our paper "A Community Detection Approach to Cleaning Extremely Large Face Database" is: https://www.hindawi.com/journals/cin/2018/4512473/

another test

c-ms-celeb's People

Contributors

eb-dodo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

c-ms-celeb's Issues

Stated 6,464,018 face image count off by two

Hi, thanks for your work!

I've noticed that the paper's abstract and the repository's "About" and README.md say that there are 6,464,018 face images,
but the two clean list files only have 6,464,016 lines with entries in total, plus an empty line at the end of each file.
Presumably the 6,464,018 count accidentally is the total line count including the two empty lines?

Can’t download the original MS-Celeb-1M dataset?

Hi, I would like to download the original datasets, but I can’t find the download link from the website. Could you please provide the original dataset file or the download link for me. Please.

Thank you so much

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.