Trilateral Filtering For Biomedical Images
Trilateral Filtering For Biomedical Images
Filtering is a core operation in low level computer vision. It In this section, we present the fundamental and the method for-
is a preliminary process in many biomedical image processing ap- mulation of the new filtering technique. Section 2.1 introduces
plications. Bilateral filtering has been applied to smooth biomed- bilateral filtering, as the preliminary of our trilateral filtering. The
ical images while preserving the edges. However, to avoid over- formulation of the trilateral filter is given in Section 2.2. In Section
smoothing structures of sizes comparable to the image resolutions, 2.3, the methodology to extract the local structural information is
a narrow spatial window has to be used. This leads to the ne- discussed.
cessity of performing more iterations in the filtering process. In
this paper, we propose a novel filtering technique namely trilat- 2.1. Bilateral Filtering
eral filter, which can achieve edge-preserving smoothing with a
narrow spatial window in only a few iterations. The experimental Bilateral filtering, representing a large class of non-linear filters
results have shown that our novel method provides greater noise proposed by Tomasi et al. [6], is a non-iterative and local approach
reduction than bilateral filtering and smooths biomedical images to edge-preserving smoothing. A filtered image is obtained by
without over-smoothing ridges and shifting the edge locations, as replacing the intensity value of each pixel with an average value
compared to other noise reduction methods. weighted by the geometric and photometric similarities between
neighboring pixels within a spatial window. The bilateral filtering
can be summarized in the following discrete formulation:
1. INTRODUCTION 1
I∗ (
x) = I ξ · c ξ,
x · s I ξ , I (
x) , (1)
k (
x)
ξ∈N
Filtering is a preliminary process in many biomedical image pro-
x
Mapping Function m
ical images, which works along the same lines as the bilateral fil-
ter, it takes not only the geometric and photometric similarities
0.5
into account, but also, the local structural similarity to smooth the
images with a narrow spatial window while preserving the edges.
Local structural information is used to determine inhomogeneity
0
in the images. On one hand, low-pass filtering is performed in 0 0.5 A* 1
the homogeneous regions. On the other hand, smoothing along (a) (b) (c)
edges is achieved by considering the geometric, photometric and
local structural orientation similarities between neighboring pixels Fig. 1. Local signal amplitude regularization. (a) Mapping func-
in the inhomogeneous regions. We found that this new approach tion m as a function of A∗x ∈ [0, 1], q = 4, with five different val-
provides greater noise reduction than bilateral filtering with a 3- ues of p: 0.1 (leftmost curve), 0.3, 0.5, 0.7 and 0.9; (b) a portion
pixel-width spatial window (cf. Section 3). of a slice image from a numerical phantom; and (c) regularized
Because of the use of the three similarities in the filtering pro- local signal amplitudes a, p = 0.3 and q = 4 in the regularization
cess, we name this novel method trilateral filtering. The trilateral process. It is evident that a → 0 (dark) in the background region,
filtering is expressed as follows: while a → 1 (bright) if the pixel at x is located near the edges
of the bright structure. Therefore, it can be used to determine the
1 (t)
I(t+1) (
x) = I ξ · w ξ, x, t , (2) inhomogeneity in an image
k (
x)
ξ∈N
x
821
Increase in SNR Increase in CNR
20 40
15
30
10
dB
dB
20
5 AF AF
EED EED
TF 10
0 TF
20 NEX 20 NEX
(a) Surface model (b) Original (c) 20 NEX −5 0
1 5 Signal Level 9 1 5 Signal Level 9
(a) (b)
Increase in MSE Deviation in Gradient Direction
−10 60
EED AF
−15 TF 50
EED
20 NEX TF
−20 40
20 NEX
Degree
dB
−25 30
−30 20
(d) AF (e) EED (f) TF
−35 10
Fig. 2. Numerical phantom. (a) 3D surface model; (b) a portion −40 0
1 5 9 1 5 9
of a slice image from the phantom; smoothed images with (c) 20 Signal Level Signal Level
822
(a) Original (b) BF (c) TF
Original
AF
EED
TF
Fig. 4. DSA. (a) Original image; denoised images with (b) BF and
(c) TF; and (d)-(f) closeup of the images (a)-(c)
823