Soft-NMS -- Improving Object Detection With One Line of Code, Navaneeth Bodla, Bharat Singh, Rama Chellappa, Larry S. Davis, 2017Proceedings of the IEEE International Conference on Computer Vision (ICCV)DOI: 10.48550/arXiv.1704.04503 - Introduces the Soft-NMS algorithm, which decays scores of overlapping boxes instead of removing them, improving recall in dense scenes.
YOLACT: Real-time Instance Segmentation, Daniel Bolya, Chong Zhou, Fanyi Xiao, Yong Jae Lee, 2019Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)DOI: 10.1109/ICCV.2019.00913 - Introduces Matrix NMS, a parallelized NMS method used in the YOLACT instance segmentation model for faster post-processing.