Interactive Segmentation

  • [SAM] Segment Anything

    Paper: https://arxiv.org/abs/2304.02643 Code: Web: https://segment-anything.com/ Motivation Objective Segment Anything (SAM) = Interactive Segmentation + Automatic Segmentation Global Framework Loss Function 1) Lmask: Supervise mask prediction with a linear combination of focal loss [65] and dice loss [73] in a 20:1 ratio of focal loss to dice loss. 2) LIoU: The IoU prediction head is trained…

    Read more