• Title/Summary/Keyword: scale-map task

Search Result 16, Processing Time 0.022 seconds

Effective Navigation Aids in Virtual Environments (가상 환경에서의 효과적인 네비게이션을 위한 도구 분석)

  • Im, Dong-Gwan;Han, Seong-Ho;Ryu, Jong-Hyeon;Seon, Mi-Seon
    • Journal of the Ergonomics Society of Korea
    • /
    • v.23 no.1
    • /
    • pp.23-38
    • /
    • 2004
  • This study examines different types of navigation aids when a navigator performs target search tasks in Virtual Environments. The factors manipulated in this study include target information (None/Landmark). navigational difficulty (Easy/Difficult). and map types (None/2D Map/3D Map). Navigation performance was measured by using task completion time and the number of target locations that was remembered by the navigator. In addition, user satisfaction on the navigation aids was also measured by using a 7-point Likert's scale. The results showed that the user satisfaction on the landmark was high when the 3D Map was provided. The task completion time shortened when navigational difficulty was set at "easy." The number of remembered target locations was large when there was no landmark. It was also large with an easy navigation task. or a map (20 or 3D) provided. Guidelines for selecting navigation aids were proposed based on the results.

Development of Young Children's Understanding of Representational Relations (표상적 관계에 대한 영유아의 이해와 발달)

  • Park, Chan-Hyung;Lee, Jong-Hee
    • Korean Journal of Child Studies
    • /
    • v.32 no.1
    • /
    • pp.51-69
    • /
    • 2011
  • This study examined how young children understand representational relations between referents and their representational objects. Ninety-four children aged 2- to 4.5-years of age were individually tested; firstly in the scale-model tasks, and then in the scale-map tasks. Data were analyzed both by means of Chi-Square test and by a more descriptive, micro analysis. According to the results, there were significant age differences in the understanding of representational relations, regardless of the type of representational objects. In the descriptive, micro analysis, it was found that before 3 years of age, young children have a great deal of difficulties in understanding representational relations. More importantly, young children under three seemed unable to understand representational relations, especially when the similarities as well as the differences between the representational object and the referent were very high. These results suggest that teachers of very young children need to select representational materials carefully, taking into consideration children's understanding of representational relations.

Fast and Robust Face Detection based on CNN in Wild Environment (CNN 기반의 와일드 환경에 강인한 고속 얼굴 검출 방법)

  • Song, Junam;Kim, Hyung-Il;Ro, Yong Man
    • Journal of Korea Multimedia Society
    • /
    • v.19 no.8
    • /
    • pp.1310-1319
    • /
    • 2016
  • Face detection is the first step in a wide range of face applications. However, detecting faces in the wild is still a challenging task due to the wide range of variations in pose, scale, and occlusions. Recently, many deep learning methods have been proposed for face detection. However, further improvements are required in the wild. Another important issue to be considered in the face detection is the computational complexity. Current state-of-the-art deep learning methods require a large number of patches to deal with varying scales and the arbitrary image sizes, which result in an increased computational complexity. To reduce the complexity while achieving better detection accuracy, we propose a fully convolutional network-based face detection that can take arbitrarily-sized input and produce feature maps (heat maps) corresponding to the input image size. To deal with the various face scales, a multi-scale network architecture that utilizes the facial components when learning the feature maps is proposed. On top of it, we design multi-task learning technique to improve detection performance. Extensive experiments have been conducted on the FDDB dataset. The experimental results show that the proposed method outperforms state-of-the-art methods with the accuracy of 82.33% at 517 false alarms, while improving computational efficiency significantly.

Spatial Representation on the Part of Young Children according to Task Conditions (과제 제시방법에 따른 유아의 공간표상)

  • Min, Mi Hee;Yi, Soon Hyung
    • Korean Journal of Child Studies
    • /
    • v.33 no.5
    • /
    • pp.53-70
    • /
    • 2012
  • The purpose of this study was to investigate the effects of task conditions (physical similarity between the spatial product and the reference space, presentation place of the spatial product) on children's spatial representation. The participants consisted of 40 3-year-olds and 40 4-year-olds. The results of this study are as follows. Both 3-year-olds and 4-year-olds were capable of a greater degree of spatial representation when there was a high level of physical similarity between the spatial product and the reference space, and when the presentation place of the spatial product was in the reference space. 4-year-olds were capable of more accurate spatial representation than 3-year-olds. There was no significant difference in the children's spatial representation depending on the type of spatial product (scale model, map). The results revealed that the physical similarity between the spatial product and the reference space and the presentation place of the spatial product are essential in young children's spatial representation. Additionally, the results indicated that spatial representation of children develops gradually from when they are three to when they turn four.

A biologically inspired model based on a multi-scale spatial representation for goal-directed navigation

  • Li, Weilong;Wu, Dewei;Du, Jia;Zhou, Yang
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.11 no.3
    • /
    • pp.1477-1491
    • /
    • 2017
  • Inspired by the multi-scale nature of hippocampal place cells, a biologically inspired model based on a multi-scale spatial representation for goal-directed navigation is proposed in order to achieve robotic spatial cognition and autonomous navigation. First, a map of the place cells is constructed in different scales, which is used for encoding the spatial environment. Then, the firing rate of the place cells in each layer is calculated by the Gaussian function as the input of the Q-learning process. The robot decides on its next direction for movement through several candidate actions according to the rules of action selection. After several training trials, the robot can accumulate experiential knowledge and thus learn an appropriate navigation policy to find its goal. The results in simulation show that, in contrast to the other two methods(G-Q, S-Q), the multi-scale model presented in this paper is not only in line with the multi-scale nature of place cells, but also has a faster learning potential to find the optimized path to the goal. Additionally, this method also has a good ability to complete the goal-directed navigation task in large space and in the environments with obstacles.

A Study on the Improving Performance of Massively Small File Using the Reuse JVM in MapReduce (MapReduce에서 Reuse JVM을 이용한 대규모 스몰파일 처리성능 향상 방법에 관한 연구)

  • Choi, Chul Woong;Kim, Jeong In;Kim, Pan Koo
    • Journal of Korea Multimedia Society
    • /
    • v.18 no.9
    • /
    • pp.1098-1104
    • /
    • 2015
  • With the widespread use of smartphones and IoT (Internet of Things), data are being generated on a large scale, and there is increased for the analysis of such data. Hence, distributed processing systems have gained much attention. Hadoop, which is a distributed processing system, saves the metadata of stored files in name nodes; in this case, the main problems are as follows: the memory becomes insufficient; load occurs because of massive small files; scheduling and file processing time increases because of the increased number of small files. In this paper, we propose a solution to address the increase in processing time because of massive small files, and thus improve the processing performance, using the Reuse JVM method provided by Hadoop. Through environment setting, the Reuse JVM method modifies the JVM produced conventionally for every task, so that multiple tasks are reused sequentially in one JVM. As a final outcome, the Reuse JVM method showed the best processing performance when used together with CombineFileInputFormat.

Task Allocation and Path Planning for Multiple Unmanned Vehicles on Grid Maps (격자 지도 기반의 다수 무인 이동체 임무 할당 및 경로 계획)

  • Byeong-Min Jeong;Dae-Sung Jang;Nam-Eung Hwang;Joon-Won Kim;Han-Lim Choi
    • Journal of Aerospace System Engineering
    • /
    • v.18 no.2
    • /
    • pp.56-63
    • /
    • 2024
  • As the safety of unmanned vehicles continues to improve, their usage in urban environments, which are full of obstacles such as buildings, is expected to increase. When numerous unmanned vehicles are operated in such environments, an algorithm that takes into account mutual collision avoidance, as well as static and dynamic obstacle avoidance, is necessary. In this paper, we propose an algorithm that handles task assignment and path planning. To efficiently plan paths, we construct a grid-based map and derive the paths from it. To enable quick re-planning in dynamic environments, we focus on reducing computational time. Through simulation, we explain obstacle avoidance and mutual collision avoidance in small-scale problems and confirm their performance by observing the entire mission completion time (Makespan) in large-scale problems.

The Improved Joint Bayesian Method for Person Re-identification Across Different Camera

  • Hou, Ligang;Guo, Yingqiang;Cao, Jiangtao
    • Journal of Information Processing Systems
    • /
    • v.15 no.4
    • /
    • pp.785-796
    • /
    • 2019
  • Due to the view point, illumination, personal gait and other background situation, person re-identification across cameras has been a challenging task in video surveillance area. In order to address the problem, a novel method called Joint Bayesian across different cameras for person re-identification (JBR) is proposed. Motivated by the superior measurement ability of Joint Bayesian, a set of Joint Bayesian matrices is obtained by learning with different camera pairs. With the global Joint Bayesian matrix, the proposed method combines the characteristics of multi-camera shooting and person re-identification. Then this method can improve the calculation precision of the similarity between two individuals by learning the transition between two cameras. For investigating the proposed method, it is implemented on two compare large-scale re-ID datasets, the Market-1501 and DukeMTMC-reID. The RANK-1 accuracy significantly increases about 3% and 4%, and the maximum a posterior (MAP) improves about 1% and 4%, respectively.

Stage-GAN with Semantic Maps for Large-scale Image Super-resolution

  • Wei, Zhensong;Bai, Huihui;Zhao, Yao
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.13 no.8
    • /
    • pp.3942-3961
    • /
    • 2019
  • Recently, the models of deep super-resolution networks can successfully learn the non-linear mapping from the low-resolution inputs to high-resolution outputs. However, for large scaling factors, this approach has difficulties in learning the relation of low-resolution to high-resolution images, which lead to the poor restoration. In this paper, we propose Stage Generative Adversarial Networks (Stage-GAN) with semantic maps for image super-resolution (SR) in large scaling factors. We decompose the task of image super-resolution into a novel semantic map based reconstruction and refinement process. In the initial stage, the semantic maps based on the given low-resolution images can be generated by Stage-0 GAN. In the next stage, the generated semantic maps from Stage-0 and corresponding low-resolution images can be used to yield high-resolution images by Stage-1 GAN. In order to remove the reconstruction artifacts and blurs for high-resolution images, Stage-2 GAN based post-processing module is proposed in the last stage, which can reconstruct high-resolution images with photo-realistic details. Extensive experiments and comparisons with other SR methods demonstrate that our proposed method can restore photo-realistic images with visual improvements. For scale factor ${\times}8$, our method performs favorably against other methods in terms of gradients similarity.

Experimental Applicability Evaluation for Renewal and Modification Task of Digital Topographic Map by Low-Cost Drone Acquired Images (저가형 드론영상을 이용한 수치지형도 수정·갱신업무 적용 가능성 실험 평가)

  • YUN, Bu-Yeol
    • Journal of the Korean Association of Geographic Information Studies
    • /
    • v.20 no.4
    • /
    • pp.115-125
    • /
    • 2017
  • In current, as the release of national base map with an equivalent scale and accuracy for the whole territory areas in South Korea, rapid spatial information industry such as national land development, GIS, and car navigation are used in a variety of spatial information industry as decision making method, and a lot of research and policies are proposed for the wide expansion of spatial information industry. For this, as of 2013, it contributes to the latest trend of spatial information field in order to solve the problems for the latest trend of spatial information, replacing modification of base maps as dividing the whole territory to zone with policy transformation by ordinary modifications. Therefore, this paper evaluates the possibility of modification and renewal of national base maps(scale: 1:5,000) using drones which currently get the limelight from a variety of research fields and industries. In particular, as a result of overlapping orthophoto, 3D point clouds extracted from images acquired by low-cost drones, and digital maps which are applied for the tasks of modification and renewal, it presents 0.2m precision and 0.1m accuracy. This means that drone-based photorgammetry technique can be fully utilized in the tasks of digital map modification and renewal because it conforms the error range of work regulation in making the national base maps(scale 1: 5000).