#278 · Primary category: Computer Vision

InSPyReNet

accv2022 background-removal computer-vision deep-learning dichotomous-image-segmentation high-resolution image-matting image-segmantation pytorch salient-object-detection

Official PyTorch implementation of Revisiting Image Pyramid Structure for High Resolution Salient Object Detection (ACCV 2022)

Project last updated:05/14/25

GitHub Stars

783

Forks

88

Contributors

2

License

MIT

Why we included this project

InSPyReNet detects the most visually prominent object in an image and separates it from the background, and it is built to handle high-resolution images without needing high-resolution training data. The ACCV 2022 paper behind it proposes an image pyramid structure with a pyramid blending scheme to assemble predictions, and the official PyTorch code ships pretrained checkpoints, a model zoo, and a simple inference path. The authors also trained the model on the DIS5K dichotomous segmentation dataset, so the repo works as a practical starting point for background removal and image matting as well as saliency research. Photo editing, thumbnail cropping, and content-aware preprocessing pipelines can adapt the code as a baseline, and researchers can reproduce the reported benchmark results straight from the provided weights.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category