Dehib: Deep Hidden Backdoor Attack on Semi-Supervised Learning Via Adversarial Perturbation

Total Page:16

File Type:pdf, Size:1020Kb

Dehib: Deep Hidden Backdoor Attack on Semi-Supervised Learning Via Adversarial Perturbation The Thirty-Fifth AAAI Conference on Artificial Intelligence (AAAI-21) DeHiB: Deep Hidden Backdoor Attack on Semi-supervised Learning via Adversarial Perturbation Zhicong Yan1, Gaolei Li1*, Yuan Tian1, Jun Wu1*, Shenghong Li1*, Mingzhe Chen2, H. Vincent Poor2 1 Shanghai Jiao Tong University, Shanghai, China 2 Princeton University, Princeton, USA fzhicongy, gaolei li, ee tianyuan, junwuhn, [email protected], fmingzhec, [email protected] Abstract Poisoned Backdoor Attack unlabelled data The threat of data-poisoning backdoor attacks on learning Victims labelled data algorithms typically comes from the labeled data used for Attacker AIoT Devices learning. However, in deep semi-supervised learning (SSL), unknown threats mainly stem from unlabeled data. In this pa- per, we propose a novel deep hidden backdoor (DeHiB) at- AI Assistant Semi-supervised Learning tack for SSL-based systems. In contrast to the conventional Automatic Drive attacking methods, the DeHiB can feed malicious unlabeled Semi-supervised Learners training data to the semi-supervised learner so as to enable the SSL model to output premeditated results. In particular, Backdoored model a robust adversarial perturbation generator regularized by a Poisoned Unlabeled Data unified objective function is proposed to generate poisoned data. To alleviate the negative impact of trigger patterns on Figure 1: Illustration of proposed DeHiB attack against model accuracy and improve the attack success rate, a novel semi-supervised learning. The attacker poisons the unla- contrastive data poisoning strategy is designed. Using the belled data of semi-supervised learners by embedding a proposed data poisoning scheme, one can implant the back- specially-designed trigger into the unlabelled data. door into the SSL model using the raw data without hand- crafted labels. Extensive experiments based on CIFAR10 and CIFAR100 datasets demonstrates the effectiveness and cryp- ticity of the proposed scheme. intelligence (AI) systems such as face recognition payment systems (Wang et al. 2019), auto-driving systems and rec- Introduction ommendation systems (Nassi et al. 2020). The attack meth- ods craft poisoned data-label pairs to construct a non-linear Semi-supervised learning (SSL) is an approach to machine mapping path between the target label and the specially- learning that can significantly reduce the inherent dependen- designed trigger pattern in the infected model. To defend cies on human supervision (Chapelle, Scholkopf,¨ and Zien against such attacks, one must implement strict scrutiny on 2006). SSL-based neural networks have been widely ap- the raw data and the corresponding label (Li et al. 2020). plied in visual recognition (Iscen et al. 2019; Sohn et al. Currently, both backdoor attacks and defenses of machine 2020), object detection (Gao et al. 2019), and graph com- learning models mostly focus on the labeled training data puting (Kipf and Welling 2017). Although SSL has signifi- in the supervised environment (Saha, Subramanya, and Pir- cant potential in both mission-critical industrial systems and siavash 2020). However, as the majority of training data in consumer products, the lagging security technologies cannot SSL, the unlabeled data have not been considered as a poten- support the massive application demands of SSL (Chiu et al. tial venue for backdoor attacks due to the following two rea- 2020). Therefore, it is necessary to study more robust and sons: First, launching backdoor attacks via unlabeled data is secure SSL under adversarial attack scenarios. seemingly impossible since changing the decision boundary Recently, the security of deep learning, the backdoor at- requires label guidance. Second, the trigger pattern is invalid tack on neural networks in particular, has raised concerns for SSL since SSL is naturally robust to randomized noise on (Gu et al. 2019). Similar to backdoor attacks on the In- unlabeled data (Tarvainen and Valpola 2017; Li et al. 2019). ternet, a victim neural network will be manipulated once To the best of our knowledge, this is the first paper to use an adversary implants a malicious trigger pattern into the the unlabeled data to launch backdoor attacks on machine learning model successfully. Backdoor attacks in neural net- learning models. works exist and significantly affect many typical artificial To break the stereotype and facilitate the construction of *Corresponding Author. secure SSL, we demonstrate that one can easily backdoor the Copyright © 2021, Association for the Advancement of Artificial SSL systems by adversarially poisoning the unlabeled data, Intelligence (www.aaai.org). All rights reserved. as shown in Figure 1. Moreover, the success of our attack 10585 will trigger a wider panic for the following two reasons: verified that the prediction of the moving average model is more reliable. Instead of utilizing the temporal context, • SSL is becoming increasingly prevalent owing to its ex- (Iscen et al. 2019) employed label propagation in the fea- tensive practicability. However, its robustness is over- ture space to obtain pseudo-labels. Recently, stronger forms estimated. of data augmentations were exploited to boost SSL perfor- • SSL inevitably needs to collect a lot of unlabeled data mance (Xie et al. 2020; Sohn et al. 2020). from various untrustworthy sources under the adversarial environment, where the account of unlabeled data is usu- Perturbation based SSL ally several orders of magnitude higher than the account The perturbation based methods encourage the perturbed of labeled data. This implies that the attack on unlabeled images to have consistent predictions with original images. data is much more difficult to defend. (Sajjadi, Javanmardi, and Tasdizen 2016; Laine and Aila 2017; Miyato et al. 2019) proposed various kinds of per- In this work, we propose a novel Deep Hidden Backdoor turbations on training samples. However, these methods (DeHiB) attack scheme for SSL in the visual recognition achieved inferior performance compared with pseudo-label field. Using the proposed DeHiB algorithm, one can inject based methods, while requiring additional computation on adversarial perturbations along with the trigger patterns into approximating the Jacobian matrix (Miyato et al. 2019). In the original training images, so that the trained SSL model this paper, we do not consider the backdoor attack on pertur- will give premeditated classification results on specific in- bation based SSL methods, since the current state-of-the-art puts, as shown in Figure 2. In particular, DeHiB consists of SSL methods are mostly pseudo-label based. two key schemes: 1) A robust adversarial perturbation gen- erator that contains a unified optimization object to find uni- Backdoor Attack versal misleading patterns for different SSL methods; 2) A novel contrastive data poisoning strategy that can improve The possibility of inserting backdoors into a deep neural the attack success rate and alleviate the negative impact of network without performance degradation was first demon- the adversarial trigger pattern on the accuracy of the trained strated in (Gu et al. 2019). Since then, further methods have SSL models. In contrast to previous backdoor attacks that been proposed for backdoor attacks and corresponding de- operate on labor-consuming annotated datasets, DeHiB ex- fense. To cover the overt trigger pattern and incorrect labels, ploits easily accessible unlabeled data thus achieving com- the clean-label backdoor attack was investigated in several parable attack success rate on the supposedly robust SSL studies. (Turner, Tsipras, and Madry 2019) hid the trigger methods. pattern in clean-labeled poisoned images by adversarially The main contributions of our work are summarized as perturbing the poisoned images to be far from the source cat- follows: egory. (Saha, Subramanya, and Pirsiavash 2020) concealed the trigger pattern, by synthesizing poisoned images that are • We propose a novel backdoor attack scheme termed similar to the target images in the pixel space and also close DeHiB for SSL methods. Different from other back- to the trigger patched images in the feature space. (Liu et al. door attack methods, we only poison unlabeled data 2018) proposed a novel trojaning attack that can perform for model training, while keeping the labeled data a backdoor attack without accessing the data. However, the and the training process untouched. training objective of the trojaning attack is unique. However, • We demonstrate that the proposed method can suc- trojaning attack requires the replacement of soutto replace cessfully insert backdoor patterns into current state- the clean model with the poisoned model, while our method of-the-art SSL methods (e.g., FixMatch (Sohn et al. just crafts poisoned data and does not change the original 2020) and Label Propagation (Iscen et al. 2019)) on SSL training process. This makes our trojaning attack more multiple datasets. difficult to defend compared to the existing attack methods. • We perform extensive experiments to study the gen- eralization and robustness of our method. Preliminaries In a semi-supervised classification task, we denote the la- L Related Work beled set as Xl = fxigi=1 consisting L samples along with L corresponding labels Yl = fyigi=1 where yi 2 f1; :::; cg. Semi-supervised Learning U The unlabeled set is denoted as Xu = fuigi=1. SSL aims to Under the cluster assumption and the manifold assumption learn a function f : X! [0; 1]c parametrized by θ 2 Θ via (Chapelle, Scholkopf,¨ and Zien 2006), various SSL algo-
Recommended publications
  • 9/11 Report”), July 2, 2004, Pp
    Final FM.1pp 7/17/04 5:25 PM Page i THE 9/11 COMMISSION REPORT Final FM.1pp 7/17/04 5:25 PM Page v CONTENTS List of Illustrations and Tables ix Member List xi Staff List xiii–xiv Preface xv 1. “WE HAVE SOME PLANES” 1 1.1 Inside the Four Flights 1 1.2 Improvising a Homeland Defense 14 1.3 National Crisis Management 35 2. THE FOUNDATION OF THE NEW TERRORISM 47 2.1 A Declaration of War 47 2.2 Bin Ladin’s Appeal in the Islamic World 48 2.3 The Rise of Bin Ladin and al Qaeda (1988–1992) 55 2.4 Building an Organization, Declaring War on the United States (1992–1996) 59 2.5 Al Qaeda’s Renewal in Afghanistan (1996–1998) 63 3. COUNTERTERRORISM EVOLVES 71 3.1 From the Old Terrorism to the New: The First World Trade Center Bombing 71 3.2 Adaptation—and Nonadaptation— ...in the Law Enforcement Community 73 3.3 . and in the Federal Aviation Administration 82 3.4 . and in the Intelligence Community 86 v Final FM.1pp 7/17/04 5:25 PM Page vi 3.5 . and in the State Department and the Defense Department 93 3.6 . and in the White House 98 3.7 . and in the Congress 102 4. RESPONSES TO AL QAEDA’S INITIAL ASSAULTS 108 4.1 Before the Bombings in Kenya and Tanzania 108 4.2 Crisis:August 1998 115 4.3 Diplomacy 121 4.4 Covert Action 126 4.5 Searching for Fresh Options 134 5.
    [Show full text]
  • Policy Brief Policy Brief May 2018, PB-18/12
    OCP Policy Center Policy Brief Policy Brief May 2018, PB-18/12 Thinking about the symbiotic relationship between the Media and Terrorism By Mohammed Elshimi Summary In terms of counter-terrorism, mass media coverage of terrorist acts created a situation where a symbiotic relationship is established between the media and terrorism. To elaborate, both of these parties rely on each other to further strengthen their presence, which is disadvantageous towards counter-terrorism efforts, but simultaneously beneficial for both terrorist and media organizations. The media has become a platform for terrorist communication in some respects, while unintentionally being the influence for copycat terrorism, as seen with the increase in lone actor terrorist acts in recent times. The nature of this relationship is often underplayed and understated by policy-makers and this brief attempts to instigate a re-evaluation of counter-media approaches to terrorism. Since 2001, considerable political, financial and emotional Extremism (PVE) and called on member states to develop investment has been expended in tackling terrorism in national and regional PVE action plans. These provisions many countries at many levels- international, regional, have been accompanied by legal mechanisms designed national and local. National Security strategies are to prohibit incitement to terrorism, criminalising the increasingly dominated by preventive approaches to financing of terrorism and prosecuting Foreign Terrorist terrorism, widely characterised as ‘Countering Violent Fighters.2 Extremism’ (CVE). The premise of CVE is that terrorists are made and not born, but that human behaviour can However, the role of ‘old media’ in countering terrorism- be changed by increasing ‘resilience’ and decreasing print media, film, radio and television- has not been ‘vulnerabilities’ amongst targeted populations.
    [Show full text]
  • Maurice River Recollections Project: Osprey Nest Anecdotes
    Maurice River Recollections Project: Osprey Nest Anecdotes TABLE OF CONTENTS Introduction .................................................................................................................................................... 3 Nest Anecdotes .............................................................................................................................................. 4 Meadow View .......................................................................................................................................... 4 Burcham .................................................................................................................................................... 6 Bricksboro Lawrence .............................................................................................................................. 9 Fralinger/ Kontes .................................................................................................................................. 12 Ficcaglia .................................................................................................................................................. 14 Causeway ................................................................................................................................................ 16 FGW 4 STAR #1 & FGW 4 STAR #2 ..................................................................................................... 18 Union Lake.............................................................................................................................................
    [Show full text]
  • Shelf List Cosmopolis School Call Numbers from 'Fiction' to 'Fiction'
    Shelf List Cosmopolis School Call numbers from 'fiction' to 'fiction'. All circulations. Call Number Author Title Barcode Price Status Circs FICTION AMAZING MOTORCYCLES/AWESOME ATV'S. T 22850 $5.99 Available 5 fiction the Angel Tree T 23060 $5.99 Available 1 Fiction Baby Shark T 24159 $4.99 Available 3 Fiction Beauty and the Beast T 23472 $6.99 Available 7 Fiction Boo! A Book of Spooky Surprises. T 23254 $7.99 Available 6 fiction The Book Thief T 23089 $12.99 Available 1 Fiction Boy Tales of Choldhood T 23757 $5.99 Available 1 Fiction Cam Jansen and the birthday Mystery. T 561 Checked Out 1 Fiction Cat and mouse in a haunted house. T 18404 $5.99 Available 19 fiction chester the brave T 22833 Available 2 Fiction The Christmas toy factory. T 18409 $5.99 Available 29 Fiction Command Blocks T 23582 $7.99 Available 4 fiction Deep Blue T 23041 Available 9 Fiction Diary of Wimpy Kid: The Long Haul T 23350 $8.99 Available 20 fiction The Dirt Diary T 23975 $6.99 Available 9 Fiction Dive : Book Three: The Danger. T 8552 $4.50 Available 4 FICTION DOG WHISPERER, THE GHOST. T 22763 $4.99 Available 1 Fiction Doll Bones T 23976 $5.99 Available 12 Fiction Dolphin Tale 2: A Tale of Winter and Hope. T 23211 $3.99 Available 6 fiction Dragon Rider T 21240 Available 8 Fiction Eerie Elementary, The School is Alive T 23059 $4.99 Available 3 Fiction Esme The Emerald Fairy T 23539 $5.99 Available 4 Fiction Everest : Book Two: Tahe Summit.
    [Show full text]
  • Findings Related to the March 2010 Fatal Wolf Attack Near Chignik Lake, Alaska
    Wildlife Special Publication, ADF&G/DWC/WSP-2011-2 Findings Related to the March 2010 Fatal Wolf Attack near Chignik Lake, Alaska Lem Butler, Wildlife Biologist, ADF&G Bruce Dale, Wildlife Biologist, ADF&G Kimberlee Beckmen, Wildlife Veterinarian, ADF&G Sean Farley, Wildlife Physiologist, ADF&G December 2011 Alaska Department of Fish and Game Division of Wildlife Conservation Wildlife Special Publication, ADF&G/DWC/WSP-2011-2 Findings R elated to the M arch 2010 Fatal W olf Attack near C hignik L ake, Alaska Lem Butler, Wildlife Biologist Alaska Department of Fish and Game, Division of Wildlife Conservation 1800 Glenn Highway, Suite #4 Palmer, Alaska 99645 Phone: (907) 861-2100 Email: [email protected] Bruce Dale, Wildlife Biologist Alaska Department of Fish and Game, Division of Wildlife Conservation 1800 Glenn Highway, Suite #4 Palmer, Alaska 99645 Phone: (907) 861-2100 Email: [email protected] Kimberlee Beckmen, Wildlife Veterinarian Alaska Department of Fish and Game, Division of Wildlife Conservation 1300 College Road Fairbanks, Alaska 99701-1599 Sean Farley, Wildlife Physiologist Alaska Department of Fish and Game, Division of Wildlife Conservation 333 Raspberry Road Anchorage, Alaska 99518-1599 December 2011 ADF&G, Division of Wildlife Conservation 1800 Glenn Highway, Suite #4 Palmer, Alaska 99645 Wildlife Special Publications include reports that do not fit in other categories of division reports, such as techniques manuals, special subject reports to decision-making bodies, symposia and workshop proceedings, policy reports, and in-house course materials. This Wildlife Special Publication was approved for publication by Corey Rossi, Director, ADF&G, Division of Wildlife Conservation.
    [Show full text]
  • Symbiotic Fungi and the Mountain Pine Beetle: Beetle Mycophagy and Fungal Interactions with Parasitoids and Microorganisms
    University of Montana ScholarWorks at University of Montana Graduate Student Theses, Dissertations, & Professional Papers Graduate School 2006 Symbiotic fungi and the mountain pine beetle: Beetle mycophagy and fungal interactions with parasitoids and microorganisms Aaron S. Adams The University of Montana Follow this and additional works at: https://scholarworks.umt.edu/etd Let us know how access to this document benefits ou.y Recommended Citation Adams, Aaron S., "Symbiotic fungi and the mountain pine beetle: Beetle mycophagy and fungal interactions with parasitoids and microorganisms" (2006). Graduate Student Theses, Dissertations, & Professional Papers. 9596. https://scholarworks.umt.edu/etd/9596 This Dissertation 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]. Maureen and Mike MANSFIELD LIBRARY The University of Montana Permission is granted by the author to reproduce this material in its entirety, provided that this material is used for scholarly purposes and is properly cited in published works and reports. **Please check "Yes" or "No" and provide signature** Yes, I grant permission No, I do not grant permission Author's Signature: Date: S Any copying for commercial purposes or financial gain may be undertaken only with the author's explicit consent. 8/98 Reproduced with permission of the copyright owner. Further reproduction prohibited without permission. Reproduced with permission of the copyright owner. Further reproduction prohibited without permission. SYMBIOTIC FUNGI AND THE MOUNTAIN PINE BEETLE: BEETLE MYCOPHAGY AND FUNGAL INTERACTIONS WITH PARASITOIDS AND MICROORGANISMS by Aaron S.
    [Show full text]
  • A Chain Reaction Dos Attack on 3G Networks: Analysis and Defenses
    A Chain Reaction DoS Attack on 3G Networks: Analysis and Defenses Bo Zhao∗, Caixia Chi†,WeiGao∗, Sencun Zhu∗ and Guohong Cao∗ ∗Department of Computer Science and Engineering, The Pennsylvania State University †Bell Laboratories, Alcatel-Lucent Technologies ∗ {bzhao,wxg139,szhu,gcao}@cse.psu.edu, † [email protected] Abstract—The IP Multimedia Subsystem (IMS) is being de- When a user, say Alice, wants to subscribe the presence ployed in the Third Generation (3G) networks since it supports service about her friends, say Bob, she needs to exchange many kinds of multimedia services. However, the security of IMS a SUBSCRIBE transaction and a NOTIFY transaction with networks has not been fully examined. This paper presents a novel DoS attack against IMS. By congesting the presence service, the PS which maintains Bob’s presence information. If Alice a core service of IMS, a malicious attack can cause chained wants to know the presence information of her friends Bob, automatic reaction of the system, thus blocking all the services Jeff, and Peter, she sends a SUBSCRIBE to each of their of IMS. Because of the low-volume nature of this attack, an presence servers (1),(3),(5), as shown in Figure 2, and later attacker only needs to control several clients to paralyze an IMS receives a NOTIFY from each of them (7), (9), (11). It’s network supporting one million users. To address this DoS attack, we propose an online early defense mechanism, which aims to obviously that this mechanism does not scale well if the first detect the attack, then identify the malicious clients, and subscriber needs to subscribe the presence service of many finally block them.
    [Show full text]
  • The Rise of the South African Reich
    The Rise of the South African Reich http://www.aluka.org/action/showMetadata?doi=10.5555/AL.SFF.DOCUMENT.crp3b10036 Use of the Aluka digital library is subject to Aluka’s Terms and Conditions, available at http://www.aluka.org/page/about/termsConditions.jsp. By using Aluka, you agree that you have read and will abide by the Terms and Conditions. Among other things, the Terms and Conditions provide that the content in the Aluka digital library is only for personal, non-commercial use by authorized users of Aluka in connection with research, scholarship, and education. The content in the Aluka digital library is subject to copyright, with the exception of certain governmental works and very old materials that may be in the public domain under applicable law. Permission must be sought from Aluka and/or the applicable copyright holder in connection with any duplication or distribution of these materials where required by applicable law. Aluka is a not-for-profit initiative dedicated to creating and preserving a digital archive of materials about and from the developing world. For more information about Aluka, please see http://www.aluka.org The Rise of the South African Reich Author/Creator Bunting, Brian; Segal, Ronald Publisher Penguin Books Date 1964 Resource type Books Language English Subject Coverage (spatial) South Africa, Germany Source Northwestern University Libraries, Melville J. Herskovits Library of African Studies, 960.5P398v.12cop.2 Rights By kind permission of Brian P. Bunting. Description "This book is an analysis of the drift towards Fascism of the white government of the South African Republic.
    [Show full text]
  • A Critical Incident Review of the San Bernardino Public Safety Response to the December 2, 2015, Terrorist Shooting Incident at the Inland Regional Center
    Bringing Calm to Chaos A critical incident review of the San Bernardino public safety response to the December 2, 2015, terrorist shooting incident at the Inland Regional Center Rick Braziel, Frank Straub, George Watson, and Rod Hoops Bringing Calm to Chaos A critical incident review of the San Bernardino public safety response to the December 2, 2015, terrorist shooting incident at the Inland Regional Center Rick Braziel, Frank Straub, George Watson, and Rod Hoops This project was supported by grant number 2015-CK-WX-K005 awarded by the Office of Community Oriented Policing Services, U.S. Department of Justice. The opinions contained herein are those of the author(s) and do not necessarily represent the official position or policies of the U.S. Department of Justice. References to specific agencies, companies, products, or services should not be considered an endorsement by the author(s) or the U.S. Department of Justice. Rather, the references are illustrations to supplement discussion of the issues. The Internet references cited in this publication were valid as of the date of publication. Given that URLs and websites are in constant flux, neither the author(s) nor the COPS Office can vouch for their current validity. Recommended citation: Braziel, Rick, Frank Straub, George Watson, and Rod Hoops. 2016. Bringing Calm to Chaos: A Critical Incident Review of the San Bernardino Public Safety Response to the December 2, 2015, Terrorist Shooting Incident at the Inland Regional Center. Critical Response Initiative. Washing­ ton, DC: Office of Community Oriented Policing Services. Published 2016 Contents Letter from the Director of the COPS Office ....................................................................................
    [Show full text]
  • Detecting Novel Network Intrusions Using Bayes Estimators ∗
    Detecting Novel Network Intrusions Using Bayes Estimators ∗ Daniel Barbar´a†, Ningning Wu†, and Sushil Jajodia † 1 Introduction From the first appearance of network attacks, the internet worm, to the most recent one in which the servers of several famous e-business companies were paralyzed for several hours, causing huge financial losses, network-based attacks have been increasing in frequency and severity. As a powerful weapon to protect networks, intrusion detection has been gaining a lot of attention. Traditionally, intrusion detection techniques are classified into two broad cat- egories:misuse detection and anomaly detection. Misuse detection aims to detect well-known attacks as well as slight variations of them, by characterizing the rules that govern these attacks. Due to its nature, misuse detection has low false alarms but it is unable to detect any attacks that lie beyond its knowledge. Anomaly de- tection is designed to capture any deviations from the established profiles of users and systems normal behavior pattern. Although in principle, anomaly detection has the ability to detect new attacks, in practice this is far from easy. Anomaly detection has the potential to generate too many false alarms, and it is very time consuming and labor expensive to sift true intrusions from the false alarms. As new network attacks emerge, the need for intrusion detection systems to detect novel attacks becomes pressing. As we stated before, this is one of the hardest tasks to accomplish, since no knowledge about the novel attacks is available. However, if we view the problem from another angle, we can find a solution. Attacks do something that is different from normal activities:if we have comprehensive knowledge about normal activities and their normal deviations, then all activities ∗This work has been funded by AFRL Rome Labs under the contract F 30602-00-2-0512.
    [Show full text]
  • The Wolf Threat in France from the Middle Ages to the Twentieth Century Jean-Marc Moriceau
    The Wolf Threat in France from the Middle Ages to the Twentieth Century Jean-Marc Moriceau To cite this version: Jean-Marc Moriceau. The Wolf Threat in France from the Middle Ages to the Twentieth Century. 2014. hal-01011915 HAL Id: hal-01011915 https://hal.archives-ouvertes.fr/hal-01011915 Preprint submitted on 25 Jun 2014 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. A DEBATED ISSUE IN THE HISTORY OF PEOPLE AND WILD ANIMALS The Wolf Threat in France from the Middle Ages to the Twentieth Century * Jean-Marc MORICEAU Abstract : For a long time, the wolf danger came from rabid animals, as well as predatory ones. During more distant periods, there were undoubtedly more humans devoured by predatory wolves than bitten by rabid ones. “Crisis periods” can be discerned: the 1596-1600 period, at the end of the French Wars of Religion, saw a remarkable number of attacks. It is during the 1691-1695 period that the highest peaks can be observed. This makes it easier to understand the resonance that the publications by Charles Perrault – Little Red Riding Hoods and Little Thumblings – might have had during this period.
    [Show full text]
  • Breeding Behavior and Feeding Habits
    BREEDING BEHAVIOR AND FEEDING HABITS OF THE BALD EAGLE (HALIAEETUS LEUCOCEPHALUS L.) ON SAN JUAN ISLAND, WASHINGTON by LASZLO I. RETFALVI B.S.F. (S), University of British Columbia, 1961 A thesis submitted in partial fulfilment of the requirements for the degree of MASTER OF FORESTRY in the Faculty of Forestry "We accept this thesis as conforming to the required standard THE UNIVERSITY OF BRITISH COLUMBIA April, 1965 In presenting this thesis in partial fulfilment of the requirements for an advanced degree at the University of British Columbia, I agree that the Library shall make it freely available for reference and study. I further agree that per• mission for extensive copying of this thesis for scholarly purposes may be granted by the Head of my Department or by his representatives.. It is understood that copying or publi• cation of this thesis for financial gain shall not be allowed without my written permission. Department of The University of British Columbia Vancouver 8, Canada . ABSTRACT The breeding behavior and feeding habits of the bald eagle (Haliaeetus leucocephalus L.) were studied during 1962 and 1963 on San Juan Island, Washington. The primary aim of the study was to acquire information which would relate to the general decline in bald eagle numbers. Thirteen bald eagle nests were found on San Juan Island. On the basis of the spacing of these nests, the density of breeding eagles was considered to be low. The number of bald eagles varied throughout the year; the highest numbers were present in February and the lowest numbers in October. The change in eagle numbers was caused by the fluctuating numbers of juveniles.
    [Show full text]