ArticlePDF Available

Automatic Image Segmentation Method Based On Alg

Authors:

Abstract and Figures

An automatic anatomy segmentation method is proposed which effectively combines the Active Appearance Model, Live Wire and Graph Cut (ALG) ideas to exploit their complementary strengths. It consists of three main parts: model building, initialization, and delineation. For the initialization (recognition) part, a pseudo strategy is employed and the organs are segmented slice by slice via the OAAM (Oriented Active Appearance method). The purpose of initialization is to provide rough object localization and shape constraints for a latter GC method, which will produce refined delineation. It is better to have a fast and robust method than a slow and more accurate technique for initialization. One of the strengths of the proposed method is to segment the organ during the process of manually delineating the boundaries. For single-object segmentation, global optimality is guaranteed.
Content may be subject to copyright.
ISSN(Online): 2320-9801
ISSN (Print): 2320-
9798
International Journal of Innovative Research in Computer
and Communication Engineering
(An ISO 3297: 2007 Certified Organization)
Vol. 2, Issue 4, April 2014
Copyright to IJIRCCE www.ijircce.com 3716
Automatic Image Segmentation method based
on ALG
Christo Ananth1, G.Gayathri2, I.Uma Sankari3, A.Vidhya4, P.Karthiga5
Assistant Professor, Department of ECE, Francis Xavier Engineering College, Tirunelveli, India1
U.G.Scholar, Department of ECE, Francis Xavier Engineering College, Tirunelveli, India2
U.G.Scholar, Department of ECE, Francis Xavier Engineering College, Tirunelveli, India3
U.G.Scholar, Department of ECE, Francis Xavier Engineering College, Tirunelveli, India4
U.G.Scholar, Department of ECE, Francis Xavier Engineering College, Tirunelveli, India5
ABSTRACT: An automatic anatomy segmentation method is proposed which effectively combines the Active
Appearance Model, Live Wire and Graph Cut (ALG) ideas to exploit their complementary strengths. It consists of three
main parts: model building, initialization, and delineation. For the initialization (recognition) part, a pseudo strategy is
employed and the organs are segmented slice by slice via the OAAM (Oriented Active Appearance method). The
purpose of initialization is to provide rough object localization and shape constraints for a latter GC method, which will
produce refined delineation. It is better to have a fast and robust method than a slow and more accurate technique for
initialization. One of the strengths of the proposed method is to segment the organ during the process of manually
delineating the boundaries. For single-object segmentation, global optimality is guaranteed.
KEYWORDS: Active Appearance model, Oriented Active Appearance Model, Live Wire method, Graph cut method
I. INTRODUCTION
Image segmentation is a classic problem in computer vision. It is a process that partitions the image pixels into
meaningful groups so that we can achieve a compact representation of the image. Segmentation is usually performed
based on many factors, such as intensity, color, or texture similarities, pixel continuity, and higher level knowledge
about the objects model. Image segmentation has many applications in the biomedical field. In medical image analysis,
image segmentation is a fundamental and challenging problem. In spite of several decades of research and many key
advances, several challenges still remain in this area. An Efficient, robust, and automatic segmentation of anatomy on
radiological images is one such challenge. Medical imaging has become an important part in health care nowadays. X-
rays, ultrasound, computer tomography (CT) and magnetic resonance (MR) images have been routine diagnostic
methods that are performed in hospitals and clinics. In many cases, the tissues or organ of interest is difficult to be
separated from its surroundings, when they share similar intensity levels. With the other tissues, and their boundaries
lack strong edge information. For example, CT technique is weak at imaging soft tissues. It cannot differentiate grey
and White matters well in neural tissues.
In [9], the main goals of segmentation are to be (i) to provide effective control to the user, and (ii) to minimize the
total user's time required in the process. In this paper, authors have proposed two paradigms, referred to as live wire
and live lane. In live wire, the user first selects an initial point on the boundary. An optimal path from the initial point
to the current point is found and displayed in real time. The user thus has a live wire on hand which is moved by
moving the cursor. If the cursor goes close to the boundary, the live wire snaps onto the boundary. In live lane, the user
selects only the initial point. Subsequent points are selected automatically as the cursor is moved within a lane
surrounding the boundary whose width changes as a function of the speed and acceleration of cursor motion. Live-wire
segments are generated and displayed in real time between successive points. This method is1.5–2.5 times faster than
manual tracing. In [3], to encode the image support, a Voronoi decomposition of the domain is considered and regional
based statistics are used. The resulting model is computationally efficient, can encode complex statistical models of
ISSN(Online): 2320-9801
ISSN (Print): 2320-
9798
International Journal of Innovative Research in Computer
and Communication Engineering
(An ISO 3297: 2007 Certified Organization)
Vol. 2, Issue 4, April 2014
Copyright to IJIRCCE www.ijircce.com 3717
shape variations. The main challenges of knowledge-based segmentation are: (i) appropriate modelling of shape
variations, (ii) successful inference between the image and the manifold. In this knowledge based approach, defined the
shape model as an incomplete graph. The proposed approach aims to optimize the connectivity of the graph nodes, and
learns the structure and the local deformation statistics of an object from a set of training examples. However, this
method did not perform segmentation at the pixel level.
II. MATERIALS AND METHODS
A. Live wire Method
The boundary-based segmentation strategies have two specific aims:
1) To provide as complete a control as possible to the user on the
segmentation process while it is being executed and
2) To minimize the user involvement.
The total user’s time required for segmentation, without compromising the precision and accuracy of
segmentation. This strategy in these boundary-based segmentation methods has been to actively exploit the superior
abilities of human operators (compared to computer algorithms) in object recognition and the superior abilities of
computer algorithms (compared to human operators) in object delineation. Falcao and Udupa [9] developed a method
that determines object boundary information from orthogonal slices of a volume segmented by a user. This technique
allows the user to segment a minimal number of slices, reducing the total segmentation time. The user-steered 2-D
segmentation method [9] allows the user to select three seed points. After selection, Live Wire is used to generate an
initial frame and then “spokes.” After the spokes are found, a gap filling algorithm is used to close the space between
spokes. The Live Wire method stands out among the class of user-interactive image segmentation tools. The user clicks
on an edge of the object with the mouse, defining a “seed point”. The user then moves the cursor to some other portion
of the object’s edge. The pixel that lies under the cursor is called the “free point”. As the free point moves, a wire
connecting the seed point and the free point automatically snaps to the edge.
The Live Wire has proven to be very powerful and is widely used because of its high degree of user-
interactivity. This is because automatic segmentation is still an unsolved problem and many datasets still require expert
knowledge from users. A drawback of this method is that the speed of optimal path computation depends on image
size. On modestly powered computers, for images of even modest size, some sluggishness appears in user interaction,
which reduces the overall segmentation efficiency. In this work, this problem is solved by exploiting some known
properties of graphs to avoid unnecessary minimum-cost path computation during segmentation. In this project, user
steered segmentation paradigms, [9] referred to as live wire and live lane has used to segment three-dimensional (3-D)
object boundaries in a slice-by-slice fashion.
B. Active Appearance Model
PCA is used to find the mean shape and main variations of the training data to the mean shape[6]. After finding the
Shape Model, all training data objects are deformed to the main shape, and the pixels converted to vectors.
C. Graph Cut Method
By applying the graph cut technique, a wide variety of low-level computer vision problems, such as image
smoothing and many other computer vision problems and the stereo correspondence problem, can be solved in terms of
energy minimization. This approach can solve binary problems exactly: But, problems where pixels can be labeled with
more than two different labels cannot be solved exactly, but there is the optimum solution to the problem. In the graph
cut technique we represent the image in the form of graphs. So here we represent the each pixel as a node and the
distance between those nodes as the edges. In graph theory, a cut is a partition of the nodes that divides the graph into
two disjoint subsets. The set of cuts of the cut is the set of edges whose ending points are in different subsets of the
divided region. And in the case of a weighted graph, it is defined as the sum of the weights of all the edges crossing the
cut. The basic cuts in the graph theory are minimum cut and maximum cut.
III. PROPOSED METHODOLOGY
The proposed GC – OAAM method consists of two phases:
ISSN(Online): 2320-9801
ISSN (Print): 2320-
9798
International Journal of Innovative Research in Computer
and Communication Engineering
(An ISO 3297: 2007 Certified Organization)
Vol. 2, Issue 4, April 2014
Copyright to IJIRCCE www.ijircce.com 3718
1) Training Phase and
2) Segmentation Phase.
Fig.1 presents the Flowchart of the proposed GC–OAMM system. In the training phase, an AAM is
constructed, and the LW boundary cost function and GC parameters are estimated. The segmentation phase consists of
two main steps: recognition or initialization and delineation. In the recognition step, a pseudo-3-D initialization strategy
is employed in which the pose of the organs is estimated slice by slice via a object OAAM method. A further
refinement may be needed to adjust the initialization of improperly initialized slices.
Segmentation
Phase
Training
Phase
Initialization
Delineation
Fig..1. Flowchart of the proposed GC–OAMM system
Input Training
Images
Interpolation
Land Mark
Specification
AAM Construction,
Live wire Boundary
Cost and Graph Cut
Parameter Estimation
Input Image
Localization of Top
and bottom slices
Refinement of
recognized Shapes
IGC - OAAM
Output
Segmentation
Results
Object Recognition by
OAAM
ISSN(Online): 2320-9801
ISSN (Print): 2320-
9798
International Journal of Innovative Research in Computer
and Communication Engineering
(An ISO 3297: 2007 Certified Organization)
Vol. 2, Issue 4, April 2014
Copyright to IJIRCCE www.ijircce.com 3719
First, 3-D initialization is difficult and has computational drawbacks; the proposed method is much faster.
Second, combining the AAM and LW in a 3-D manner is challenging. Indeed, the pseudo-3-D method offers fast
initialization, and its performance is comparable to the fully 3-D AAM initialization method. Finally, for the
delineation part, the object shape information generated from the initialization step is integrated into the GC cost
computation. Before building the model, the top and bottom slices of each organ are first manually identified. Then,
linear interpolation is applied to generate the same number of slices for the organ in every training image. Since we
treat shape as an infinite point set in principle, it can be assumed that the shape of an object is captured by a finite
subset of a sufficient number of its points. Therefore, different numbers of landmarks are used for different objects
based on their size. Since there is a vast amount of literature on the analysis of effects of distribution of landmarks on
model building and segmentation results, we avoid repeating these experiments, but we validate manual land marking
by the equal-space labelling method. Once the landmarks are specified, the standard AAM method [6], [7] is used for
constructing the model.
GC segmentation can be formulated as an energy minimization problem such that, for a set of pixels p and a set of
labels, the goal is to find a labelling that minimizes the energy function En as follows:
En = + (1)
Where the set of pixels in the neighbourhood of is, is the cost of assigning label,
the cost of assigning labels [11].
The proposed shape-integrated energy function is defined as follows:
En = + (2)
Where, , and are the weights for the data term, shape term , and the boundary term, respectively. The
minimization of the equation (3.3) can be solved by the GC method.
IV. RESULTS AND DISCUSSION
Fig. 2 shows the input test image. This test image is matching with the trained image. The
contour line selection is based on the knowledge of OAAM training output. Because it can select
the best edge contour line is selected by initialization step of the algorithm.
Fig.2. Input test image
ISSN(Online): 2320-9801
ISSN (Print): 2320-
9798
International Journal of Innovative Research in Computer
and Communication Engineering
(An ISO 3297: 2007 Certified Organization)
Vol. 2, Issue 4, April 2014
Copyright to IJIRCCE www.ijircce.com 3720
Here we have the best contour line fixed to the best place of the test image by manually. So this method is called
semi-automatic method.
Fig.3. Contour Point Selection
The best contour line is fixed manually to the best place of test image as shown in the figure 4.10. The next
following outputs and finally concluded boundary selection are shown (Fig.4.) for detecting suitable boundary line for
the corresponding object.
Fig.4. Contour Drawn of the Abdominal Output and finally concluded Boundary selection
ISSN(Online): 2320-9801
ISSN (Print): 2320-
9798
International Journal of Innovative Research in Computer
and Communication Engineering
(An ISO 3297: 2007 Certified Organization)
Vol. 2, Issue 4, April 2014
Copyright to IJIRCCE www.ijircce.com 3721
Fig.5. Area Contour and Final 2-D Segmentation
The finalized segmented output, which is the representation of the proposed algorithm for the 2D test image is
as shown in figure 4.17. From this output, the proposed method is eligible for 3D image segmentation by mentioning of
top and bottom slice for the test 3D image.
V. CONCLUSION
An automatic anatomy segmentation method is proposed which effectively combines the Active Appearance Model,
Live Wire and Graph Cut (ALG) ideas to exploit their complementary strengths. It consists of three main parts: model
building, initialization, and delineation. For the initialization (recognition) part, employ a pseudo strategy and segment
the organs slice by slice via the OAAM (Oriented Active Appearance method). The purpose of initialization is to
provide rough object localization and shape constraints for a latter GC method, which will produce refined delineation.
It is better to have a fast and robust method than a slow and more accurate technique for initialization. One of the
strengths of the proposed method is to segment the organ during the process of manually delineating the boundaries.
For single-object segmentation, global optimality is guaranteed.
REFERENCES
1. A. Ayvaci and D. Freedman, “Joint segmentation-registration of organs using geometric models,” in Proc. IEEE Eng.Med. Biol.
Soc.,pp. 5251–5254,2012
2. R. Anderson and J. Setubal, “A parallel implementation of the push relabel algorithm for the maximum flow problem,” J. Parallel
Distrib. Comput., vol. 29, no. 1, pp. 17–26, Aug. 2011.
3. A. Besbes, N. Komodakis, G. Langs, and N. Paragios, “Shape priors and discrete MRFs for knowledge-based segmentation,” in
Proc.IEEE Comput. Soc. Conf. Comput. Vis. Pattern Recogn., pp. 1295–1302,2011
4. Y. Boykov and V. Kolmogorov, “An experimental comparison of mincut/ max-flow algorithms,” IEEE Trans. Pattern Anal. Mach.
Intell., vol. 26, no. 9, pp. 1124–1137, Sep. 2011.
5. Y. Boykov, O. Veksler, and R. Zabih, “Fast approximate energy minimization via graph cuts,” IEEE Trans. Pattern Anal. Mach. Intell.,
vol. 23, no. 11, pp. 1222–1239, Nov. 2009.
6. T. F. Cootes, G. Edwards, and C. Taylor, “Active appearance models,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 23, no.
6, pp. 681–685, Jun. 2010.
7. T. F. Cootes, C. J. Taylor, D. H. Cooper, and J. Graham, “Active shape models—Their training and application,” Comput. Vis.
Image Underst., vol. 61, no. 1, pp. 38–59, Jan. 2007.
8. T. Emrich, F. Graf, H. P. Kriegel, M. Schubert, M. Thoma, and A. Cavallaro, “CT slice localization via instance-based regression,” in
Proc.SPIE, vol. 7623, pp. 762 320-1–762 320-12, 2006
9. A. X. Falcao, J. K. Udupa, S. Samarasekera, and S. Sharma, “User-steered image segmentation paradigms: Live wire and live lane,”
Graph. Models Image Process., vol. 60, no. 4, pp. 233–260, Jul.2005.
... Processing time is an important feature for any computer-aided diagnosis system, especially in the intra-operative phase. [48] proposed a system in which an automatic anatomy segmentation method is proposed which effectively combines the Active Appearance Model, Live Wire and Graph Cut (ALG) ideas to exploit their complementary strengths. It consists of three main parts: model building, initialization, and delineation. ...
Preprint
Full-text available
At the forefront of technological innovation and scholarly discourse, the Journal of Electrical Systems (JES) is a peer-reviewed publication dedicated to advancing the understanding and application of electrical systems, communication systems and information science. With a commitment to excellence, we provide a platform for researchers, academics, and professionals to contribute to the ever-evolving field of electrical engineering, communication technology and Information Systems. The mission of JES is to foster the exchange of knowledge and ideas in electrical and communication systems, promoting cutting-edge research and facilitating discussions that drive progress in the field. We aim to be a beacon for those seeking to explore, challenge, and revolutionize the way we harness, distribute, and utilize electrical energy and information systems..
... Processing time is an important feature for any computer-aided diagnosis system, especially in the intra-operative phase. [48] proposed a system in which an automatic anatomy segmentation method is proposed which effectively combines the Active Appearance Model, Live Wire and Graph Cut (ALG) ideas to exploit their complementary strengths. It consists of three main parts: model building, initialization, and delineation. ...
Preprint
Full-text available
The research on Quantum Networked Artificial Intelligence is at the intersection of Quantum Information Science (QIS), Artificial Intelligence, Soft Computing, Computational Intelligence, Machine Learning, Deep Learning, Optimization, Etc. It Touches On Many Important Parts Of Near-Term Quantum Computing And Noisy Intermediate-Scale Quantum (NISQ) Devices. The research on quantum artificial intelligence is grounded in theories, modelling, and significant studies on hybrid classical-quantum algorithms using classical simulations, IBM Q services, PennyLane, Google Cirq, D-Wave quantum annealer etc. So far, the research on quantum artificial intelligence has given us the building blocks to achieve quantum advantage to solve problems in combinatorial optimization, soft computing, deep learning, and machine learning much faster than traditional classical computing. Solving these problems is important for making quantum computing useful for noise-resistant large-scale applications. This makes it much easier to see the big picture and helps with cutting-edge research across the quantum stack, making it an important part of any QIS effort. Researchers — almost daily — are making advances in the engineering and scientific challenges to create practical quantum networks powered with artificial intelligence
... Processing time is an important feature for any computer-aided diagnosis system, especially in the intra-operative phase. [48] proposed a system in which an automatic anatomy segmentation method is proposed which effectively combines the Active Appearance Model, Live Wire and Graph Cut (ALG) ideas to exploit their complementary strengths. It consists of three main parts: model building, initialization, and delineation. ...
Preprint
Full-text available
JoWUA is an online peer-reviewed journal and aims to provide an international forum for researchers, professionals, and industrial practitioners on all topics related to wireless mobile networks, ubiquitous computing, and their dependable applications. JoWUA consists of high-quality technical manuscripts on advances in the state-of-the-art of wireless mobile networks, ubiquitous computing, and their dependable applications; both theoretical approaches and practical approaches are encouraged to submit. All published articles in JoWUA are freely accessible in this website because it is an open access journal. JoWUA has four issues (March, June, September, December) per year with special issues covering specific research areas by guest editors. The editorial board of JoWUA makes an effort for the increase in the quality of accepted articles compared to other competing journals..
... Processing time is an important feature for any computer-aided diagnosis system, especially in the intra-operative phase. [48] proposed a system in which an automatic anatomy segmentation method is proposed which effectively combines the Active Appearance Model, Live Wire and Graph Cut (ALG) ideas to exploit their complementary strengths. It consists of three main parts: model building, initialization, and delineation. ...
Preprint
Full-text available
Proceedings on Engineering Sciences examines new research and development at the engineering. It provides a common forum for both front line engineering as well as pioneering academic research. The journal's multidisciplinary approach draws from such fields as Automation, Automotive engineering, Business, Chemical engineering, Civil engineering, Control and system engineering, Electrical and electronic engineering, Electronics, Environmental engineering, Industrial and manufacturing engineering, Industrial management, Information and communication technology, Management and Accounting, Management and quality studies, Management Science and Operations Research, Materials engineering, Mechanical engineering, Mechanics of Materials, Mining and energy, Safety, Risk, Reliability, and Quality, Software engineering, Surveying and transport, Architecture and urban engineering.
... Processing time is an important feature for any computer-aided diagnosis system, especially in the intra-operative phase. [48] proposed a system in which an automatic anatomy segmentation method is proposed which effectively combines the Active Appearance Model, Live Wire and Graph Cut (ALG) ideas to exploit their complementary strengths. It consists of three main parts: model building, initialization, and delineation. ...
Preprint
Full-text available
Utilitas Mathematica Journal is a broad scope journal that publishes original research and review articles on all aspects of both pure and applied mathematics. This journal is the official publication of the Utilitas Mathematica Academy, Canada. It enjoys good reputation and popularity at international level in terms of research papers and distribution worldwide. Offers selected original research in Pure and Applied Mathematics and Statistics. UMJ coverage extends to Operations Research, Mathematical Economics, Mathematics Biology and Computer Science. Published in association with the Utilitas Mathematica Academy. The leadership of the Utilitas Mathematica Journal commits to strengthening our professional community by making it more just, equitable, diverse, and inclusive. We affirm that our mission, Promote the Practice and Profession of Statistics, can be realized only by fully embracing justice, equity, diversity, and inclusivity in all of our operations. Individuals embody many traits, so the leadership will work with the members of UMJ to create and sustain responsive, flourishing, and safe environments that support individual needs, stimulate intellectual growth, and promote professional advancement for all.
... Processing time is an important feature for any computer-aided diagnosis system, especially in the intra-operative phase. [48] proposed a system in which an automatic anatomy segmentation method is proposed which effectively combines the Active Appearance Model, Live Wire and Graph Cut (ALG) ideas to exploit their complementary strengths. It consists of three main parts: model building, initialization, and delineation. ...
Preprint
Full-text available
Most experts would consider this the biggest challenge. Quantum computers are extremely sensitive to noise and errors caused by interactions with their environment. This can cause errors to accumulate and degrade the quality of computation. Developing reliable error correction techniques is therefore essential for building practical quantum computers. While quantum computers have shown impressive performance for some tasks, they are still relatively small compared to classical computers. Scaling up quantum computers to hundreds or thousands of qubits while maintaining high levels of coherence and low error rates remains a major challenge. Developing high-quality quantum hardware, such as qubits and control electronics, is a major challenge. There are many different qubit technologies, each with its own strengths and weaknesses, and developing a scalable, fault-tolerant qubit technology is a major focus of research. Funding agencies, such as government agencies, are rising to the occasion to invest in tackling these quantum computing challenges. Researchers — almost daily — are making advances in the engineering and scientific challenges to create practical quantum computers.
... Processing time is an important feature for any computer-aided diagnosis system, especially in the intra-operative phase. [48] proposed a system in which an automatic anatomy segmentation method is proposed which effectively combines the Active Appearance Model, Live Wire and Graph Cut (ALG) ideas to exploit their complementary strengths. It consists of three main parts: model building, initialization, and delineation. ...
Preprint
Full-text available
It is no surprise that Quantum Computing will prove to be a big change for the world. The practical examples of quantum computing can prove to be a good substitute for traditional computing methods. Quantum computing can be applied to many concepts in today’s era when technology has grown by leaps and bounds. It has a wide beach of applications ranging from Cryptography, Climate Change and Weather Forecasting, Drug Development and Discovery, Financial Modeling, Artificial Intelligence, etc. Giant firms have already begun the process of quantum computing in the field of artificial intelligence. The search algorithms of today are mostly designed according to classical computing methods. While Comparing Quantum Computers with Data Mining with Other Counterpart Systems, we are able to understand its significance thereby applying new techniques to obtain new real-time results and solutions.
... Processing time is an important feature for any computer-aided diagnosis system, especially in the intra-operative phase. [48] proposed a system in which an automatic anatomy segmentation method is proposed which effectively combines the Active Appearance Model, Live Wire and Graph Cut (ALG) ideas to exploit their complementary strengths. It consists of three main parts: model building, initialization, and delineation. ...
Preprint
Full-text available
Published since 2004, Periódico Tchê Química (PQT) is a is a triannual (published every four months), international, fully peer-reviewed, and open-access Journal that welcomes high-quality theoretically informed publications in the multi and interdisciplinary fields of Chemistry, Biology, Physics, Mathematics, Pharmacy, Medicine, Engineering, Agriculture and Education in Science. Researchers from all countries are invited to publish on its pages. The Journal is committed to achieving a broad international appeal, attracting contributions, and addressing issues from a range of disciplines. The Periódico Tchê Química is a double-blind peer-review journal dedicated to express views on the covered topics, thereby generating a cross current of ideas on emerging matters.
... Processing time is an important feature for any computer-aided diagnosis system, especially in the intra-operative phase. [48] proposed a system in which an automatic anatomy segmentation method is proposed which effectively combines the Active Appearance Model, Live Wire and Graph Cut (ALG) ideas to exploit their complementary strengths. It consists of three main parts: model building, initialization, and delineation. ...
Preprint
Full-text available
Onkologia I Radioterapia is an international peer reviewed journal which publishes on both clinical and pre-clinical research related to cancer. Journal also provide latest information in field of oncology and radiotherapy to both clinical practitioner as well as basic researchers. Submission for publication can be submitted through online submission, Editorial manager system, or through email as attachment to journal office. For any issue, journal office can be contacted through email or phone for instatnt resolution of issue. Onkologia I Radioterapia is a peer-reviewed scopus indexed medical journal publishing original scientific (experimental, clinical, laboratory), review and case studies (case report) in the field of oncology and radiotherapy. In addition, publishes letters to the Editorial Board, reports on scientific conferences, book reviews, as well as announcements about planned congresses and scientific congresses. Oncology and Radiotherapy appear four times a year. All articles published with www.itmedical.pl and www.medicalproject.com.pl is now available on our new website.
... Processing time is an important feature for any computer-aided diagnosis system, especially in the intra-operative phase. [48] proposed a system in which an automatic anatomy segmentation method is proposed which effectively combines the Active Appearance Model, Live Wire and Graph Cut (ALG) ideas to exploit their complementary strengths. It consists of three main parts: model building, initialization, and delineation. ...
Preprint
Full-text available
The journal is published every quarter and contains 200 pages in each issue. It is devoted to the study of Indian economy, polity and society. Research papers, review articles, book reviews are published in the journal. All research papers published in the journal are subject to an intensive refereeing process. Each issue of the journal also includes a section on documentation, which reproduces extensive excerpts of relevant reports of committees, working groups, task forces, etc., which may not be readily accessible, official documents compiled from scattered electronic and/or other sources and statistical supplement for ready reference of the readers. It is now in its nineteenth year of publication. So far, five special issues have been brought out, namely: (i) The Scheduled Castes: An Inter-Regional Perspective, (ii) Political Parties and Elections in Indian States : 1990-2003, (iii) Child Labour, (iv) World Trade Organisation Agreements, and (v) Basel-II and Indian Banks.
Conference Paper
Full-text available
Automatically determining the relative position of a single CT slice within a full body scan provides several useful functionalities. For example, it is possible to validate DICOM meta-data information. Furthermore, knowing the relative position in a scan allows the efficient retrieval of similar slices from the same body region in other volume scans. Finally, the relative position is often an important information for a non-expert user having only access to a single CT slice of a scan. In this paper, we determine the relative position of single CT slices via instance-based regression without using any meta data. Each slice of a volume set is represented by several types of feature information that is computed from a sequence of image conversions and edge detection routines on rectangular subregions of the slices. Our new method is independent from the settings of the CT scanner and provides an average localization error of less than 4.5 cm using leave-one-out validation on a dataset of 34 annotated volume scans. Thus, we demonstrate that instance-based regression is a suitable tool for mapping single slices to a standardized coordinate system and that our algorithm is competitive to other volume-based approaches with respect to runtime and prediction quality, even though only a fraction of the input information is required in comparison to other approaches.
Conference Paper
Full-text available
In this paper we introduce a new approach to knowledge-based segmentation. Our method consists of a novel representation to model shape variations as well as an efficient inference procedure to fit the model to new data. The considered shape model is similarity-invariant and refers to an incomplete graph that consists of intra and intercluster connections representing the inter-dependencies of control points. The clusters are determined according to the co-dependencies of the deformations of the control points within the training set. The connections between the components of a cluster represent the local structure while the connections between the clusters account for the global structure. The distributions of the normalized distances between the connected control points encode the prior model. During search, this model is used together with a discrete Markov random field (MRF) based segmentation, where the unknown variables are the positions of the control points in the image domain. To encode the image support, a Voronoi decomposition of the domain is considered and regional based statistics are used. The resulting model is computationally efficient, can encode complex statistical models of shape variations and benefits from the image support of the entire spatial domain.
Article
Full-text available
In this paper, we present a novel method for the segmentation of the organs found in CT and MR images. The proposed algorithm utilizes the shape model of the target organ to gain robustness in the case where the objective organ is surrounded by other organs or tissue with the similar intensity profile. The algorithm labels the image based on the graph-cuts technique and incorporates the shape prior using a technique based on level-sets. The method requires proper registration of the shape template for an accurate segmentation, and we propose a unified registration-segmentation framework to solve this problem. Furthermore, to reduce the computational cost, the algorithm is designed to run on watershed regions instead of voxels. The accuracy of the algorithm is shown on the medical examples.
Article
Model-based vision is firmly established as a robust approach to recognizing and locating known rigid objects in the presence of noise, clutter, and occlusion. It is more problematic to apply model-based methods to images of objects whose appearance can vary, though a number of approaches based on the use of flexible templates have been proposed. The problem with existing methods is that they sacrifice model specificity in order to accommodate variability, thereby compromising robustness during image interpretation. We argue that a model should only be able to deform in ways characteristic of the class of objects it represents. We describe a method for building models by learning patterns of variability from a training set of correctly annotated images. These models can be used for image search in an iterative refinement algorithm analogous to that employed by Active Contour Models (Snakes). The key difference is that our Active Shape Models can only deform to fit the data in ways consistent with the training set. We show several practical examples where we have built such models and used them to locate partially occluded objects in noisy, cluttered images.
Chapter
We demonstrate a novel method of interpreting images using an Active Appearance Model (AAM). An AAM contains a statistical model of the shape and grey-level appearance of the object of interest which can generalise to almost any valid example. During a training phase we learn the relationship between model parameter displacements and the residual errors induced between a training image and a synthesised model example. To match to an image we measure the current residuals and use the model to predict changes to the current parameters, leading to a better fit. A good overall match is obtained in a few iterations, even from poor starting estimates. We describe the technique in detail and give results of quantitative performance tests. We anticipate that the AAM algorithm will be an important method for locating deformable objects in many applications.
Article
In multidimensional image analysis, there are situations wherein automatic image segmentations fail, calling for considerable user assistance in the process. In this regard, two paradigms, referred to as live wire and live lane, for practical image segmentation in large applications are developed. These paradigms will provide image segmentation research an effective control to the user on the segmentation process while it is being executed, and will minimize the total user's time required in the process.
Article
After [15], [31], [19], [8], [25], [5], minimum cut/maximum flow algorithms on graphs emerged as an increasingly useful tool for exact or approximate energy minimization in low-level vision. The combinatorial optimization literature provides many min-cut/max-flow algorithms with different polynomial time complexity. Their practical efficiency, however, has to date been studied mainly outside the scope of computer vision. The goal of this paper is to provide an experimental comparison of the efficiency of min-cut/max flow algorithms for applications in vision. We compare the running times of several standard algorithms, as well as a new algorithm that we have recently developed. The algorithms we study include both Goldberg-Tarjan style "push-relabel" methods and algorithms based on Ford-Fulkerson style "augmenting paths." We benchmark these algorithms on a number of typical graphs in the contexts of image restoration, stereo, and segmentation. In many cases, our new algorithm works several times faster than any of the other methods, making near real-time performance possible. An implementation of our max-flow/min-cut algorithm is available upon request for research purposes.
Article
After [10, 15, 12, 2, 4] minimum cut/maximum ow algorithms on graphs emerged as an increasingly useful tool for exact or approximate energy minimization in low-level vision. The combinatorial optimization literature provides many min-cut/max-ow algorithms with dierent polynomial time complexity. Their practical eciency, however, has to date been studied mainly outside the scope of computer vision.
A parallel implementation of the push relabel algorithm for the maximum flow problem Shape priors and discrete MRFs for knowledge-based segmentation
  • R Anderson
  • J Setubal
  • A Besbes
  • N Komodakis
  • G Langs
  • N Paragios
R. Anderson and J. Setubal, " A parallel implementation of the push relabel algorithm for the maximum flow problem, " J. Parallel Distrib. Comput., vol. 29, no. 1, pp. 17–26, Aug. 2011. 3. A. Besbes, N. Komodakis, G. Langs, and N. Paragios, " Shape priors and discrete MRFs for knowledge-based segmentation, " in Proc.IEEE Comput. Soc. Conf. Comput. Vis. Pattern Recogn., pp. 1295–1302,2011