Phonexia Deepfake detection changelog
4.0.0 (2025-11-24)
Breaking change
- [PLAT-1424] - Improve compatibility with future models - Warning microservice requires at least model generic version 2.6.0
3.0.0 (2025-10-14)
Changed
- Microservice now by default logs each request with incremental correlation id
- [PLAT-1429] moved the gRPC API from
phonexia.grpc.technologies.deepfake_detection.experimentaltophonexia.grpc.technologies.deepfake_detection.v1
Added
- [PLAT-1367] Support for a new model 'generic'. Please note that the model requires different license than model 'beta'.
Fixed
- [VOX-2666] Inconsistent logging
- [PLAT-1277] Possible memory leak on cuda device
2.2.0 (2025-05-20)
Changed
- [PLAT-1235] Output score is LLR (log-likelihood ratio) now
- [PLAT-1235] Only voice segments in audio are processed to avoid false alarms
- [PLAT-1235] The algorithm is more robust against random deviations in the score in a small part of the audio
Removed
- Compatibility with models <2.2.0
2.1.1 (2025-05-15)
Fixed
- [PLAT-1243] Compatibility issue with older v2 models
2.1.0 (2025-04-29)
Changed
- The microservice requires an authenticity verification license with deepfake detection enabled
Added
- [PLAT-1056] Support for new licenses tied only to model major version. Old licenses tied to precise model version are still supported.
- [VOX-1293]
phonexia.grpc.common.Statusservice - [VOX-1293] Field
license_flagstoLicensingInfoResultinphonexia.grpc.common.Licensing
2.0.0 (2025-04-02)
Updated
- [PLAT-1185] Use model v2 with higher accuracy
Removed
- Compatibility with model v1
1.1.1 (2025-02-11)
Fixed
- [PLAT-1134] Deepfake detection scores are invalid for some recordings
1.1.0 (2025-02-05)
Added
- [PLAT-1070] Default port 8080 exposed in Dockerfile
Changed
- [PLAT-1107] Inverted deepfake score
1.0.0 (2025-01-08)
Added
- Initial implementation of Deepfake detection service