FOOD REGION DETECTION USING
BAG-OF-FEATURES REPRESENTATION AND COLOR FEATURE
Ruiko Miyano, Yuko Uematsu and Hideo Saito
Keio University, 3-14-1 Hiyoshi, 223-8522 Kohoku-ku, Japan
Keywords:
Food Region Detection, Bag-of-Features, Visual Words, Color Feature, SURF, Support Vector Machine.
Abstract:
Food image processing has recently attracted attention, because many people take photos of food. For food
image processing, recognition of captured food is an essential technology, but region detection of the food
area from captured photos is also very important procedure for food recognition. In this paper, we propose a
novel method for automatic region detection of food from photos using two kinds of features in input image.
To detect food regions, we use a method which is widely used in generic object recognition. We divide an
image into small subregions and represent each subregion as Bag-of-Features representation using local feature
descriptors and color feature. Using two features, we recognize food subregions and finally connect them as
food regions. Our experiments show that the proposed method can detect food region in high accuracy.
1 INTRODUCTION
In recent years, the number of camera users has in-
creased because digital cameras are very popular con-
sumer products. Since a human face is the most pop-
ular subject captured with the consumer digital cam-
eras, techniques for face detection have been exten-
sively developed. As well as human faces, food is
also targeted when recording food logs or memoriz-
ing special moments of travel. Additionally, there are
some applications which make food appearance more
delicious in a photo. For these reasons, food is the
subject frequently taken in everyday life.
Some researches dealing with food images have
attracted attention in recent years. Especially, au-
tomatic food image recognition is important as the
generic object recognition. Such systems aim to clas-
sify unknown food images and estimate volume, nu-
trition and so on. Using these systems, people who
often take a photo of food can easily analyze their
photos, and people can easily record everyday food
from photos.
However, these researches have some problems.
In these researches, food is located in the entire screen
or food region is estimated based on circle detection.
When there are several plates in the captured image,
therefore, they have to cut out the regions of food in
advance. Moreover, if the plate does not have circle
shape, plate detection based on circle detection will
fail. Therefore, we aim to automatically and precisely
detect food regions from single image.
2 RELATED RESEARCH
Joutou et al. proposed a food image recognition sys-
tem for 50 kinds of food images (Joutou and Yanai,
2009). They extract Bag-of-Features (BOF), color
histogram and Gabor texture feature, and then ap-
ply Multiple Kernel Learning (MKL) method to those
features in order to classify query images into 50 cat-
egories. Yang et al. proposed a fast food image recog-
nition system (Yang et al., 2010). They use pair-
wise statistics which represents geometric relation-
ship such as distance and orientation between many
pairs of local features. Puri et al. proposed a food in-
take assessment system which recognizes food types
and estimates volumes and nutrition information (Puri
et al., 2009). They recognize food types by using
color feature and texture feature, and estimate vol-
umes by 3D reconstruction.
There are many researches about object detec-
tion. Most popular research is face detection (Vi-
ola and Jones, 2004). Face detection is implemented
in most digital cameras, which is used to lock fo-
cus and adjust flash. To detect face region, they use
Haar-like feature which considers characteristic pat-
terns of human faces. On the other hand, food images
do not have such particular characteristic patterns be-
cause foods have several colors, shapes and ingredi-
ents. Therefore, we focus on a method used in generic
object recognition. To detect object region based on
generic object recognition, it is useful to use subwin-
dow (Lampert et al., 2009; Wei and Tao, 2010).
709
Miyano R., Uematsu Y. and Saito H..
FOOD REGION DETECTION USING BAG-OF-FEATURES REPRESENTATION AND COLOR FEATURE.
DOI: 10.5220/0003854507090713
In Proceedings of the International Conference on Computer Vision Theory and Applications (VISAPP-2012), pages 709-713
ISBN: 978-989-8565-03-7
Copyright
c
2012 SCITEPRESS (Science and Technology Publications, Lda.)