Overview of torchdistill projects and research
mainThe torchdistill repository is associated with several research projects and papers focusing on knowledge distillation, split computing, and neural feature compression. Key areas include:
- Knowledge Distillation: Research into the role of projectors, normalization, and soft maximum functions in distillation efficiency.
- Split Computing (SC2): Benchmarking and developing supervised compression methods for resource-constrained edge computing.
- Neural Feature Compression: Methods like FOOL and FrankenSplit for addressing downlink bottlenecks in satellite and mobile edge computing.
- NLP Integration: Using
torchdistillto harmonize with Hugging Face libraries for reproducible NLP studies (e.g., GLUE benchmark).