Yoast SEO plugin open graph add meta tag to fetch Avatar from Author Page

did you tried to check if any og:image duplicate in your <head> tag.

Or you can try to increase the priority of filter hook. Example below, using the filter with priority = 99 (almost latest).

add_filter('wpseo_opengraph_image', 'custom_author_og_image', 99);