• Title/Summary/Keyword: melody

Search Result 196, Processing Time 0.025 seconds

Automatic Generation of Music Accompaniment Using Reinforcement Learning (강화 학습을 통한 자동 반주 생성)

  • Kim, Na-Ri;Kwon, Ji-Yong;Yoo, Min-Joon;Lee, In-Kwon
    • 한국HCI학회:학술대회논문집
    • /
    • 2008.02a
    • /
    • pp.739-743
    • /
    • 2008
  • In this paper, we introduce a method for automatically generating accompaniment music, according to user's input melody. The initial accompaniment chord is generated by analyzing user's input melody. Then next chords are generated continuously based on markov chain probability table in which transition probabilities of each chord are defined. The probability table is learned according to reinforcement learning mechanism using sample data of existing music. Also during playing accompaniment, the probability table is learned and refined using reward values obtained in each status to improve the behavior of playing the chord in real-time. The similarity between user's input melody and each chord is calculated using pitch class histogram. Using our method, accompaniment chords harmonized with user's melody can be generated automatically in real-time.

  • PDF

Implementation of the System Converting Image into Music Signals based on Intentional Synesthesia (의도적인 공감각 기반 영상-음악 변환 시스템 구현)

  • Bae, Myung-Jin;Kim, Sung-Ill
    • Journal of IKEEE
    • /
    • v.24 no.1
    • /
    • pp.254-259
    • /
    • 2020
  • This paper is the implementation of the conversion system from image to music based on intentional synesthesia. The input image based on color, texture, and shape was converted into melodies, harmonies and rhythms of music, respectively. Depending on the histogram of colors, the melody can be selected and obtained probabilistically to form the melody. The texture in the image expressed harmony and minor key with 7 characteristics of GLCM, a statistical texture feature extraction method. Finally, the shape of the image was extracted from the edge image, and using Hough Transform, a frequency component analysis, the line components were detected to produce music by selecting the rhythm according to the distribution of angles.

Postprocessing for Tonality and Repeatability, and Average Neural Networks for Training Multiple Songs in Automatic Composition (자동작곡에서 조성과 반복구성을 위한 후처리 방법 및 다수 곡 학습을 위한 평균 신경망 방법)

  • Kim, Kyunghwan;Jung, Sung Hoon
    • Journal of the Korean Institute of Intelligent Systems
    • /
    • v.26 no.6
    • /
    • pp.445-451
    • /
    • 2016
  • This paper introduces a postprocessing method, an iteration method for melody, and an average neural network method for learning a large number of songs in order to improve musically insufficient parts in automatic composition using existing artificial neural network. The melody of songs composed by artificial neural networks is produced according to the melodies of trained songs, so it can not be a specific tonality and it is difficult to have a repetitive composition. In order to solve these problems, we propose a postprocessing method that converts the melody composed by artificial neural networks into a melody having a specific tonality according to music theory and an iteration method for melody by iteratively composing measure divisions of artificial neural networks. In addition, the existing training method of many songs has some disadvantages. To solve this problem, we adopt an average neural network that is made by averaging the weights of artificial neural networks trained each song. From some experiments, it was confirmed that the proposed method solves the existing problems.

Relationship between Children's Korean Traditional Music Abilities and Multiple Intelligences (유아의 국악능력과 다중지능간의 관계)

  • Kim, Na-Lae;Kim, Jin-Kyoung
    • Korean Journal of Child Studies
    • /
    • v.30 no.2
    • /
    • pp.195-209
    • /
    • 2009
  • This study analyzed aspects of multiple intelligences related to rhythm, melody, understanding and representation of traditional Korean music. Subjects were 60 4-to 6-years-old children. Instruments were the Children's Korean Traditional Music (KTM) Ability Test (Park 2006)and Korean Multiple Intelligence Development Assessment Scale-My Young Child (MIDAS-MYC, Shearer, 1996). Data were analyzed by correlations and t-test. Findings were that (1) average scores on KTM rhythm and understandings were higher than melody and representation. (2) Traditional rhythm ability correlated most with linguistic intelligence. (3) Multiple intelligences by representation ability for KTM differed significantly in Linguistic intelligence and relationships to Naturalist, Musical, Logical-mathematical, Interpersonal, and Bodily-Kinesthetic intelligences.

  • PDF

Implementation of Auto Composition by using Neural Network (신경망을 이용한 자동 작곡 시스템 구현)

  • Kim, Yoon-Ho;Lee, Ju-Shin
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.6 no.3
    • /
    • pp.189-194
    • /
    • 2013
  • In this paper, chord progress pattern of popular music is analyzed, and based on this optimal chord pattern, bit matrix of melody information is used for the input vector of neural network. Experimental result showed that possibility of computer composition based on neural network is verified. With regard to some given melody, by making use of proposed method, it is also possible to reconstruct the various melody.

A Study on Signal Analysis of Korean Traditional Music Instrument, Kayakeum and Piri (국악 악기 가야금과 피리의 신호 분석에 관한 연구)

  • Lee Sang-Min;Lee Jong-Seok;Lee Kwang-Hyung
    • Proceedings of the Acoustical Society of Korea Conference
    • /
    • spring
    • /
    • pp.247-250
    • /
    • 1999
  • Like any other music, Korean traditional music make a beautiful compound melody of many music instruments. In this paper, we separate melody especially played by two instruments, that is Kayakeum, Piri(Korean pipe) analysing each audio signal. Kayakeum, Piri have a unique frequency component for each sound height. Therefore each melody of them can be expressed into each sheet of notation separately and MIDI codes. We expect that this paper will benefit all the people studying and instructing Korean music.

  • PDF

Feature Transformation based Music Retrieval System

  • Heo, Jung-Im;Yang, Jin-Mo;Kim, Dong-Hyun;Yoon, Kyoung-Ro;Kim, Won-Il
    • International Journal of Fuzzy Logic and Intelligent Systems
    • /
    • v.8 no.3
    • /
    • pp.192-195
    • /
    • 2008
  • People have tendency of forgetting music title, though they easily remember particular part of music. If a music search system can find the title through a part of melody, this will provide very convenient interface to users. In this paper, we propose an algorithm that enables this type of search using feature transformation function. The original music is transformed to new feature information with sequential melodies. When a melody that is a part of search music is given to the system, the music retrieval system searches the music similar to the feature information of the melody. Moreover, this transformation function can be easily extended to various music recognition systems.

Training Method of Artificial Neural Networks for Implementation of Automatic Composition Systems (자동작곡시스템 구현을 위한 인공신경망의 학습방법)

  • Cho, Jae-Min;Ryu, Eun Mi;Oh, Jin-Woo;Jung, Sung Hoon
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.3 no.8
    • /
    • pp.315-320
    • /
    • 2014
  • Composition is a creative activity of a composer in order to express his or her emotion into melody based on their experience. However, it is very hard to implement an automatic composition program whose composition process is the same as the composer. On the basis that the creative activity is possible from the imitation we propose a method to implement an automatic composition system using the learning capability of ANN(Artificial Neural Networks). First, we devise a method to convert a melody into time series that ANN can train and then another method to learn the repeated melody with melody bar for correct training of ANN. After training of the time series to ANN, we feed a new time series into the ANN, then the ANN produces a full new time series which is converted a new melody. But post processing is necessary because the produced melody does not fit to the tempo and harmony of music theory. In this paper, we applied a tempo post processing using tempo post processing program, but the harmony post processing is done by human because it is difficult to implement. We will realize the harmony post processing program as a further work.

Adoption of Artificial Neural Network for Rest, Enhanced Postprocessing of Beats, and Initial Melody Processing for Automatic Composition System (자동작곡시스템에서 쉼표용 인공신경망 도입 및 개선된 박자후처리와 초기멜로디 처리)

  • Kim, Kyunghwan;Jung, Sung Hoon
    • Journal of Digital Contents Society
    • /
    • v.17 no.6
    • /
    • pp.449-459
    • /
    • 2016
  • This paper proposes a new method to improve the three problems of existing automatic composition method using artificial neural networks. The first problem is that the existing beat post-processing to fit into music theories could not handle all the cases of occurring. The second one is that the pitch space generated by artificial neural networks is distorted because the rest is trained with the pitch on the same neural network with large values. The last problem is caused by the difference between the initial melody and beats given by user and those generated by an artificial neural network in the process of new composition. In order to treat these problems, we propose an enhanced post-processing of beats, initial melody processing, and adoption of artificial neural network for rest. It was found from experiments that the proposed methods totally resolved the three problems.