• Title/Summary/Keyword: Speed up ratio

Search Result 359, Processing Time 0.027 seconds

Real-Time Face Recognition Based on Subspace and LVQ Classifier (부분공간과 LVQ 분류기에 기반한 실시간 얼굴 인식)

  • Kwon, Oh-Ryun;Min, Kyong-Pil;Chun, Jun-Chul
    • Journal of Internet Computing and Services
    • /
    • v.8 no.3
    • /
    • pp.19-32
    • /
    • 2007
  • This paper present a new face recognition method based on LVQ neural net to construct a real time face recognition system. The previous researches which used PCA, LDA combined neural net usually need much time in training neural net. The supervised LVQ neural net needs much less time in training and can maximize the separability between the classes. In this paper, the proposed method transforms the input face image by PCA and LDA sequentially into low-dimension feature vectors and recognizes the face through LVQ neural net. In order to make the system robust to external light variation, light compensation is performed on the detected face by max-min normalization method as preprocessing. PCA and LDA transformations are applied to the normalized face image to produce low-level feature vectors of the image. In order to determine the initial centers of LVQ and speed up the convergency of the LVQ neural net, the K-Means clustering algorithm is adopted. Subsequently, the class representative vectors can be produced by LVQ2 training using initial center vectors. The face recognition is achieved by using the euclidean distance measure between the center vector of classes and the feature vector of input image. From the experiments, we can prove that the proposed method is more effective in the recognition ratio for the cases of still images from ORL database and sequential images rather than using conventional PCA of a hybrid method with PCA and LDA.

  • PDF

Voting-based Intra Mode Bit Skip Using Pixel Information in Neighbor Blocks (이웃한 블록 내 화소 정보를 이용한 투표 결정 기반의 인트라 예측 모드 부호화 생략 방법)

  • Kim, Ji-Eon;Cho, Hye-Jeong;Jeong, Se-Yoon;Lee, Jin-Ho;Oh, Seoung-Jun
    • Journal of Broadcast Engineering
    • /
    • v.15 no.4
    • /
    • pp.498-512
    • /
    • 2010
  • Intra coding is an indispensable coding tool since it can provide random accessibility as well as error resiliency. However, it is the problem that intra coding has relatively low coding efficiency compared with inter coding in the area of video coding. Even though H.264/AVC has significantly improved the intra coding performance compared with previous video standards, H.264/AVC encoder complexity is significantly increased, which is not suitable for low bit rate interactive services. In this paper, a Voting-based Intra Mode Bit Skip (V-IMBS) scheme is proposed to improve coding efficiency as well as to reduce encoding time complexity using decoder-side prediction. In case that the decoder can determine the same prediction mode as what is chosen by the encoder, the encoder does not send that intra prediction mode; otherwise, the conventional H.264/AVC intra coding is performed. Simulation results reveal a performance increase up to 4.44% overall rate savings and 0.24 dB in peak signal-to-noise ratio while the frame encoding speed of proposed method is about 42.8% better than that of H.264/AVC.

The Differences of the Normalized Jerk According to Shoes, Velocity and Slope During Walking (보행시 신발, 속도, 그리고 경사도에 따른 정규 저크의 차이)

  • Han, Young-Min;Choi, Jin-Seung;Kim, Hyung-Sik;Lim, Young-Tae;Yi, Jeong-Han;Tack, Gye-Rae;Yi, Kyung-Ok;Park, Seung-Bum
    • Korean Journal of Applied Biomechanics
    • /
    • v.16 no.2
    • /
    • pp.1-8
    • /
    • 2006
  • The purpose of this study was to evaluate normalized jerk according to shoes, slope, and velocity during walking. Eleven different test subjects used three different types of shoes (running shoes, mountain climbing boots, and elevated forefoot walking shoes) at various walking speeds(1.19, 1.25, 1.33, 1.56, 1.78, 1.9, 2, 2.11, 2.33m/sec) and gradients(0, 3, 6, 10 degrees) on a treadmill. Since there were concerns about using the elevated forefoot shoes on an incline, these shoes were not used on a gradient. Motion Analysis (Motion Analysis Corp. Santa Rosa, CA USA) was conducted with four Falcon high speed digital motion capture cameras. Utilizing the maximum smoothness theory, it was hypothesized that there would be differences in jerk according to shoe type, velocity, and slope. Furthermore, it was assumed that running shoes would have the lowest values for normalized jerk because subjects were most accustomed to wearing these shoes. The results demonstrated that elevated forefoot walking shoes had lowest value for normalized jerk at heel. In contrast, elevated forefoot walking shoes had greater normalized jerk at the center of mass at most walking speeds. For most gradients and walking speeds, hiking boots had smaller medio-lateral directional normalized jerk at ankle than running shoes. These results alluded to an inverse ratio for jerk at the heel and at the COM for all types of shoes. Furthermore, as velocity increased, medio-lateral jerk was reduced for all gradients in both hiking boots and running shoes. Due to the fragility of the ankle joint, elevated forefoot walking shoes could be recommended for walking on flat surfaces because they minimize instability at the heel. Although the elevated forefoot walking shoes have the highest levels of jerk at the COM, the structure of the pelvis and spine allows for greater compensatory movement than the ankle. This movement at the COM might even have a beneficial effect of activating the muscles in the back and abdomen more than other shoes. On inclines hiking boots would be recommended over running shoes because hiking boots demonstrated more medio-lateral stability on a gradient than running shoes. These results also demonstrate the usefulness of normalized jerk theory in analyzing the relationship between the body and shoes, walking velocity, and movement up a slope.

A Performance Improvement of Linux TCP/IP Stack based on Flow-Level Parallelism in a Multi-Core System (멀티코어 시스템에서 흐름 수준 병렬처리에 기반한 리눅스 TCP/IP 스택의 성능 개선)

  • Kwon, Hui-Ung;Jung, Hyung-Jin;Kwak, Hu-Keun;Kim, Young-Jong;Chung, Kyu-Sik
    • The KIPS Transactions:PartA
    • /
    • v.16A no.2
    • /
    • pp.113-124
    • /
    • 2009
  • With increasing multicore system, much effort has been put on the performance improvement of its application. Because multicore system has multiple processing devices in one system, its processing power increases compared to the single core system. However in many cases the advantages of multicore can not be exploited fully because the existing software and hardware were designed to be suitable for single core. When the existing software runs on multicore, its performance improvement is limited by the bottleneck of sharing resources and the inefficient use of cache memory on multicore. Therefore, according as the number of core increases, it doesn't show performance improvement and shows performance drop in the worst case. In this paper we propose a method of performance improvement of multicore system by applying Flow-Level Parallelism to the existing TCP/IP network application and operating system. The proposed method sets up the execution environment so that each core unit operates independently as much as possible in network application, TCP/IP stack on operating system, device driver, and network interface. Moreover it distributes network traffics to each core unit through L2 switch. The proposed method allows to minimize the sharing of application data, data structure, socket, device driver, and network interface between each core. Also it allows to minimize the competition among cores to take resources and increase the hit ratio of cache. We implemented the proposed methods with 8 core system and performed experiment. Experimental results show that network access speed and bandwidth increase linearly according to the number of core.

A Study on Determination of the Minimum Vertical Spring Stiffness of Track Pads Considering Running Safety (열차주행안전을 고려한 궤도패드의 최소 수직 스프링계수 결정에 관한 연구)

  • Kim, Jeong-il;Yang, Sin-Chu;Kim, Yun-Tae
    • KSCE Journal of Civil and Environmental Engineering Research
    • /
    • v.26 no.2D
    • /
    • pp.299-309
    • /
    • 2006
  • Railway noise and vibration has been recognized as major problems with the speed-up of rolling stock. As a kind of solution to these problems, the decrease of stiffness of track pad have been tried. However, in this case, overturning of rail due to lateral force should be considered because it can have effect on the safety of running train. Therefore, above two things - decrease of stiffness of track pad and overturning of rail due to lateral force - should be considered simultaneously for the appropriate determination of spring coefficient of track pad. With this viewpoint, minimum spring coefficient of track pad is estimated through the comparison between the theoretical relationship about the overturning of rail and 3-dimensional FE analysis result. Two kinds of Lateral force and wheel load are used as input loads. Extracted values from the conventional estimation formula and the Shinkansen design loads are used. It is found that the overturning of rail changes corresponding to the change of the stiffness of track pad and the ratio of lateral force to wheel load. Moreover, it is found that the analysis model can have influence on the results. Through these procedure, minimum spring coefficient of track pad is estimated.

Seed Gravity, Germination, and Optimum Seeding Rate for Machine Transplanting in Colored Rice Varieties (유색벼의 품종별 종자 비중, 발아 특성 및 기계이앙 육묘시 적정 파종량)

  • Kim, Sang-Yeol;Han, Sang-Ik;Oh, Seong-Hwan;Lee, Jong-Hee;Park, No-bong;Kwon, Oh-Deog;Kwon, Young-Up
    • KOREAN JOURNAL OF CROP SCIENCE
    • /
    • v.60 no.3
    • /
    • pp.282-292
    • /
    • 2015
  • Seeds of colored rice generally have high anthocyanin and flavonoid content but some cultivars have low seed germination rate. This defect poses unstable seedling establishment in nursery bed. The seed gravity variations of 10 colored rice varieties and its effect on germination, seed soaking duration and their optimum seeding rates for seedling raising in machine transplanting were investigated in the experiment. Based on seed gravity distribution of the 7 black- and 3 red-colored rice varieties at three levels of seed gravity (1.0<, 1.0~1.06, 1.06>), the black colored seeds such as Josaengheugchal and Sinmyungheugchal had high amount of specific gravity of below 1.0 ranging from 86~ 96%, while they had only 3~13% of seeds in specific gravity above 1.06. Sintoheugmi, Heugjinju, Heugnam, Heugkwang had various mass of seeds, showing 29~44% for specific gravity of below 1.0, 24~39% for 1.0~1.06 and 25~45% for above 1.06. On the other hand, the red colored rice such as Hongjinju, Jeogjinju and Geonkanghongmi had high percentage of specific gravity of above 1.06 with 84~86% while they had only 9~12% of specific gravity below 1.0 similar to Ilmibyeo of noncolored rice. The black colored seed generally showed low germination percentage, slow germination speed and long mean germination time, and low water absorption rate as compared with seed of the red colored rice which was similar to those of Ilmibyeo used as a control cultivar. The black colored seeds took 2~4 days longer seed soaking duration than the red colored rice before germination. This was related to high seed amount of specific gravity below 1.0 in black colored rices. The high amount of seed gravity above 1.06 in the colored rice seeds was positively correlated with percentage of germination, germination speed and mean germination time, ripened grain ratio and water absorption. Seed gravity distribution effect were less pronounced between back- and red- colored seeds in seedling emergence. The black colored rice has slightly lower normal seedling emergence rate than the red colored rice and Ilmibyeo in the seedbed soil due to high percentage of ungerminated seed. Normal seedling emergence rate of the black colored rice in the seedbed was 75.2~82.2% for 10-day old seedling and 85.3~ 90.9% for 30-day old seedling which was lower by 4.5~ 8.0% and 0~3.3%, respectively, than the red colored rice. Based on the normal seedling number per tray of Ilmibyeo for seeding rate of 10-day and 30-day old seedlings, the recommended seeding rate of black colored rice is 200~ 220g seeds for the 10-day old seedling and 110~130g for the 30-day old seedling in transplanting rice while the seeding rate of the red colored rice was 220g seeds for the 10-day old seedling and 130g for the 30-day old seedling.

Characteristics of the Dependent Variable due to Changes in the Conditions of the Independent Variable During the Producing of Collets Added with Rice and Dried Shrimp by Single Extruder (Single Extruder를 이용한 마른새우첨가 쌀 Collets 제조 시 독립변수의 조건변화에 따른 종속변수의 특성)

  • JE, Hae-Soo;YOON, Moon-Joo;LEE, Jae-Dong;KANG, Kyung-Hun;PARK, Si-Young;PARK, Jin-Hyo;KIM, Jeong-Gyun
    • Journal of Fisheries and Marine Sciences Education
    • /
    • v.27 no.5
    • /
    • pp.1352-1363
    • /
    • 2015
  • This study was carried out to investigate the characteristics of the dependent variables depending on the condition changes of independent variable of the operation and the material during the production of collets added with rice and dried shrimp by using single extruder to utilize as basic data for the manufacture of extrusion collets. A total of 7 independent variables were set up as a raw, 20, 40 and 60 mesh for the powder particle size of rice; 12, 14, 16 and 18% for the moisture content of rice; 2, 4, 6 and 8% for the addition amount of dried shrimp; 90, 95, 100 and $110^{\circ}C$ for the barrel temperature; 210, 280 and 340 rpm for the screw speed; 4, 6, 8 and 10 mm for the discharge port diameter; 30, 40, 50 and 60 kg/h for the input amount of the mixed material. The characteristics of the dependent variables including puffing ratio, moisture content, lightness, uniformity, productivity of collets was to be studied by changing the conditions of the independent variables. As a results of this study, 20 mesh of powder particle size of rice, 14% of moisture content of rice, 4% of addition amount of dried shrimp, $100^{\circ}C$ of barrel temperature, 280 rpm of screw speed, 6 mm of discharge port diameter and 50 kg/h of input amount of mixed material were found to be the most preferable over other independent variables for the production of extrusion collets. In conclusion, it is necessary to set the independent variable in order to produce the high quality collets added with the rice as the main raw material and dried shrimp as the sub-materials.

A Study on the Hull-dimension of 89 ton class Stow-net Vessel with Stern-fishing (89톤급 선미식 안강망어선의 선형치수에 관한 연구)

  • Park, Je-Ung;Lee, Hyeon-Sang
    • Journal of the Korean Society of Fisheries and Ocean Technology
    • /
    • v.33 no.3
    • /
    • pp.159-165
    • /
    • 1997
  • This paper presents the optimum dimension of 89 ton class stow-net vessel with stern-fishing. The model of basic design is developed by using the optimization techniques referring to objective function and numerous constraints as follows; speed, fishing quantity, fishing days, catch per unit effort(CPUE), and weight/ratio of main dimensions, etc. Thus, the basic design of stow-net fishing vessel is built up by using the optimization of the design variables called the economic optimization criteria, and the objective function represents the criterion which is cost benefit ratio(CBR). The main conclusions are as follows. 1. S/W for decision of optimum hull size is developed in 89 ton class stow-net fishing vessel which is constructed with optimization of the design variables called the economic optimization criteria. 2. For optimum ship dimensions in 89 ton class stow-net fishing vessel, the hull dimensions can be obtained in the range of L= 27.3m, B = 6.6m, D = 2.80m, Cb = 0.695, T/D = 0.80, $\Delta$(displacement)=281.7ton with 10 knots.

  • PDF

A Geographically Weighted Regression on the Effect of Regulation of Space Use on the Residential Land Price - Evidence from Jangyu New Town - (공간사용 규제가 택지가격에 미치는 영향에 대한 공간가중회귀분석 - 장유 신도시지역을 대상으로-)

  • Kang, Sun-Duk;Park, Sae-Woon;Jeong, Tae-Yun
    • Management & Information Systems Review
    • /
    • v.37 no.3
    • /
    • pp.27-47
    • /
    • 2018
  • In this study, we examine how land use zoning affects the land price controlling other variables such as road-facing condition of the land, land form, land age after its development and land size. We employ geographically weighted regression analysis which reflects spatial dependency as methodology with a data sample of land transaction price data of Jangyu, a new town, in Korea. The results of our empirical analysis show that the respective coefficients of traditional regression and geographically weighted regression are not significantly different. However, after calculating Moran's Index with residuals of both OLS and GWR models, we find that Moran's Index of GWR decreases around 26% compared to that of OLS model, thus improving the problem of spatial autoregression of residuals considerably. Unlike our expectation, though, in both traditional regression and geographically weighted regression where residential exclusive area is used as a reference variable, the dummy variable of the residential land for both housing and shops shows a negative sign. This may be because the residential land for both housing and shops is usually located in the level area while the residential exclusive area is located at the foot of a mountain or on a gentle hill where the residents can have good quality air and scenery. Although the utility of the residential land for both housing and shops is higher than its counterpart's since it has higher floor area ratio, amenity which can be explained as high quality of air and scenery in this study seems to have higher impact in purchase of land for housing. On the other hand, land for neighbourhood living facility seems to be valued higher than any other land zonings used in this research since it has much higher floor area ratio than the two land zonings above and can have a building with up to 5 stories constructed on it. With regard to road-facing condition, land buyers seem to prefer land which faces a medium-width road as expected. Land facing a wide-width road may have some disadvantage in that it can be exposed to noise and exhaust gas from cars and that entrance may not be easy due to the high speed traffic of the road. In contrast, land facing a narrow road can be free of noise or fume from cars and have privacy protected while it has some inconvenience in that entrance may be blocked by cars parked in both sides of the narrow road. Finally, land age variable shows a negative sign, which means that the price of land declines over time. This may be because decline of the land price of Jangyu was bigger than that of other regions in Gimhae where Jangyu, a new town, also belong, during the global financial crisis of 2008.

Analysis of the Effect of Heat Island on the Administrative District Unit in Seoul Using LANDSAT Image (LANDSAT영상을 이용한 서울시 행정구역 단위의 열섬효과 분석)

  • Lee, Kyung Il;Ryu, Jieun;Jeon, Seong Woo;Jung, Hui Cheul;Kang, Jin Young
    • Korean Journal of Remote Sensing
    • /
    • v.33 no.5_3
    • /
    • pp.821-834
    • /
    • 2017
  • The increase in the rate of industrialization due to urbanization has caused the Urban Heat Island phenomenon where the temperature of the city is higher than the surrounding area, and its intensity is increasing with climate change. Among the cities where heat island phenomenon occurs, Seoul city has different degree of urbanization, green area ratio, energy consumption, and population density in each administrative district, and as a result, the strength of heat island is also different. So It is necessary to analyze the difference of Urban Heat Island Intensity by administrative district and the cause. In this study, the UHI intensity of the administrative gu and the administrative dong were extracted from the Seoul metropolitan area and the differences among the administrative districts were examined. and linear regression analysis were conducted with The variables included in the three categories(weather condition, anthropogenic heat generation, and land use characteristics) to investigate the cause of the difference in heat UHI intensity in each administrative district. As a result of analysis, UHI Intensity was found to be different according to the characteristics of administrative gu, administrative dong, and surrounding environment. The difference in administrative dong was larger than gu unit, and the UHI Intensity of gu and the UHI Intensity distribution of dongs belonging to the gu were also different. Linear regression analysis showed that there was a difference in heat island development intensity according to the average wind speed, development degree, Soil Adjusted Vegetation Index (SAVI), Normalized Difference Built-up Index (NDBI) value. Among them, the SAVI and NDBI showed a difference in value up to the dong unit and The creation of a wind route environment for the mitigation of the heat island phenomenon is necessary for the administrative dong unit level. Therefore, it is considered that projects for mitigating heat island phenomenon such as land cover improvement plan, wind route improvement plan, and green wall surface plan for development area need to consider administrative dongs belonging to the gu rather than just considering the difference of administrative gu units. The results of this study are expected to provide the directions for urban thermal environment design and policy development in the future by deriving the necessity of analysis unit and the factors to be considered for the administrative city unit to mitigate the urban heat island phenomenon.