Sunteți pe pagina 1din 4

HD Tele-Medical Image Compression for

On-line decision
Adnan Alam khan* and Saghir Muhammad**
Adnan_hiit@yahoo.com, Saghir.Muhammad@iobm.edu.pk
Institute of Business Management, Karachi.

Abstract-Telemedicine is a rising technology of applied


medical sciences through which patients medical judge the patient health condition; by examining
reports can be transmitted and stored for references medical reports, X-ray image, video clips and ECG
and consultations. Medical treatment in Pakistan still reports. In critical situations, mainly natural disasters
requires immense improvement as incorrect diagnosis or accidents, theses victims need immediate
and treatment, has resulted in the distorting the patient treatment therefore paramedic staff must provide a
for life or death. First aid system in our country is clear picture to the doctors about the current
unbelievably bad, and many lives could be saved if condition of the patient, verbal discussion is not
proper first aid diagnosis and treatment is provided in sufficient, reports must be provided at the earliest.
the first two hours. In this paper we are trying to To resolve these issue different countries have
bridge the three main constituents i.e. Physician, First purchased advanced ambulances equipped with X-
Aid workers and Patient, this would especially enable Ray, MRI, Electric shock machine and an oxygen
remote location first aid attendants, to provide supply tank.
treatment as per Physician’s directives. We have
developed an image compression algorithm that will Especially in surgical cases paramedic staff must
reduce the original size of an image, providing a guide provide the patients current condition through
for Physician with the aid of X-Ray, MRI, CT Scan or videos, however this is not possible owing to the
ECG images etc, of patients whose lives are in critical limitations on telecommunication infrastructure and
condition at remote locations or in ambulances, mainly bandwidth limitations. In such a distinctive scenario
due to natural disasters or accidents. Such victims need where bandwidth of a system is not enough to carry
immediate treatment and a verbal discussion is not out transmissions, we can compress/decompress
sufficient, images are required on urgent basis. Our information especially for images or different types
results have indicated that on an average 25% image of video data requiring high bandwidth.
compression has been achieved with 3.5 MOS taken
from ultimate user’s i.e. medical doctors and other An efficient method of medical image compression
paramedical staff. is developed, due to which this technique is operated
upon differential image for coding purpose. Initially
I. INTRODUCTION the original (real) image is captured and transmitted
while the second image keeps on following, and it is
The 'Tele' is a Greek word that means 'distance'
transmitted to difference images of the first and the
and the word 'medicine' means ' the science of
second image. At the receiver position the difference
diagnosing, treating, or preventing disease using
in image is added to the first image or the image
different techniques'. This field of science has the
before the difference is to reproduce the second
potential to make a difference in the lives of many
image.
medically impaired and distorted people. For
example, telemedicine can improve the delivery of II. METHODOLOGY
health care in any part of the world, by bringing a
wider range of services such as cardiology, Images: Two dimensional images of a medical
radiology, mental health services, and dermatology patient with wound will be considered. The images
to communities and individuals in underserved urban will be taken such that second image is a subsequent
and rural areas [1]. At present, telemedicine systems of first image of the same patient with same injury.
are supported by State of Art Technologies, based on Each image having 378*268 pixels sizes. All the
Interactive videos, high resolution monitors, high images are digital images. Total 8 different images
speed computer networks, switching systems, and or 4 different pairs will be used for experimental
telecommunications superhighways, out of which purpose.
fiber optics, satellites and cellular telephone are part
of it [2]. The standard data compression codes are Simulation Tool: For this experimental purpose
designed by Shannon, Fano and Huffman in the field MATLAB version 7 release 14 will be used. Various
of Information theory. Shannon and Fano codes are function of image processing built in the MATLAB,
based on prefix code, relating a set of symbols and such as “IMAGE-READ”, “IMAGE-SUBTRACT”,
their estimation or measured probabilities [3]. and IMAGE-ADD” will be used to process original
Bandwidth saving is an eminent approach in this image and reproduce the reconstructed image for
consideration, and the best example is Huffman comparison purpose.
compression and coding. Huffman compression is a
lossless compression that determines the most Image quality Assessment: image quality will
frequent occurring pattern in the image to be assessed through subjective means. There are
transmitted via the telemedicine network [4].Medical various ways to perform the quality assessment tests.
and patient related information can be transmitted However, for our experimental purpose Mean
from patient to doctors or specialist. Doctors can Opinion Score (MOS) test will be used. This is a
popular subjective measure used for different types desired results. There is a minute change between
of Media quality assessment such as voice, video two images that can be measured easily. This minute
and images. In this test a pair comparison test will be change in images is generally called image
performed, where two images, original and difference or ‘Δ’ Delta which is shown as follows.
reconstructed image are tests by placing them side Image Difference
by side. Medical doctors and professional will be ∆ ∆ ∆
chosen to perform this test, because they are ultimate = ∆ ∆ ∆ or
end users. At least 30 users are going to be involved ∆ ∆ ∆
in this test so that an average opinion about the ∆ ∆ ∆
quality may be build. Δ= ∆ ∆ ∆
∆ ∆ ∆
Differential image compression: The proposed
algorithm will be working as follows: Image Difference plays a vital role between image A
Initially two images will be taken in a pair. For and Image B .If we update or add image A with
example, Image A and Image B. The difference Image Difference we can easily get Image B or
between these both images A and B will be obtained Reconstructed image as shown in fore coming
and is called difference or error image. Assuming matrix. ImageB
that image A and B are subsequent images for the ∆ ∆ ∆
same patient and same injury; therefore their Image Reconstruction ∆ ∆ ∆
difference will be minimal. That also means that ∆ ∆ ∆
one of the initial images can be reconstructed by If a person wants to check the bit level difference
adding error image or difference image with any one between two images namely Image B and
of the pair images. Reconstructed Image. This minute difference can be
measured using fore coming Error matrix.i.e.
∆ ∆ ∆
∆ ∆ ∆
∆ ∆ ∆

Mathematical explanation using Image.


Image has two dimensions ‘x’ and ‘y’
mathematically Image A has fA(x,y) and Image B
has fB(x,y).
A= fA(x,y) and B= fB(x,y).
Figure1: Pseudo code of the Algorithm. Calculating Difference of image ‘Δ’
Mathematical explanation of proposed Algorithm i-e Image (A) – Image(B)= {fA(x,y)}-{fB(x,y)}.
using Matrix.
So, ΔfAB(x,y) = {fA(x,y)}-{fB(x,y)}.
Image is composed of minute elements called pixels
in other words we can say that image is Matrix. Each Reconstruction of Image is the updation of Image A
matrix contains rows and columns. The Product of with Image Difference. Mathematically:
m*n matrix within dimensional column vector is a
‘m’ dimensional columns vector whose ith FR(x,y)=fA(x,y) + ΔfAB(x,y).
component is as follows. Now comparing the Reconstructed Image with
∑ Where as ‘aij’ as component of an Image B to get the error at bit level. Mathematically
we can write as. Error= fB(x,y)-FR(x,y).
element in the ith row and jth column. In this context
we are taking two medical images namely Image A Further this technique can be used to compress
and Image B. Images are as follows images. Its mathematical explanation is as follows.
Compression % = 100*[fA(x,y) +One {ΔfAB(x,y)}] /
A= and B= Dimension of [{ fA(x,y)}+ fB(x,y)]
Mean Opinion Score (MOS):
Medical images are High Definition images and it MOS is the subjective test used for quality
always consumes higher Bandwidth .It is quite perception and opinions. It is mostly used for audio
impossible to attach a medical image using less and video assessment. However same technique can
Bandwidth or low data rate. One matrix is replaced used to determine video or image quality. In this
by another matrix in a predefined interval of time is MoS two images ‘Image B’ and ‘Image D’ that is
technically called video. Fore coming matrix depicts reconstructed and prepared to replace ‘Image B’
the replacement of coefficient which is as follows. were shown to group of 30 Doctors. Images were
B{Replaces(A)} placed before Doctors to rate against each image at
the MOS scale of 1-5, 1 being the worst and 5 being
excellent image quality. The Difference between
= both the images was not informed before the test to
any of the participants.
Medical images are always sequence in nature.
Frame of reference must be the same to get the
2
Figure2: Working of Algorithm Set A

Figure3: Working of Algorithm Set B.

Figure4: Working of Algorithm Set C.

Table1. Differential Image Compression Ratios.

IV.RESULT
Aforementioned table1 depicts the compression of Image A and its updated version image B are given
a medical image. Here we compare three different in figure 1 and 2 respectively. The difference image
sets of image compression. The first pair is MRI of is obtained by subtracting image B from Image A
brain and its compression rate 49.82% .Second set and in shown in figure 3. The size of the image A is
of image is the Mamogram and its compression 31.9219 K Byte and the size of the image B is
rate is 46.68% and the last data set is Osteoporosis 31.9219 Kb this is shown in Table 1. This shows that
and its compression rate is 38.83%. Over all image A is bit different from image B or vice-versa.
compression of wound image from day one to a The size of the image C is 7.9727 K Byte. The
reconstructed image D is an outcome of initial image
week is about 29.55% which is quite good in terms
A and error image C the image D is given in Figure
of medical imaging or DICOM imaging.
1. Compression ratios of above images are as
follows. Since image A is transmitted in original and
having size of 31.9219 K Bytes. Second image B is
having a size of 31.9219 K Bytes. The sum of two
images is 63.8438 K Bytes. If transmitted both
3
separately, that 63.8438 K Bytes are needed to be
transmitted. Image A and image C having total size
of 63.8438 K Bytes. It is quite obvious that image B
can be reconstructed by adding image A and error
image. C. This meant, that image C and image A
together can reproduce image B. On the receiving
side of this image (at the doctors node) image A is
sent and then image B is dropped at the transmitter,
instead image C is transmitted. Image is
reconstructed from image A and C. the savings in
this arrangement is 23.9492 K Bytes. This will save
us 37.51% bandwidth of the communication
channel. This is just for two images. A group of 15
Doctors are invited to pass their comments on the
quality and similarity of two images B and Image D.
Majority of the Doctors Rated these images between
Good and Fair and they scaled at 3.5.It means we
can omit Image B with our new reconstructed image
and saves precious bandwidth. In medical image
transmissions many images are needed by the Doctor
sitting at a remote place treating the patient either for
the first AID or in emergency, using low bit rate
internet channel, will have much benefit over the
bandwidth limited channels.
V.CONCLUSION
The main purpose of this paper is to address the
differential images of compression techniques. We
have performed Mean Opinion Score test and
requests 30 Doctors to compare these images and
illustration of the comparison between the two
images are made known. MOS of the two images is
rated on average of 3.5 scales, hence proved that
they have evaluated fair quality of the resultant
image .Therefore reconstructed image can be a
substitute for image B in this case to save
bandwidth.

REFERENCES

[1] B.S CHOWDHRY, FAISAL A, (2003)


"Telemedicine Modernization and expansion
of health care systems", ISBN 969-8680-00-4,
published by Mehran Info Tech Consultants,
pp. 105-124.
[2] KP Lam3, “Towards a Practical Differential
Image Processing Approach of Change
Detection”, in the proceeding of Innovative
Algorithms and Techniques in Automation,
Industrial Electronics and
Telecommunications School of Computing
and Mathematics, University of Keele,
STAFFS ST5 5BG, U.K , 2007.pp 229-234.
[3] Bradley S.Tice, “Aspects of Kolmogorov
Complexity:The Physics of Information”,
River Publisher Series in Information Science
and Technology,para1 page 63 2010.
[4] Divya Mohandass and J. Janet, “An improved
three pattern Huffman compression algorithm
for medical images in telemedicine’s”, in the
proceeding of Information Processing and
Management, Springer Berlin Heidelberg,
2010.263-268. 4

S-ar putea să vă placă și