UDLF Versions Save

An Unsupervised Distance Learning Framework for Multimedia Retrieval

v1.60

1 year ago
  • Bug fixes

v1.58

2 years ago

New features:

  • Add automatic input file format detection.

Fixes:

  • Fix CONTEXTRR method;
  • Fix RDPAC for matrix input;
  • Fix BFSTREE for matrix input.

v1.55

3 years ago
  • The user can compute multiple recalls at once;
  • Dataset size is now long int, which avoids memory corruption (wrong indexing) for larger datasets.

v1.50

3 years ago

The RDPAC (Rank-based Diffusion Process with Assured Convergence) re-ranking algorithm is now available in UDLF. Enjoy!

Rank-based Diffusion Process with Assured Convergence (RDPAC) is presented in the paper: PEDRONETTE, D. C. G.; VALEM, L. P.; LATECKI, L. J. . "Efficient Rank-based Diffusion Process with Assured Convergence." Journal of Imaging (ISSN 2313-433X). https://doi.org/10.3390/jimaging7030049

v1.40

3 years ago

The BFSTree re-ranking algorithm is now available in UDLF. Enjoy! DOI: https://doi.org/10.1016/j.patcog.2020.107666

v1.20

4 years ago

The Log-based Hypergraph of Ranking References (LHRR) is now available in UDLF. Enjoy! DOI: http://doi.org/10.1109/TIP.2019.2920526

v1.02

6 years ago

Bug fix:

  • If the user hasn't declared a parameter in the configuration file, the program could crash when trying to set it to the default value. This bug could be reproduced when the binary was compiled with earlier versions of the G++ compiler (4.8.4, for example).

v1.01

6 years ago

The internal configuration files are now embedded into the binary at compile time. As an advantage, the binary can be executed from any directory.

v1.00

7 years ago

A Stable Release of the Unsupervised Distance Learning Framework