I don't think you can retrieve the default value, unless you create a new one just to see the default value.
Easiest might be to create attribute for holding default values for each of your original attribute, this way you can compare on screen easily.
As a bonus you can change default values from your application without redeploying it.