trending

1d ago

Coincidex - Transfer-aware, replay-free continual learning for PyTorch

Most continual-learning methods either forget (fine-tuning) or isolate and forfeit transfer (fixed masks, adapters). Coincidex does both: similar tasks share sub-networks for forward transfer, dissimilar ones stay isolated so old skills survive — with no replay buffer. A tiny, drop-in PyTorch layer (torch + numpy, CPU-friendly) that learns task similarity from context. It's also honest: reproducible benchmarks and a clear map of where it works and where it doesn't. Apache-2.0 license.