Next Article in Journal
A Comparison of Gene Expression Changes in the Blood of Individuals Consuming Diets Supplemented with Olives, Nuts or Long-Chain Omega-3 Fatty Acids
Next Article in Special Issue
Providing Comprehensive Dietary Fatty Acid Profiling from Saturates to Polyunsaturates with the Malaysia Lipid Study-Food Frequency Questionnaire: Validation Using the Triads Approach
Previous Article in Journal
Participatory Approaches to Understand Dietary Behaviours of Adolescents in the Secondary School Setting
Previous Article in Special Issue
Association of Ultrasound-Derived Metrics of the Quadriceps Muscle with Protein Energy Wasting in Hemodialysis Patients: A Multicenter Cross-Sectional Study
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Assessing Mediterranean Diet Adherence with the Smartphone: The Medipiatto Project

1
ARTORG Center for Biomedical Engineering Research, University of Bern, 3008 Bern, Switzerland
2
Epidemiology, Biostatistics and Prevention Institute (EBPI), University of Zurich, 8001 Zurich, Switzerland
3
Oviva S.A., 8852 Altendorf, Switzerland
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Nutrients 2020, 12(12), 3763; https://doi.org/10.3390/nu12123763
Submission received: 22 October 2020 / Revised: 1 December 2020 / Accepted: 2 December 2020 / Published: 7 December 2020
(This article belongs to the Special Issue Nutrition Assessment Methodology: Current Update and Practice)

Abstract

:
The Mediterranean diet (MD) is regarded as a healthy eating pattern with beneficial effects both for the decrease of the risk for non-communicable diseases and also for body weight reduction. In the current manuscript, we propose an automated smartphone application which monitors and evaluates the user’s adherence to MD using images of the food and drinks that they consume. We define a set of rules for automatic adherence estimation, which focuses on the main MD food groups. We use a combination of a convolutional neural network (CNN) and a graph convolutional network to detect the types of foods and quantities from the users’ food images and the defined set of rules to evaluate the adherence to MD. Our experiments show that our system outperforms a basic CNN in terms of recognizing food items and estimating quantity and yields comparable results as experienced dietitians when it comes to overall MD adherence estimation. As the system is novel, these results are promising; however, there is room for improvement of the accuracy by gathering and training with more data and certain refinements can be performed such as re-defining the set of rules to also be able to be used for sub-groups of MD (e.g., vegetarian type of MD).

1. Introduction

The Mediterranean diet (MD) is characterized by a high intake of vegetables, fruits, nuts, legumes, complex carbohydrates, unsaturated lipids (mainly olive oil), a moderate consumption of fish and alcohol, and a low intake of red meat [1,2,3]. MD best fulfils the criteria of what is regarded as a healthy eating pattern and has also been shown to decrease the risk of various non-communicable diseases, such as type 2 diabetes, cardiovascular disease, and cancer [4,5,6,7,8]. It has also been shown to be effective in sustainably lowering body weight [9]. MD is a food pattern because it represents a set of foods and nutrients that work as a whole, with a positive impact on human health that repeats over time [10]. Optimal adherence to the MD can be visualized in the form of a pyramid [11]: at the base, there are foods that should be consumed frequently and at the upper levels, foods that are advised to be eaten in small to moderate amounts. In fact, a healthy or unhealthy diet relies on the quantity and the frequency of the consumed food. The pyramid illustrates guidelines recommending food intake based on a meal, a daily- or a weekly-based consumption.
Mediterranean diet adherence (MDA) is a score-based evaluation metric used to assess how closely individuals follow the MD, i.e., a higher MDA score indicates close adherence to MD. The MDA is calculated based on each single meal within a long-term diet (daily and weekly) [12]. To the best of our knowledge, there is no efficient approach, manual or automatic, able to perform automatic MDA assessment, since no such tool exists, but also because there is no agreed upon set of rules for this type of assessment among dietitians and healthcare professionals. This makes it difficult for people to follow MD and hinders the dissemination of such a healthy food pattern. However, in the last decade, artificial intelligence (AI) techniques [13,14,15,16,17,18,19] have opened new possibilities for automatic dietary assessment by directly analyzing food images. Results from a global survey conducted among healthcare professionals (HCP) (n = 1001), found out that HCP would like to recommend to their patients/clients apps that are easy to use, validated, and automatically produce nutrient and calorie estimations [20].
In contrast to typical dietary assessment systems [18,21,22] that demand an accurate food volume estimation, the MDA assessment requires a rough estimation of the food serving size, but rather a fine food recognition. To meet this requirement, it is fitting to perform accurate multi-label food recognition from a single image, to precisely recognize multiple food types even when they are mixed together.
It has been described that electronic diaries which depict food items might improve adherence to self-monitoring [23]. Thus, in this paper, we propose an AI-based smartphone application (app) to automatically assess the user’s MDA. Figure 1 shows the outline of the proposed system. The input to the app is a single RGB (Red, Green, Blue) food image captured by the user. The app analyzes the image to recognize the different foods and portions. The analysis regards certain food categories and their portions, based on a set of rules defining MDA, which are formulated in the current manuscript. On top of the automatically recognized foods, the user needs to manually add certain non-visually detectable food types or ingredients (e.g., olive oil, salt, etc.) that are of importance for the MDA estimation. This step is unavoidable even with manual estimation performed by experienced dietitians since certain ingredients that are mixed into the food or in the sauce are only known to the persons that prepared the food. The analysis of each image is stored by the app and used at a later stage, as there are certain food categories that affect MDA on a per-meal, daily, or weekly basis. At the end of each week, all analyses are processed, and the MDA score is estimated. This score is presented to the user.
The core algorithm used in the image processing module is a graph convolutional network (GCN) [24,25,26] for multiple food type recognition and serving size estimation. The input of the algorithm is a single view RGB image, while the outputs are all the food categories contained in the image and their corresponding serving sizes. This approach incorporates food category semantics into the learning process and is able to explore the relation among different food categories, so as to achieve better recognition accuracy, especially for cases of overlapping foods. To estimate the rough food serving size, a regression layer is designed and integrated into the GCN framework, which outputs the serving size of each food category.
Comparing to existing food recognition and volume estimation approaches, which either recognize only one food category per image [27] or address the recognition of different food categories separately [28], the advantages of the GCN-based proposed algorithm include: (1) the user only needs to capture one photo including all the food items under evaluation, which significantly reduces the burden of image capturing; (2) the proposed algorithm has the ability to take advantage of the correlations between certain food categories in the benefit of accuracy for the cases where the food items are mixed together. It should be noted that, although the simple regression for the serving size estimation would not be as accurate as the food volume estimation of other dietary assessment systems, which utilize 3D information (from multi-view or depth sensor), the accuracy of food serving size estimation is adequate for MDA assessment. In addition, as a trade-off solution, the approach for serving size estimation allows for better performance of the food recognition module.
The contributions of this paper include:
(1)
The introduction of a concrete set of rules regarding the assessment of MDA. This is implemented based on the MD score that we use in the current manuscript. The rules that are introduced take into account the type, frequency, and quantity of the consumed foods and refer to the scoring system chosen for this manuscript.
(2)
The design and development of an innovative AI-based system for automatic MDA assessment, which estimates the user’s long- and short-term adherence to MD. To the best of our knowledge, the proposed system is the first AI-based system for MDA assessment. The designed core algorithm embedded in the proposed system is able to recognize multiple food items and their serving sizes simultaneously from a single food image. The experimental results demonstrate the better performance of the designed algorithm compared to the widely used baseline algorithm.
(3)
A comparison study between the proposed system and four experienced dietitians for MDA assessment on the food images captured under free-living condition was conducted. The results of the study indicate similar results between the proposed system and the experienced dietitians.

1.1. Related Work

1.1.1. MDA Evaluation

It is essential to determine the MD adherence level using accurate measurement tools and it has been shown that dietary scores are useful since they depict the consistency of food consumption to a pattern and in compliance to the recommended intake [29]. Dietary scores combine foods and/or nutrient constructs aiming at estimating overall dietary quality and its association to health outcomes [30]. There are many different MD scores tailored to different populations and age groups. The first one was published by Trichopoulou et al. [10] and assessed the adherence to traditional MD. With regards to content validity, the majority of scores are based on negative and positive components, even though there is no consensus on the meaning of the ratings [30], by scoring positively beneficial foods that are mostly consumed in traditional MDs and negatively foods which are less frequently consumed and which are non-typically Mediterranean [31]. Thus, a high score indicates good adherence to the MD and a low score, poor adherence [30]. However, the methodology behind the assessment of MDA scoring is not universally agreed-upon, because of the absence of agreement regarding the definition of MD itself. Since there are different indices with significant variations, there is a need for a clarification in terms of the number of components, the contribution of each of them in the indices and the scoring criteria in order to improve the reliability and agreement between them [32].

1.1.2. AI in Dietary Assessment

The first two steps of automatic dietary assessment are usually treated by directly employing well-established segmentation [33,34] and recognition algorithms [13,17,33,35,36], which can be readily realized using one RGB-image input. With the rapid development of convolutional neural networks (CNNs), the performance of these two steps [33,37,38] can nowadays significantly outperform the traditional approaches that are based on hand-crafted features [34,35].
However, there is not much research focused on food volume estimation. The implementation of traditional volume estimation techniques [38,39,40] for food requires more than one food image, either as a video sequence [41,42], or as two individual input images [14]. A more robust 3D food model reconstruction can be achieved by processing an RGB-image and its corresponding depth image captured by a depth sensor [22,43,44]. These approaches achieve high accuracy; however, their implementation remains inconvenient as the depth sensor is not universally available for all end-users. The performance of these approaches, though, is inevitably compromised by the almost always unknown information of the non-visible parts of the food.
As a simpler alternative, supervised CNNs permit the use of a single RGB-image as input [15,43,45] for the prediction of the corresponding depth map needed for 3D food model building [15,43] or the direct food volume regression [45].

2. Methodology

2.1. Data Gathering

For the development of the app and training of the algorithms, a large number of appropriately annotated data is needed. This data refers to images depicting food, upon which the GCN is trained, so as to recognize the food groups that the users consume and estimate the corresponding servings. These images need to be annotated in terms of food categories and respective serving sizes. A group of annotators have undertaken this task and needed to be aware of the foods that are of interest and their corresponding serving size. A questionnaire has therefore been created, providing basic instructions for the annotation process. It lists the food groups of interest, their respective serving sizes, and examples of how the annotator can recognize and correctly annotate each food.

2.2. Annotators’ Questionnaire

This questionnaire was created based on MD adherence questionnaires [46] aided by the unit sizing, in order to support the annotators in the food estimations. We chose to mostly include unit sizing of household measures (e.g., cups) and hand references (e.g., handful), as it was deemed most appropriate and easiest for people with no experience in dietetics to follow. There were still certain issues, however, that needed to be considered. First, the serving sizes vary by food and differ in some foods depending on whether they are dry or in edible form. Furthermore, each country has different serving sizes and, in many cases, there is no nationwide consensus and/or the precise units are not publicly available. For these reasons, we decided to use the available and consensus-based serving sizes as published by the British Nutrition Foundation [41]. However, since it does not sufficiently cover all food groups (e.g., dairy), if the serving size for a food item was not available, we used serving sizes as published by the Swiss Food Association [44]. The precise definition of serving sizes, as well as certain other specifying instructions, e.g., only raw or cooked vegetables are considered, while vegetable juice is ignored, helped to avoid/reduce the confusion of annotators.
For food categories that are of importance for MD, but undetectable by the app, e.g., oil, melted butter, etc. and for beverages that may easily be misclassified e.g., water vs. vodka, the user will need to either manually add the appropriate information or verify/correct any incorrect recognition.

2.3. Rules’ Definition for MD Scoring

A set of rules has been defined, which translates the composition of MD compatible food categories, consumed servings, and frequency on a weekly basis, into an MD adherence index, which can be then associated with three output levels: low, medium, and high adherence. The analysis was based on already established scoring methodologies [47]. The resulting set of rules is shown in Table 1.
Depending on the consumption of MD food items, an MD score will be provided to the user on a weekly basis. The score lies within the range of 0 (no adherence) to 24 (highest adherence). It should be noted that not all food items that are assessed are used for the calculation of the classical MD adherence. The information on non-white pasta and rice is used for a future updated version of MD adherence.
To our knowledge, there is no concrete scientific consensus regarding the detailed scoring procedure that should be used, other than the given maximum scores. The procedure we use is the following:

2.3.1. Components That Are Counted Daily or per Meal

Meal-based categories (e.g., fruits) refer to the three main meals of the day, namely breakfast, lunch, and dinner. Each meal that contains at least one category contributes one point. More than one serving of a category or more than one categories contained in a meal do not contribute extra points.
These points are then summed up on a daily basis, contributing to the overall score by a maximum of 3 points.
Food groups that are counted on a daily basis, contribute points any time that they are consumed, regardless of the meal or time of day. Their servings are counted throughout the day and at the end they contribute their corresponding points. Nuts contribute 2 points, when one or more servings are consumed. Dairy products contribute one point for one serving and 2 points for two or more servings per day. Finally, fermented beverages contribute one point for 1 or 2 servings per day and 0 points for 3 or more servings per day.
After one week, the points gathered the meal- and daily-based food groups are summed up and divided by 7 in order to receive the daily average of these two categories.

2.3.2. Components That Are Counted Weekly

For the scoring of food groups that are counted on a weekly basis, servings are summed up for the entire week, consequently contributing their corresponding points. Legumes, eggs, fish, and white meat contribute one point if there are 2 or more servings per week. Red meat contributes 1 point if there is a maximum of one serving of it per week and 0 points if there are more. Finally, sweets contribute one point if there are one or two servings per week and 0 points if there are more. More detailed tables regarding the different food groups’ scoring can be found in Appendix A.

2.3.3. Total Score Calculation

Weekly MD adherence = ((sum of meal scoring + daily scoring)/7) + weekly scoring
After the initial assessment that has to last one week, the meal- and daily-based adherence to the MD will be used to calculate and display a preliminary adherence trend, based on Equation (1). However, a definite new score and classification can only be generated after the inclusion of the next entire week-based analysis.

2.3.4. Food Recognition and Serving Size Estimation

The graph representation learning method [24,25,26] is designed for food recognition and serving size estimation. The overall network architecture is shown in Figure 2.
A CNN (here we use the ResNet101 [49]) is initially applied on the entire input RGB food image for feature extraction. The extracted image features are then embedded with the word semantic features for each food category. The word semantic features are extracted using the pre-trained GloVe [50] model. The feature embedding strategy used in this project is illustrated in Figure 2 and described by Equations (2)–(4), which are based on a semantic guided attention mechanism [25] and widely used for cross-modal feature fusion purpose in the literature [25,26].
f E c = i a t t e n c , i f c , i
f c , i = P T ( t a n h ( ( U T f i m g , i ) ( V T f w o r d ) ) ) + b
a t t e n c , i = s o f t m a x ( F a ( f c , i ) )
where c is the index of the food category and i indicates the pixel location within the image f E c are the embedded features for category c and f i m g represents the extracted image features, while the f w o r d are the word semantic features. The P , U , V and b are the parameters to be learned. ⊙ is the element-wise multiplication operation. F a is the attentional function that is implemented as a fully connected layer.
After obtaining the embedded features corresponding to all the food categories, a graph G = { V , A } is introduced to build the GCN [26], where the nodes V { v 0 , v 1 , , v C 1 } refer to the food categories and the edges A { a 0 , 0 , a 0 , 1 , , a 0 , C 1 , , a C 1 , C 1 } indicate the co-occurrence of the corresponding categories, in which C is the total image categories contained in the database. V is represented using the embedded features and the A is computed using the label annotations of the samples of the training set. After several iterations of the process executed by the GCN module [24,25], the network will produce the correlated features for each food category. The detailed iteration strategies are similar to those in [25]. The extracted correlated features are then concatenated and provided to the food classification and serving size recognition layers. These two layers are implemented as fully connected and output the food recognition results and the corresponding serving size, respectively.
During network training, the input image is resized to 512 × 512. The binary cross entropy loss is applied to the food classification layer, while the mean relative squared error is used for the serving size regression layer. The Adam optimizer with learning rate 1 × 10−5 is applied during the network training. The batch size is set at 32 and the number of iterative steps of the GCN module is set at 3.

3. Results

3.1. Database

The images analyzed were captured by the users of the Oviva [51] platform, which agreed on using these images for this purpose, under free-living conditions and contains 5776 food images. There were no inclusion or exclusion criteria regarding the users or the images and the data is fully anonymized. Each image was annotated by 5 different inexperienced annotators regarding the food type and serving size contained, selecting from a total of 31 food categories (Table 2) defined by the experienced dietitians that have determined the MDA ruleset. We split the database into a training and a testing set, which includes 5483 and 293 images, respectively.
The five annotations of each image are then averaged in both sets and set as the ground truth. For the testing set, we additionally involved an experienced dietitian to correct the average annotations of the inexperienced annotators, to ensure the correctness of the testing ground truth and the fairness of the evaluation results.
For the MDA assessment, we randomly select 71 images from the testing set and divide them into 14 sub-sets, each sub-set containing 3–7 food images, representing the daily intake of one user for one day, resulting in daily intake information of one user for two consecutive weeks. We manually marked all the testing images as “breakfast,” “lunch,” “dinner,” or “snack” based on common sense with respect to the different meal types. Figure 3 shows an example of one daily sub-set.

3.2. Food Recognition and Serving Size Estimation

The mean Average Precision (mAP) metric is used to evaluate the performance of the multi-label food recognition. mAP is the most commonly used evaluation metric for multi-label image classification in literature [24,25]. The calculation of mAP is represented in Equation (5).
m A P = 1 C c m e a n ( m a x ( P R c c ) )
where: C indicates the number of food categories, while c is its index, P indicates the precision: P = t r u e p o s i t i v e / ( t r u e p o s i t i v e + f a l s e p o s i t i v e ) , R indicates the recall: R = t r u e p o s i t i v e / ( t r u e p o s i t i v e + f a l s e n e g a t i v e ) and m a x ( P R c c ) indicates the max precision for each recall level (value) of category c.
To evaluate the performance of serving size estimation, the mean Absolute Percentage Error (mAPE) is applied as the evaluation metric. mAPE is described by Equation (6).
M A P E = 1 N i t m i t m | S g t i t m S p r e d i t m | S g t i t m
where: itm is the index of the correctly predicted food items of the testing images, S g t i t m and S p r e d i t m are the ground truth and predicted serving size of the corresponding food item, respectively and N i t e m is the number of evaluated food items.
Table 3 shows the comparison results of the developed approaches with respect to the multi-label food recognition and serving size estimation. To demonstrate the good performance of the developed approaches, we implemented the widely used ResNet101 [49] as a baseline method. To implement the baseline, a dense layer with sigmoid activation function is connected to the last average pooling layer of ResNet101 for multi-label food recognition. In addition, another dense layer is implemented in parallel and connected to the average pooling layer for the serving size estimation of each predicted food category. During implementation, we apply the pre-trained weight from ImageNet to initialize the backbone ResNet101, for a fair comparison with the proposed GCN-based method. As seen in Table 3, the GCN-based method achieves better performance in both multi-label food recognition and serving size estimation, which exceeds the baseline method by 11% and 2% for food recognition and serving size estimation, respectively. The experiments are conducted on a server equipped with GTX1080ti GPUs and the computation time of the different methods for a single food image is listed in Table 3. Figure 4 illustrates some example results of the proposed method.

3.3. MD Adherence Assessment

The MDA scores of the developed system are calculated based on the food recognition and serving size estimation from the algorithm and the scoring rules presented in the current manuscript. For this experimental phase, we used the 71 images that have been divided into 14 sub-sets representing the daily intake information of one user for two consecutive weeks, as described in Section 3.1. Four experienced dietitians manually calculated the MDA score for these sub-sets. One of the experienced dietitians has been involved in the creation and correction of the used database. All four were asked to output a weekly MDA score based on the scoring system that has been developed.
Table 4 shows the comparison results of the proposed system and the estimation of the experienced dietitians. “System-I” indicates the results using the image-level method. It is obvious by these results that the proposed system predicts MDA scores, which are very close to those predicted by the experienced dietitians.

4. Conclusions

In this paper, we present a novel system that can be used to monitor the user’s diet, quantify their intake, and assess their adherence to MD. To achieve this, we have developed a set of rules, based on already established scoring methodologies that translate the composition of MD compatible food groups, serving sizes, and frequency on a weekly basis into an MDA score. The final system will be able to translate this MDA score into three MD adherence levels, namely: low, medium, and high, which will be provided to the user in the form of a traffic light system (Table 5). We also designed and developed an algorithm for multi-label food recognition and serving size estimation from single-color images. The experimental results demonstrate that the proposed GCN-based algorithm surpasses the baseline approach in both food recognition and serving size estimation tasks. We also compared the MDA scores calculated by the developed system to the MDA scores estimated by four experienced dietitians and the results show that similar values are produced by both, demonstrating satisfactory performance of our system.
In further developing the system and in order for it to be established as a dietary support, there are still certain issues that need to be addressed and certain aspects that need refinement and improvement. The proposed scoring system can be further refined by not only considering the minimum portions that are consumed, but also consider the cases where the user exceeds the recommended for the MD portions. In addition, a parallel scoring system can be developed and incorporated to the system, which does not only follow the traditional MD, but also other forms. At the moment if a user follows a vegetarian type of MD, they would get a low MDA score, even though the proper nutrients may have been consumed.
Moreover, the current pipeline will inevitably always include the manual input by the user, regarding the undetectable foods (e.g., butter) and their portions. Though usually these foods are consumed in low amounts, this requirement entails a level of uncertainty when it comes to the user and their familiarity with portion estimation or knowledge of the food’s ingredients. The AI modules can be further improved, in the sense of increased accuracy with respect to food recognition and portion size estimation, by optimizing the used algorithms and including more relevant food images in the training process. Thus, the system’s accuracy is expected to increase too. The system’s optimization can be implemented in parallel to user satisfaction and usability assessment, thus improving the overall system, not only on its accuracy but also on its user friendliness.

Author Contributions

Conceptualization, S.M.; methodology, M.F.V., Y.L., I.P., D.F., S.M., M.B.; algorithms, Y.L., T.S., I.P. and A.G.; validation, M.F.V., Y.L., T.S. and D.F.; resources, M.B., S.M.; data curation, T.S.; manuscript preparation, M.F.V., Y.L. and T.S.; critical manuscript revisions, M.F.V., Y.L., T.S., I.P., D.F., A.G., S.M., M.B., supervision, S.M.; project administration, S.M.; funding acquisition, M.B. and S.M. All authors have read and agreed to the published version of the manuscript.

Funding

The research is funded in part by Innosuisse under the framework of the project medipiatto (Project Nr. 33780.1 IP-LS).

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results.

Appendix A

Table A1, Table A2 and Table A3 offer an analytical view of the scoring of the different food groups, which are counted on a meal-, daily- and weekly-basis respectively.
Table A1. Scoring of food groups counted on a meal basis
Table A1. Scoring of food groups counted on a meal basis
Food CategoryMealServings per MealPoint
Fruits
Vegetables
Breakfast00
Cereals
Olive oil
≥11
Fruits
Vegetables
Lunch00
Cereals
Olive oil
≥11
Fruit
Vegetables
Dinner00
Cereals
Olive oil
≥11
Table A2. Scoring of food groups counted on a daily basis
Table A2. Scoring of food groups counted on a daily basis
Food CategoryMealsServings per DayPoints
NutsAny00
≥12
DairyAny00
11
≥22
Fermented BeveragesAny00
1–21
>20
Table A3. Scoring of food groups counted on a weekly basis.
Table A3. Scoring of food groups counted on a weekly basis.
Food CategoriesMealsServings per WeekPoints
LegumesAny<20
≥21
EggsAny<20
≥21
FishAny<20
≥21
White MeatAny<20
≥21
Red MeatAny≥20
<21
SweetsAny>20
≤21

References

  1. Benetou, V.; Trichopoulou, A.; Orfanos, P.; Naska, A.; Lagiou, P.; Boffetta, P.; Trichopoulos, D. Conformity to traditional Mediterranean diet and cancer incidence: The Greek EPIC cohort. Br. J. Cancer 2008, 99, 191–195. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  2. Shai, I.; Schwarzfuchs, D.; Henkin, Y.; Sahar, D.R.; Witkow, S.; Greenberg, I.; Golan, R.; Fraser, D.; Bolotin, A.; Vardi, H.; et al. Weight loss with a low-carbohydrate, Mediterranean, or low-fat diet. N. Engl. J. Med. 2008, 359, 229–241. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Schwarzfuchs, D.; Golan, R.; Shai, I. Four-year follow-up after two-year dietary interventions. N. Engl. J. Med. 2012, 367, 1373–1374. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Guasch-Ferré, M.; Bulló, M.; Martínez-González, M.A.; Ros, E.; Corella, D.; Estruch, R.; Fitó, M.; Arós, F.; Wärnberg, J.; Fiol, M.; et al. Frequency of nut consumption and mortality risk in the PREDIMED nutrition intervention trial. BMC Med. 2013, 11. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  5. Salas-Salvadó, J.; Bulló, M.; Babio, N.; Martínez-González, M.; Ibarrola-Jurado, N.; Basora, J.; Estruch, R.; Covas, M.; Corella, D.; Arós, F.; et al. Reduction in the Incidence of Type 2 Diabetes With the Mediterranean Diet: Results of the PREDIMED-Reus nutrition intervention randomized trial. Diabetes Care 2011, 34, 2259–2260. [Google Scholar]
  6. Serra-Majem, L.; Roman, B.; Estruch, R. Scientific evidence of interventions using the Mediterranean diet: A systematic review. Nutr. Rev. 2006, 64, 27–47. [Google Scholar] [CrossRef] [Green Version]
  7. Trichopoulos, A.D.; Bamia, C.; Trichopoulos, D. Anatomy of health effects of Mediterranean diet: Greek EPIC prospective cohort study. BMJ 2009, 338, b2337. [Google Scholar] [CrossRef] [Green Version]
  8. Estruch, R.; Ros, E.; Salas-Salvadó, J.; Covas, M.-I.; Corella, D.; Aros, F.; Gomez-Gracia, E.; Ruiz-Gutierrez, V.; Fiol, M.; Lapetra, J.; et al. Primary Prevention of Cardiovascular Disease with a Mediterranean Diet. N. Engl. J. Med. 2018, 378, e34. [Google Scholar] [CrossRef]
  9. Corrada, M.M.; Kawas, C.H.; Mozaffar, F.; Paganini-Hill, A. Association of body mass index and weight change with all-cause mortality in the elderly. Am. J. Epidemiol. 2006, 163, 938–949. [Google Scholar] [CrossRef] [Green Version]
  10. Trichopoulou, A.; Kouris-Blazos, A.; Wahlqvist, M.L.; Gnardellis, C.; Lagiou, P.; Polychronopoulos, E.; Vassilakou, T.; Lipworth, L.; Trichopoulos, D. Diet and overall survival in elderly people. BMJ 1995, 311, 1457–1460. [Google Scholar] [CrossRef] [Green Version]
  11. Bach-Faig, A.; Berry, E.; Lairon, D.; Reguant, J.; Trichopoulou, A.; Dernini, S.; Medina, F.X.; Battino, M.; Belahsen, R.; Miranda, G.; et al. Mediterranean diet pyramid today. Science and cultural updates. Public Health Nutr. 2011, 14, 2274–2284. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  12. Zaragoza-Martí, A.; Cabañero-Martínez, M.J.; Hurtado-Sánchez, J.A.; Laguna-Pérez, A.; Ferrer-Cascales, R. Evaluation of Mediterranean diet adherence scores: A systematic review. BMJ Open 2018, 8. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  13. Horiguchi, S.; Amano, S.; Ogawa, M.; Aizawa, K. Personalized Classifier for Food Image Recognition. IEEE Trans. Multimed. 2018, 20, 2836–2848. [Google Scholar] [CrossRef] [Green Version]
  14. Dehais, J.; Anthimopoulos, M.; Shevchik, S.; Mougiakakou, S. Two-View 3D Reconstruction for Food Volume Estimation. IEEE Trans. Multimed. 2017, 19, 1090–1099. [Google Scholar] [CrossRef] [Green Version]
  15. Myers, A.; Johnston, N.; Rathod, V.; Korattikara, A.; Gorban, A.; Silberman, N.; Guadarrama, S.; Papandreou, G.; Huang, J.; Murphy, K. Im2calories: Towards an automated mobile vision food diary. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), Santiago, Chile, 7–13 December 2015; IEEE: Santiago, Chile, 2015. [Google Scholar]
  16. Fontanellaz, M.; Christodoulidis, S.; Mougiakakou, S. Self-attention and ingredient-attention based model for recipe retrieval from image queries. In Proceedings of the 5th International Workshop on Multimedia Assisted Dietary Management (MADiMa’19), Nice, France, 21–25 October 2019; Association for Computing Machinery: New York, NY, USA. [Google Scholar] [CrossRef]
  17. Marin, J.; Biswas, A.; Ofli, F.; Hynes, N.; Salvador, A.; Aytar, Y.; Weber, I.; Torralba, A. Recipe1M+: A Dataset for Learning Cross-Modal Embeddings for Cooking Recipes and Food Images. IEEE Trans. Pattern Anal. Mach. Intell. 2020, 1. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  18. Vasiloglou, M.F.; Mougiakakou, S.; Aubry, E.; Bokelmann, A.; Fricker, R.; Gomes, F.; Guntermann, C.; Meyer, A.; Studerus, D.; Stanga, Z. A Comparative Study on Carbohydrate Estimation: GoCARB vs. Dietitians. Nutrients 2018, 10, 741. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  19. Chen, H.C.; Jia, W.; Yue, Y.; Li, Z.; Sun, Y.N.; Fernstrom, J.D.; Sun, M. Model-based measurement of food portion size for image-based dietary assessment using 3d/2d registration. Meas. Sci. Technol. 2013, 24, 105701. [Google Scholar] [CrossRef] [Green Version]
  20. Vasiloglou, M.F.; Christodoulidis, S.; Reber, E.; Stathopoulou, T.; Lu, Y.; Stanga, Z.; Mougiakakou, S. What Healthcare Professionals Think of “Nutrition & Diet” Apps: An International Survey. Nutrients 2020, 12, 2214. [Google Scholar]
  21. Lu, Y.; Stathopoulou, T.; Vasiloglou, M.F.; Pinault, L.F.; Kiley, C.; Spanakis, E.K.; Mougiakakou, S. goFOODTM: An Artificial Intelligence System for Dietary Assessment. Sensors 2020, 20, 4283. [Google Scholar] [CrossRef]
  22. Lu, Y.; Stathopoulou, T.; Vasiloglou, M.F.; Christodoulidis, S.; Blum, B.; Walser, T.; Meier, V.; Stanga, Z.; Mougiakakou, S. An artificial intelligence-based system for nutrient intake assessment of hospitalised patients. In Proceedings of the 41st International Engineering in Medicine Biology Conference, IEEE EMBC2019, Berlin, Germany, 23–27 July 2019. [Google Scholar] [CrossRef]
  23. Burke, L.; Styn, M.; Glanz, K.; Ewing, L.; Elci, O.; Conroy, M.; Sereika, S.; Acharya, S.; Music, E.; Keating, A.; et al. SMART trial: A randomized clinical trial of self-monitoring in behavioral weight management-design and baseline findings. Contemp. Clin. Trials 2009, 30, 540–551. [Google Scholar] [CrossRef] [Green Version]
  24. Chen, Z.-M.; Wei, X.-S.; Wang, P.; Guo, Y. Multi-Label Image Recognition with Graph Convolutional Networks. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Long Beach, CA, USA, 16–20 June 2019. [Google Scholar]
  25. Chen, T.; Xu, M.; Hui, X.; Wu, H. Learning semantic-specific graph representation for multi-labelimage recognition. In Proceedings of the IEEE/CVF International Conference on Computer Vi-sion 2019 (ICCV 2019), Seoul, Korea, 27 October–2 November 2019. [Google Scholar]
  26. Kipf, T.; Welling, M. Semi-supervised classification with graph convolutional networks. In Proceedings of the ICLR 2017, Toulon, France, 24–26 April 2017. [Google Scholar]
  27. British Nutrition Foundation, Find your Balance. An Easy Guide for Finding the Right Balance for You. A full List of Portion Sizes. 2019. Available online: https://www.nutrition.org.uk/attachments/article/1193/Find%20your%20balance_%20full%20portion%20size%20list.pdf (accessed on 4 December 2020).
  28. Bolaños, M.; Ferrà, A.; Radeva, P. Food ingredients recognition through multi-label learning. In Proceedings of the International Conference on Image Analysis and Processing, Catania, Italy, 11–15 September 2017. [Google Scholar] [CrossRef] [Green Version]
  29. Rumawas, M.E.; Dwyer, J.T.; McKeown, N.M.; Meigs, J.B.; Rogers, G.; Jacques, P.F. The development of the Mediterranean-style dietary pattern score and its application to the American diet in the Framingham Offspring Cohort. J. Nutr. 2009, 139, 1150–1156. [Google Scholar] [CrossRef] [PubMed]
  30. Benítez-Arciniega, A.A.; Mendez, M.A.; Baena-Díez, J.M.; Rovira Martori, M.A.; Soler, C.; Marrugat, J.; Covas, M.I.; Sanz, H.; Llopis, A.; Schröder, H. Concurrent and construct validity of Mediterranean diet scores as assessed by an FFQ. Public Health Nutr. 2011, 14, 2015–2021. [Google Scholar] [CrossRef] [PubMed]
  31. CIHEAM/FAO. Mediterranean food consumption patterns: Diet, environment, society, economy and health. In Proceedings of the A White Paper Priority 5 of Feeding Knowledge Programme, Rome, Italy, 2015. [Google Scholar]
  32. Aguilar, E.; Remeseiro, B.; Bolaos, M.; Radeva, P. Grab, pay, and eat: Semantic food detection for smart restaurants. IEEE Trans. Multimed. 2018, 20, 3266–3275. [Google Scholar] [CrossRef] [Green Version]
  33. Milà-Villarroel, R.; Bach-Faig, A.; Puig, J.; Puchal, A.; Farran, A.; Serra-Majem, L.; Carrasco, J.L. Comparison and Evaluation of the Reliability of Indexes of Adherence to the Mediterranean Diet. Public Health Nutr. 2011, 14, 2338–2345. [Google Scholar] [CrossRef] [Green Version]
  34. Ciocca, G.; Napoletano, P.; Schettini, R. Food Recognition: A New Dataset, Experiments, and Results. IEEE J. Biomed. Health Inform. 2017, 21, 588–598. [Google Scholar] [CrossRef]
  35. Anthimopoulos, M.; Gianola, L.; Scarnato, L.; Diem, P.; Mougiakakou, S. A food recognition system for diabetic patients based on an optimized bag-of-features model. IEEE J. Biomed. Health Inform. 2014, 18, 1261–1271. [Google Scholar] [CrossRef]
  36. Bossard, L.; Guillaumin, M.; Van Gool, L. Food-101—Mining discriminative components with random forests. In Proceedings of the ECCV 2014, Zurich, Switzerland, 6–12 September 2014; Springer International Publishing: Cham, Switzerland, 2014. [Google Scholar]
  37. Jiang, S.; Min, W.; Liu, L.; Luo, Z. Multi-scale multi-view deep feature aggregation for food recognition. IEEE Trans. Image Process. 2020, 29, 265–276. [Google Scholar] [CrossRef]
  38. Kolev, K.; Brox, T.; Cremers, D. Fast Joint Estimation of Silhouettes and Dense 3D Geometry from Multiple Images. IEEE Trans. Pattern Anal. Mach. Intell. 2012, 34, 493–505. [Google Scholar] [CrossRef]
  39. Furukawa, Y.; Curless, B.; Seitz, S.; Szeliski, R. Towards internet-scale multi-view stereo. In Proceedings of the 2010 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR 2010), San Francisco, CA, USA, 13–18 June 2010. [Google Scholar] [CrossRef]
  40. Wu, C. VisualSFM: A Visual Structure from Motion System. Available online: http://ccwu.me/vsfm/ (accessed on 13 October 2020).
  41. Kong, F.; Tan, J. Dietcam: Automatic dietary assessment with mobile camera phones. Pervasive Mob. Comput. 2012, 8, 147–163. [Google Scholar] [CrossRef]
  42. Puri, M.; Zhu, Z.; Yu, Q.; Divakaran, A.; Sawhney, H. Recognition and volume estimation of food intake using a mobile device. In Proceedings of the 2009 Workshop on Applications of Computer Vision (WACV), Snowbird, UT, USA, 7–8 December 2009. [Google Scholar] [CrossRef]
  43. Allegra, D.; Anthimopoulos, M.; Dehais, J.; Lu, Y.; Farinella, G.; Mougiakakou, S. A multimedia database for automatic meal assessment systems. In New Trends in Image Analysis and Processing—ICIAP 2017; Springer International Publishing: Cham, Switzerland, 2017; pp. 474–478. [Google Scholar]
  44. Lo, F.P.; Sun, Y.; Qiu, J.; Lo, B.P.L. Point2Volume: A Vision-Based Dietary Assessment Approach Using View Synthesis. IEEE Trans. Industr. Inform. 2020, 16, 577–586. [Google Scholar] [CrossRef]
  45. Lu, Y.; Allegra, D.; Anthimopoulos, M.; Stanco, F.; Farinella, G.; Mougiakakou, S. A multi-task learning approach for meal assessment. In Proceedings of the MADiMa 2018, Stockholm, Sweden, 15 July 2018. [Google Scholar]
  46. Vilarnau, C.; Stracker, D.M.; Funtikov, A.; da Silva, R.; Estruch, R.; Bach-Faig, A. Worldwide adherence to Mediterranean Diet between 1960 and 2011. Eur. J. Clin. Nutr. 2019, 72, 83–91. [Google Scholar] [CrossRef] [PubMed]
  47. Monteagudo, C.; Mariscal-Arcas, M.; Rivas, A.; Lorenzo-Tovar, M.L.; Tur, J.A.; Olea-Serrano, F. Proposal of a Mediterranean diet serving score. PLoS ONE 2015, 10. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  48. Schweizerische Gesellschaft für Ernährung. Schweizer Lebensmittelpyramide Empfehlungen zum Ausgewogenen und Genussvollen Essen und Trinken für Erwachsene. Available online: http://www.sge-ssn.ch/media/sge_pyramid_long_D_2014.pdf (accessed on 4 December 2020).
  49. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep residual learning for image recognition. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 26 June–1 July 2016. [Google Scholar]
  50. Pennington, J.; Socher, R.; Manning, C. GloVe: Global Vectors for Word Representation. In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP), Doha, Qatar, 25–29 October 2014; Association for Computational Linguistics: Stroudsburg, PA, USA; pp. 1532–1543. [Google Scholar]
  51. Oviva S.A. Altendorf, Switzerland. Available online: https://oviva.com (accessed on 4 December 2020).
Figure 1. Outline of the medipiatto system.
Figure 1. Outline of the medipiatto system.
Nutrients 12 03763 g001
Figure 2. Overall framework of graph representation learning for multi-label food recognition and serving size prediction. c is the index of the food category; t indicates the iterative process for the graph convolutional network module training.
Figure 2. Overall framework of graph representation learning for multi-label food recognition and serving size prediction. c is the index of the food category; t indicates the iterative process for the graph convolutional network module training.
Nutrients 12 03763 g002
Figure 3. Example daily sub-set.
Figure 3. Example daily sub-set.
Nutrients 12 03763 g003
Figure 4. Example results of the GCN-based algorithm. Green indicates correct prediction and red indicates incorrect prediction. Red with gray background indicates missing prediction.
Figure 4. Example results of the GCN-based algorithm. Green indicates correct prediction and red indicates incorrect prediction. Red with gray background indicates missing prediction.
Nutrients 12 03763 g004
Table 1. Mediterranean diet (MD) Serving Scores.
Table 1. Mediterranean diet (MD) Serving Scores.
Mediterranean Diet Serving Score (MDSS)
Food CategoryRecommendation *Max. ScoreSize per Serving ***
Meal basis
Fruit1–2 servings or more/main meal **380 g
Vegetables≥2 servings/main meal **380 g
Cereals a1–2 servings or more/main meal **350 g
Olive Oil b1 serving or more/main meal **310 g, 15 mL
Maximum Score: 12
Daily basis
Nuts1–2 servings or more/day220–30 g
Dairy products c2 servings or more/day2
Milk 200 mL
Yoghurt 120–150 g
Cheese 30 g (for soft cheese: 60 g, for cottage cheese: 100 g)
Fermented beverages g1–2 glass/day (0 points for ≥ 2 glasses)1
Wine 100 mL
Beer 250 mL
Maximum Score: 5
Weekly basis
Potatoes≤3 servings/week1200 g
Legumes≥2 servings/week1120 g
Eggs2–4 servings/week1120 g
Fish≥2 servings/week1120 g
White meat d2 servings/week1120 g
Red meat e<2 servings/week1120 g
Sweets f≤2 servings/week120 g
Ice-cream 75 g
Chocolate 30 g
Cookie/pastry 30 g
Sweetened Soft drink 330 mL
Maximum Score: 7
Total maximum score 24
* According with the new Mediterranean Diet Pyramid [11]. ** Main meals: breakfast, lunch and dinner. *** Approximately per serving. [27,48]. a Bread, breakfast cereals, rice and pasta. b Olive oil used on salads or bread or for frying. c Milk, yoghurt, cheese, ice cream. d Poultry, rabbit. e Pork, beef, or lamb. f Sugar, candies, pastries, sweetened fruit juices, and soft drinks. g Wine and beer.
Table 2. Food and beverage categories.
Table 2. Food and beverage categories.
FoodDrink
1. vegetables13. potatoes non-fried24. beverage—water
2. fruits14. French fries25. beverage—coffee
3. nuts15. meat white26. beverage—tea
4. legumes/pulses16. meat red27. beverage—wine
5. bread white17. fish/seafood28. beverage—beer
6. bread non-white18. eggs29. beverage—alcoholic *
7. pasta white19. breaded food30. beverage—soft-drink
8. pasta non-white20. sweets31. beverage—milky coffee
9. rice white21. milk
10. rice non-white22. yogurt
11. cereals unprocessed23. cheese
12. cereals processed
* alcoholic beverage other than beer or wine.
Table 3. Comparison of results for different approaches.
Table 3. Comparison of results for different approaches.
MethodmAPMAPETime (s)
ResNet-1010.4763%0.15
GCN-based0.5861%0.2
Higher is betterLower is better
Table 4. Comparison results of the proposed system and the experienced dietitians on MDA scoring.
Table 4. Comparison results of the proposed system and the experienced dietitians on MDA scoring.
Time PeriodProposed SystemExperienced Dietitians
Week 18.49.6
Week 28.98.8
Table 5. Levels of MD adherence scores.
Table 5. Levels of MD adherence scores.
MD Score
0–8LOW compliance with MD—RED colour
9–15MEDIUM compliance with MD—ORANGE colour
16–24HIGH compliance with MD—GREEN colour
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Vasiloglou, M.F.; Lu, Y.; Stathopoulou, T.; Papathanail, I.; Faeh, D.; Ghosh, A.; Baumann, M.; Mougiakakou, S. Assessing Mediterranean Diet Adherence with the Smartphone: The Medipiatto Project. Nutrients 2020, 12, 3763. https://doi.org/10.3390/nu12123763

AMA Style

Vasiloglou MF, Lu Y, Stathopoulou T, Papathanail I, Faeh D, Ghosh A, Baumann M, Mougiakakou S. Assessing Mediterranean Diet Adherence with the Smartphone: The Medipiatto Project. Nutrients. 2020; 12(12):3763. https://doi.org/10.3390/nu12123763

Chicago/Turabian Style

Vasiloglou, Maria F., Ya Lu, Thomai Stathopoulou, Ioannis Papathanail, David Faeh, Arindam Ghosh, Manuel Baumann, and Stavroula Mougiakakou. 2020. "Assessing Mediterranean Diet Adherence with the Smartphone: The Medipiatto Project" Nutrients 12, no. 12: 3763. https://doi.org/10.3390/nu12123763

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop