Tell me more ×
Signal Processing Stack Exchange is a question and answer site for practitioners of the art and science of signal, image and video processing. It's 100% free, no registration required.

I had a query regarding the model used in the paper here. What would be the problem in going for a hierarchical clustering approach?

What they did:

We solve problem (ii) by cross-validation, trying each value of S(q) (in our experiments, we consider up to 5 possible senses) and selecting the one that does best. To solve problem (i) we directly train our model, with a fixed number of senses S(q), so that the maximum sense score of a positive image is greater than the maximum sense score for a negative image, plus some margin.

This sounds a lot like the problem of not knowing how many clusters are present in an image segmentation problem. However, we can use a merge-and-split clustering algorithm which can grow the number of senses based on the responses to the senses.

An interesting example of this type of an algorithm is the ISOCLUS algorithm.

What would be the problems of using a Merge-and-Split clustering algorithm, removing weak senses(in which few data points lie) by merging and adding strong senses(in which more points lie?).

Paper with an introduction to ISOCLUS is available at: http://www.cs.umd.edu/~mount/Papers/ijcga07-isodata.pdf

On contacting the first author of this paper(Aurelien Lucchi), he told me that the clustering could worsen the ranking score used in the paper. I could not find any reasoning on why that should happen. could you perhaps provide some insight?

Also would scaling a merge and split based clustering algorithm like ISOCLUS be difficult?

share|improve this question
It seems like an interesting problem, but it would be nice if you could describe the basic ideas presented in the paper in your question. This way, I have to follow your link and skim the paper in order to even determine if it's something I might help with or something that interests me. If you just wrote a few words about it in your question, the question will probably appeal to more people once it's easy to figure out what's it about ;) – penelope Nov 23 '12 at 13:02

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.