paper-with-me

홈 › Papers

Places205-VGGNet Models for Scene Recognition

2015-08-07 · Limin Wang, Sheng Guo, Weilin Huang, Yu Qiao

VGGNets have turned out to be effective for object recognition in still images. However, it is unable to yield good performance by directly adapting the VGGNet models trained on the ImageNet dataset for scene recognition. This report describes our implementation of training the VGGNets on the large-scale Places205 dataset. Specifically, we train three VGGNet models, namely VGGNet-11, VGGNet-13, and VGGNet-16, by using a Multi-GPU extension of Caffe toolbox with high computational efficiency. We verify the performance of trained Places205-VGGNet models on three datasets: MIT67, SUN397, and Places205. Our trained models achieve the state-of-the-art performance on these datasets and are made public available.

📄 PDF Abstract BibTeX arXiv:1508.01667

Code (2)

wanglimin/Places205-VGGNet 공식 구현
MS-Mind/MS-Code-02/tree/main/configs/vgg mindspore

Tasks

Computational EfficiencyGPUObject RecognitionScene Recognition

Similar Papers 제목 키워드 기반

Learning Deep Features for Scene Recognition using Places Database

2014-12-01 · NeurIPS 2014 12 · Bolei Zhou, Agata Lapedriza, Jianxiong Xiao, Antonio Torralba 외

Scene recognition is one of the hallmark tasks of computer vision, allowing definition of a context for object recognition. Whereas the tremendous recent progress in object recognition tasks is due to the availability of…

DiversityObjectObject RecognitionScene Recognition

Places: An Image Database for Deep Scene Understanding

2016-10-06 · Bolei Zhou, Aditya Khosla, Agata Lapedriza, Antonio Torralba 외

The rise of multi-million-item dataset initiatives has enabled data-hungry machine learning algorithms to reach near-human semantic classification at tasks such as object and scene recognition. Here we describe the Place…

BIG-bench Machine LearningClassificationDiversityGeneral Classification+3

Knowledge Guided Disambiguation for Large-Scale Scene Classification with Multi-Resolution CNNs

2016-10-04 · Limin Wang, Sheng Guo, Weilin Huang, Yuanjun Xiong 외

Convolutional Neural Networks (CNNs) have made remarkable progress on scene recognition, partially due to these recent large-scale scene datasets, such as the Places and Places2. Scene categories are often defined by mul…

General ClassificationScene ClassificationScene Recognition

Scene recognition with CNNs: objects, scales and dataset bias

2018-01-21 · CVPR 2016 6 · Luis Herranz, Shuqiang Jiang, Xiang-Yang Li

Since scenes are composed in part of objects, accurate recognition of scenes requires knowledge about both scenes and objects. In this paper we address two related problems: 1) scale induced dataset bias in multi-scale c…

Scene Recognition

Categorical Mixture Models on VGGNet activations

2018-03-06 · Sean Billings

In this project, I use unsupervised learning techniques in order to cluster a set of yelp restaurant photos under meaningful topics. In order to do this, I extract layer activations from a pre-trained implementation of t…

Object Recognition