Questions tagged [scene-classification]

Scene recognition is one of the hallmark tasks of computer vision, allowing defining a context for object recognition. [MIT]

MIT Link: http://places.csail.mit.edu/

3 questions
5
votes
1 answer

Current research on indoor localization and navigation in changing environment?

I'm trying to get up to speed on the latest research regarding indoor localization, scene classification, navigation in changing environment, etc. Any advice would be appreciated, but I'm especially interested in recent research papers from vetted…
2
votes
1 answer

What does top N accuracy mean?

Places205-VGG, a CNN trained model for 205 scene categories of Places Database with 2.5 million images Places205 dataset has top1 accuracy = 58.9% and top5 accuracy = 87.7%. What does top1 and top5 (and, in general, top $N$) accuracy mean in the…
1
vote
1 answer

How can I determine whether a video's frame is realistic (was recorded by a camera) or contains computer-generated graphics?

Given a video, I'm trying to classify whether it is a graphical (computer-generated) or realistic scene. For instance, if it contains computer-generated graphics, credit, moving bugs, blue screen, etc. it will be computer-generated graphics, and if…