Skip to content

Optimisation of MI loss implementation #145

@qiuhuaqi

Description

@qiuhuaqi

It has been noted by some collaborators that the MI implementation (here) in this library is slightly slower and less easy to tune than De Vos's implementation in TorchIR (https://github.com/BDdeVos/TorchIR/blob/main/torchir/metrics.py#L74). The TorchIR implementation also exposes the Parzen window width as a parameter for users to choose, while we automatically derive this from the choice of number of bins by setting the Gaussian kernel's FWHM as bin width. We could experiment with this as well.

This issue is to track experiments and optimisation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions