I personally recommend using singleton converters. Then you don't have to create an instance at every usage site, but can reference the converter like this:
Converter={x:Static SomeNamespace:SomeConverter.Instance}