YOLACT
YOLACT, which stands for "You Only Look At Coefficients," is a real-time instance segmentation algorithm. It was developed to address the challenge of performing instance segmentation, the task of identifying and delineating each distinct object instance within an image, at a speed comparable to object detection. Traditional instance segmentation methods often involve multiple stages, which can be computationally expensive and slow. YOLACT aims to unify these stages into a single, efficient network.
The core idea behind YOLACT is to decouple the segmentation mask generation from the object localization. Instead
YOLACT's architecture consists of two main branches. The first branch predicts a set of prototype masks that