• Title/Summary/Keyword: Hidden Area Detection

Search Result 22, Processing Time 0.016 seconds

A comparative study of nondestructive geomagnetic survey with archeological survey for detection of buried cultural properties in Doojeong-dong site, Cheonan, Chungnam Province (매장문화재 확인을 위한 자력탐사 및 발굴 비교연구: 충남 천안시 두정동 발굴지역)

  • Suh, Man-Cheol;Lee, Nam-Seok
    • Journal of the Korean Geophysical Society
    • /
    • v.3 no.3
    • /
    • pp.175-184
    • /
    • 2000
  • A nondestructive experimental feasibility study was conducted using magnetometer to find buried cultural objects at pottery and steel matters in low-relief mountaineous area of Doojeong-dong, Cheonan, Chungnam Province from May 23 to July 18, 1998. Magnetic survey was carried out with $20cm{\times}20cm$ grid in a site of $20m{\times}40m$ before excavation, and the distribution of magnetic anomalies was compared with the results of excavation. Magnetic sensor was located on the surface of ground during the magnetic survey on the basis of an experimental result. Positive magnetic anomalies of maximum 130 nT are found over a pair of potteries. Magnetic anomaly map reveals several anomalous points in the 1st and 4th quadrants of the survey site, from where potteries and their fragments were confirmed. Six points out of seven points cprrelated with magnetic anomaly are found contain earthwares, whereas a magnetically uncorrelated location produced earthware made of unbaked clay. Steel waste such as cans and wires hidden in soil and bushes also influenced magnetic anomalies. Therefore, it is better to remove such steel wastes prior to magnetic survey if possible. Some magnetically anomalous points produced no archaeological object on excavation. This may be explained by shallower level of excavation than burial depth.

  • PDF

Comparison of Association Rule Learning and Subgroup Discovery for Mining Traffic Accident Data (교통사고 데이터의 마이닝을 위한 연관규칙 학습기법과 서브그룹 발견기법의 비교)

  • Kim, Jeongmin;Ryu, Kwang Ryel
    • Journal of Intelligence and Information Systems
    • /
    • v.21 no.4
    • /
    • pp.1-16
    • /
    • 2015
  • Traffic accident is one of the major cause of death worldwide for the last several decades. According to the statistics of world health organization, approximately 1.24 million deaths occurred on the world's roads in 2010. In order to reduce future traffic accident, multipronged approaches have been adopted including traffic regulations, injury-reducing technologies, driving training program and so on. Records on traffic accidents are generated and maintained for this purpose. To make these records meaningful and effective, it is necessary to analyze relationship between traffic accident and related factors including vehicle design, road design, weather, driver behavior etc. Insight derived from these analysis can be used for accident prevention approaches. Traffic accident data mining is an activity to find useful knowledges about such relationship that is not well-known and user may interested in it. Many studies about mining accident data have been reported over the past two decades. Most of studies mainly focused on predict risk of accident using accident related factors. Supervised learning methods like decision tree, logistic regression, k-nearest neighbor, neural network are used for these prediction. However, derived prediction model from these algorithms are too complex to understand for human itself because the main purpose of these algorithms are prediction, not explanation of the data. Some of studies use unsupervised clustering algorithm to dividing the data into several groups, but derived group itself is still not easy to understand for human, so it is necessary to do some additional analytic works. Rule based learning methods are adequate when we want to derive comprehensive form of knowledge about the target domain. It derives a set of if-then rules that represent relationship between the target feature with other features. Rules are fairly easy for human to understand its meaning therefore it can help provide insight and comprehensible results for human. Association rule learning methods and subgroup discovery methods are representing rule based learning methods for descriptive task. These two algorithms have been used in a wide range of area from transaction analysis, accident data analysis, detection of statistically significant patient risk groups, discovering key person in social communities and so on. We use both the association rule learning method and the subgroup discovery method to discover useful patterns from a traffic accident dataset consisting of many features including profile of driver, location of accident, types of accident, information of vehicle, violation of regulation and so on. The association rule learning method, which is one of the unsupervised learning methods, searches for frequent item sets from the data and translates them into rules. In contrast, the subgroup discovery method is a kind of supervised learning method that discovers rules of user specified concepts satisfying certain degree of generality and unusualness. Depending on what aspect of the data we are focusing our attention to, we may combine different multiple relevant features of interest to make a synthetic target feature, and give it to the rule learning algorithms. After a set of rules is derived, some postprocessing steps are taken to make the ruleset more compact and easier to understand by removing some uninteresting or redundant rules. We conducted a set of experiments of mining our traffic accident data in both unsupervised mode and supervised mode for comparison of these rule based learning algorithms. Experiments with the traffic accident data reveals that the association rule learning, in its pure unsupervised mode, can discover some hidden relationship among the features. Under supervised learning setting with combinatorial target feature, however, the subgroup discovery method finds good rules much more easily than the association rule learning method that requires a lot of efforts to tune the parameters.