keywords are usually debanding, bit depth expansion, false contour removal, decontouring
CCL-based stuff only works on banding that stems from heavy compression (i.e. completely flat bands) and falls apart with flat content
- AdaDeband: https://sci-hub.st/http://dx.doi.org/10.1109/LSP.2020.3024985 (https://github.com/google/bband-adaband - shit code kinda slow and CCL based)
- Baugh: https://sci-hub.st/http://dx.doi.org/10.1145/2668904.2668912 (https://github.com/baughg/debanding - pretty different code from paper and CCL based)
- BEF-BDE: https://ieeexplore.ieee.org/document/9496257 (https://gist.github.com/noizuy/ce2d377a5642b1d9191368abd708b9c4)
- f3kdb
- AV2: https://ieeexplore.ieee.org/document/10125298 (https://gitlab.com/joelsole/avm/-/commit/bb07c0dd2f5c1e4200cdc054720775fea7391434 - kinda okay but dies with flat content)
- Lee: https://ieeexplore.ieee.org/document/1706513 & https://ieeexplore.ieee.org/document/1605045 & http://dx.doi.org/10.1109/TCE.2010.5506014 (https://gist.github.com/noizuy/193cca51e9d66c59bcc58524add2d392 - direction estimation is slow and the smoothing isn't the fastest but still acceptable)
- DIB: https://ieeexplore.ieee.org/document/9897680 (terrible results)
- Zhao: https://ieeexplore.ieee.org/document/8603810
- BDCN: https://ieeexplore.ieee.org/document/9868061
- Daly & Feng (BDE & Decontouring): https://sci-hub.st/https://doi.org/10.1117/12.526937 (so ugly I cba to read)
- Lee: https://ieeexplore.ieee.org/document/1605045
- BBAND: https://www.researchgate.net/publication/339551327_BBAND_Index_A_No-Reference_Banding_Artifact_Predictor
- BI: https://sci-hub.st/http://dx.doi.org/10.1145/2668904.2668912
- Wang: https://storage.googleapis.com/pub-tools-public-publication-data/pdf/8b5e0ab7ad4e59164be5d0599e3b1d40af2a905c.pdf
- FS-BAND: https://www.researchgate.net/publication/376080005_FS-BAND_A_Frequency-Sensitive_Banding_Detector
- DBI: https://sci-hub.st/https://ieeexplore.ieee.org/document/9413884/
- BAND-2K: https://arxiv.org/pdf/2311.17752.pdf
- Jin (DC dithering during decoding): https://www.ee.cuhk.edu.hk/~knngan/2011/TIP_v20_n8_p2110-2121.pdf
- CAMBI: https://github.com/Netflix/vmaf/blob/master/resource/doc/papers/CAMBI_PCS2021.pdf
- Lee: https://ieeexplore.ieee.org/document/1706513 (https://gist.github.com/noizuy/193cca51e9d66c59bcc58524add2d392 - gradient of difference between input image and its quantized version -> will struggle with flats)
- Daly & Feng (BDE & Decontouring): https://sci-hub.st/https://doi.org/10.1117/12.526937 (so ugly I cba to read)