Skip to content

Commit

Permalink
add banding dataset page
Browse files Browse the repository at this point in the history
  • Loading branch information
nickossaf committed Dec 10, 2024
1 parent df41e6d commit 3c06cf1
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 0 deletions.
92 changes: 92 additions & 0 deletions Papers/_posts/2024-12-12-multi_screen_metrics_banding_dataset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
---
title: Multi-Screen Effects on Quality Assessment: Investigating Banding Metrics Inconsistencies
permalink: /banding-dataset
features:
- "Largest banding dataset in this area"
- "<b>120</b> streams"
- "<b>12.000+</b> subjective responds"
- "Multi-screen subjective dataset"

---

### N. Safonov, D. Vatolin, and D. Kulikov

### IEEE International Conference on Visual Communications and Image Processing (VCIP | 2024)

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<script src="https://code.highcharts.com/modules/export-data.js"></script>
<script src="https://code.highcharts.com/modules/accessibility.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="https://code.highcharts.com/highcharts-more.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.22/css/jquery.dataTables.css">
<script type="text/javascript" charset="utf8"
src="https://cdn.datatables.net/1.10.22/js/jquery.dataTables.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

<style>
.subproject-links {
display: flex;
flex-wrap: wrap;
margin-top: 20px;
}

.subproject-links a {
background-color: #f0f0f0;
color: black;
font-size: 16px;
padding: 10px 15px;

text-align: center;
text-decoration: none;

margin: 4px 8px;
border-radius: 10px;
}

.subproject-links a:hover {
background-color: #e0e0e0;
text-decoration: none;
}

</style>


## Abstract
Banding, a common video quality artifact, it refers to the noticeable gradient steps or abrupt transitions between adjacent colors or shades within an image or video, often as a resulting from low color depth or compression algorithms. Assessing banded video quality is vital, especially with the rise of high-quality screens. Several banding metrics have been proposed in recent years to quantify and evaluate the presence of banding artifacts in videos. However, the visibility of banding strongly depends on viewing conditions such as screen brightness, contrast, ambient lighting, and others. This results in inconsistencies in the correlation between banding metrics and the subjective quality perceived across various screens. In this study, we conduct subjective experiments under varied viewing conditions and demonstrate the limited reliability of banding metrics
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">


## Banding Dataset


<video autoplay loop muted playsinline width="100%">
<source src="/assets/videos/papers/dataset_preview.webm" type='video/webm'>
</video>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<div>
<button class="download-button" role="button" onclick="window.open('https://calypso.gml-team.ru:5001/sharing/oV0IhClAa')"> <!-- Insert link here-->
<i class="fa fa-download"></i>
Download
</button>
</div>

## <span id="cite"></span> Cite us

{% highlight BibTeX %}
@inproceedings{
safonov2024multi,
title={Multi-Screen Effects on Quality Assessment: Investigating Banding Metrics Inconsistencies},
author={Nikolay I. Safonov, Dmitriy S. Vatolin and Dmitriy Kulikov},
booktitle={IEEE International Conference on Visual Communications and Image Processing},
year={2024}
}
{% endhighlight %}


## Contact us

For questions, propositions please contact authors: <[email protected]>, <[email protected]>, <[email protected]>

Binary file added assets/videos/papers/banding_dataset.webm
Binary file not shown.

0 comments on commit 3c06cf1

Please sign in to comment.