Linear-Autoregressive-Similarity-Index icon indicating copy to clipboard operation
Linear-Autoregressive-Similarity-Index copied to clipboard

Code for "The Unreasonable Effectiveness of Linear Prediction as a Perceptual Metric"

Results 3 Linear-Autoregressive-Similarity-Index issues
Sort by recently updated
recently updated
newest added

@dsevero, exciting work! The results look amazing on 2AFC datasets. I wanted to check if you have some experiments beyond 2AFC, JND datasets like on the IQA regression datasets like...

For those that need a PyTorch version of LASI, I provide an unofficial implementation [here](https://github.com/Na-moe/LASI-PyTorch). In short, I re-implement LASI in PyTorch with the following differences: * Hand-written vectorized alternatives...