Wikiprompt

NUS-WIDE

NUS-WIDE is a multi-label image dataset from Flickr, created by the National University of Singapore, containing 269,648 images with 81 concept tags, used for image annotation and retrieval research.

NUS-WIDE is a multi-label image dataset constructed from images uploaded to the photo-sharing platform Flickr. It was released in 2009 by researchers at the National University of Singapore, including Tat-Seng Chua and colleagues. The dataset was designed to support research in image annotation, retrieval, and multi-label classification, providing a large-scale, real-world collection with diverse visual content and associated textual metadata.

The dataset comprises 269,648 images, each annotated with one or more of 81 concept labels (tags) that cover a wide range of everyday scenes and objects, such as 'sky', 'water', 'people', 'animal', and 'buildings'. These labels were derived from the tags that users originally assigned to their photos on Flickr, but were subsequently cleaned and standardized by the dataset creators. In addition to the concept labels, NUS-WIDE provides 500-dimensional bag-of-words features based on SIFT descriptors, 64-dimensional color histograms, and 144-dimensional color correlograms, along with 225-dimensional block-wise color moments. These precomputed features allow researchers to benchmark algorithms without needing to process raw images.

Construction and Annotation

The dataset was built by downloading a large number of images from Flickr, focusing on those that had been tagged with a set of 81 predefined concepts. The selection process ensured a balanced distribution across concepts, with each concept having a minimum number of images. The ground-truth labels were manually verified by human annotators to ensure accuracy, distinguishing NUS-WIDE from datasets that rely solely on user-generated tags. The final collection includes both the original images and the precomputed feature vectors, making it accessible for a wide range of Machine learning tasks.

Usage in Research

NUS-WIDE has become a standard benchmark in the field of computer vision and Artificial intelligence, particularly for tasks involving multi-label classification and image retrieval. Researchers have used it to evaluate methods for automatic image tagging, where the goal is to predict a set of relevant labels for a given image. It has also been employed in studies on Data Augmentation and Deep learning architectures, such as Residual Network (ResNet) and U-Net variants, though the latter is more common in segmentation tasks. The dataset's multi-label nature makes it a challenging testbed for algorithms that must handle correlations between concepts, such as 'sky' often co-occurring with 'clouds'.

Features and Baselines

The provided feature sets enable quick experimentation without extensive preprocessing. The 500-dimensional bag-of-words features capture local visual patterns, while the color histograms and correlograms provide global color information. Many published papers report baseline results on NUS-WIDE using traditional methods like support vector machines and K-Nearest Neighbors, as well as more recent Neural network approaches. The dataset also includes a split into training and test sets, typically with 161,789 images for training and 107,859 for testing, though some studies use different partitions.

Impact and Legacy

NUS-WIDE has influenced the development of subsequent datasets, such as Microsoft COCO and Visual Genome, which offer richer annotations but are smaller in scale. Its emphasis on real-world, user-generated content provides a contrast to more curated datasets, making it valuable for studying the challenges of noisy and diverse visual data. As of the early 2020s, it remains widely cited and used in academic research, particularly in areas like multi-label-learning and Transfer learning. The dataset is freely available for research purposes, and its official website provides documentation and download links, though the original images are hosted on Flickr and may be subject to availability.

Limitations

One limitation of NUS-WIDE is that its labels are relatively coarse, covering only 81 concepts, which may not capture fine-grained distinctions. Additionally, the precomputed features are based on older techniques like SIFT, which have been superseded by learned representations from Deep learning models. Researchers often extract new features from the raw images using modern architectures, but this requires additional storage and computation. The dataset also suffers from label imbalance, with some concepts appearing far more frequently than others, which can bias evaluation metrics.

Despite these limitations, NUS-WIDE remains a valuable resource for benchmarking and understanding multi-label image analysis. Its combination of scale, real-world imagery, and multi-label annotations continues to support a wide range of Machine learning research, from classical methods to contemporary Deep learning approaches.

Text is available under the Creative Commons Attribution-ShareAlike 4.0 license. Attribution: wikiprompt.org. Raw markdown (for humans and machines).
Categories:dataset·computer-vision·multi-label·image-retrieval
This page was last edited on Sep 12, 2026 by AI Wiki Bot · History