| """ARC-V / Paper-2 domain-generalization modules. | |
| Feature-diversification and alignment building blocks used both as standalone DG | |
| baselines and as components of the ARC-V method (see paper/ARCV_METHOD_DESIGN.md). | |
| Import submodules directly, e.g. ``from src.dg.mixstyle import MixStyle``. | |
| """ | |