ImageMonkey / imagemonkey-core

ImageMonkey is an attempt to create a free, public open source image dataset.
https://imagemonkey.io
47 stars 10 forks source link

urban ground label ideas #146

Open dobkeratops opened 6 years ago

dobkeratops commented 6 years ago

after doing a batch of these, road & pavement certainly cover the majority of cases (so there's plenty to get on with) but a few more will enhance & close some ambiguities:-

hard shoulder (UK english) or possibly shoulder (road) https://en.wikipedia.org/wiki/Shoulder_(road) area alongside a road, only for emergency use, not regular traffic

verge, grass verge https://en.wikipedia.org/wiki/Road_verge

driveway

kerb stone or curb

pavement ramp (not sure of the ideal name..)

cyclepath/pavement cyclepath/road cyclepath

parking space

central reservation or median strip https://en.wikipedia.org/wiki/Median_strip - the area inside a dual-carriageway. sometimes paved (but not intended to walk on), or sometimes grass traffic island https://en.wikipedia.org/wiki/Traffic_island - common in junctions rename pavement -> paved area? plus add dedicated sidewalk (US english but extra connotation)

bus lane

path

pavement might want to be renamed 'paved area' with a subtype *sidewalk ('a paved area beside a road') .. but I wouldn't worry about this just yet.. not sure about this.

distinct ground features:-

speed bump

pot hole

metal cover in ground .. drain covers or manhole covers (maybe seperate labels) .. i think there's covers for water supply access too (for firefighters?)

building variants -tower -church -house -tower block -office block -skyscraper

I almost get the impression we could have a matrix of surface properties to describe this all, but I think the above distinct labels cover the combinations I can remember..

bbernhard commented 6 years ago

Very very nice!

I am wondering if there is a possibility to make users aware of "scene specific" labels. e.q: If you wouldn't have mentioned pot holes I wouldn't have paid attention to it.

I guess it would be pretty cool if we could detect the scene type(s) and give users some label suggestions ("Most popular labels of similar images"). I think this could be quite useful, especially when we hit the hundreds of labels mark.

similar_images_labels

But not sure yet how we can best detect the scene type. Some possibilities:

dobkeratops commented 6 years ago

if we could detect the scene type(s) and give users some label suggestions

that makes sense .. could that be completely generalised by extending the 'most common labels' to 'most common labels co-occuring with the current labels..'

e.g. starting to add labels in a scene with nothing, you'd just have "the most common labels", but then as soon as you add 'road' it would switch to showing "the most common labels that co-occur with road.." and so on

without going as far as figuring that out from the data, that could indeed be done as preset tables of common groupings (all the urban labels; all the kitchen labels; etc..).

bbernhard commented 6 years ago

that makes sense .. could that be completely generalised by extending the 'most common labels' to 'most common labels co-occuring with the current labels..'

good idea!

without going as far as figuring that out from the data, that could indeed be done as preset tables of common groupings (all the urban labels; all the kitchen labels; etc..).

that's a good idea! At first, I thought that it might be even better to correlate the existing image labels with labels from other images. That way we wouldn't need to maintain the label groupings ourselves. But on a second thought, I think that's quite extensive and adds unecessary stress to the database.

Coming back to one of your first suggestions: scene labels

Do we still want to have scene labels or has the system evolved in a way where we don't need them anymore? I think at least for the label grouping, scene labels could be quite useful. I guess we could also use this mechanism to group images depending on the use case (e.q self driving car). Maybe we should use a more general name then? (metalabels?)

Given that we still want to have scene labels/metalabels (or whatever name we come up with), I would propose the following concept:

(in lack of a better name, I'll refer to the new label type as metalabels)

Of course, all those points are open for discussion - that was just a quick braindump ;)

dobkeratops commented 6 years ago

Do we still want to have scene labels or has the system evolved in a way where we don't need them anymore metalabels should be queryable (i.e we can use them in the explore view)

i'd say not strictly needed; A 'scene label' would now just be a name for a cluster of labels? With the longer label list, I think you can specify enough now. "road+building" pretty much makes a street. you can cut-paste this with the comma seperation. it might be a nice shortcut to have, but of low importance.

The fact that we can submit batches of photos with the labels pre-assigned means there's a way to deal with this offline.. you can quickly get a backlog of images with enough key labels awaiting annotation

I suppose it could indeed be nice in the explorer ... imagine if 'street' made a shortcut "road&(building|pavement)" or something like that

dobkeratops commented 6 years ago

found this good example of 'parking space'.. there's a distinct material , it's certainly not pavement, but it's not clear if you'd call it road either..

screen shot 2018-06-24 at 08 43 14
dobkeratops commented 6 years ago

this is an example which could be handled with driveway or path .. here the road flows into a park.. but it's not drivable (bollards prevent entry)

screen shot 2018-06-24 at 08 50 45
dobkeratops commented 6 years ago

here's an example for carpark/driveway, .. the inner area (above the annotation) is connected to the road but doesn't lead anywhere and mixed use with pedestrians

screen shot 2018-06-24 at 09 10 27
bbernhard commented 6 years ago

A 'scene label' would now just be a name for a cluster of labels?

yeah, more or less. I guess we could also use this mechanism to tag images - in case we want to focus on certain use cases (see also this discussion here: #45). I guess we don't necessarily need scene labels here, as there is always the possibility to form explicit queries like: (road & building) | road | street light | speed bump | pavement ...). But I think it gets more and more complicated the more labels we have.

What I am missing a bit at the moment is the possibility to specify labels on a per-image basis that aren't annotatable. We already have that possibility via API (annotatable: false), but we don't have that yet exposed via UI. The only possibility at the moment is to add a label and then mark the corresponding task as un-annotatable or blacklist the annotation.

I think such a mechanism would open a lot of possibilities:

bbernhard commented 6 years ago

I suppose it could indeed be nice in the explorer ... imagine if 'street' made a shortcut "road&(building|pavement)" or something like that

that's an interesting idea. I guess the same principle could be also applied to the label graph.

here's an example for carpark/driveway, .. the inner area (above the annotation) is connected to the road but doesn't lead anywhere and mixed use with pedestrians

I am wondering if we can use the (quiz)refinement mode here. ("Is it driveable?")

But that would require that users can extract that information from the picture and I guess that can be quite hard, if you do not know the area (it's probably easier for you, as you've uploaded most of the urban scenes)

dobkeratops commented 6 years ago

I am wondering if we can use the (quiz)refinement mode here. ("Is it driveable?")

i guess the label graph could actually handle all this - 'man made area' ->{ purpose:{'drivable area' , 'walkable area' ..} materials:{'asphalt','paving stones','cobblestone',..} }-> {'road', 'pavement' , 'driveway}

require that users can extract that information from the picture and

right.. certainly not always possible, but human intuition can figure out some useful information

dobkeratops commented 6 years ago

just doing some 'river' examples , i'd suggest we can make some similar occlusion assumptions (i.e. surface types like road, river.. are occluded by other annotations); we've already got 'bridge', 'pillar' would help some, 'fence'/'railing' , 'fence post' .. and also perhaps "pier", "jetty" https://en.wikipedia.org/wiki/Jetty

there's also some examples of rocks.. tried to draw around most of them, but maybe you could mark rock in water'/'rock near water' or something like that (hints for spray textures, bits of reflection...)

screen shot 2018-06-24 at 13 49 10
dobkeratops commented 6 years ago

another surface label request is "puddle",.. there's some examples of blobs of water on road/pavement around rivers or parks .. nice to distinguish different water types and give scale hints.

screen shot 2018-06-24 at 13 58 49
dobkeratops commented 6 years ago

this is the classic example of 'driveway' between 'pavement' and 'road'. There's another label request here - gate

screen shot 2018-06-25 at 16 02 05
dobkeratops commented 6 years ago

this is a good example for path, it looks alot like you're on a road, however from context you can see it's taken inside a park, closed off with bollards to prevent entry by cars.. the real road is infront

screen shot 2018-06-25 at 16 08 42
dobkeratops commented 6 years ago

few more labels that could be useful: ditch https://en.wikipedia.org/wiki/Ditch road_verge https://en.wikipedia.org/wiki/Road_verge girder https://en.wikipedia.org/wiki/Girder pillar https://en.wikipedia.org/wiki/Column (pillar+wall, pillar in bridges, ..) tunnel https://en.wikipedia.org/wiki/Tunnel cave (in natural scenes) https://en.wikipedia.org/wiki/Cave post box https://en.wikipedia.org/wiki/Post_box litter bin, waste container https://en.wikipedia.org/wiki/Waste_container skip https://en.wikipedia.org/wiki/Skip_(container) traffic cone https://en.wikipedia.org/wiki/Traffic_cone barrier: ( i would start with the general word.. so many types..)

pallet wooden platform for carrying stuff https://en.wikipedia.org/wiki/Pallet

steps,stairs https://en.wikipedia.org/wiki/Stairs .. connecting different vertical levels, sometimes found infront of buildings escalator https://en.wikipedia.org/wiki/Escalator found in pedestrian areas and stock pictures of malls etc

statue https://en.wikipedia.org/wiki/Statue .. important to distinguish false positives for 'person' related monument, sculpture ..arty objects around cities

dobkeratops commented 6 years ago

good example for traffic island, there's a mixture of materials/surface types.. but only part is paved, or intended for pedestrians. 'traffic island' would cover more of the blob here between the road and paved part. dirt or soil might be another useful one - the parts there could be marked dirt/grass ?

screen shot 2018-06-25 at 19 29 21
dobkeratops commented 6 years ago

material type: dirt or soil, again being bendable with grass to handle the common case of 'patchy grass' https://en.wikipedia.org/wiki/Dirt https://en.wikipedia.org/wiki/Soil (soil might be the more accurate name, although i often hear of 'dirt road' etc https://en.wikipedia.org/wiki/Dirt_road .. imagine if you could just blend dirt/road

screen shot 2018-06-25 at 19 52 55
dobkeratops commented 6 years ago

here's an area with a mix of dirt/pavement or soil/pavement...

screen shot 2018-06-25 at 19 57 25

dust, gravel would be nice too https://en.wikipedia.org/wiki/Gravel ... this is very common in construction sites

and we've got some of this in urban features shale https://en.wikipedia.org/wiki/Shale

dobkeratops commented 6 years ago

this is possibly dirt/foilage ? or dirt/bush ? to the left maybe you'd call it bush/grass?

screen shot 2018-06-25 at 20 00 43
dobkeratops commented 6 years ago

here's an example which could have been handled with grass/dirt .. i'd tried to draw a few blobs to 'hint' patchiness, but it would be more efficient to say the area is a mix

screen shot 2018-06-25 at 20 12 06
dobkeratops commented 6 years ago

monument distinct from buildings in that they have no interior. (monument, statue, sculpture would handle these decorative/arty objects.. again label-blend would handle the crossovers. monument/statue, statue/sculpture, monument/building for ones which are ambiguious)

screen shot 2018-06-25 at 20 49 20
dobkeratops commented 6 years ago

example of "hard shoulder" found in the current image set .. I didn't get any of these myself, because I'm on a bicycle... these are only found on motorways, not bike friendly :) https://en.wikipedia.org/wiki/Shoulder_(road)

screen shot 2018-07-21 at 22 34 06