Since you are using Author Templates you just need to create an array of all the categories from get_the_category(), as you loop through a given author's posts.
Related:
http://php.net/manual/en/language.types.array.php
Function_Reference/get_the_category



