imagemonkey-core icon indicating copy to clipboard operation
imagemonkey-core copied to clipboard

“Most popular labels” shortcut - LRU

Open dobkeratops opened this issue 5 years ago • 0 comments

Regarding the shortcut labels shown in the “add labels” screen - these are definitely useful, especially on an iPad (great device for relaxed user Hence some ideas for tuning suggestions

Imagine replacing (or mixing) this with an LRU algorithm, I.e. keep a list of the N most recently used labels, push the labels you actually used to the front, and forget them past the first N. It’s a very simple algorithm. For a mix, you could show N/2 most popular, and N/2 most recent (excluding ones from first set)

Some kind of adaptive list would help IMO, e.g you might stick using a few broad scene/theme labels when going through unlabelled images, or you might pick a scene/theme through search, and then go through adding the detailed objects.

There were other ideas for making smarter suggestions (eg co occurrence), but those are probably more involved to implement

dobkeratops avatar Oct 13 '19 19:10 dobkeratops