Free Essay

Strategy

In: Business and Management

Submitted By Nuranis
Words 2939
Pages 12
Jurnal
Teknologi

Full Paper

TRAFFIC SIGN DETECTION AND RECOGNITION: REVIEW
AND ANALYSIS
Nursabillilah Mohd Ali*, Mohd Safirin Karis, Amar Faiz Zainal Abidin,
Bahzifadhli Bakri, Ezreen Farina Shair, Nur Rafiqah Abdul Razif
Faculty of Electrical Engineering, Universiti Teknikal Malaysia
Melaka, Malaysia
Graphical abstract

Article history
Received
15 May 2015
Received in revised form
1 July 2015
Accepted
11 August 2015

*Corresponding author nursabillilah@utem.edu Abstract
Over the years, traffic sign detection and recognition systems gives extra value to driver assistance when driving, leading to more user-friendly driving experience and much improved safety for passengers. As part of Advanced Driving Systems (ADAS) one can be benefitted by using this system especially with driving incapacities by alerting and aid them about the existence of traffic signs to minimized unwanted circumstances during driving such as fatigue, poor sight and adverse weather conditions. Though a various number of traffic sign detection systems have been revised in literature; the need of design with a robust algorithm still remains open for further research. This paper purposes to design a system capable of performing traffic sign detection while considering variations of challenges such as color illumination, computational difficulty and functional constraints existed. Traffic sign detection is divided into three main parts namely; Pre-processing, Color segmentation and Thresholding. The color segmentation method is vital as it presents a detailed investigation of vision based color spaces in this case RGB, HSV and CMYK considering varying illumination conditions under different environments.
This paper further highlights possible improvements to the proposed approaches for traffic sign detection.
Keywords: Traffic sign, detection and recognition, HSV, RGB, Bhattacharyya
Coefficient
© 2015 Penerbit UTM Press. All rights reserved

1.0 INTRODUCTION
Lately, the area of traffic sign detection and recognition has caught the attention of many researchers over the past decades. The significant of this trend lies mainly on the vast amount of accidents occur throughout each year all over the globe. In addition, the main cause of these to happen is due to driver’s lack of ability to interpret and process all the visual information they received while driving [1]. Apart from that, the significant increased amount of dangers on the traffic causing the traffic signs to become more important and demanding to traffic users. There are a lot of new traffic signs that have been introduced according to the necessity to aid traffic users when driving. Those who drive vehicles need to learn to

recognize all traffic signs for traffic safety reason. For instance drivers require to process the knowledge of cyclist signs, pedestrian signs, obligatory signs and advisory signs and unawareness of any of these sign can cause possible accident hazards.
Often it is said that the increasing number of vehicles and drivers are associated with total number of traffic accidents occur. The statistics that are recorded from
2005 to 2009 from Department of Statistics Malaysia shows that traffic accidents in Malaysia has increase to
21 percent over the 5 years period which is in 2009 there were 397,194 traffic accidents recorded when compared to 328,268 in 2005 [2].
In technique done in [3] the traffic sign detection is carried out by using the RGB color space along with pattern matching and edge detection used for shape

77:20 (2015) 107–113 | www.jurnalteknologi.utm.my | eISSN 2180–3722 |

108

Nursabillilah et al. / Jurnal Teknologi (Sciences & Engineering) 77:20 (2015) 107–113

evaluation. The color based segmentation is carried after a preprocessing stage which consists of light source identification and chromatic of the image. A

comparison technique made using color based technique done in [4].
Table 1 shows taxonomy of traffic sign detection approaches. Table 1 A Taxonomy of traffic sign detection approaches

Reference
No.

Color Segmentation
Technique

Color Segmentation Method

[3]

RGB

Spectral composition

Images

[4]

RGB

Images

[5]

HSV

Pattern Matching and Edge
Detection
Fuzzy Shape Recognizer

[6]

RGB

Video Stream

[7]

RGB and HSV

Shape features with Hopfield neural network -

[8]

RGB

Background Shape Histogram

Images

[9]

RGB

Gaussian Filter

Images

[10]

RGB and HSV

Blob detection and Median Filter

Video Stream

[11]

RGB

Laplacian of Gaussian (LoG)

Images

[12]

RGB(Greyscale)

Edge Detection

Images

2.0 EXPERIMENTAL SETUP
Traffic Signs give vital information to the users especially for drivers to aid them during driving experience. The significance of these signs very much dependent on their colors and its contents. Primarily traffic signs are colors from Red, Blue, Green, Brown,
Yellow, Black or White which representing various information (shown in Table 2). For example red for obligatory signs and blue for advisory signs. In addition

Meanings

Blue

Advisory Signs/Information

Red

Prohibition/Danger

Yellow

Construction/Traffic Works

Brown

Tourist Attraction/Viewable
Places

Green

Directions

Images

Images

to that, color plays an important initial role in a typical traffic sign detection task before being handed to the recognition task. Due to varying lighting and weather conditions, the segmentation of traffic signs using color information in outdoor environment is a significantly challenging task for the designer.
Nevertheless a correct segmentation process performed to these signs is essential to ease the recognizing process of the contents and shape of the sign in the later stages [5].

Table 2 Significant of color as detection criteria

Color

Stream
Type

Example

109

Nursabillilah et al. / Jurnal Teknologi (Sciences & Engineering) 77:20 (2015) 107–113

2.1 Flowcharts of Traffic Sign Detection System

Figure 1 Flowchart of traffic sign detection process

2.2 Pre-processing
In the pre-processing process, a web camera is used to capture video or images frame by frame for the input of detection process. RGB images captured by a digital camera are not always appropriate to complete the desired image processing tasks.
Different video systems used to capture the images significantly affect the original or pixel intensity values.
2.3 Color Investigation
Three experiments are conducted to investigate the performance and robustness between RGB, HSV [6] and CMYK color spaces under varying illumination and environmental conditions. The first experiments is to investigate the conversion performance between
RGB to HSV color spaces and RGB to CMYK color space in order to determine the most reliable color space to use in traffic sign detection.
Secondly, an experiment to determine the best threshold ranges among individual color spaces that is RGB, HSV and CMYK when used with segmenting

red, green and blue signs. Third experiment is about model matching that is performed between source histogram and candidate histogram using Bhattacharyya Coefficient. The procedure for the segmentation process of traffic signs is explained in the following sections.
2.4 Experiment
2.4.1 Experiment 1: Conversion of RGB to HSV and RGB to CMYK
This experiment is to investigate the relationship between RGB, HSV and CMYK color spaces. The conversion to HSV and CMYK is obtained using equation Hr1 = 0/3=0.00
Hr2 = 3/3= 1.00
Hg = 1/3=0.33
Hb=2/3=0.66

(1)
(2)
(3)
(4)

110

Nursabillilah et al. / Jurnal Teknologi (Sciences & Engineering) 77:20 (2015) 107–113

Where r=red, b=blue, g=green color in HSV color space. Seven input RGB value was entered and the conversion results is as shown in Table 3.

be performed using model matching method. This method is performed by matching the source histogram (image database) with candidate histogram (image taken by camera) to see how closely the candidate object resembles source histogram. The technique used is Bhattacharya
Coefficient. Given two histogram with source histogram frequency, cu and candidate histogram frequency, ru. Then  is given by:

2.4.2 Experiment 2: Thresholding Image
In this experiment, an image is transformed into binary image by thresholding technique. Histogram back propagation and moments technique is the type of thresholding technique used to threshold the candidate image. Image moments can be called as function of image pixel intensity. Pixel intensity is the pixel value of the candidate image. Moments that are defined here is derived with respect to the power consisting of Zeroth Moment, First Moment and etc.
Zeroth moment is also called the area of an image and basically the target is the pixel intensity or value and the x and y coordinates to find moments. Using the value of moments gained, the centroid or centre of gravity of an image is found.
Meanwhile, histogram back projection is a technique used for generating a probability image
(back projection) of the Region of Interest (ROI). A histogram of a target image is created firstly. Then, the histogram is back projected onto the image causing an image that shows the probability of a pixel belonging to the target. By using this methods, two candidates image consisting a red STOP sign and yellow prohibition sign are transformed to binary images as shown in section 4.

m

   cu ( y )ru

(5)

u 1

By designing C# algorithm inside Microsoft Visual
Studio 2013, Bhattacharya Coefficient between the source histogram and candidate histogram is compared using equation (5). Noted that the only one source image is used since this experiment is aiming to compare histogram results. The result obtained is as shown in Table 3.

3.0 RESULT AND DISCUSSION
3.1 Experiment 1: Conversion of RGB to HSV and RGB to CMYK
The results to calculate value of RGB into HSV and
CMYK are as shown in Table 3.

2.4.3 Experiment 3: Model Matching
After the image attributes on an image have been represented using Histogram, the color detection can
Table 3 A Taxonomy of traffic sign detection approaches

RGB

HSV

CMYK

R=255, G=0, B=0 Color=Red

H = 0, S = 100, V = 100

C = 0, M =100, Y = 100, K = 0

R = 0, G = 255, B = 0 Color = Green

H = 120, S = 100, V = 100

C = 100, M = 0, Y = 100, K = 0

R = 0, G = 0, B = 255 Color = Blue

H = 240, S = 100, V = 100

C = 100, M = 100, Y = 0, K = 100

R = 128, G = 128, B = 128, Color = Grey

H = 0, S = 0, V = 50

C = 0, M = 0, Y = 0, K = 100

R = 128, G = 0, B = 0, Color = Maroon

H = 0, S = 100, V = 50

C = 0, M = 100, Y = 100, K = 50

R = 128, G = 128, B = 0, Color = Olive

H = 60, S = 100, V = 50

C = 0, M = 0, Y = 100, K = 50

R = 128, G = 0, B = 128, Color = Purple

H = 300, S =100, V =50

C = 0, M = 100, Y = 0, K = 50

3.2 Experiment 2: Threshoding Image
In this experiment, an image is transformed into binary image by thresholding technique. Historgram back propagation and moments technique is the type of

thresholding technique used to threshold the candidate image.
Image moments can be called as function of image pixel intensity. Pixel intensity is the pixel value of the candidate image. Moments that are defined here is

111

Nursabillilah et al. / Jurnal Teknologi (Sciences & Engineering) 77:20 (2015) 107–113

derived with respect to the power consisting of Zeroth
Moment, First Moment, and Second Moment etc.
Above all, Zeroth Moment is also called the area of an image and basically the target is the pixel intensity or value and the x and y coordinates to find moments.
Using the value of moments gained, the centroid or center of gravity of an image is found. Meanwhile, histogram back propagation is a technique used for generating a probability image (back propagation) of the Region of Interest (ROI). A histogram of a target is created firstly. Then, the histogram is back projected onto the image causing an image that shows the probability of a pixel belonging to the target. By using this methods, two candidates image consisting a red stop sign and yellow prohibition sign are transformed to binary images as shown in Figure 1.
3.3 Experiment 3: Model Matching
After the image attributes on an image have been represented using Histogram, then the color detection can be performed using model matching method.
This method is performed by matching the source histogram (image database) with candidate histogram (image taken by camera) to see how closely the candidate object resembles source object histogram. The technique used is Bhattacharya
Coefficient which stated as equation 5.
By designing C# algorithm inside Microsoft Visual
Studio 2013, Bhattacharya Coefficient between the source histogram and candidate histogram is compared using equation 5. Noted that the only one source image is used since this experiment is aiming to compare histogram. Section 4 discussed the results obtained. Figure 2 Program to convert RGB value to HSV and CMYK and vice versa

4.2 Experiment 2: Thresholding using Histogram Back
Projection Method
The results of thresholding candidate A and candidate B are shown as in Figure 3 and Figure 4.

4.0 RESULT AND DISCUSSION
4.1 Experiment 1: Conversion of RGB to HSV and RGB to CMYK

Figure 3 A red STOP sign transformed into binary image

The results to calculate value of RGB into HSV and CMYK is a shown in Table 4. The output of C# algorithm compiled in Microsoft Visual Studio 2013 is as shown in
Figure 2.

Figure 4 A yellow prohibition sign transformed into binary image 112

Nursabillilah et al. / Jurnal Teknologi (Sciences & Engineering) 77:20 (2015) 107–113

4.3 Experiment 3: Model Matching
The results from matching two candidates’ STOP sign, in this case the color is red with the source STOP sign
(database image) is obtained as in Figure 5 and Figure
6 for STOP sign candidates 1 and STOP sign candidates
2 respectively. The Bhattacharya Coefficient are displayed in Table 4.
Table 4 Bhattacharya Coefficient for Candidates 1 and 2

Name

Preview
Candidates 1

Bhattacharya
Coefficient
0.829644

Candidates 2

0.9244339

Candidates 3

0.5003294

Figure 7 Model matching using Bhattacharya Coefficient for
Candidate 3

4.4 Analysis of Experiments
4.4.1 Experiment 1: Conversion of RGB to HSV and RGB to CMYK
It was observed that the conversion of RGB to HSV and
RGB to CMYK using this algorithm is much faster than using the conventional method of using basic color space equation [7].
4.4.2 Experiment 2: Thresholding using Histogram Back projection Method
Figure 5 Model matching using Bhattacharya Coefficinet for
Candidate 1

In this experiment, it was observed that Histogram
Back projection was very sensitive to illumination changes and the presence of other colored area such as trees, grass and overlapping sign. In Figure 4, there were two traffic signs overlapping each other in the captured image. So, the need to assign a correct
Region of Interest (ROI) to captured image is important. It is because, Region of Interest will assigned candidates image to certain area of interest and to that area will be cropped. Then, the histogram will be obtained from the cropped image consisting of color information onside the pixels before analyzed and converted into binary image.
4.4.3 Experiment 3: Model Matching

Figure 6 Model matching using Bhattacharya Coefficient for
Candidate 2

Model matching method using Bhattacharya coefficient is a robust technique used to compare an assigned source image (from database) and candidate image. It was observed that this technique is very useful in color detection in a region as it can deal with variation of lighting and illumination. As can be seen in Figure 5 to 7 and Table 4, this method can derive all the color information effectively with variation of lighting condition and illuminations. This proved as the Bhattacharya coefficient was a nonzero value. When Bhattacharya coefficient (ranging

113

Nursabillilah et al. / Jurnal Teknologi (Sciences & Engineering) 77:20 (2015) 107–113

from 0 to 1) has a value in it, it can be assumed that the ROI is within that particular color space.

References
[1]

4.0 CONCLUSION
This paper presented ten contributions to the existing state-of-the-art approaches in Traffic Sign Detection and Recognition system. The experiments were performed according to the color behavior in conjunction to the change in illumination and with various environmental conditions. The experimental section provided segmentation results of the traffic signs by using Histogram Back projection method which is very robust in converting image to binary provided correct assigned region of pixels of interest.
It also used color matching model to compare the color attributes between a source images candidate image. Acknowledgement
The author wish to extend their thanks for the support provided by the Universiti Teknikal Malaysia Melaka.
This work was supported by the university short term grant. [2]
[3]
[4]

[5]

[6]

[7]

G. Siogkas, E. Dermatas. 2006. 1st Initial, Detection, Tracking and Classification of Traffic Signs in Adverse Conditions. IEEE
MELECON 2006. 537-540.
Mohd Ali, N., Mohd Sobran, N., Md Ghazaly, M., Ab Shukor,
SA. and Tuani, AF. 2014. Traffic Sign Detection and
Classification for Driver Assistant System (DAS). 277-283
M. Benallal and J. Meunier, 2003. Real Time Color
Segmentation of Traffic Signs. IEEE CCECE 2003 Canadian
Conference on Electrical and Computer Engineering.
Mohd Ali, N., Mohd Sobran, N., Md Ghazaly, M., Ab Shukor,
SA. and Tuani, AF. 2014. Individual Processing Speed
Analysis for Traffic Sign Detection and Recognition. Smart
Instrmentation, Measurement and Applications (ICSIMA).
2013, Kuala Lumpur, Malaysia.
Mohd Ali, N., Karis, MS. and Safei, J. 2014. Hidden Nodes of
Neural Network: Useful Application in Traffic Sign
Recognition. Smart Instrmentation, Measurement and
Applications (ICSIMA), 2014, Kuala Lumpur, Malaysia.
Mohd Ali, N., Md Rahid, NK. and Mohd Mustafah, Y. 2013.
Performance Comparison between RGB and HSV Color
Segmentations for Traffic Sign Detection. Applied
Mechanics and Materials. 393: 550-555.
Zakir, U., Leonce, NJ., and Edirisinghe, EA. 2010. Traffic Sign
Segmentation based on Color Spaces: A Comparative
Study. In the Proceedings of the 11th International
Conference on Computer Graphics and Imaging,
Innabruck, Austria, 2010.

Similar Documents

Premium Essay

Strategy

...“Strategy articulates the firm’s preferred environment and the type of organisations it is striving to become.” – Hiroyuki Itami. Discuss why an understanding of strategy and strategic management is fundamental to an organisations success. There is no one specific and definitive meaning to the word strategy. You would generally consider strategy to be the process involved in setting goals and objectives and then, ultimately the way's of achieving these goals through the designated and limited resources. Strategy describes how a firm will achieve their goals using the necessary resources. The firms Strategy will generally be established by the leaders in an organisation. Strategy can be intentional or emergent. Mc Keown argued that strategy is about shaping the future. Mintzberg thinks its a pattern in a stream of decisions. They both think strategy is a very important part of any firm and what the firm is striving to be. The key steps in planning a strategy is usually coordinated by the top management. This involve Mintzberg's 5 P's for strategy: The consist of…. A plan, A pattern, A position, A prospective, A ploy. Plan, Strategy is a plan, usually an intended course of action, a way to deal with a situation. By this definition, strategies have two essential characteristics, they are made in advance of the actions to which they apply, and they are developed consciously and purposefully. Ploy Like plan, a strategy can be a ploy too, its really just a specific manoeuvre...

Words: 474 - Pages: 2

Premium Essay

Strategy

...In this paper, question will be answer to identify the board of new Hope Housing strategic strategy. In addition, this paper will identify the strengths, weaknesses, opportunities, and threats that are the basic of the Hope Housing strategic plan. One of New Hope Housing strategic plan that is identified in their strategic plan “is to demonstrate leadership in developing and implementing effective approaches in prevention, shelter and transitional housing to move homeless persons quickly to housing.” (www.newhopehousing.org). In the statement above New Hope is listing the issues in its strategic plan, which is vital in attacking a social issue. The first part of the five-part process begins with identification of practical alternatives and dreams of visions for resolving the strategic issues. (Renz; 2010). New Hope has implemented a strategy in writing to provide a solution to help with the housing situation in their community; as an organization, this is vital in managing issues formulating a strategy. New Hope is in the right direction with the implementation of this strategic plan and is align with the nonprofit strategic management cycle in regards to providing services and resource opportunities to the consumer. New Hope strategic plan is focusing on an issue that is facing the community by implemented a strategy to provide housing for the homeless. New Hope has chosen to follow the model that is identified by (Renz, 20100 as the three main topics in strategic decisions...

Words: 543 - Pages: 3

Premium Essay

Strategy

...sure you have a strategy? Donald C. Hambrick and James W, Fredrickson Executive Overview After more than 30 years of hard thinking about strategy, consultants and scholars have provided an abundance of /rameworks for analyzing strategic situations. Missing, however, has been any guidance as to v^hat the product of these tools should be—or virhat actually constitutes a strategy. Strategy has become a catchall term used to mean whatever one wants it to mean. Executives now talk about their "service strategy," their "branding strategy," their "acquisition strategy," or whatever kind of strategy that is on their mind at a particular moment. But strategists—whether they are CEOs of established firms, division presidents, or entrepreneurs—must have a strategy, an integrated, overarching concept of how the business will achieve its objectives. If a business must have a single, unified strategy, then it must necessarily have parts. What are those parts? We present a framework for strategy design, arguing that a strategy has five elements, providing answers to five questions—arenas: where will we be active? vehicles: how will we get there? differentiators: how will we win in the marketplace? staging: what will be our speed and sequence of moves? economic logic: how will we obtain our returns? Our article develops and illustrates these domains of choice, particularly emphasizing how essential it is that they form a unified whole. Consider these statements of strategy drawn from actual...

Words: 7729 - Pages: 31

Premium Essay

Strategy

...(Definition of Strategy) "Strategy is the direction and scope of an organisation over the long-term: which achieves advantage for the organisation through its configuration of resources within a challenging environment, to meet the needs of markets and to fulfil stakeholder expectations.” (Johnson and Scholes) Mintzberg starts off by identifying that there are differences in strategy, some are ‘intended’ and others ‘realised’. He states that this diagram allows the distinction of deliberate and emergent strategy to be identified. (Definition of Deliberate) It follows a calculated formula, where they set a goal, define a set of steps to reach that goal and then methodically act on each step, formulated by central leadership. This is a conscious and rational process that involves assessment of market structure, competitive analysis and detailed market research to determine specific customer needs, so much so it is a ‘surprise free situation’. (Definition of Emergent) On the other hand, an emergent strategy is a pattern of actions that develops over time in an organization in the absence (or despite) a specific set of goals. The extent to which change can be differentiated depends on whether a company chooses to implement developmental, transactional or transformational change (Ackerman 1997) As Mintzberg says, it is unlikely for a firm to be operating a ‘purely emergent’ or ‘purely deliberate’ strategy. Firms lie in between the two, which could be seen as the...

Words: 271 - Pages: 2

Premium Essay

Strategy

...Strategy Strategy is the long term direction of an organisation; it is the plan which decides the future course of action for an organisation or an individual. It is likely to be expressed in broad statement both about the direction and the action required to be taken by an organisation to achieve the objectives. For example: it may be stated in terms of market entry, new products or services or ways of operating. Strategic decisions are likely to be concerned with the scope of an organisation’s activities. And these types of decisions are normally about trying to achieve some advantages for the organisation over competitors. For example, Dell felt that the margins earned by many competitors were too high and that made them vulnerable to a strategy of lower prices and tighter margins. Strategy can be seen as creating opportunities by building on an organisation’s resources and competences. This is called resource-based view of strategy, which is concerned with exploiting the strategic capability of an organisation, in terms of the resources and competences to provide competitive advantage and yield new opportunities. E.g. a large MNC may focus its strategies on those businesses with strong brands. The strategy of an organisation is affected not only by environmental forces and strategic capability, but also by the values and expectation of those who have power in and around the organisation. The beliefs and values of the stakeholders will have a greater or lesser...

Words: 258 - Pages: 2

Free Essay

Strategy

...Business Press Boston, Massachusetts ISBN-13: 978-1-4221-4672-9 4673BC This document is authorized for use only in GMBA-EN-BL_Abr2015_A1 - Strategy Implementation by Pedro Guillermo Ruiz, IE Business School from January 2016 to January 2017. Copyright 2008 Harvard Business School Publishing Corporation All rights reserved Printed in the United States of America This chapter was originally published as chapter Introduction of The Heart of Change: Real-Life Stories of How People Change Their Organizations, copyright 2002 Harvard Business School Publishing Corporation. No part of this publication may be reproduced, stored in or introduced into a retrieval system, or transmitted, in any form, or by any means (electronic, mechanical, photocopying, recording, or otherwise), without the prior permission of the publisher. Requests for permission should be directed to permissions@harvardbusiness.org, or mailed to Permissions, Harvard Business School Publishing, 60 Harvard Way, Boston, Massachusetts 02163. You can purchase Harvard Business Press books at booksellers worldwide.You can order Harvard Business Press books and book chapters online at www.harvardbusiness.org/press, or by calling 888-500-1016 or, outside the U.S. and Canada, 617-783-7410. This document is authorized for use only in GMBA-EN-BL_Abr2015_A1 - Strategy Implementation by Pedro Guillermo Ruiz, IE Business School from January 2016 to January 2017. INTRODUCTION The Heart of Change T ...

Words: 4275 - Pages: 18

Premium Essay

Strategy

...Slide 1.1 1: Introducing Strategy Johnson, Whittington and Scholes, Exploring Strategy, 9th Edition, © Pearson Education Limited 2011 Slide 1.2 Learning outcomes • Summarise the strategy of an organisation in a ‘strategy statement’. • Identify key issues for an organisation’s strategy according to the Exploring Strategy model. • Distinguish between corporate, business and operational strategies. • Understand how different people contribute to strategy at work. • Appreciate the contributions of different academic disciplines and theoretical lenses to practical strategy analysis. Johnson, Whittington and Scholes, Exploring Strategy, 9th Edition, © Pearson Education Limited 2011 Slide 1.3 Definitions of strategy (1) • ‘..the determination of the long-run goals and objectives of an enterprise and the adoption of courses of action and the allocation of resource necessary for carrying out these goals’ Alfred Chandler • ‘Competitive strategy is about being different. It means deliberately choosing a different set of activities to deliver a unique mix of value’ Michael Porter Sources: A.D. Chandler, Strategy and Structure: Chapters in the History of American Enterprise, MIT Press, 1963, p. 13 M.E. Porter, ‘What is strategy?’, Harvard Business Review, 1996, November–December, p. 60 Johnson, Whittington and Scholes, Exploring Strategy, 9th Edition, © Pearson Education Limited 2011 Slide 1.4 Definitions of strategy (2) • ‘..a pattern in a stream of decisions’...

Words: 1670 - Pages: 7

Premium Essay

Strategy

...that there was a difference between operational effectiveness. Operational effectiveness measures competency and how well a company outperforms its rivals, but a large part of strategy implements evolution and differentiating amongst competitors. As Michael E. Porter states, “A company can outperform rivals only if it can establish a difference that it can preserve” (Porter 2010, p. 3). In addition, a great deal of strategic positioning is to know the market and deliver the needs of demands. For example, Southwest provides a first come first serve seating and allows its customers to check in 2 bags for free, while Spirit Airlines have the lowest deals in most flights, but charges their customers a fee for any carry on bags or checked in luggage. American Airlines and affiliates offer wifi and complimentary drinks on flights and JetBlue has Direct TV for its customers. I use these examples because I travel back and forth from California and Oregon, and have observed these features on many airlines. I find it very applicable to the topic of strategy. Each and every airline has its distinguishable features as incentives for customers to choose them over their rivalries. My perception of strategy has evolved in that I have applied many of the previous discussions we have had in the past with strategy and effective implementation. I find it hard to successfully carry forth strategic planning and success within a company without great leadership, management and an understanding...

Words: 532 - Pages: 3

Free Essay

Strategy

...Question 1 (strategy game): You have managed your camera company in the virtual industry environment for seven “years” together with your co-managers. As an individual now, and with the benefit of hindsight, if you were to start again from Year 6, what would you do differently in your strategy and in your management, and why? Note: the game is clearly a means to an end, and what I’ll be looking for in your answer is that you use your “toolkit”, which you have acquired from Strategy and from other courses in this GXMBA. Also, the question is about company strategy and its deployment, not about internal group organization. GO TO ANSWER Article 1 - Home Depot Earnings Beat, Raises Outlook Published: Tuesday, 13 Nov 2012 | 6:33 AM ET By: CNBC.com With Reuters Home Depot raised its full-year outlook on Tuesday as the retailer benefited from a recent uptick in the U.S. housing market and analysts expect a sales boost from super storm Sandy in the current quarter. The nascent recovery in housing has encouraged professional contractors to buy more in recent months. Home Depot, the world's largest home improvement chain, has also gained from its own efforts to improve distribution, cut costs and localize marketing and merchandising. Excluding a charge for closing seven stores in China, Home Depot said it had earned 74 cents per share. Analysts had been expecting 70 cents a share, according to Thomson Reuters I/B/E/S. Third-quarter revenue...

Words: 2710 - Pages: 11

Premium Essay

Strategy

...J U LY 2 0 12 strategy practice Becoming more strategic: Three tips for any executive Michael Birshan and Jayanti Kar You don’t need a formal strategy role to help shape your organization’s strategic direction. Start by moving beyond frameworks and communicating in a more engaging way. We are entering the age of the strategist. As our colleagues Chris Bradley, Lowell Bryan, and Sven Smit have explained in “Managing the strategy journey” (on mckinseyquarterly.com), a powerful means of coping with today’s more volatile environment is increasing the time a company’s top team spends on strategy. Involving more senior leaders in strategic dialogue makes it easier to stay ahead of emerging opportunities, respond quickly to unexpected threats, and make timely decisions. This is a significant change. At a good number of companies, corporate strategy has long represented the bland aggregation of strategies that individual business unit heads put forward.1 At others, it’s been the domain of a small coterie, perhaps led by a chief strategist who is protective of his or her domain—or the exclusive territory of a CEO. Rare is the company, though, where all members of the top team have well-developed strategic muscles. Some executives reach the C-suite because of functional expertise, while others, including 1 In a McKinsey Global Survey of more than 2,000 global executives, only one-third agreed that their corporate strategy approach represented “a...

Words: 2520 - Pages: 11

Premium Essay

Strategy

...evaluates and controls the business and the industries in which the company is involved; assesses its competitors and sets goals and strategies to meet all existing and potential competitors; and then reassesses each strategy annually or quarterly [i.e. regularly] to determine how it has been implemented and whether it has succeeded or needs replacement by a new strategy to meet changed circumstances, new technology, new competitors, a new economic environment., or a new social, financial, or political environment. ------------------------------------------------- Strategic Management – An Ongoing Process by GE Consult on Wednesday, December 16, 2009 at 8:59am December 16, 2009  by Fred Victor  The term “globalization” is not new, what is more, it is more rapid and pervasive nowadays. Significant reductions in barriers to international commerce since the mid-1970s have resulted in markets and industries becoming increasingly integrated across nations. In fact, distance is becoming a shrinking barrier. Markets are globalizing rapidly, due to technological advancement particularly in computer technology, as are the firms that competing. As a result, strategic management will be more significant as the pace of business nowadays.  Managing change has become the "silver bullet" in seeking the final component of successfully managing strategy, process, culture and people in most modern organizations. Furthermore, staying competitive in the face of demographic trends, technological...

Words: 642 - Pages: 3

Premium Essay

Strategy

...Book: Be Different or Be Dead by Roy Osing ISBN: 9781626753150 http://www.amazon.com/dp/1894694694/?tag=sounexecbooks-20 This book is an A to Z business strategy guide, including how to create strategic game plan, elements of execution and staying alive in the competition. Author basically has 2 main objectives for readers to reach. The first is to provide a guide for the execution journey and provide a process to follow. One of the lesson I learned from that is, If you commit to the process, It will deliver executional competency to you in your business life even individually. The second is give more information about the conversation about strategic planning. Just from a different point of view by not completely destroying the traditional planning model, main purpose is to shift the balance between where you or your company want to go, and how you intend to get there. I learned a lot more how to create a strategic game plan. Author lists the possible issues you may be facing, and gives keywords for fast implementation. He also states that focusing the critical elements of execution and keeping all these things easy, play an important role for your act. In addition to that author encourages readers to user their leadership intelligent. Author also lists the questions that we need to ask during the journey, and we have to keep these answers always updated along the way: How big you want to be, how do you want to serve and how will you compete to win. Deciding how big you...

Words: 827 - Pages: 4

Premium Essay

Business Strategy with Military Strategy

... MAN4120 Exercise 1A: Compare Business Strategy with Military Strategy Ranking the nine military maxims: 1= most important 9= least important Top 9 Maxims: 9= Simplicity-prepare clear, uncomplicated plans and clear, concise orders to ensure thorough understanding Plans are important. Strategic management relies on strategies that are first formulated, implemented and than evaluated for success. This is the most important. 8= Objective- direct every military operation towards a clearly defined, decisive, and attainable objective After plans are formulated in a general scope, now objectives or goals are also formulated in order for it to be implemented and achieved. 7= Unity of Command-for every objective, ensure unity of effort under the responsible commander In business, we have organizational structure. Strategic plans are executed by certain people with duties such as management and employees. Without this type of structure, there is no way of directing the path of success. 6=Offensive-seize, retain, and exploit the initiative At this point, strategy can now be implemented after planning. 5= Maneuver-place the enemy in a disadvantageous position through the flexible application of combat power. Part of implementing strategies, placing competitors in a disadvantage by having “competitive advantage” 4= Mass-concentrate combat power at the decisive place and time Also, part of strategy implementation, deciding when to execute goals...

Words: 314 - Pages: 2

Premium Essay

The Importance of Strategy

...The Importance of Strategy Most corporations would purport to have a well defined strategy which they have developed to take their business forward. Often however strategy is confused with operational planning, planning focused on delivering a more effective outcome for the business as it exists and not about positioning the company for the future. So widgets are made with ever increasing efficiency until the time comes when no one wants widgets like the company makes them any longer and a once proud company is consumed by its wily competitor or ceases to exist. Strategy is about planning to reach a vision which differentiates a company from its competitors in a positive way. It encompasses overall direction as well as the many detailed activities that occur in a company. Strategic success generally depends on possessing an enlightened and unique vision as well as doing the many things needed to achieve the vision well. If one focuses too much on the activities often the vision is lost, likewise if the focus on the vision is too intense then the operational matters are neglected resulting in across the board problems in personnel, quality, poor productivity, and so on. Indeed, ask any manager to define his or her idea of strategy and one will invariably be given a raft of answers as the person struggles to differentiate between corporate strategy and operational planning. Thus whilst one may be given the answer that the “corporate strategy” is to improve quality over a 2 year...

Words: 932 - Pages: 4

Premium Essay

Turnaround Strategy

...The two broad turnaround strategies that may be followed by Public and Private companies are Strategic and Operating. Strategic turnarounds can be branched into activities that comprises of a change in business strategy for competing in the same business and those that involve for entering a new business or businesses. Operating strategies does not involve altering the business level strategies and usually focuses on increasing revenues, decreasing cost, decreasing assets or a combination effort. Our research work mainly focuses on existing corporates that applies Strategic turnaround strategies to reverse a major decline in their performance. Repositioning Strategy Repositioning is an entrepreneurial strategy that puts its emphasis on growth and innovation. This strategy answers the declining situation in an organization by devising out a new definition of the mission and its core activities. The organization  can choose to stay and become more dominant in the existing market or by diversifying itself into new markets and products. In some of the cases the management may think that the current resource capabilities of a company can achieve a greater competitive advantage, if applied to a new market segment by successfully integrating and making a fit between the capabilities of the firm and the external environment. The repositioning strategy acknowledges the notion of diversification and provides an opportunity for a firm to leverage on it existing resources such as financial...

Words: 807 - Pages: 4