• Title/Summary/Keyword: traffic patterns

Search Result 520, Processing Time 0.026 seconds

A Study of Calculation Methodology of Vehicle Emissions based on Driver Speed and Acceleration Behavior (차량 주행상태를 고려한 차량 배출가스 산정 모형 구축)

  • Han, Dong-Hui;Lee, Yeong-In;Jang, Hyeon-Ho
    • Journal of Korean Society of Transportation
    • /
    • v.29 no.5
    • /
    • pp.107-120
    • /
    • 2011
  • Traffic signal is one of the major factors that affect the amount of vehicle emissions on urban highway. The amount of vehicle emissions in urban area is highly affected by the vehicle's cruising speeds heavily influenced by the traffic signal lighting conditions. It was attempted in this study to trace the changing patterns of the vehicle emissions by collecting the emission data from a set of simulation studies and by categorizing vehicle cruising conditions into four different groups: idling, acceleration, deceleration, and running at a constant speed. Authors propose a simple emission model prepared based on Kinematic theory. The validation test results showed that the amount of the emission estimated by the proposed model was relatively satisfactory compared to the one of the existing model employing the average speed data only as the determinant.

A Study on the development of ECU for Adaptive Front-lighting System (Adaptive Front-lighting System용 ECU 개발에 관한 연구)

  • Kim, Gwan-Hyung;Kang, Sung-In
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.11 no.11
    • /
    • pp.2078-2082
    • /
    • 2007
  • Recently, according to traffic accident statistics, traffic accidents occurring at night are as frequent as those during daytime, but their death rate is 1.5 times higher than that of daytime traffic accidents. This problem originates that the insufficient range of vision security of a driver causes the inappropriate accident confrontation. Therefore, in this paper, a microcontroller-based digital control method for the superior performance in headlight system is presented for optimal control that can adapt complex transient state, steady state and various environments. Specially in vehicles# headlight, its fundamental purpose is to implement the artificial headlight system which automatically controls the lighting patterns most adaptive to driving, road and weather conditions. Therefore we aimed at the development of headlight system, focused on the implementation of an artificial vehicle, of more advanced convenience and safety for drivers.

Efficient Load Balancing Techniques Based on Packet Types and Real-Time QoS Evaluation in SDN (SDN 환경에서 실시간 패킷 유형과 QoS 평가 기반한 효율적인 Load Balancing 기법)

  • Yoon, Jung-Hyun;Kwon, Tae-Wook
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.16 no.5
    • /
    • pp.807-816
    • /
    • 2021
  • With the technology of the 4th industrial revolution, network traffic is increasing due to an increase in supply, an increase in demand, and an increase in the complexity of traffic patterns. SDN, a concept in which H/W and S/W are separated in order to efficiently manage such massive traffic, is attracting attention as a next-generation network. A lot of research is being conducted on the merits of applying flexible policies by avoiding the problem of rigid vendor dependency by using the SDN controller implemented with S/W Opensource. Therefore, in this paper, we propose an efficient load balancing technique by grouping through the packet structure of the network layer using the control layer and infrastructure layer of SDN and analyzing the packet delay and reception rate.

Train Crowdedness Analysis Model for the Seoul Metropolitan Subway : Considering Train Scheduling (열차운행계획을 반영한 수도권 도시철도 열차 혼잡도 분석모형 연구)

  • Lee, Sangjun;Yun, Seongjin;Shin, Seongil
    • The Journal of The Korea Institute of Intelligent Transport Systems
    • /
    • v.21 no.3
    • /
    • pp.1-17
    • /
    • 2022
  • Accurate analysis of the causes of metro rail traffic congestion provides a means of addressing issues arising from metro rail traffic congestion in metropolitan areas. Currently, congestion analysis based on counting, weight detection, CCTVs, and mobile Wi-Fi is limited by poor accuracies or because studies have been restricted to single routes and trains. In this study, a train congestion analysis model was used that includes the transfer and multi-path behavior of metro passengers and train operation plans for metropolitan urban railroads. Analysis accuracy was improved by considering traffic patterns in which passengers must wait for next trains due to overcrowding. The model updates train crowding levels every 10 minutes, provides information to potential passengers, and thus, is expected to increase the social benefits provided by the Seoul metropolitan subway

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.

Performance Analysis of TCAM-based Jumping Window Algorithm for Snort 2.9.0 (Snort 2.9.0 환경을 위한 TCAM 기반 점핑 윈도우 알고리즘의 성능 분석)

  • Lee, Sung-Yun;Ryu, Ki-Yeol
    • Journal of Internet Computing and Services
    • /
    • v.13 no.2
    • /
    • pp.41-49
    • /
    • 2012
  • Wireless network support and extended mobile network environment with exponential growth of smart phone users allow us to utilize the network anytime or anywhere. Malicious attacks such as distributed DOS, internet worm, e-mail virus and so on through high-speed networks increase and the number of patterns is dramatically increasing accordingly by increasing network traffic due to this internet technology development. To detect the patterns in intrusion detection systems, an existing research proposed an efficient algorithm called the jumping window algorithm and analyzed approximately 2,000 patterns in Snort 2.1.0, the most famous intrusion detection system. using the algorithm. However, it is inappropriate from the number of TCAM lookups and TCAM memory efficiency to use the result proposed in the research in current environment (Snort 2.9.0) that has longer patterns and a lot of patterns because the jumping window algorithm is affected by the number of patterns and pattern length. In this paper, we simulate the number of TCAM lookups and the required TCAM size in the jumping window with approximately 8,100 patterns from Snort-2.9.0 rules, and then analyse the simulation result. While Snort 2.1.0 requires 16-byte window and 9Mb TCAM size to show the most effective performance as proposed in the previous research, in this paper we suggest 16-byte window and 4 18Mb-TCAMs which are cascaded in Snort 2.9.0 environment.

Travel Patterns of Transit Users in the Metropolitan Seoul (서울시 대중교통 이용자의 통행패턴 분석)

  • Lee, Keum-Sook;Park, Jong-Soo
    • Journal of the Economic Geographical Society of Korea
    • /
    • v.9 no.3
    • /
    • pp.379-395
    • /
    • 2006
  • The purpose of this study is to analyze the spatial characteristics of travel patterns and travel behaviors of transit users in the Metropolitan Seoul area. We apply the data mining techniques to explore the travel patterns of transit users from the T-money card database which has been produced over 10,000,000 transaction records per day. The database contains the information of locations and times of origin, transfer, and destination points for each transaction as well as the informations of transit modes taken via the transaction. We develop an data mining algorithm to explore traversal patterns from the enormous information. The algorithm determines the travel sequences of each passenger, and produce the volumes of support on each points (stops) of transportation networks in the Metropolitan Seoul area. In order to visualize the spatial patterns of travel demands for transit systems we apply GIS techniques, and attempt to investigate the spatial characteristics of travel patterns and travel demand. Subway stops located in the Gangnam area appear the highest peak for the travel origin and destination, while the CBD in the Gangbuk stands at the second position. Two or three sub-peaks appear at the densely populated residential areas developed as the high-rise apartment complex. Subway stations located along the Subway Line 2, especially from Guro to Samsung receive heavy travel demand (total support), while bus stops located at the CBD in the Gangbuk stands the highest travel demand by bus.

  • PDF

Evaluation of Static Behaviour of Orthotropic Steel Deck Considering the Loading Patterns (하중재하 패턴을 고려한 강바닥판의 정적거동 평가)

  • Kim, Seok Tae;Huh, Young
    • Journal of the Korea institute for structural maintenance and inspection
    • /
    • v.15 no.2
    • /
    • pp.98-106
    • /
    • 2011
  • The deck of steel box girder bridges is composed of deck plate, longitudinal rib, and transverse ribs. The orthotropic steel decks have high possibility to fatigue damage due to numbers of welded connection part, the heavy contact loadings, and the increase of repeated loadings. Generally, the local stress by the repeated loadings of heavy vehicles causes the orthotropic steel deck bridge to fatigue cracks. The increase of traffic volume and heavy vehicle loadings are promoted the possibility of fatigue cracks. Thus, it is important to exactly evaluate the structural behavior of bridge considering the contact loading area of heavy vehicles and real load patterns of heavy trucks which have effects on the bridge. This study estimated the effect of contact area of design loads and real traffic vehicles through the finite element analysis considering the real loading conditions. The finite element analysis carried out 4 cases of loading patterns in the orthotropic steel deck bridge. Also, analysis estimated the influence of contact area of real truck loadings by the existence of diaphragm plate. The result of finite element analysis indicated that single tire loadings of real trucks occurred higher local stress than one of design loadings, and especially the deck plate got the most influence by the single tire loading. It was found that the diaphragm attachment at joint part of longitudinal ribs and transverse ribs had no effects on the improvement of structural performance against fatigue resistance in elastic analysis.

Analysis of Accessibility Patterns for Commuting Trips in Seoul Metropolitan Area (수도권 통근통행의 접근도 변화패턴 분석)

  • Cho, Hye-Jin;Kim, Kang-Soo
    • Journal of the Korean Geographical Society
    • /
    • v.42 no.6
    • /
    • pp.914-929
    • /
    • 2007
  • This study analyzes the accessibility patterns for commuting trips in Seoul Metropolitan Area using National Census Data between 1990 and 2000. the results show that the accessibility increased between 1990 and 1995, while it decreased between 1995 and 2000, due to the raised commuting time. Seoul, Kangju, Yeuju, Yangpyoung, Gapyoung show relatively high accessibility. The GINI parameters tell that the regional balance for commuting accessibility were worsen between 1990 and 1995, compared to that between 1995 and 2000. The accessibility patterns for commuting to Seoul were also analyzed and the result shows that the accessibility reduced between 1995 and 2000. Kwachun, Kwangju, Sungnum are found to have very high accessibility to Seoul, which is close to Soeoul with high percentage of incoming commuting trips. These results indicate that even continuous transport infrastructure supplies were not enough to solve the congestion problems for commuting trips in Seoul Metropolitan Area because of the induced traffic and traffic congestion.

A Study on the Patterns of Medical Utilization among Inhabitants in Ulnung Island (울릉도 주민들의 의료이용 형태)

  • Lim, Hyun-Sul;Kim, Doo-Hie
    • Journal of agricultural medicine and community health
    • /
    • v.21 no.2
    • /
    • pp.243-251
    • /
    • 1996
  • Authors surveyed the inhabitants in Ulnung Island to assess the patterns of medical utilization. One hundred eighty six population(65 male and 121 female) were surveyed with formed questionnaire from Aug. 16 to Aug. 19 in 1994. Results are as follows. 1. The prevalence rate of acute diseases was 19.3%. 2. The prevalence rate of chronic diseases was 35.0%. In classification of chronic disease, the disease of musculoscletal system was the highest(33.9%) and that of digestive system in next order. 3. The first-visit medical facility when disease developed was community health center mainly. The admission care was taken in 37.6%. The 80.0% among location of medical facility for admission care was out of island. The surgical operative care were taken in 19.9%. The 86.5% among location of medical facility for surgical operative care was out of island. 4. Among the contents of dissatisfaction for medical service within island, 'Insufficient equipment' was the highest(35.8%), and 'Insufficient traffic networks' in next order. The results of this study suggest that public health facilities and medical personnel be strengthened and emergency transfer system be secured in Ulnung Island.

  • PDF