deepfakesMSU commited on
Commit
cc14a2f
·
verified ·
1 Parent(s): dc4aed8

add citation

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -105,6 +105,33 @@ Script to calculate metrics correlations with subjective scores (BT and ELO) is
105
  ```
106
  <br />
107
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
 
109
  ## Support and maintaining
110
 
 
105
  ```
106
  <br />
107
 
108
+ ## Citation
109
+ Please cite the corresponding papers when using this dataset:
110
+ ```bibtex
111
+ @inproceedings{gushchin2025leha,
112
+ author = {Gushchin, Aleksandr and Smirnov, Maksim and Vatolin, Dmitriy S. and Antsiferova, Anastasia},
113
+ title = {LEHA-CVQAD: Dataset To Enable Generalized Video Quality Assessment of Compression Artifacts},
114
+ booktitle = {Proceedings of the 33rd ACM International Conference on Multimedia},
115
+ year = {2025},
116
+ pages = {13405--13412},
117
+ publisher = {Association for Computing Machinery},
118
+ address = {New York, NY, USA},
119
+ doi = {10.1145/3746027.3758303},
120
+ url = {https://doi.org/10.1145/3746027.3758303}
121
+ }
122
+
123
+ @inproceedings{antsiferova2022video,
124
+ author = {Antsiferova, Anastasia and Lavrushkin, Sergey and Smirnov, Maksim and Gushchin, Aleksandr and Vatolin, Dmitriy and Kulikov, Dmitriy},
125
+ title = {Video compression dataset and benchmark of learning-based video-quality metrics},
126
+ booktitle = {Advances in Neural Information Processing Systems},
127
+ volume = {35},
128
+ pages = {13814--13825},
129
+ year = {2022},
130
+ publisher = {Curran Associates, Inc.},
131
+ url = {https://proceedings.neurips.cc/paper_files/paper/2022/file/59ac9f01ea2f701310f3d42037546e4a-Paper-Datasets_and_Benchmarks.pdf}
132
+ }
133
+ ```
134
+
135
 
136
  ## Support and maintaining
137