Thanks for the reference sir, we are looking into mass normalization.
By the way, sir, all the edges we are dealing with have weights of the order of 1e-4. The scores from the labels seem to be dependent on the edge weights, so they too are of the same order. But whatever the edge-weights may be, the dummy label always has a score to the order of 1e-1. They are over-powering. So, after going through this google group, I found a solution and changed the mu3 parameter in steps till I reached 1e-6. Now, they are all of same order.
My question is, does decreasing a parameter by that much have any effect on the accuracy of the algorithm?
Thankyou.