Age Estimation and Cultural Event Recognition

Total Page:16

File Type:pdf, Size:1020Kb

Age Estimation and Cultural Event Recognition ChaLearn Looking at People 2015 new competitions: Age Estimation and Cultural Event Recognition Sergio Escalera Jordi Gonzalez` Xavier Baro´ Pablo Pardo University of Barcelona Univ. Autonoma` de Barcelona Universitat Oberta de Catalunya University of Barcelona Computer Vision Center, UAB Computer Vision Center, UAB Computer Vision Center, UAB Email: [email protected] Email: [email protected] Email: [email protected] Email: [email protected] Junior Fabian Marc Oliu Hugo Jair Escalante Ivan Huerta Univ. Autonoma` de Barcelona University of Barcelona INAOE University of Venezia Computer Vision Center, UAB Computer Vision Center, UAB Email: [email protected] Email: [email protected] Email: [email protected] Email: [email protected] Isabelle Guyon Clopinet, Berkeley Email: [email protected] Abstract—Following previous series on Looking at People and context. Therefore, how to combine and exploit all this (LAP) challenges [1], [2], [3], in 2015 ChaLearn runs two new knowledge from pixels constitutes an interesting problem. competitions within the field of Looking at People: age and cul- tural event recognition in still images. We propose the first crowd- This motivates our choice to organize a new workshop and sourcing application to collect and label data about apparent a competition on this topic to sustain the effort of the computer age of people instead of the real age. In terms of cultural event vision community. These new competitions come as a natural recognition, tens of categories have to be recognized. This involves evolution from our previous workshops at CVPR 2011, CVPR scene understanding and human analysis. This paper summarizes 2012, ICPR 2012, ICMI 2013, and ECCV 2014. We will both challenges and data, providing some initial baselines. The continue to use our website http://gesture.chalearn.org for pro- results of the first round of the competition were presented motion, while challenge entries in the quantitative competition at ChaLearn LAP 2015 IJCNN special session on computer will be scored on-line using the Codalab Microsoft-Stanford vision and robotics http://www.dtic.ua.es/∼jgarcia/IJCNN2015. Details of the ChaLearn LAP competitions can be found at University platforms (http://codalab.org/), from which we have http://gesture.chalearn.org/. already organized international challenges related to Computer Vision and Machine Learning problems. The results of the first round of the competition will be presented at ChaLearn LAP I. INTRODUCTION 2015 IJCNN special session on computer vision and robotics http://www.dtic.ua.es/∼jgarcia/IJCNN2015. The automatic analysis of the human body in still images In the rest of this paper, we describe in more detail both and image sequences, also known as Looking at People, keeps age estimation and cultural event recognition challenges, their making rapid progress with the constant improvement of new relevance in the context of the state of the art in terms of published methods that push the state-of-the-art. Applications application and data, and provide some initial baselines. are countless, like Human Computer Interaction, Human Robot Interaction, communication, entertainment, security, commerce and sports, while having an important social impact in assistive II. AGE ESTIMATION CHALLENGE technologies for the handicapped and the elderly. Age estimation is a challenging task which requires the automatic detection and interpretation of facial features. We In 2015, ChaLearn is organizing new competitions and have designed an application using the Facebook API for workshops on age estimation and cultural event recognition the collaborative harversting and labeling by the community from still images. The recognition of continuous, natural in a gamified fashion ( http://sunai.uoc.edu:8005/). We are human signals and activities is very challenging due to the currently collecting the data, which will be composed by multimodal nature of the visual cues (e.g., movements of thousands of images labeled by many users. fingers and lips, facial expression, body pose), as well as technical limitations such as spatial and temporal resolution. A. State of the art on age recognition Facial expressions analysis and age estimation are hot topics in Looking at People that serve as additional cues to determine Age estimation has historically been one of the most human behavior and mood indicators. Finally, images of cul- challenging problems within the field of facial analysis [4], [5]. tural events constitute a very challenging recognition problem It can be very useful for several applications, such as advanced due to a high variability of garments, objects, human poses video surveillance ([5], [6]), demographic statistics collection, business intelligence and customer profiling, and search opti- Active Shape Models (ASM) [22] and an improved version, mization in large databases. Some of the reasons age estimation Contourlet Appearance Model (CAM) [23], where they prove is yet a challenging problem are the uncontrollable nature of the efficiency of using facial landmarks. Then T. Wu et al. the aging process, the strong specificity to the personal traits [24] proposed to use facial landmarks and project them into a of each individual [7], high variance of observations within Grassmann manifold to model the age patterns. the same age range, and the fact that it is very hard to gather complete and sufficient data to train accurate models [8]. With regards to the learning algorithm, Support Vector Machines (SVM) have commonly been used for age clas- One of the earliest works in age estimation was done by sification and regression, as in [20]. A binary decision tree A. Lanitis et al. [9], [10], [11]. They propose two different ag- with SVMs at each node is proposed in [6] by Han et al. ing estimation methods: weighted appearance specific method Age ranges are coarsely assigned, and later are more precisely [10], [11]. The aging factor of a new individual is computed by estimated by Support Vector Regressors (SVR) at the leaves. the weighted sum of the aging functions of other individuals. Chang et al. in [25] used a particular ranking formulation of They also use an age specific method [9], where the new support vectors, OHRank. The approach uses cost-sensitive individual is first classified into a cluster with similar aging aggregation to estimate ordinal hyperplanes (OH) and ranks factor patterns. Then, it is classified into different age ranges them according to the relative order of ages. In this paper and an age-specific classifier is applied to estimate the final Active Appearance Model (AAM) is used. In [7], Weng et age. al. employs a similar ranking technique, where Local Binary There are some drawbacks to this “aging function” ap- Patterns (LBP) histogram features are combined with principal proach pointed out by X. Geng et al. [12]. The formula of the components of BIF, shape and textural features of AAM, and aging function is empirically determined, there is no evidence PCA projection of the original image pixels. Fusion of texture suggesting that the relation between face and age is described and local appearance descriptors (LBP and HOG features) have just by a quadratic function. Also, the new aging function independently also been used for age estimation by Huerta et for the unseen images is simply a linear combination of the al. in [26]. already known aging functions. X. Geng et al. claimed to solve There have been previous proposals training neural net- these problems in their new proposed method AGing pattErn works, which are able to learn complex mappings and deal with Subspace (AGES) [12], where each face image is represented outliers, for age estimation. In [9], Lanitis et al. used AAM- by a point in the aging pattern subspace. encoded face parameters as an input for the supervised training Later N. Ramanathan et al. [13], [14] approached the of a neural network with a hidden layer. More recently, Geng age estimation problem in two different scenarios, estimating et al. in [8] tackle age estimation as a discrete classification the age difference between two face images of the same problem using 70 classes, one for each age. The best algorithm individual based on a Bayesian age-difference classifier [13] proposed in this work (CPNN - Conditional Probability Neural and estimating the age of young faces using the facial growth Network) consists of a three-layered neural network, in which geometry [14]. The problem of the last approach is that it can the input to the network includes both BIF features x and a only be applied to face images of young people in a growing numerical value for age y, and the output neuron is a single age since afterwards the facial geometry does not change as value of the conditional probability density function p(yjx). much. An extensive comparison of these classification schemes for age estimation has been reported in Fernandez et al. [27]. Y. Fu et al. were the first to approach the problem through In [28], Yang et al. used Convolutional neural networks for manifold analysis methods [15], [16]. Each face image is age estimation under surveillance scenarios. assigned to a low-dimensional representation via manifold em- bedding. Following this approach G. Guo et al. [17] proposed Other different variations of the problem has been ad- a new method based on a study of different dimensionality dressed, A. Lanitis et al. [29] performed a first approach to reduction and manifold embedding techniques and added a age estimation using Head and Mouse tracking movements, robust regression step to the previous framework. In a posterior Y. Makihara et al. [30] used a gait-based database to estimate work [18], G. Guo et al. introduced a new approach, using the age, B. Xia et al. [31] proposed an age estimation method kernel partial least square (KPLS) regression to reduce feature based on 3D face images. dimensionality and learn the aging function in a single step.
Recommended publications
  • INTERNASJONALT MAGASIN (1).Pdf
    CI ComANen SiuEsE, I CAN HEAR, I CAANp SriPl 2E0A1K3 CONTENT 3 Editorial 4-5 Windsurfing 6 What you thought you knew 7 Our language 8-9 Tourism in the Ardennes and music festivals 10-11 Welcome to Trondheim 12-13 The luxury industry in France 14-15 Unsolved mysteries 16-17 The carnival 18 Importance of economy 19 World politics 20-21 Trolls of Norway 22-25 Science and technology 26 Kids with guns 27 Fast changes 28 Festivals in Trondheim 29 Worlds most interesting festivals 30-31 The canary islands music festival 32 Champagne 32 Fast changes 33 Economy in the Ardennes 34 Relocation of electrolux factory 2 I can see, hear, speak EDITORIAL EDITORIAL Editor The Desk EDITOR’S Inger Lise Stensheim Sara Rye Martinsen NOTE As a part of the Comenius pro- Kristian Arne Iversen ject, the media class of the Ca- Emilie Davidsen Malene Andersen thedral School of Trondheim has made a magazine featuring many things about our town, and Norway’s culture. We have Julie Røkke Osen been working on this magazine together with students from Slovakia, Turkey, France and Spain, and together with their Photography content we have produced a magazine full of information about all of our countries and their culture, that you will sure- Christina Rygvik Malin Albertsen Gjørv ly enjoy reading through. Some of our students will meet them in the Comenius exchange pro- gram in a couple of weeks, and they will present the magazine and its content there. We hope Lise Nielsen Torun Edvardsen that you enjoy what we have to present, and we’ll see you! Kristian Arne Iversen Lena Pedersen I can see, hear, speak 3 WINDSURFING Water sports in the Canary Islands windsurfing and kitesurfing Like every year in the Canary Is- music, shows, food stands (typi- boarding.
    [Show full text]
  • Chalearn Looking at People 2015 Challenges: Action Spotting and Cultural Event Recognition
    ChaLearn Looking at People 2015 challenges: action spotting and cultural event recognition Xavier Baro´ Jordi Gonzalez` Universitat Oberta de Catalunya - CVC Computer Vision Center (UAB) [email protected] [email protected] Junior Fabian Miguel A. Bautista Computer Vision Center (UAB) Universitat de Barcelona [email protected] [email protected] Marc Oliu Hugo Jair Escalante Isabelle Guyon Universitat de Barcelona INAOE Chalearn [email protected] [email protected] [email protected] Sergio Escalera Universitat de Barcelona - CVC [email protected] Abstract CVPR workshop on action/interaction spotting and cultural event recognition. The recognition of continuous, natural Following previous series on Looking at People (LAP) human signals and activities is very challenging due to the challenges [6, 5, 4], ChaLearn ran two competitions to multimodal nature of the visual cues (e.g., movements of be presented at CVPR 2015: action/interaction spotting fingers and lips, facial expression, body pose), as well as and cultural event recognition in RGB data. We ran a technical limitations such as spatial and temporal resolu- second round on human activity recognition on RGB data tion. In addition, images of cultural events constitute a very sequences. In terms of cultural event recognition, tens challenging recognition problem due to a high variability of categories have to be recognized. This involves scene of garments, objects, human poses and context. Therefore, understanding and human analysis. This paper summa- how to combine and exploit all this knowledge from pixels rizes the two challenges and the obtained results. De- constitutes a challenging problem. tails of the ChaLearn LAP competitions can be found at http://gesture.chalearn.org/.
    [Show full text]
  • Citation for Published Version Escalera Guerrero, S., Fabian, J
    Citation for published version Escalera Guerrero, S., Fabian, J., Pardo, P., Baró Solé, X., Gonzàlez Sabaté, J., Escalante, H.J., Misevic, D., Steiner, U. & Guyon, I. (2016). ChaLearn Looking at People 2015: Apparent Age and Cultural Event Recognition Datasets and Results. IEEE International Conference on Computer Vision. Proceedings, 2016(), 243-251. doi: 10.1109/ICCVW.2015.40 DOI https://doi.org/10.1109/ICCVW.2015.40 Document Version This is the Accepted Manuscript version. The version in the Universitat Oberta de Catalunya institutional repository, O2 may differ from the final published version. Copyright and Reuse This manuscript version is made available under the terms of the Creative Commons Attribution Non Commercial No Derivatives licence (CC-BY-NC-ND) http://creativecommons.org/licenses/by-nc-nd/3.0/es, which permits ​ others to download it and share it with others as long as they credit you, but they can’t change it in any way or use them commercially. Enquiries If you believe this document infringes copyright, please contact the Research Team at: [email protected] Universitat Oberta de Catalunya Research archive ChaLearn Looking at People 2015: Apparent Age and Cultural Event Recognition datasets and results Sergio Escalera Junior Fabian Pablo Pardo Universitat de Barcelona and CVC Computer Vision Center Universitat de Barcelona Xavier Baro´ Jordi Gonzalez` Hugo J. Escalante Universitat Oberta de Catalunya Universitat Autonoma` de Barcelona INAOE Mexico Computer Vision Center Computer Vision Center Dusan Misevic Ulrich Steiner Isabelle Guyon Center for Research and Interdisciplinarity Max-Planck Odense Center Clopinet, ChaLearn Abstract as well as technical limitations such as spatial and temporal resolution.
    [Show full text]
  • Chalearn Looking at People 2015: Apparent Age and Cultural Event Recognition Datasets and Results
    ChaLearn Looking at People 2015: Apparent Age and Cultural Event Recognition datasets and results Sergio Escalera Junior Fabian Pablo Pardo Universitat de Barcelona and CVC Computer Vision Center Universitat de Barcelona Xavier Baro´ Jordi Gonzalez` Hugo J. Escalante Universitat Oberta de Catalunya Universitat Autonoma` de Barcelona INAOE Mexico Computer Vision Center Computer Vision Center Dusan Misevic Ulrich Steiner Isabelle Guyon Center for Research and Interdisciplinarity Max-Planck Odense Center Clopinet, ChaLearn Abstract as well as technical limitations such as spatial and temporal resolution. Facial expressions analysis and age estimation Following previous series on Looking at People (LAP) are hot topics in Looking at People that serve as additional competitions [14, 13, 11, 12, 2], in 2015 ChaLearn ran two cues to determine human behavior and mood indicators. Fi- new competitions within the field of Looking at People: (1) nally, images of cultural events constitute a very challeng- age estimation, and (2) cultural event recognition, both in ing recognition problem due to a high variability of gar- still images. We developed a crowd-sourcing application to ments, objects, human poses and scene context. Therefore, collect and label data about the apparent age of people (as how to combine and exploit all this knowledge from pixels opposed to the real age). In terms of cultural event recog- constitutes an interesting problem. nition, one hundred categories had to be recognized. These These challenges motivated our choice to organize a new tasks involved scene understanding and human body anal- ICCV workshop and a competition on these topics to sus- ysis. This paper summarizes both challenges and data, as tain the effort of the computer vision community.
    [Show full text]
  • 2018 Calendar of Italian Events
    2018 CALENDAR OF ITALIAN EVENTS Major events include: special celebrations, festivals and events, art exhibitions, sport events, historical re- enactments, folklore events, Carnivals, new museums and art spaces and more…. NB: information correct at time of publication, January 2018 ART EXIBITIONS ASCOLI PICENO COLA OF AMATRICE – ECCENTRIC PAINTER BETWEEN PINTURICCIO AND RAPHAEL 17 Mar-30 Oct 2018 Museo Civico www.comuneap.gov.it BERGAMO RAFFAELLO AND THE ECHO OF MYTH 27 January 2018- 6 May 2018 GAMeC ( Galleria d’Arte Moderna e Contemporanea) www.gamec.it/it/mostre/raffaello-e-leco-del-mito FERRARA STATES OF MIND: ART AND PSYCHE FROM PREVIATI TO BOCCIONI 3 Mar-10 Jun 2018 Palazzo dei Diamanti www.palazzodiamanti.it FLORENCE MONET EXPERIENCE E GLI IMPRESSIONISTI Until 1 May 2018 Chiesa Santo Stefano al Ponte www.monetexperience.it/ STEVE MC CURRY 13 Jun – 6 Sep 2018 Villa Bardini http://www.bardinipeyron.it/ MARINA ABRAMOVIĆ 21 September 2018- 20 January 2019 Palazzo degli Strozzi www.palazzostrozzi.org/mostre/marina-abramovic/ GENOA PABLO PICASSO: MASTERPIECES FROM THE PICASSO MUSEUM IN PARIS Until 6 May 2018 Palazzo Ducale www.palazzoducale.genova.it/pablo-picasso MACERATA “CAPRICE AND NATURE” ART IN LE MARCHE IN THE SECOND HALF OF THE 16TH CENTURY Until 13 May 2018 Palazzo Buonaccorsi www.maceratamusei.it MILAN FRIDA KAHLO 1 February- 3 June 2018 MUDEC Milano www.mudec.it/ita/frida-kahlo-mostra-mudec-milano/ ALBRECHT DÜRER and the Renaissance from Germany to Italy 21 February-24 June 2018 Palazzo Reale www.palazzorealemilano.it MASTERPIECES FROM THE PHILADELPHIA MUSEUM OF ART 8 Mar – 2 Sep 2018 Palazzo Reale www.palazzorealemilano.it BOLDINI.
    [Show full text]
  • Citation for Published Version Baró Solé, X., Gonzàlez Sabaté, J
    Citation for published version Baró Solé, X., Gonzàlez Sabaté, J., Fabian, J., Bautista, M.A., Oliu-Simón, M., Escalante, H.J., Guyon, I. & Escalera Guerrero, S. (2015). ChaLearn Looking at People 2015 challenges: action spotting and cultural event recognition. IEEE Conference on Computer Vision and Pattern Recognition. Proceedings, 2015(october), 1-9. doi: 10.1109/CVPRW.2015.7301329 DOI https://doi.org/10.1109/CVPRW.2015.7301329 Document Version This is the Accepted Manuscript version. The version in the Universitat Oberta de Catalunya institutional repository, O2 may differ from the final published version. Copyright and Reuse This manuscript version is made available under the terms of the Creative Commons Attribution Non Commercial No Derivatives licence (CC-BY-NC-ND) http://creativecommons.org/licenses/by-nc-nd/3.0/es, which permits others ​ to download it and share it with others as long as they credit you, but they can’t change it in any way or use them commercially. Enquiries If you believe this document infringes copyright, please contact the Research Team at: [email protected] Universitat Oberta de Catalunya Research archive ChaLearn Looking at People 2015 challenges: action spotting and cultural event recognition Xavier Baro´ Jordi Gonzalez` Universitat Oberta de Catalunya - CVC Computer Vision Center (UAB) [email protected] [email protected] Junior Fabian Miguel A. Bautista Computer Vision Center (UAB) Universitat de Barcelona [email protected] [email protected] Marc Oliu Hugo Jair Escalante Isabelle Guyon Universitat de Barcelona INAOE Chalearn [email protected] [email protected] [email protected] Sergio Escalera Universitat de Barcelona - CVC [email protected] Abstract CVPR workshop on action/interaction spotting and cultural event recognition.
    [Show full text]
  • Celebrating Carnival Arnival’ Is a Roman Catholic Followers of the Catholic Left: Opposuits Harleking Costume
    Carnival Special Carnival, Carnaval, Karneval, Mardi Gras, Fasching...call it what you will, the tradition is known as a time of excess, merriment and celebration. Dating back millennia, the custom has varying histories and conventions all across the world. Progressive Party finds out more... Celebrating Carnival arnival’ is a Roman Catholic Followers of the Catholic Left: Opposuits Harleking costume. ‘ tradition, incorporated into the religion started the tradition CChristian calendar and celebrated in Italy over 5,000 years worldwide, from Bavaria to Brazil and ago, before it spread to Suit Up, Suitors! from Louisiana to Luxembourg. In New France, Spain, and other Orleans they call it Mardi Gras. In Europe, Catholic countries in Opposuits are a popular choice there are several customs that fall under Europe. Then, as the for Carnival celebrations around the umbrella of Carnival. Germany has French, Spanish, and the world. Harleking is a design at least two, including Karneval in the Portuguese began to take that works for Mardi Gras in Rhineland region and Fasching in western control of the Americas America and Carnaval in Europe. Germany. Even in the UK, we have the and other parts of the It’s in danger of selling out so more modestly celebrated ‘pancake day’! world, they brought with order now to avoid missing out! Carnival is associated with the fasting them their tradition of and religious obligations surrounding the celebrating Carnival. to country, but from region to region, season of Lent in February and March. Other theories date it each with its own traditions, customs On the days before fasting, all remaining back even further.
    [Show full text]
  • 101 Events Update.Pdf
    101 Must-Do World Events in 2016 Whether you’re after something sporty, musical or just a great big party, look out for these symbols throughout this guide. 12 months, 101 big events SPORT If you’re planning an adventure in 2016, you’re in luck. We’ve scoured the world for the biggest, the messiest, the noisiest, the most iconic and, frankly, the weirdest events around the world to compile the ultimate list of 101 must-see events. Many of the events in our list tick most – if not all – of those boxes. Just take the colour and spectacle of India’s Holi Festival as an example. Bright paint coats everyone and everything – you’ll think a rainbow’s just exploded – as EXTREME CHALLENGES people mingle and create a joyous cacophony on the streets. Next, think of the tasty, fat, ripe, juicy tomatoes of Buñol in south east Spain. Perfect in a summer salad, you’d think? Not at Tomatina. Here, tomatoes are thrown around like confetti for no greater purpose than entertainment. For something a little more refined, there’s the glitz and glamour of the Cannes Film Festival. With its blinding flashbulbs and flowing gowns, it offers FESTIVALS + CELEBRATIONS a glimpse of a world most of us can only see from the outside. But never mind, you’re in the south of France, where the cuisine is a lip-smacking marriage of sun-drenched veg and fresh Mediterranean seafood, and where there are more sunny days than not. And for the sports freak – and we’re talking serious freakishness here – there’s no challenge like the Marathon des Sables.
    [Show full text]
  • Chalearn Multi-Modal Gesture Recognition
    Human Pose Recovery and Behavior Analysis Group ChaLearn Looking at People Challenge 2015: Dataset and Results http://gesture.chalearn.org/ Xavier Baró, UOC & CVC Jordi Gonzàlez, UAB & CVC Junior Fabian, UAB & CVC Miguel Ángel Bautista, UB & CVC Marc Oliu, UB & CVC Hugo J. Escalante, INAOE & ChaLearn Isabelle Guyon, ChaLearn Sergio Escalera, UB & CVC & ChaLearn All rights reserved HuBPA© Human Pose Recovery and Behavior Analysis Group http://gesture.chalearn.org/ Challenge on multi-modal gesture recognition and cultural event recognition •Track on Action/Interaction Recognition: 235 performances of 11 action/interaction categories are recorded and manually labeled in continuous RGB sequences of different people performing natural isolated and collaborative behaviors. (Japan), among others. 2 Human Pose Recovery and Behavior Analysis Group http://gesture.chalearn.org/ Challenge on multi-modal gesture recognition and cultural event recognition •Track on Cultural Event Recognition: More than 10,000 images corresponding to 50 different cultural event categories will be considered. Examples of cultural events will be Carnival (Brasil, Italy, USA), Oktoberfest (Germany), San Fermin (Spain), Maha-Kumbh- Mela (India) and Aoi-Matsuri (Japan), among others. 3 Human Pose Recovery and Behavior Analysis Group •Track on Action/Interaction Recognition: 235 performances of 11 http://gesture.chalearn.org/ action/interaction categories are recorded and manually labeled in continuous RGB sequences of different people performing natural isolated and collaborative behaviors. • 235 action/interaction samples performed by 14 actors. • Large difference in length about the performed actions and interactions. • Several distracter actions out of the 11 categories are also present. • 11 action categories, containing isolated and collaborative actions: Wave, Point, Clap, Crouch, Jump, Walk, Run, Shake Hands, Hug, Kiss, Fight.
    [Show full text]
  • Glastonbury Festival
    0101. 0202. 0303. 0404. 0505. 0606. MELBOURNE | LONDON | OAKLAND 000-Front0-Front MMatter-YOF.inddatter-YOF.indd 1 331/03/20081/03/2008 22:30:12:30:12 PPMM JJANANUUARARY Iditarod 41 Kattenfestival (Cat Festival) 77 South by Southwest Music & Pooram 77 WEEK.01 Media Conference (SXSW) 41 WEEK.03 Junkanoo 6 WEEK.02 Festival de Cannes Kaapse Klopse (Cape Minstrel Carnival) 7 (Cannes Film Festival) 78 Carnaval de Blancos y Negros Holi 42 Waisak 79 (Carnival of Blacks & Whites) 9 Maulid 43 Corsa dei Ceri (Candles Race) 81 Bikaner Camel Festival 9 Ben Aïssa Moussem 44 Calle Ocho (Eighth Street) 45 Bun Bang Fai (Rocket Festival) 81 DECEMBER WEEK.02 WEEK.03 WEEK.04 Festival in the Desert 10 Cooper’s Hill Cheese Rolling 82 Voodoo Festival 11 Las Fallas 46 OCTOBER Pélerinage des Gitans (Pilgrimage of the Gitans) 83 Yamayaki 13 Starkbierzeit (Strong Beer Time) 47 Usaba Sambah 85 Black Nazarene Procession 13 Spring Equinox 49 AUGUST St Patrick’s Festival 49 La Ducasse 85 WEEK.03 WEEK.04 Ati-Atihan 14 Camel Wrestling Festival 15 Nyepi (Balinese New Year) 50 JJUNEUNE La Tamborrada (Drum Festival) 17 Hanami (cherry blossom viewing) 51 Timkat (Epiphany) 17 Crucifi xion re-enactment 53 WEEK.01 Duanwu Jié (Dragon Boat Festival) 86 WEEK.04 El Colacho (Baby-Jumping Festival) 87 Chūn Jié AAPRILPRIL Isle of Wight FestivaL 89 (Spring Festival/Chinese New Year) 18 Lajkonik Festival 89 Up-Helly-Aa 19 WEEK.01 Duruthu Perahera (Kelani Procession) 21 Semana Santa (Holy Week) 54 WEEK.02 Kiruna Snow Festival 21 Holy Week 56 The Dreaming 90 World Marbles Championships
    [Show full text]