Related Experiment Video
Updated: May 18, 2026

06:25
Stereoacuity Improvement using Random-Dot Video Games
Published on: January 14, 2020
Video quality pooling adaptive to perceptual distortion severity
Jincheol Park1, Kalpana Seshadrinathan, Sanghoon Lee
1Wireless Network Laboratory, Department of Electrical and Electronics Engineering, Yonsei University, Seoul 120-749, Korea. dewofdawn@yonsei.ac.kr
Summary
Transient video distortions significantly impact perceived quality. This study introduces a content-adaptive pooling strategy to better assess video quality by emphasizing worst scores and motion effects.
Area of Science:
- Digital video processing
- Perceptual video quality assessment
Background:
- Severe transient spatial and/or temporal video distortions greatly affect perceived video quality.
- Existing video quality assessment (VQA) algorithms require improved methods to account for these distortions.
Purpose of the Study:
- To investigate the distribution of spatio-temporally local quality scores from VQA algorithms on distorted videos.
- To propose a novel content-adaptive spatial and temporal pooling strategy for enhanced video quality assessment.
Main Methods:
- Analyzing quality score distributions from multiple VQA algorithms on compressed and lossy transmitted videos.
- Developing a pooling strategy that adaptively emphasizes "worst" spatial and temporal scores.
- Incorporating the perceptual impact of large-area cohesive motion, such as egomotion.
Main Results:
- The proposed content-adaptive pooling strategy effectively enhances video quality assessment.
- Demonstrated efficacy across three different VQA algorithms.
- Validated on established video quality databases (LIVE and EPFL-PoliMI).
Conclusions:
- The developed pooling strategy offers a more accurate method for assessing video quality, particularly in the presence of transient distortions.
- This approach improves the robustness of VQA algorithms by considering content adaptivity and perceptual motion effects.
Related Concept Videos
Perceptual Constancy
Perceptual constancy is the ability to recognize that objects remain consistent and unchanged even when their appearance varies due to changes in sensory input. There are four main types of perceptual constancy: size constancy, shape constancy, color constancy, and brightness constancy.
Size constancy is the recognition that an object remains the same size, even when its image on the retina changes. For instance, a bus is perceived to be large enough to carry people, even if it looks tiny from...
Size constancy is the recognition that an object remains the same size, even when its image on the retina changes. For instance, a bus is perceived to be large enough to carry people, even if it looks tiny from...
Upsampling
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
Downsampling
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
Depth Perception and Spatial Vision
Depth perception is the ability to perceive objects three-dimensionally. It relies on two types of cues: binocular and monocular. Binocular cues depend on the combination of images from both eyes and how the eyes work together. Since the eyes are in slightly different positions, each eye captures a slightly different image. This disparity between images, known as binocular disparity, helps the brain interpret depth. When the brain compares these images, it determines the distance to an object.
Reconstruction of Signal using Interpolation
Signal processing techniques are essential for accurately converting continuous signals to digital formats and vice versa. When a continuous signal is sampled with a period T, the resulting sampled signal exhibits replicas of the original spectrum in the frequency domain, spaced at intervals equal to the sampling frequency. To handle this sampled signal, a zero-order hold method can be applied, which creates a piecewise constant signal by retaining each sample's value until the next sampling...