the trimap provides additional information. However, generating the trimap requires extra-manual
labour and limits practical application [33].
According to the usage of DL techniques, image matting methods can be divided into traditional
methods [24, 26, 27, 20] and DL-based methods [25, 28, 29, 31]. To the best of our knowledge,
almost all of the traditional matting methods are trimap-based, which requires a trimap or scribbles
that provide prior information of the foreground and background. Such information is used to infer
the values of alpha matte in the uncertain areas by deriving pre-defined rules or assumptions. For
instance, the CF assumes that the foreground and background are locally smooth and that the image
in a small window can be represented by them with a linear function [20].
Due to the latest developments in artificial intelligence, the DL-based methods, driven by ex-
tensive data, tend to have better performance and a more comprehensive range of applications
than traditional methods. Moreover, the trimap-free methods become possible as the prior infor-
mation can be learned by the context-aware networks, which makes matting automatic and easy
to use [34, 33]. However, the traditional methods are still popular because they require no tedious
training and thus have better generalization in new applications with insufficient data. The readers
can refer to [30] for a more comprehensive understanding of image matting.
2.3. Matting in Medical Applications
Image matting can produce fine boundaries as it infers the uncertain regions by the prior infor-
mation from foregrounds and backgrounds. Therefore, most image matting applications in medical
scenarios regarded it as a post-processing method to improve the segmentation performance. Zeng
et al. refined edges of the segmentation results by using the CF [20] directly on each slice of the
PET volume data [11]. The boundary pixels were regarded as a mixture of the foreground (tumours)
and background (normal tissue). Cheng et al. deployed an optimized CF [20] on medical images
of different imaging modalities, which improved the segmentation performance [12]. Zhao et al.
utilized the segmentation result to create a trimap via the bi-level thresholding and improved the
segmentation performance of the uncertain regions further by minimizing a local matting loss [13].
Different from the methods mentioned above, Medical Matting introduced the alpha matte as
an alternative to the binary mask, which was more expressive and could describe the lesion in more
detail. Moreover, the alpha matte reflected the uncertainty of the lesion property, expanding the
scope of matting in medical scenes [2].
2.4. Matting in 3D Scenarios
Matting in 3D is not well studied as the majority of the natural images are 2D images. However,
a large proportion of the images of various modalities in medical scenarios are in 3D, therefore there
is a strong demand for 3D matting-based methods to be proposed in medical applications. The
research on 3D medical matting is limited. All of them are based on traditional methods and are
used as an auxiliary to binary segmentation. For example, Zhong et al. adapted CF [20] to 3D,
and used alpha mattes as probability maps of tumours in calculating the region cost for PET-CT
co-segmentation [17, 18]. Liu et al. also used a 3D CF for organ model extraction for Virtual Human
Project with significant efficiency improvement [19].
Most existing methods still aim at obtaining a better binary mask but do not touch the root
cause of the matting problem, that is, using soft masks to describe the lesions in more detail. In this
manuscript, by contrast, the matting is used to generate a depictive representation of the lesions.
Compared with the 2D matting methods applied in 3D scenes, we provide a series of native 3D
matting methods rather than a combination of slice-by-slice processing by 2D matting methods.
Therefore, the structural continuities among different slices can be maintained. Compared with
the important role of 3D data in medical diagnosis, the current research on 3D matting is not
comprehensive and in-depth. In this work, we investigate the traditional matting methods in 3D
medical images and provide a trimap-free solution based on DL.
5