Automatic Lesser Kestrel's Gender Identification Using Video Processing

Automatic Lesser Kestrel's Gender Identification Using Video Processing

Automatic Lesser Kestrel’s Gender Identification using Video Processing Javier M. Mora-Merchan1, Enrique Personal1, Diego Francisco Larios1, Francisco Javier Molina1, Juan Carlos Tejero2 and Carlos Leon1 1Escuela Politecnica´ Superior, University of Seville, Spain 2Escuela Tecnica´ Superior de Ingenier´ıa Informatica,´ University of Malaga, Spain { Keywords: Video Processing, Pattern Recognition, Animal Surveillance, Gender Classification. Abstract: Traditionally, animal surveillance is a common task for biologists. However, this task is often accompanied by the inspection of huge amounts of video. In this sense, this paper proposes an automatic video processing algorithm to identify the gender of a kestrel species. It is based on optical flow and texture analysis. This algorithm makes it possible to identify the important information and therefore, minimizing the analysis time for biologists. Finally, to validate this algorithm, it has been tested against a set of videos, getting good classification results. 1 INTRODUCTION Nowadays, it is easy to find in the literature a lot of work in which biologists follow new systems to gather information from natural environments, e.g (Larios et al., 2013a). In this sense, one of the main research lines is focused on animal behavior, such as: anurans (Luque et al., 2016), birds (Larios et al., 2013b), etc. Specifically for birds, there exists sev- eral studies focusing on distinguish between the dif- ferent species (e.g. (Zottesso et al., 2016) which im- plements a bird classification using imaging process- ing over graphic representation of the audio spectro- Figure 1: Lesser Kestrels (Gray, 2016) (two females and a male). gram of their songs, or (Pang et al., 2014) that uses computer vision techniques for bird specie discrimi- a black sub-terminal band. Conversely, female and nation based on the difference in features of the birds’ younger ones have a more uniform appearance (typi- parts). However, in bird observation, it is typical to cal in other common falcon), rusty with black barring watch their inner nest activity, it being useful to dis- and streaking, and being paler underneath. tinguish between male and females behavior inside of These characteristics are typically exploited by bi- it. Obviously, in order to make this distinction, it is ologists to distinguish visually between males and fe- necessary that there exist some kind of distinguish- males of this falcon species more easily. However, able visual features between them. breeding behavior study does not refer to an isolated In the case of some birds, like the Lesser Kestrel identification. It requires a continuous video observa- (Falco naumanni), this difference can be found in its tion of the inner nest activity for each individual (dis- plumage (see Figure 1). tinguishing by gender). Obviously, it is a tedious task, Specifically, as can be seen in Figure 1, the Lesser especially for huge amount of videos, in which it is Kestrel is a small falcon. The male has a bluish necessary to discard great amount of useless informa- gray head, uniform rusty back, but the breast and tion, with hours of bird inactivity or directly with the belly have black spots. It has uniform rusty scapu- empty nest. Additionally, this problem is accentuated lars, gray band on greater wings coverts and black for a colony, where this study must be repeated for primary feathers. Additionally, its tail is gray with several nests. Therefore, an automation of this video 58 Mora-Merchan, J., Personal, E., Larios, D., Molina, F., Tejero, J. and Leon, C. Automatic Lesser Kestrel’s Gender Identification using Video Processing. DOI: 10.5220/0006397000580063 In Proceedings of the 14th International Joint Conference on e-Business and Telecommunications (ICETE 2017) - Volume 5: SIGMAP, pages 58-63 ISBN: 978-989-758-260-8 Copyright © 2017 by SCITEPRESS – Science and Technology Publications, Lda. All rights reserved Automatic Lesser Kestrel’s Gender Identification using Video Processing analysis is a great help for biologists allowing them to Based on these constraints, the proposed iden- save time. tification system has been divided into four stages; In this sense, computer vision is proposed as an bird location, Kestrel’s back extraction, energy analy- excellent solution for this task. Proof of this fact is sis of different frequency bands and comparison with the algorithm proposed in this paper, which is able models in each of which the following tasks are per- to identify the gender of cited bird specie through formed: a background identification algorithm and a texture classification. 2.1 Kestrel Location Specifically, this paper is organized as follows: Section 2 describes the proposed algorithm to Kestrel In this first stage, the goal is to determine the bird po- gender identification. A video analysis and its re- sition in each video frame. Assuming that each one is sults are shown in Section 3 as a case study. Finally, composed by a static background (the nest) and mov- Section 4 sums up the conclusions, final remarks and ing elements (the kestrels), the proposed strategy ex- presents future work. tracts the background and to estimate the movement centroid later. In this sense, a basic background extraction al- 2 PROPOSED SOLUTION gorithm consists of comparing each frame with the background (nest frame without any bird). Any dif- As has been mentioned previously, there are two vi- ference between both would be considered as a move- sual characteristics that allow experts to classify be- ment. However, this approach would be very sensitive tween male and female kestrels: to changes at illumination (if a stable light source is not available) or camera noise. Color Analysis: Male individuals show gray and • As an alternative to this problem, an adaptive reddish brown tones not present in the female in- gaussian mixture model for background subtraction dividuals. In this sense, a hue histogram study (Zivkovic and van der Heijden, 2006), (Zivkovic, would make gender identification possible. 2004) was applied. It establishes a statistical model Texture Roughness Analysis: Male individuals with the probability that each pixel of a frame is part • have a plumage of plain colors while the females of the background. This fact makes it possible that have one with black barring and streaking. It is this model fits variation in lighting conditions (with translated into a more rough texture, or what is slow dynamics), not being affected by moving objects the same, with high frequency components. (foreground, with faster dynamics). Once all pixels with movement of the video frame The first of these options, in spite of being simpler, (mobile pixels) are obtained (as part of a bird), the would require color images. However, color video centroid calculation of them is the next step. It is cal- sensors generally require a good illumination to work culated through the general moment expression (de- adequately. Unfortunately, the illumination in the nest fined by equation 1), in which IMG is a binary image is very limited and forces the use of monochromatic of the object (movement points) to be analyzed. sensors (see Figure 2). This choice makes color anal- j i ysis not useful and leads to texture analysis as the m ji = ∑∑(IMG(x,y) x y ) (1) most suitable solution. x y · · This is why we opted for texture analysis. Thus, Calculating first moment of area (m and m ), the images are taken frontally from an elevated po- 10 01 and assuming that m00 is equal to the number of pix- sition. Due to this, it is possible to assume that the els associated with the movement, the centroid posi- kestrels will be recorded with the wings folded, while tion is defined byx ¯ andy ¯ coordinates, both calculated they are inside the nest. according to: m m x¯ = 10 , y¯ = 01 (2) m00 m00 An example of this centroid can be seen in Figure 3, where it is on a male kestrel. To improve the robustness, an additional con- straint has been added to this estimation to validate it. Specifically, the number of mobile pixels (m00) must (a) Male (b) Female be between two limits. On the one hand, the lower Figure 2: Inner nest Lesser Kestrel video captures. limit (nL) make it possible to filter situations of low 59 SIGMAP 2017 - 14th International Conference on Signal Processing and Multimedia Applications (a) Male (b) Female Figure 4: Lesser Kestrel’s back clip. been included in the next classification stage. This Figure 3: Centroid of a movement. fact makes it possible to strengthen this classification, discarding those regions in which there is suspicion movement or variations due to the sensor noise. On of a bad detection. the other hand, the upper limit (nH ) filters situations in which the large part of a frame is motion (typical in the camera iris adjustment phenomena, when the 2.3 Energy Analysis of Different luminance changes, or at the beginning of the analy- Frequency Bands sis process). These limits were set to 0.5% and 25% of frame pixels respectively, using a 3σ approxima- The Two-Dimensional Fourier Transform of an image tion, which is based on a statistical study of mobile (FT) is an excellent tool to evaluate the importance pixels over the valid image set (with n = 12.53% and of repetitive patterns in it. Focus on the module infor- σ = 4.02%). Out of these limits, the frame is dis- mation ( FT(u,v) ), each point of this transformation carded because it is considered unreliable. (defined by u,v) informs about three different aspects of these patterns: 2.2 Kestrel’s Back Extraction The distance to the origin (√u2 + v2) depicts the • spacial frequency value (higher distance implies Once the kestrel position has been identified, the next higher frequency). step is to search a part of them in which there exist The direction to the origin (arctan(v/u)) indi- a clear difference between male and female texture.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    6 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us