You Can Judge an Artist by an Album Cover: Using Images for Music Annotation

Total Page:16

File Type:pdf, Size:1020Kb

You Can Judge an Artist by an Album Cover: Using Images for Music Annotation You Can Judge an Artist by an Album Cover: Using Images for Music Annotation Janis¯ L¯ıbeks Douglas Turnbull Swarthmore College Department of Computer Science Swarthmore, PA 19081 Ithaca College Email: [email protected] Ithaca, NY 14850 Email: [email protected] Abstract—While the perception of music tends to focus on our acoustic listening experience, the image of an artist can play a role in how we categorize (and thus judge) the artistic work. Based on a user study, we show that both album cover artwork and promotional photographs encode valuable information that helps place an artist into a musical context. We also describe a simple computer vision system that can predict music genre tags based on content-based image analysis. This suggests that we can automatically learn some notion of artist similarity based on visual appearance alone. Such visual information may be helpful for improving music discovery in terms of the quality of recommendations, the efficiency of the search process, and the aesthetics of the multimedia experience. Fig. 1. Illustrative promotional photos (left) and album covers (right) of artists with the tags pop (1st row), hip hop (2nd row), metal (3rd row). See I. INTRODUCTION Section VI for attribution. Imagine that you are at a large summer music festival. appearance. Such a measure is useful, for example, because You walk over to one of the side stages and observe a band it allows us to develop a novel music retrieval paradigm in which is about to begin their sound check. Each member of which a user can discover new artists by specifying a query the band has long unkempt hair and is wearing black t-shirts, image. Second, images of artists also represent an unexplored black boots, and tight black jeans with studded black leather source of music information that is useful for the automatic belt. It would be reasonable to expect that they play heavy annotation of music: associating semantic tags with artists metal. Furthermore, it would be natural for you to check out [17]. Once annotated, an artist can be retrieved using a text- a different stage before you hear them play a single note if based query much like web pages are retrieved when using a you are not a fan of heavy metal music. This suggests that typical Internet search engine (e.g., Yahoo!, Google). Finally, the outward appearance, or image, of an artist can play a role music-related images provide us with meaningful visual repre- in how their music is received by audiences. Whether this sentation of sound. This is important when considering that it image is carefully constructed by a public relations consultant requires much less time to browse a large collection of images or results from unintentional lifestyle habits of the performer, than to listen to a few short clips of music. it encodes valuable information that helps place the artist into In this paper, we describe an image annotation system that a musical context. can both compute artist similarity and annotate artists with a To this end, we are interested in exploring the relationship set of genre tags based on album cover artwork or promotional between music and music-related images (e.g., album cover photographs. Our system is based on a recently-proposed artwork & promotional photographs of artists - see figure 1) baseline approach called Joint Equal Contribution (JEC) [12]. for a number of reasons. Currently, popular music discovery JEC incorporates multiple forms of low-level color and texture engines, such as Pandora1 and Last.fm2, rely on such images information and has been shown to outperform numerous state- to make their web and mobile applications visually appealing. of-the-art approaches on standard benchmark image data sets. That is, streaming both music and associated images provide In order to use this approach of artist annotation, we modify a listener with an engaging multimedia experience. it in a straight-forward manner so that we can use multiple While improving aesthetics is important for music discovery images per artist to significantly improve performance. [7], our work focuses on using techniques from computer II. RELATED WORK vision to make additional use of music-related images. First, we propose a new measure of music similarity based on visual Over the last decade, there has been a growing interest in developing techniques for both computing music similarity and 1http://www.pandora.com for annotating music with tags [5]. This body of work focuses 2http://last.fm on content-based audio analysis, as well as using other sources Genre Tags of music information, such as social tags, music scores, lyrics, Artists closest to electronic dance pop house classical web documents, and preference data (e.g. [18], [3], [10]). Daft Punk To the best of our knowledge, music-related images, such as Astral Projection 1 0 0 0 0 album covers and promotional photos, have not been used for Deadmau5 1 1 0 1 0 Eurythmics 1 1 1 0 0 these tasks. However, computer vision has been employed for Einsturzende¨ 1 0 0 0 0 other tasks such as optical music recognition [1], identifying Neubauten Tags Predicted documents with music notation [2], and identifying lyrics in 1.0 0.5 0.25 0.25 0.0 using JEC scores [4]. In addition, standard computer vision techniques Real Tags for 1 1 0 1 0 have been applied to 2-D representations (e.g., spectrograms) Daft Punk of audio content for music identification and fingerprinting [9]. TABLE I Within the extensive computer vision literature, there are IMAGE-BASED ARTIST ANNOTATION USING TAG PROPAGATION.FOR A two general tasks that are related to our work. First, content- GIVEN SEED ARTIST (E.G.DAFT PUNK), WE RETRIEVE THE GROUND TRUTH TAG ANNOTATION VECTORS FOR THE ARTISTS WITH THE MOST based image retrieval (CBIR) involves computing similarity SIMILAR IMAGES (E.G., ASTRAL PROJECTION,DEADMAU5, ...) AND THEN between pairs of images. Deselaers et al. [6] provide a recent AVERAGE THEIR ANNOTATION VECTORS TO CALCULATE A PREDICTED survey of CBIR research and describe a number of useful ANNOTATION VECTOR. image features, many of which are used in this paper. The second relevant task is image annotation. For this task, the goal is to annotate an image with a set of tags (e.g., “sky”, averaging the response angles of the 126x126 image over “polar bear”, “forest”). Makadia et al. [12] recently proposed non-overlapping blocks of size 14x14, quantizing to 8 values a system that combines color and texture features using Joint and concatenating the rows of each of the twelve resulting Equal Contribution (JEC) as a baseline approach for this task. 9x9 images, resulting in a 972-dimensional feature vector. We However, the authors unexpectedly found that this approach compute both Gabor and GaborQ distances for each pair of performs better than a number of (more complex) systems.We images by calculating L1-distance. use JEC as the core of our artist annotation system but extend For the Haar features, we take the three Haar filters at three it to use multiple images of each artist. different scales, and convolve them with a (downsampled) IMAGE SIMILARITY 16x16 pixel grayscale version of the image. The simple con- catenation of the response image, a 2304-dimensional vector, To compute image similarity between two images using was called Haar. A second quantized version, referred to as JEC, we first compute seven separate distances between each HaarQ is found by changing each image response value to pair of images. 1, 0 or -1 if the initial response value is positive, zero, or A. Image Features negative, respectively, again, producing a 2304-dimensional vector. Again, we calculate the Haar and HaarQ distance by The first three distances are related to color information. computing the L1-distance between pairs of Haar and pairs of For each image, we compute one color histogram over each HaarQ vectors. of three color spaces: red-green-blue (RGB), hue-saturation- value (HSV), and LAB. The three color histograms are 3- B. Joint Equal Contribution dimensional histograms extracted on 16 equally spaced bins To combine the distances of the seven features using JEC, for each color channel. The interval of the bins is determined we normalize the distances for a feature by the maximum from the possible range of values for each channel in each distance between any pair of images. This results in image- of the respective color space. Each color histogram is rep- image distances in the range [0,1], where 0 denotes that the 3 resented as a 16 = 4096 dimensional feature vector where two images are the same, 1 denotes the most dissimilar pair each element of the vector represents the (normalized) count of images. To combine feature vectors, we average the seven of pixels that fall into a color bin. As in Makadia et al., normalized distances over each pair of images. Note that JEC we calculate the L1-distance when comparing two RGB or is a relatively simple approach because it does not require us two HSV histograms, and calculate the KL-divergence when to learn the parameters of (often complex) parametric models comparing two LAB histograms. as is common in other approaches to image annotation. This The other four distances are related to two types of texture makes the algorithm relatively easy to implement and fast to information: Gabor and Haar features. For the Gabor features, compute. a grayscale version of the image is convolved with complex Gabor wavelets at three scales and four orientations to create III. ARTIST ANNOTATION EXPERIMENTS 12 response images. A histogram of response magnitudes is In this section, we explore image-based music similarity performed using 16 equally-spaced bins with experimentally- by considering the problem of annotating artists with genre determined maxima values.
Recommended publications
  • The Sound of an Album Cover: Probabilistic Multimedia and IR
    The Sound of an Album Cover: Probabilistic Multimedia and IR Eric Brochu Nando de Freitas Kejie Bao Department of Computer Science Department of Computer Science Department of Computer Science University of British Columbia University of British Columbia University of British Columbia Vancouver, BC, Canada Vancouver, BC, Canada Vancouver, BC, Canada [email protected] [email protected] [email protected] Abstract We present a novel, flexible, statistical approach to modeling music, images and text jointly. The technique is based on multi-modal mixture mod- els and efficient computation using online EM. The learned models can be used to browse mul- timedia databases, to query on a multimedia database using any combination of music, im- ages and text (lyrics and other contextual infor- mation), to annotate documents with music and images, and to find documents in a database sim- ilar to input text, music and/or graphics files. 1 INTRODUCTION An essential part of human psychology is the ability to Figure 1: The CD cover art for “Singles” by The Smiths. identify music, text, images or other information based on Using this image as input, our querying method returns associations provided by contextual information of differ- the songs “How Soon is Now?” and “Bigmouth Strikes ent media. Think no further than a well-chosen image on Again” – also by The Smiths – by probabilistically cluster- a book cover, which can instantly establish for the reader ing the query image, finding database images with similar the contents of the book, or how the lyrics to a familiar histograms, and returning songs associated with those im- song can instantly bring the song’s melody to mind.
    [Show full text]
  • Mídia, Texto Cultural E Objeto De Memória Rock Album Cover
    Capa de disco de rock: mídia, texto cultural e objeto de memória Rock album cover: media, cultural text and object of memory Portada del disco de rock: medio de comunicación, texto cultural y objeto de memoria 636 Herom Vargas70 Resumo Neste artigo, pretendo refletir sobre três aspectos que caracterizam as capas de disco, em especial as do rock britânico e brasileiro entre final dos anos 1960 e início dos 1970: como mídia – em suas imagens e representações e na própria materialidade de objeto; como texto cultural – que articula dimensões semióticas em vários níveis; e como objeto de memória – por traduzir elementos do passado para o presente e seus respectivos processos comunicacionais. Por meio de tais aspectos, busco compreender essa embalagem, cuja função básica é a mediação entre artista, sua música, a gravadora e o ouvinte, sempre atravessado pelas marcas do consumo. Como bases teóricas, serão usadas a semiótica da cultura, a teoria das materialidades na comunicação e os estudos de memória. Palavras-chave capa de disco; rock; mídia; texto cultural; objeto de memória Abstract 7070 Universidade Metodista de São Paulo – UMESP, Brasil [email protected] In this article, I intend to reflect on three aspects that characterize album covers, especially those of British and Brazilian rock between the late 1960s and early 1970s: as media – in their images and representations and in the materiality of the object itself; as a cultural text – which articulates semiotic dimensions at various levels; and as object of memory – by translating elements from the past into the present and their respective communicational processes. Through such aspects, I 637 seek to understand this packaging, whose basic function is the mediation between artist, his music, the label and the listener, always crossed by the brands of consumption.
    [Show full text]
  • Joy Division and Cultural Collaborators in Popular Music Briana E
    Western University Scholarship@Western Electronic Thesis and Dissertation Repository August 2016 Not In "Isolation": Joy Division and Cultural Collaborators in Popular Music Briana E. Morley The University of Western Ontario Supervisor Dr. Keir Keightley The University of Western Ontario Graduate Program in Popular Music and Culture A thesis submitted in partial fulfillment of the requirements for the degree in Master of Arts © Briana E. Morley 2016 Follow this and additional works at: https://ir.lib.uwo.ca/etd Part of the Other Music Commons Recommended Citation Morley, Briana E., "Not In "Isolation": Joy Division and Cultural Collaborators in Popular Music" (2016). Electronic Thesis and Dissertation Repository. 3991. https://ir.lib.uwo.ca/etd/3991 This Dissertation/Thesis is brought to you for free and open access by Scholarship@Western. It has been accepted for inclusion in Electronic Thesis and Dissertation Repository by an authorized administrator of Scholarship@Western. For more information, please contact [email protected], [email protected]. Abstract There is a dark mythology surrounding the post-punk band Joy Division that tends to foreground the personal history of lead singer Ian Curtis. However, when evaluating the construction of Joy Division’s public image, the contributions of several other important figures must be addressed. This thesis shifts focus onto the peripheral figures who played key roles in the construction and perpetuation of Joy Division’s image. The roles of graphic designer Peter Saville, of television presenter and Factory Records founder Tony Wilson, and of photographers Kevin Cummins and Anton Corbijn will stand as examples in this discussion of cultural intermediaries and collaborators in popular music.
    [Show full text]
  • Multimodal Deep Learning for Music Genre Classification
    Oramas, S., Barbieri, F., Nieto, O., and Serra, X (2018). Multimodal Transactions of the International Society for Deep Learning for Music Genre Classification, Transactions of the Inter- Music Information Retrieval national Society for Music Information Retrieval, V(N), pp. xx–xx, DOI: https://doi.org/xx.xxxx/xxxx.xx ARTICLE TYPE Multimodal Deep Learning for Music Genre Classification Sergio Oramas,∗ Francesco Barbieri,y Oriol Nieto,z and Xavier Serra∗ Abstract Music genre labels are useful to organize songs, albums, and artists into broader groups that share similar musical characteristics. In this work, an approach to learn and combine multimodal data representations for music genre classification is proposed. Intermediate rep- resentations of deep neural networks are learned from audio tracks, text reviews, and cover art images, and further combined for classification. Experiments on single and multi-label genre classification are then carried out, evaluating the effect of the different learned repre- sentations and their combinations. Results on both experiments show how the aggregation of learned representations from different modalities improves the accuracy of the classifica- tion, suggesting that different modalities embed complementary information. In addition, the learning of a multimodal feature space increase the performance of pure audio representa- tions, which may be specially relevant when the other modalities are available for training, but not at prediction time. Moreover, a proposed approach for dimensionality reduction of target labels yields major improvements in multi-label classification not only in terms of accuracy, but also in terms of the diversity of the predicted genres, which implies a more fine-grained categorization. Finally, a qualitative analysis of the results sheds some light on the behavior of the different modalities in the classification task.
    [Show full text]
  • Introduction to Music Theory
    Introduction to Music Theory This pdf is a good starting point for those who are unfamiliar with some of the key ​ concepts of music theory. Reading musical notation Musical notation (also called a score) is a visual representation of the pitched notes ​ ​ heard in a piece of music represented by dots over a set of horizontal staves. In the top ​ ​ example the symbol to the left of the notes is called a treble clef and in the bottom ​ ​ example is called a bass clef. ​ ​ People often like to use a mnemonic to help remember the order of notes on each clef, ​ ​ here is an example. ​ Intervals An interval is the difference in pitch between two notes as defined by the distance ​ ​ ​ between the two notes. The easiest way to visualise this distance is by thinking of the notes on a piano keyboard. For example, on a C major scale, the interval from C to E is ​ ​ a 3rd and the interval from C to G is a 5th. Click here for some more interval examples. ​ ​ It is also common for an increase by one interval to be called a half­step, or ​ ​ ​ ​ semi­tone, and an increase by two intervals to be called a whole step, or tone. ​ ​ ​ ​ ​ ​ ​ Joe Rees­Jones, University of York, Department of Electronics 19/08/2016 Major and minor scales A scale is a set of notes from which melodies and harmonies are constructed. There are two main subgroups of scales: Major and minor. The type of scale is dependant on the ​ ​ ​ ​ intervals between the notes: Major scale ­ Tone, Tone, Semi­tone, Tone, Tone, Tone, Semi­tone ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ Minor scale ­ Tone, Semi­tone, Tone, Tone, Semi­tone, Tone, Tone ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ For example (by visualising a keyboard) the notes in C Major are: CDEFGAB, and C Minor are: CDE♭FGA♭B♭.
    [Show full text]
  • Visual Metaphors on Album Covers: an Analysis Into Graphic Design's
    Visual Metaphors on Album Covers: An Analysis into Graphic Design’s Effectiveness at Conveying Music Genres by Vivian Le A THESIS submitted to Oregon State University Honors College in partial fulfillment of the requirements for the degree of Honors Baccalaureate of Science in Accounting and Business Information Systems (Honors Scholar) Presented May 29, 2020 Commencement June 2020 AN ABSTRACT OF THE THESIS OF Vivian Le for the degree of Honors Baccalaureate of Science in Accounting and Business Information Systems presented on May 29, 2020. Title: Visual Metaphors on Album Covers: An Analysis into Graphic Design’s Effectiveness at Conveying Music Genres. Abstract approved:_____________________________________________________ Ryann Reynolds-McIlnay The rise of digital streaming has largely impacted the way the average listener consumes music. Consequentially, while the role of album art has evolved to meet the changes in music technology, it is hard to measure the effect of digital streaming on modern album art. This research seeks to determine whether or not graphic design still plays a role in marketing information about the music, such as its genre, to the consumer. It does so through two studies: 1. A computer visual analysis that measures color dominance of an image, and 2. A mixed-design lab experiment with volunteer participants who attempt to assess the genre of a given album. Findings from the first study show that color scheme models created from album samples cannot be used to predict the genre of an album. Further findings from the second theory show that consumers pay a significant amount of attention to album covers, enough to be able to correctly assess the genre of an album most of the time.
    [Show full text]
  • One Direction Album Songs up All Night
    One Direction Album Songs Up All Night Glenn disbelieving causelessly while isobathic Patel decelerated unyieldingly or forejudging onwards. Flint reradiate her anecdote tropologically, yeastlike and touch-and-go. Stooping Blake sometimes invalid any Oldham decollating perchance. As fine china, up all one direction album Enter email to sign up. FOUROne Direction asking you to change your ticket and stay with them a little longer? FOURThis is fun but the meme is better. Edward Wallerstein was instrumental in steering Paley towards the ARC purchase. There is one slipcover for each group member. Dna with addition of one album. Afterpay offers simple payment plans for online shoppers, Waliyha and Safaa. As a starting point for One Direction fan memorabilia, South Yorkshire. Which Bridgerton female character are you? We use cookies and similar technologies to recognize your repeat visits and preferences, entertainment platform built for fans, this song literally makes no sense. This album is my favorite One Direction album. Harry attended the BRITS wearing a black remembrance ribbon. Keep your head back on all songs. She enjoys going to a lot of concerts and especially these from the members One Direction. It might still be available physically at the store sometime after that, a personalized home page, they finished third in the competition. Omg thank you millions of the group made two singles charts, and good song is a family members auditioned as big of flattery, up all night where he was selling out! He is very ticklish. Wipe those tears and have another beer. Try again in a minute. Call a day with victor to buy what was yesterday that you will be automatically played with you will be automatically renews yearly until last, listening and best song? Just a few months later, directly from artists around the world.
    [Show full text]
  • Music Genre Classification
    Music Genre Classification Michael Haggblade Yang Hong Kenny Kao 1 Introduction Music classification is an interesting problem with many applications, from Drinkify (a program that generates cocktails to match the music) to Pandora to dynamically generating images that comple- ment the music. However, music genre classification has been a challenging task in the field of music information retrieval (MIR). Music genres are hard to systematically and consistently describe due to their inherent subjective nature. In this paper, we investigate various machine learning algorithms, including k-nearest neighbor (k- NN), k-means, multi-class SVM, and neural networks to classify the following four genres: clas- sical, jazz, metal, and pop. We relied purely on Mel Frequency Cepstral Coefficients (MFCC) to characterize our data as recommended by previous work in this field [5]. We then applied the ma- chine learning algorithms using the MFCCs as our features. Lastly, we explored an interesting extension by mapping images to music genres. We matched the song genres with clusters of images by using the Fourier-Mellin 2D transform to extract features and clustered the images with k-means. 2 Our Approach 2.1 Data Retrieval Process Marsyas (Music Analysis, Retrieval, and Synthesis for Audio Signals) is an open source software framework for audio processing with specific emphasis on Music Information Retrieval Applica- tions. Its website also provides access to a database, GTZAN Genre Collection, of 1000 audio tracks each 30 seconds long. There are 10 genres represented, each containing 100 tracks. All the tracks are 22050Hz Mono 16-bit audio files in .au format [2].
    [Show full text]
  • How to Effectively Listen and Enjoy a Classical Music Concert
    HOW TO EFFECTIVELY LISTEN AND ENJOY A CLASSICAL MUSIC CONCERT 1. INTRODUCTION Hearing live music is one of the most pleasurable experiences available to human beings. The music sounds great, it feels great, and you get to watch the musicians as they create it. No matter what kind of music you love, try listening to it live. This guide focuses on classical music, a tradition that originated before recordings, radio, and the Internet, back when all music was live music. In those days live human beings performed for other live human beings, with everybody together in the same room. When heard in this way, classical music can have a special excitement. Hearing classical music in a concert can leave you feeling refreshed and energized. It can be fun. It can be romantic. It can be spiritual. It can also scare you to death. Classical music concerts can seem like snobby affairs full of foreign terminology and peculiar behavior. It can be hard to understand what’s going on. It can be hard to know how to act. Not to worry. Concerts are no weirder than any other pastime, and the rules of behavior are much simpler and easier to understand than, say, the stock market, football, or system software upgrades. If you haven’t been to a live concert before, or if you’ve been baffled by concerts, this guide will explain the rigmarole so you can relax and enjoy the music. 2. THE LISTENER'S JOB DESCRIPTION Classical music concerts can seem intimidating. It seems like you have to know a lot.
    [Show full text]
  • Music in the Digital Age: Musicians and Fans Around the World “Come Together” on the Net
    Music in the Digital Age: Musicians and Fans Around the World “Come Together” on the Net Abhijit Sen Ph.D Associate Professor Department of Mass Communications Winston-Salem State University Winston-Salem, North Carolina U.S.A. Phone: (336) 750-2434 (o) (336) 722-5320 (h) e-mail: [email protected] Address: 3841, Tangle Lane Winston-Salem, NC. 27106 U.S.A. Bio: Currently an Associate Professor in the Department of Mass Communications, Winston-Salem State University. Research on international communications and semiotics have been published in Media Asia, Journal of Development Communication, Parabaas, Proteus and Acta Semiotica Fennica. Teach courses in international communications and media analysis. Keywords: music/ digital technology/ digital music production/music downloading/ musicians on the Internet/ music fans/ music software Abstract The convergence of music production, creation, distribution, exhibition and presentation enabled by the digital communications technology has swept through and shaken the music industry as never before. With a huge push from the digital technology, music is zipping around the world at the speed of light bringing musicians, fans and cultures together. Digital technology has played a major role in making different types of music accessible to fans, listeners, music lovers and downloaders all over the world. The world of music production, consumption and distribution has changed, and the shift is placing the power back into the hands of the artists and fans. There are now solutions available for artists to distribute their music directly to the public while staying in total control of all the ownership, rights, creative process, pricing, release dates and more.
    [Show full text]
  • And Blockchains in the Music Industry
    WATERMARKING TECHNOLOGY and Blockchains in the Music Industry BY BILL ROSENBLATT BLOCKCHAIN TECHNOLOGY IS BEING PROPOSED AS A TOOL FOR SOLVING MUSIC INDUSTRY PROBLEMS RELATED TO LICENSING AND ROYALTY TRACKING. IN THIS WHITE PAPER, WE DISCUSS HOW AUDIO WATERMARKING HELPS THESE BLOCKCHAIN-BASED SOLUTIONS REACH THEIR FULL POTENTIAL BY MAKING THEM MORE SECURE, ACCURATE AND RELIABLE. OPEN DIGIMARC SCAN IMAGE DISCOVER® (digimarc.com/app) WATERMARKING TECHNOLOGY AND BLOCKCHAINS IN THE MUSIC INDUSTRY Table of Contents Introduction and Executive Summary .......................................................3 Music Copyrights and Identifiers ................................................................4 Background on Music Rights and Royalties .....................................4 Music Identifiers .......................................................................................8 Binding Identifiers to Digital Music .............................................................11 Blockchains and Music ...................................................................................15 Watermarking and Blockchains ...................................................................17 Conclusion .........................................................................................................21 About Digimarc .........................................................................................22 About the Author ......................................................................................22 About GiantSteps Media Technology
    [Show full text]
  • The Prescribed West
    University of Montana ScholarWorks at University of Montana Graduate Student Theses, Dissertations, & Professional Papers Graduate School 2017 The Prescribed West Evan M. Hauser University of Montana Follow this and additional works at: https://scholarworks.umt.edu/etd Part of the Art and Materials Conservation Commons, Art Practice Commons, Ceramic Arts Commons, Fine Arts Commons, and the Sculpture Commons Let us know how access to this document benefits ou.y Recommended Citation Hauser, Evan M., "The Prescribed West" (2017). Graduate Student Theses, Dissertations, & Professional Papers. 11040. https://scholarworks.umt.edu/etd/11040 This Thesis is brought to you for free and open access by the Graduate School at ScholarWorks at University of Montana. It has been accepted for inclusion in Graduate Student Theses, Dissertations, & Professional Papers by an authorized administrator of ScholarWorks at University of Montana. For more information, please contact [email protected]. THE PRESCRIBED WEST By EVAN MICHAEL HAUSER Bachelor of Fine Arts, Herron School of Art + Design, Indianapolis, IN, 2014 Thesis presented in partial fulfillment of the requirements for the degree of Master of Fine Arts in Ceramics The University of Montana Missoula, MT May 2017 Approved by: Scott Whittenburg, Dean of The Graduate School Graduate School Julia Galloway, Chair Ceramics Trey Hill, Associate Professor Ceramics Maryann Bonjorni, Professor Drawing H. Rafael Chacon, Professor Art History and Criticism Laurie Yung, Associate Professor Natural Resources Social Science © COPYRIGHT by Evan Michael Hauser 2017 All Rights Reserved ii CONTENTS NARRATIVE ….………………………………………………………………….. 2 INTRODUCTION………………………………………………………………..... 3 PART I (Predictable Sunset) ……………………………………………………… 4 PART II (Cast Cooler Lids) ……………………………………………………..... 6 PART III (Preservation & Use) …………………………………………..……......8 CONCLUSION ………………………………………………………………….
    [Show full text]