There is no support (in Fieldset or ORM) to do this automatically.
Best place to do it, it in the set_form_fields() method of the model, which is only called when you use add_model() on a fieldset. If you use _init() the population always happens when you load the model, even if you don't intend to generate a form...