Does actor participates in specialized use case if he's participating in generalized use case? I think no, given the analogy in polymorphism, where the parent object pointer can point to the child object, but not vice versa.
I know that the other way around is true (if actor is participating in specialized use case he's, as well, participating in generalized use case).