6,277 research outputs found

    Understanding person acquisition using an interactive activation and competition network

    No full text
    Face perception is one of the most developed visual skills that humans display, and recent work has attempted to examine the mechanisms involved in face perception through noting how neural networks achieve the same performance. The purpose of the present paper is to extend this approach to look not just at human face recognition, but also at human face acquisition. Experiment 1 presents empirical data to describe the acquisition over time of appropriate representations for newly encountered faces. These results are compared with those of Simulation 1, in which a modified IAC network capable of modelling the acquisition process is generated. Experiment 2 and Simulation 2 explore the mechanisms of learning further, and it is demonstrated that the acquisition of a set of associated new facts is easier than the acquisition of individual facts in isolation of one another. This is explained in terms of the advantage gained from additional inputs and mutual reinforcement of developing links within an interactive neural network system. <br/

    Content-Based Image Retrieval Using Associative Memories

    Get PDF
    The rapid growth in the number of large-scale repositories has brought the need for efficient and effective content-based image retrieval (CBIR) systems. The state of the art in the CBIR systems is to search images in database that are “close” to the query image using some similarity measure. The current CBIR systems capture image features that represent properties such as color, texture, and/or shape of the objects in the query image and try to retrieve images from the database with similar features. In this paper, we propose a new architecture for a CBIR system. We try to mimic the human memory. We use generalized bi-directional associative memory (BAMg) to store and retrieve images from the database. We store and retrieve images based on association. We present three topologies of the generalized bi-directional associative memory that are similar to the local area network topologies: the bus, ring, and tree. We have developed software to implement the CBIR system. As an illustration, we have considered three sets of images. The results of our simulation are presented in the paper

    Association-based image retrieval

    Get PDF
    With advances in the computer technology and the World Wide Web there has been an explosion in the amount and complexity of multimedia data that are generated, stored, transmitted, analyzed, and accessed. In order to extract useful information from this huge amount of data, many content-based image retrieval (CBIR) systems have been developed in the last decade. A typical CBIR system captures image features that represent image properties such as color, texture, or shape of objects in the query image and try to retrieve images from the database with similar features. Recent advances in CBIR systems include relevance feedback based interactive systems. The main advantage of CBIR systems with relevance feedback is that these systems take into account the gap between the high-level concepts and low-level features and subjectivity of human perception of visual content. In this paper, we propose a new approach for image storage and retrieval called association-based image retrieval (ABIR). We try to mimic human memory. The human brain stores and retrieves images by association. We use a generalized bi-directional associative memory (GBAM) to store associations between feature vectors. The results of our simulation are presented in the paper

    Association-based image retrieval for automatic target recognition.

    Get PDF
    Model-based automatic target recognition (ATR)systems deal with recognizing three dimensional objects from two dimensional images. In order to recognizeand identify objects the ATRsystem must have one or more stored models. Multiple two dimensional views of each three dimensional objectthat may appear in the universe it deals withare stored in the database. During recognition, two dimensional view of atarget object is used a query image and the search is carried out to identify the corresponding three dimensional object. Stages of a model-based ATR system include preprocessing, segmentation, feature extraction, and searching thedatabase. One of the most important problems in a model-based ATR system is to access themost likely candidate model rapidly from a large database. In this paper we propose new architecture for a model-based ATR systemthat is based on association-based image retrieval. We try to mimic human memory. The human brain retrieves images by association. We use generalized bi-directional associative memories to retrieve associated images from the database. We use the ATR system to identify military vehicles from their two dimensional views

    From Parallel Sequence Representations to Calligraphic Control: A Conspiracy of Neural Circuits

    Full text link
    Calligraphic writing presents a rich set of challenges to the human movement control system. These challenges include: initial learning, and recall from memory, of prescribed stroke sequences; critical timing of stroke onsets and durations; fine control of grip and contact forces; and letter-form invariance under voluntary size scaling, which entails fine control of stroke direction and amplitude during recruitment and derecruitment of musculoskeletal degrees of freedom. Experimental and computational studies in behavioral neuroscience have made rapid progress toward explaining the learning, planning and contTOl exercised in tasks that share features with calligraphic writing and drawing. This article summarizes computational neuroscience models and related neurobiological data that reveal critical operations spanning from parallel sequence representations to fine force control. Part one addresses stroke sequencing. It treats competitive queuing (CQ) models of sequence representation, performance, learning, and recall. Part two addresses letter size scaling and motor equivalence. It treats cursive handwriting models together with models in which sensory-motor tmnsformations are performed by circuits that learn inverse differential kinematic mappings. Part three addresses fine-grained control of timing and transient forces, by treating circuit models that learn to solve inverse dynamics problems.National Institutes of Health (R01 DC02852

    Deep Neural Machine Translation with Linear Associative Unit

    Full text link
    Deep Neural Networks (DNNs) have provably enhanced the state-of-the-art Neural Machine Translation (NMT) with their capability in modeling complex functions and capturing complex linguistic structures. However NMT systems with deep architecture in their encoder or decoder RNNs often suffer from severe gradient diffusion due to the non-linear recurrent activations, which often make the optimization much more difficult. To address this problem we propose novel linear associative units (LAU) to reduce the gradient propagation length inside the recurrent unit. Different from conventional approaches (LSTM unit and GRU), LAUs utilizes linear associative connections between input and output of the recurrent unit, which allows unimpeded information flow through both space and time direction. The model is quite simple, but it is surprisingly effective. Our empirical study on Chinese-English translation shows that our model with proper configuration can improve by 11.7 BLEU upon Groundhog and the best reported results in the same setting. On WMT14 English-German task and a larger WMT14 English-French task, our model achieves comparable results with the state-of-the-art.Comment: 10 pages, ACL 201

    Automatic Car Registration Plate Recognition Using the Hough Transform

    Get PDF
    The development of automatic car registration plate recognition systems will provide greater efficiency for vehicle monitoring in automatic access control, and will avoid the need to equip vehicles with special RF tags for identification since all vehicles possess a unique registration plate. Thus this study is an attempt to introduce an automatic car registration plate recognition system based on identifying the plate characters by using the Hough transform. However, the proposed recognition system can be used in conjunction with a tag system for higher security access control. The automatic registration plate recognition could also have considerable potential in a wide range of applications especially in the identification of vehicle-based offences and with law enforcement. Recent advances in computer vision technology and the falling price of the related devices has contributed in making it practical to build an automatic, registration plate recognition systems. There have been a number of Optical Character Recognition (OCR) techniques, which have been used in the recognition of car registration plate characters. These systems include the character details matching process (Lotufo, et al. 1990), BAM (Bi-directional Associative Memories) neural network (Fahmy 1994) neural network (Tindall, 1995) and cross correlation pattern matching character matching techniques (Cornelli, et al. 1995). All of these systems recognized the characters by matching the full image of every character with a character\u27s template database which requires considerable processing time and large memory for the database. The purpose of this study is to explore the potential for using Hough transform (Hough 1962) in vehicle registration plate recognition. The OCR technique used in this project is unlike the other systems where the character recognition was based on matching the character\u27s full image; However the OCR technique in this system used Hough transform to identify the characters, where the recognition of a character is based on matching its identification array to the database. To validate the research, a car registration plate recognition system was developed to locate the registration plate from the full image of a vehicle and then extrar.t the plate characters by using image processing techniques. A Hough transform algorithm was applied to every character within the registration plate image to produce an identification array for these characters, and the plate characters were recognized by matching their identification array to the database. The system has been applied to a number of video recorded car images to recognize their registration plates. The rate of correctly recognized characters was 82.7% of the extracted characters, but improvement can be granted by using a faster digital camera and taking some precautions in the registration plate frames. However, the research indicated that the optical character recognition technique used in the study is an efficient and simple algorithm to identify characters, without requiring a relatively large processing memory
    • …
    corecore