From 71e76585e82da6dce03c3db5bf1cebdeb4826914 Mon Sep 17 00:00:00 2001 From: Loris Sauter Date: Mon, 14 Oct 2024 16:01:59 +0200 Subject: [PATCH 1/3] Added journal publication to citation section --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 3af4a186..29558d8f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,32 @@ For development, besides the JDK, addtitionally [NPM](https://www.npmjs.com/) an We kindly ask you to refer to the following paper in publications mentioning or employing DRES: +> Loris Sauter, Ralph Gasser, Heiko Schuldt, Abraham Bernstein, and Luca Rossetto. 2024. Performance Evaluation in Multimedia Retrieval. ACM Trans. Multimedia Comput. Commun. Appl. Just Accepted (October 2024). https://doi.org/10.1145/3678881 + +**Link:** https://dl.acm.org/doi/10.1145/3678881 + +**Bibtex:** + +``` +@article{10.1145/3678881, +author = {Sauter, Loris and Gasser, Ralph and Schuldt, Heiko and Bernstein, Abraham and Rossetto, Luca}, +title = {Performance Evaluation in Multimedia Retrieval}, +year = {2024}, +publisher = {Association for Computing Machinery}, +address = {New York, NY, USA}, +issn = {1551-6857}, +url = {https://doi.org/10.1145/3678881}, +doi = {10.1145/3678881}, +abstract = {Performance evaluation in multimedia retrieval, as in the information retrieval domain at large, relies heavily on retrieval experiments, employing a broad range of techniques and metrics. These can involve human-in-the-loop and machine-only settings for the retrieval process itself and the subsequent verification of results. Such experiments can be elaborate and use-case-specific, which can make them difficult to compare or replicate. In this paper, we present a formal model to express all relevant aspects of such retrieval experiments, as well as a flexible open-source evaluation infrastructure that implements the model. These contributions intend to make a step towards lowering the hurdles for conducting retrieval experiments and improving their reproducibility.}, +note = {Just Accepted}, +journal = {ACM Trans. Multimedia Comput. Commun. Appl.}, +month = oct, +keywords = {Interactive Multimedia Retrieval, Retrieval Evaluation, Interactive Evaluation, Evaluation System} +} +``` + +We also have a demo publication: + > Rossetto L., Gasser R., Sauter L., Bernstein A., Schuldt H. (2021) A System for Interactive Multimedia Retrieval Evaluations. In: Lokoč J. et al. (eds) MultiMedia Modeling. MMM 2021. Lecture Notes in Computer Science, vol 12573. Springer, Cham. **Link:** https://doi.org/10.1007/978-3-030-67835-7_33 From eb1ac859e55803e4930bfa89e40ead89243bb0dd Mon Sep 17 00:00:00 2001 From: Loris Sauter Date: Mon, 14 Oct 2024 17:01:02 +0200 Subject: [PATCH 2/3] Updates according to PR request --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 29558d8f..427e5a4c 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,7 @@ address = {New York, NY, USA}, issn = {1551-6857}, url = {https://doi.org/10.1145/3678881}, doi = {10.1145/3678881}, -abstract = {Performance evaluation in multimedia retrieval, as in the information retrieval domain at large, relies heavily on retrieval experiments, employing a broad range of techniques and metrics. These can involve human-in-the-loop and machine-only settings for the retrieval process itself and the subsequent verification of results. Such experiments can be elaborate and use-case-specific, which can make them difficult to compare or replicate. In this paper, we present a formal model to express all relevant aspects of such retrieval experiments, as well as a flexible open-source evaluation infrastructure that implements the model. These contributions intend to make a step towards lowering the hurdles for conducting retrieval experiments and improving their reproducibility.}, -note = {Just Accepted}, -journal = {ACM Trans. Multimedia Comput. Commun. Appl.}, +journal = {ACM Transactions on Multimedia Computing, Communications and Applications}, month = oct, keywords = {Interactive Multimedia Retrieval, Retrieval Evaluation, Interactive Evaluation, Evaluation System} } From d76c22debe229fabd0a14fef5d425b39b76d2d44 Mon Sep 17 00:00:00 2001 From: Loris Sauter Date: Mon, 14 Oct 2024 17:14:55 +0200 Subject: [PATCH 3/3] Added full journal title in text citation too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 427e5a4c..3d05adbc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ For development, besides the JDK, addtitionally [NPM](https://www.npmjs.com/) an We kindly ask you to refer to the following paper in publications mentioning or employing DRES: -> Loris Sauter, Ralph Gasser, Heiko Schuldt, Abraham Bernstein, and Luca Rossetto. 2024. Performance Evaluation in Multimedia Retrieval. ACM Trans. Multimedia Comput. Commun. Appl. Just Accepted (October 2024). https://doi.org/10.1145/3678881 +> Loris Sauter, Ralph Gasser, Heiko Schuldt, Abraham Bernstein, and Luca Rossetto. 2024. Performance Evaluation in Multimedia Retrieval. ACM Transactions on Multimedia Computing, Communications and Applications. https://doi.org/10.1145/3678881 **Link:** https://dl.acm.org/doi/10.1145/3678881