• Title/Summary/Keyword: the object

Search Result 19,307, Processing Time 0.043 seconds

Improving Efficiency of Object Detection using Multiple Neural Networks (다중 신경망을 이용한 객체 탐지 효율성 개선방안)

  • Park, Dae-heum;Lim, Jong-hoon;Jang, Si-Woong
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2022.05a
    • /
    • pp.154-157
    • /
    • 2022
  • In the existing Tensorflow CNN environment, the object detection method is a method of performing object labeling and detection by Tensorflow itself. However, with the advent of YOLO, the efficiency of image object detection has increased. As a result, more deep layers can be built than existing neural networks, and the image object recognition rate can be increased. Therefore, in this paper, the detection ability and speed were compared and analyzed by designing an object detection system based on Darknet and YOLO and performing multi-layer construction and learning based on the existing convolutional neural network. For this reason, in this paper, a neural network methodology that efficiently uses Darknet's learning is presented.

  • PDF

Knowledge-Based Approach for an Object-Oriented Spatial Database System (지식기반 객체지향 공간 데이터베이스 시스템)

  • Kim, Yang-Hee
    • Journal of Intelligence and Information Systems
    • /
    • v.9 no.3
    • /
    • pp.99-115
    • /
    • 2003
  • In this paper, we present a knowledge-based object-oriented spatial database system called KOBOS. A knowledge-based approach is introduced to the object-oriented spatial database system for data modeling and approximate query answering. For handling the structure of spatial objects and the approximate spatial operators, we propose three levels of object-oriented data model: (1) a spatial shape model; (2) a spatial object model; (3) an internal description model. We use spatial type abstraction hierarchies(STAHs) to provide the range of the approximate spatial operators. We then propose SOQL, a spatial object-oriented query language. SOQL provides an integrated mechanism for the graphical display of spatial objects and the retrieval of spatial and aspatial objects. To support an efficient hybrid query evaluation, we use the top-down spatial query processing method.

  • PDF

A New Approach for Multiple Object Tracking ? Discrete Event based Multiple Object Tracking (DEMOT)

  • Kim, Chi-Ho;You, Bum-Jae;Kim, Hag-Bae;Oh, Sang-Rok
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2003.10a
    • /
    • pp.1134-1139
    • /
    • 2003
  • Tracking is a fundamental technique which is able to be applied to gesture recognition, visual surveillance, tangible agent and so forth. Especially, multiple object tracking has been extensively studied in recent years in order to perform many and more complicated tasks. In this paper, we propose a new approach of multiple object tracking which is based on discrete event. We call this system the DEMOT (Discrete Event based Multiple Object Tracking). This approach is based on the fact that a multiple object tracking can have just four situations - initiation, continuation, termination, and overlapping. Here, initiation, continuation, termination, and overlapping constitute a primary event set and this is based on the change of the number of extracted objects between a previous frame and a current frame. This system reduces computational costs and holds down the identity of all targets. We make experiments for this system with respect to the number of targets, each event, and processing period. We describe experimental results that show the successful multiple object tracking by using our approach.

  • PDF

Simple Online Multiple Human Tracking based on LK Feature Tracker and Detection for Embedded Surveillance

  • Vu, Quang Dao;Nguyen, Thanh Binh;Chung, Sun-Tae
    • Journal of Korea Multimedia Society
    • /
    • v.20 no.6
    • /
    • pp.893-910
    • /
    • 2017
  • In this paper, we propose a simple online multiple object (human) tracking method, LKDeep (Lucas-Kanade feature and Detection based Simple Online Multiple Object Tracker), which can run in fast online enough on CPU core only with acceptable tracking performance for embedded surveillance purpose. The proposed LKDeep is a pragmatic hybrid approach which tracks multiple objects (humans) mainly based on LK features but is compensated by detection on periodic times or on necessity times. Compared to other state-of-the-art multiple object tracking methods based on 'Tracking-By-Detection (TBD)' approach, the proposed LKDeep is faster since it does not have to detect object on every frame and it utilizes simple association rule, but it shows a good object tracking performance. Through experiments in comparison with other multiple object tracking (MOT) methods using the public DPM detector among online state-of-the-art MOT methods reported in MOT challenge [1], it is shown that the proposed simple online MOT method, LKDeep runs faster but with good tracking performance for surveillance purpose. It is further observed through single object tracking (SOT) visual tracker benchmark experiment [2] that LKDeep with an optimized deep learning detector can run in online fast with comparable tracking performance to other state-of-the-art SOT methods.

Robust Object Extraction Algorithm in the Sea Environment (해양환경에서 강건한 물표 추적 알고리즘)

  • Park, Jiwon;Jeong, Jongmyeon
    • Journal of the Korean Institute of Intelligent Systems
    • /
    • v.24 no.3
    • /
    • pp.298-303
    • /
    • 2014
  • In this paper, we proposed a robust object extraction and tracking algorithm in the IR image sequence acquired in the sea environment. In order to extract size-invariant object, we detect horizontal and vertical edges by using DWT and combine it to generate saliency map. To extract object region, binarization technique is applied to saliency map. The correspondences between objects in consecutive frames are defined by the calculating minimum weighted Euclidean distance as a matching measure. Finally, object trajectories are determined by considering false correspondences such as entering object, vanishing objects and false object and so on. The proposed algorithm can find trajectories robustly, which has shown by experimental results.

Object Recognition by Fourier Descriptor (푸리에 서술자를 이용한 물체 인식)

  • O, Chun-Seok;Park, Yong-Beom
    • The Transactions of the Korea Information Processing Society
    • /
    • v.1 no.1
    • /
    • pp.73-80
    • /
    • 1994
  • Fourier Descriptors(FD) is a common way for representing the boundary of an object. In this paper, an algorithm has been implemented to do object recognition by using FD. This is applied to various tool object, and is tested. This implementation contains two parts: image acquisition and object recognition. Appropriate lighting, viewing angle, and strong contrast of background and object are taken into account in this aspect. Minimum distances are calculated by using FD's and boundary matching among objects on the process of object recognition. Rotation, translation and scaling of the object will not influence the performance of the algorithm. Experiments show that we can use only one fourth of 1024 FD coefficients to do raped object recognition.

  • PDF

Development of an Efficient 3D Object Recognition Algorithm for Robotic Grasping in Cluttered Environments (혼재된 환경에서의 효율적 로봇 파지를 위한 3차원 물체 인식 알고리즘 개발)

  • Song, Dongwoon;Yi, Jae-Bong;Yi, Seung-Joon
    • The Journal of Korea Robotics Society
    • /
    • v.17 no.3
    • /
    • pp.255-263
    • /
    • 2022
  • 3D object detection pipelines often incorporate RGB-based object detection methods such as YOLO, which detects the object classes and bounding boxes from the RGB image. However, in complex environments where objects are heavily cluttered, bounding box approaches may show degraded performance due to the overlapping bounding boxes. Mask based methods such as Mask R-CNN can handle such situation better thanks to their detailed object masks, but they require much longer time for data preparation compared to bounding box-based approaches. In this paper, we present a 3D object recognition pipeline which uses either the YOLO or Mask R-CNN real-time object detection algorithm, K-nearest clustering algorithm, mask reduction algorithm and finally Principal Component Analysis (PCA) alg orithm to efficiently detect 3D poses of objects in a complex environment. Furthermore, we also present an improved YOLO based 3D object detection algorithm that uses a prioritized heightmap clustering algorithm to handle overlapping bounding boxes. The suggested algorithms have successfully been used at the Artificial-Intelligence Robot Challenge (ARC) 2021 competition with excellent results.

The Study of Strategies for acquisition of moving object location

  • Min, Kyoung-Wook;Jang, In-Seung;Park, Jong-Hyun
    • Proceedings of the KSRS Conference
    • /
    • 2002.10a
    • /
    • pp.111-116
    • /
    • 2002
  • The types of service using location Information are being various and extending it's domain as wireless internet technology is developing and it's application part is widespread, so it is prospected that LBS (Location-Based Services) will be killer application in wireless internet services. This location information is basic and high value-added information, and this information services make prior GIS (Geography Information System) to be useful to anybody. The acquisition of this location information from moving object is very important part for these LBS. After this, when LBS is familiar to everybody, we can predict that LBS system load is so heavy for the acquisition of so many subscribers and vehicles. Moving object database (MODB) system manages objects like subscribes and vehicles that are moving and have telecommunication terminal checked one's location. MODB is consists of 4 part, moving object location acquisition part, moving object location storage part, moving object query processing part, and moving object application p art. In this MODB system, acquisition of moving object location part must provide guarantee location information as well as reduce telecommunication overhead. In this paper, we study of problems in acquisition a huge number o f moving objects location and design some acquisition strategies to reduce telecommunication overhead. And after implementation these strategies, we estimate performance of this system and quality of information.

  • PDF

A Tentative Paper on the Object of Study in Fisheries Management (수산경영학의 대상규정에 관한 시론적 고찰)

  • Khong, Ryong-Sik
    • The Journal of Fisheries Business Administration
    • /
    • v.16 no.2
    • /
    • pp.1-18
    • /
    • 1985
  • The dispute on the object of study in the business management have been carried out since 1912 in Germany, and then it is the situation of "business management" academic world there is no the confirmed object. But P. F. Drucker has prescribed the large enterprise as the object of his study of management, because the large enterprise it the decisive, the representative, and constitutive in modern industrial country. And it is usual that we would consider the large manufacturing enterprise as the object of study. But, in fisheries management, because large fisheries enterprises are almost attached too much to the pelagic fisheries, it is judged that they are not "decisive". And it is judged that they are not "representative", because the large fisheries enterprises can not sufficiently symbolize the managerial characteristic of fisheries industry. The coastal and inshore fisheries which constitute th real part of fishing industry have been operating by private enterprises which are small business in scale, so the large fisheries enterprises could not be considered "constitutive " Therefore, the private fisheries enterprises is "decisive" because it is distributed in all most fisheries management, "representative" because it is exceedingly symbolize the managerial characteristic of fishing industry, and constitutive because it constitute the real part of fisheries industry. From the above-mentioned, it could be concluded that the object of study is regarded the private fisheries enterprise as appropriate as long as it is engaging in producing fisheries product as good and conducts the pursuit of principle of profit maximization. Because the object of study can not include all the thing which has to be observed in order to study, the materialization of the object is actually necessary. And then as aforesaid we intend to realize the materialization through taking the private fisheries enterprise as the object in fisheries management theory. And the materialization does mean a necessary process in choosing the object of analysis, but not the entity itself.choosing the object of analysis, but not the entity itself.

  • PDF

AN AUTOMATED FORMWORK MODELING SYSTEM DEVELOPMENT FOR QUANTITY TAKE-OFF BASED ON BIM

  • Seong-Ah Kim;Sangyoon Chin;Su-Won Yoon;Tae-Hong Shin;Yea-Sang Kim;Cheolho Choi
    • International conference on construction engineering and project management
    • /
    • 2009.05a
    • /
    • pp.1113-1116
    • /
    • 2009
  • The attempt to use a 3D model each field such as design, structure, construction, facilities, and estimation in the construction project has recently increased more and more while BIM (Building Information Modeling) that manages the process of generating and managing building data has risen during life cycle of a construction project. While the 2D Drawing based work of each field is achieved in the already existing construction project, the BIM based construction project aims at accomplishing 3D model based work of each field efficiently. Accordingly, the solution that fits 3D model based work of each field and supports plans in order to efficiently accomplish the relevant work is demanded. The estimation, one of the fields of the construction project, has applied BIM to calculate quantity and cost of the building materials used to construction works after taking off building quantity information from the 3D model by a item for a Quantity Take-off grouping the materials relevant to a 3D object. A 3D based estimation program has been commonly used in abroad advanced countries using BIM. The program can only calculate quantity related to one 3D object. In other words, it doesn't support the take-off process considering quantity of a contiguous object. In case of temporary materials used in the frame construction, there are instances where quantity is different by the contiguous object. For example, the formwork of the temporary materials quantity is changed by dimensions of the contiguous object because formwork of temporary materials goes through the quantity take-off process that deduces quantity of the connected object when different objects are connected. A worker can compulsorily adjust quantity so as to recognize the different object connected to the contiguous object and deduces quantity, but it mainly causes the confusion of work because it must complexly consider quantity of other materials related to the object besides. Therefore, this study is to propose the solution that automates the formwork 3D modeling to efficiently accomplish the quantity take-off of formwork by preventing the confusion of the work which is caused by the quantity deduction process between the contiguous object and the connected object.

  • PDF