nirvanjhurreepriv opened a new pull request, #2524:
URL: https://github.com/apache/systemds/pull/2524

   ## Authors (for submission)
   - Charansurya Udaysingh Jhurree, 488213
   - Deniz Durmusoglu, 530387
   - Yagiz Bartu Arslan, 529386
   
   ## Summary
   Implements matrix compression techniques to reduce communication overhead in 
SystemDS's federated learning backend.
   
   ## Changes
   - New package: org.apache.sysds.runtime.compress
     - TopK Sparsification (up to 66x compression)
     - Probabilistic Quantization (4-16x compression, unbiased)
     - CompressionConfig, CompressionFactory, MatrixCompressor interface
   - Integration into FederationMap.broadcast() with safe fallback
   - 19 unit tests, all passing
   
   ## Testing
   mvn test -Dtest=TopKCompressorTest,ProbabilisticQuantizationCompressorTest


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to