• Title/Summary/Keyword: Location정보

Search Result 5,606, Processing Time 0.033 seconds

A Study on Creation of Secure Storage Area and Access Control to Protect Data from Unspecified Threats (불특정 위협으로부터 데이터를 보호하기 위한 보안 저장 영역의 생성 및 접근 제어에 관한 연구)

  • Kim, Seungyong;Hwang, Incheol;Kim, Dongsik
    • Journal of the Society of Disaster Information
    • /
    • v.17 no.4
    • /
    • pp.897-903
    • /
    • 2021
  • Purpose: Recently, ransomware damage that encrypts victim's data through hacking and demands money in exchange for releasing it is increasing domestically and internationally. Accordingly, research and development on various response technologies and solutions are in progress. Method: A secure storage area and a general storage area were created in the same virtual environment, and the sample data was saved by registering the access process. In order to check whether the stored sample data is infringed, the ransomware sample was executed and the hash function of the sample data was checked to see if it was infringed. The access control performance checked whether the sample data was accessed through the same name and storage location as the registered access process. Result: As a result of the experiment, the sample data in the secure storage area maintained data integrity from ransomware and unauthorized processes. Conclusion: Through this study, the creation of a secure storage area and the whitelist-based access control method are evaluated as suitable as a method to protect important data, and it is possible to provide a more secure computing environment through future technology scalability and convergence with existing solutions.

A Study for Generation of Artificial Lunar Topography Image Dataset Using a Deep Learning Based Style Transfer Technique (딥러닝 기반 스타일 변환 기법을 활용한 인공 달 지형 영상 데이터 생성 방안에 관한 연구)

  • Na, Jong-Ho;Lee, Su-Deuk;Shin, Hyu-Soung
    • Tunnel and Underground Space
    • /
    • v.32 no.2
    • /
    • pp.131-143
    • /
    • 2022
  • The lunar exploration autonomous vehicle operates based on the lunar topography information obtained from real-time image characterization. For highly accurate topography characterization, a large number of training images with various background conditions are required. Since the real lunar topography images are difficult to obtain, it should be helpful to be able to generate mimic lunar image data artificially on the basis of the planetary analogs site images and real lunar images available. In this study, we aim to artificially create lunar topography images by using the location information-based style transfer algorithm known as Wavelet Correct Transform (WCT2). We conducted comparative experiments using lunar analog site images and real lunar topography images taken during China's and America's lunar-exploring projects (i.e., Chang'e and Apollo) to assess the efficacy of our suggested approach. The results show that the proposed techniques can create realistic images, which preserve the topography information of the analog site image while still showing the same condition as an image taken on lunar surface. The proposed algorithm also outperforms a conventional algorithm, Deep Photo Style Transfer (DPST) in terms of temporal and visual aspects. For future work, we intend to use the generated styled image data in combination with real image data for training lunar topography objects to be applied for topographic detection and segmentation. It is expected that this approach can significantly improve the performance of detection and segmentation models on real lunar topography images.

Post-processing Method of Point Cloud Extracted Based on Image Matching for Unmanned Aerial Vehicle Image (무인항공기 영상을 위한 영상 매칭 기반 생성 포인트 클라우드의 후처리 방안 연구)

  • Rhee, Sooahm;Kim, Han-gyeol;Kim, Taejung
    • Korean Journal of Remote Sensing
    • /
    • v.38 no.6_1
    • /
    • pp.1025-1034
    • /
    • 2022
  • In this paper, we propose a post-processing method through interpolation of hole regions that occur when extracting point clouds. When image matching is performed on stereo image data, holes occur due to occlusion and building façade area. This area may become an obstacle to the creation of additional products based on the point cloud in the future, so an effective processing technique is required. First, an initial point cloud is extracted based on the disparity map generated by applying stereo image matching. We transform the point cloud into a grid. Then a hole area is extracted due to occlusion and building façade area. By repeating the process of creating Triangulated Irregular Network (TIN) triangle in the hall area and processing the inner value of the triangle as the minimum height value of the area, it is possible to perform interpolation without awkwardness between the building and the ground surface around the building. A new point cloud is created by adding the location information corresponding to the interpolated area from the grid data as a point. To minimize the addition of unnecessary points during the interpolation process, the interpolated data to an area outside the initial point cloud area was not processed. The RGB brightness value applied to the interpolated point cloud was processed by setting the image with the closest pixel distance to the shooting center among the stereo images used for matching. It was confirmed that the shielded area generated after generating the point cloud of the target area was effectively processed through the proposed technique.

Design of Over-sampled Channelized DRFM Structure in order to Remove Interference and Prevent Spurious Signal (간섭 제거 및 스퓨리어스 방지를 위한 오버샘플링 된 채널화 DRFM 구조 설계)

  • Kim, Yo-Han;Hong, Sang-Guen;Seo, Seung-Hun;Jo, Jung-Hun
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.26 no.8
    • /
    • pp.1213-1221
    • /
    • 2022
  • In Electronic Warfare, the need to develop a jamming system that protects our location information from enemy radar is constantly increasing. The jamming system normally uses wide-band DRFM(Digital Radio Frequency Memory) that processes the entire bandwidth at once. However, it is difficult to jam if there is a CW(Continuous Wave) interference signal in the band. Recently, instead of wide-band signal processing, a structure using a filter bank that divides the entire band into several sub-bands and processes each sub-band independently has been proposed. Although it is possible to handle interference signal through the filter bank structure, spurious signal occurs when the signal is received at a boundary frequency between sub-bands. Spurious signal makes a output power of jamming signal distributed, resulting in lower JSR(Jamming to Signal Ratio) and less jamming effect. This paper proposes an over-sampled channelized DRFM structure that enables interference response and prevents spurious signal for sub-band boundary frequency input.

Performance Improvement Method of Fully Connected Neural Network Using Combined Parametric Activation Functions (결합된 파라메트릭 활성함수를 이용한 완전연결신경망의 성능 향상)

  • Ko, Young Min;Li, Peng Hang;Ko, Sun Woo
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.11 no.1
    • /
    • pp.1-10
    • /
    • 2022
  • Deep neural networks are widely used to solve various problems. In a fully connected neural network, the nonlinear activation function is a function that nonlinearly transforms the input value and outputs it. The nonlinear activation function plays an important role in solving the nonlinear problem, and various nonlinear activation functions have been studied. In this study, we propose a combined parametric activation function that can improve the performance of a fully connected neural network. Combined parametric activation functions can be created by simply adding parametric activation functions. The parametric activation function is a function that can be optimized in the direction of minimizing the loss function by applying a parameter that converts the scale and location of the activation function according to the input data. By combining the parametric activation functions, more diverse nonlinear intervals can be created, and the parameters of the parametric activation functions can be optimized in the direction of minimizing the loss function. The performance of the combined parametric activation function was tested through the MNIST classification problem and the Fashion MNIST classification problem, and as a result, it was confirmed that it has better performance than the existing nonlinear activation function and parametric activation function.

Analysis of Anti-Reversing Functionalities of VMProtect and Bypass Method Using Pin (VMProtect의 역공학 방해 기능 분석 및 Pin을 이용한 우회 방안)

  • Park, Seongwoo;Park, Yongsu
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.10 no.11
    • /
    • pp.297-304
    • /
    • 2021
  • Commercial obfuscation tools (protectors) aim to create difficulties in analyzing the operation process of software by applying obfuscation techniques and Anti-reversing techniques that delay and interrupt the analysis of programs in software reverse engineering process. In particular, in case of virtualization detection and anti-debugging functions, the analysis tool exits the normal execution flow and terminates the program. In this paper, we analyze Anti-reversing techniques of executables with Debugger Detection and Viralization Tools Detection options through VMProtect 3.5.0, one of the commercial obfuscation tools (protector), and address bypass methods using Pin. In addition, we predicted the location of the applied obfuscation technique by finding out a specific program termination routine through API analysis since there is a problem that the program is terminated by the Anti-VM technology and the Anti-DBI technology and drew up the algorithm flowchart for bypassing the Anti-reversing techniques. Considering compatibility problems and changes in techniques from differences in versions of the software used in experiment, it was confirmed that the bypass was successful by writing the pin automation bypass code in the latest version of the software (VMProtect, Windows, Pin) and conducting the experiment. By improving the proposed analysis method, it is possible to analyze the Anti-reversing method of the obfuscation tool for which the method is not presented so far and find a bypass method.

Multi-scale Correlation Analysis between Sea Level Anomaly and Climate Index through Wavelet Approach (웨이블릿 접근을 통한 해수면 높이와 기후 지수간의 다중 스케일 상관 관계 분석)

  • Hwang, Do-Hyun;Jung, Hahn Chul
    • Korean Journal of Remote Sensing
    • /
    • v.38 no.5_1
    • /
    • pp.587-596
    • /
    • 2022
  • Sea levels are rising as a result of climate change, and low-lying areas along the coast are at risk of flooding. Therefore, we tried to investigate the relationship between sea level change and climate indices using satellite altimeter data (Topex/Poseidon, Jason-1/2/3) and southern oscillation index (SOI) and the Pacific decadal oscillation (PDO) data. If time domain data were converted to frequency domain, the original data can be analyzed in terms of the periodic components. Fourier transform and Wavelet transform are representative periodic analysis methods. Fourier transform can provide only the periodic signals, whereas wavelet transform can obtain both the periodic signals and their corresponding time location. The cross-wavelet transformation and the wavelet coherence are ideal for analyzing the common periods, correlation and phase difference for two time domain datasets. Our cross-wavelet transform analysis shows that two climate indices (SOI, PDO) and sea level height was a significant in 1-year period. PDO and sea level height were anti-phase. Also, our wavelet coherence analysis reveals when sea level height and climate indices were correlated in short (less than one year) and long periods, which did not appear in the cross wavelet transform. The two wavelet analyses provide the frequency domains of two different time domain datasets but also characterize the periodic components and relative phase difference. Therefore, our research results demonstrates that the wavelet analyses are useful to analyze the periodic component of climatic data and monitor the various oceanic phenomena that are difficult to find in time series analysis.

Model-based Efficiency Analysis for Photovoltaic Generation O&M: A Case Study (태양광발전 운전 및 유지보수를 위한 모델기반 효율분석: 사례연구)

  • Yu, Jung-Un;Park, Sung-Won;Son, Sung-Yong
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.15 no.5
    • /
    • pp.405-412
    • /
    • 2022
  • This paper studies the method of estimating power loss and classifying the factors for improving the power generation efficiency through O&M. It is installed under various climatic conditions worldwide, operational and maintenance technologies suitable for the characteristics of the installation location are required. Existing studies related to solar power generation efficiency have been actively quantifying the impact on short-term losses by environmental factors such as high temperature, dust accumulation, precipitation, humidity, and wind speed, but analysis of the overall impact from a long-term operation perspective is limited. In this study, the potential for efficiency improvement was analyzed by re-establishing a loss classification system according to the power flow of solar power to derive a comprehensive efficiency model for long-term operation and estimating power loss through a case study for each region where climate conditions are classified. As a result of the analysis, the average annual potential for improving soiling loss was 26.9%, Death Valley 7.2%, and Seoul 3.8%. Aging losses was 6.6% in the 20th year as a cumulative. The average annual potential due to temperature loss was 2.9 % for Doha, 1.9% for Death Valley, and 0.2% for Seoul.

A Study on How to Kill Airborne Bacteria and Viruses in Elementary Schools (초등학교내 공기중 부유세균 및 바이러스 사멸방법에 대한 연구)

  • Lee, Su Yeon;Kim, Chang Soo;Kwak, Eun Mi;Im, Jong Eon;Jeon, Jae Hwan;Kwon, Jun Ho
    • Journal of the Society of Disaster Information
    • /
    • v.18 no.3
    • /
    • pp.566-573
    • /
    • 2022
  • Purpose: This study attempted to verify the effectiveness of the application of air sterilizers in elementary schools at risk of group infection among vulnerable groups in order to address fears of new infectious diseases that have increased since the outbreak of Middle East Respiratory Syndrome (MERS) and Coronavirus infection-19 (COVID-19). Method: One air sterilizer was installed in each classroom, cafeteria, and bathroom of an elementary school in Seoul, and surface and air samples were collected at a distance of 2m from the air sterilizer, and the bacterial reduction effect was analyzed compared to the uninstalled control group. Result: The sterilization effect on the surface was less than 2log CFU/cm2 in both the control group and the test group, and the test group showed 54 to 87% less general bacterial colony formation than the control group. In addition, the sterilization effect in the air differed depending on the location of the air sterilizer, and the wall installation showed a reduction effect of up to 91% compared to the control group, and the central installation showed a reduction effect of up to 93%. Conclusion: As a result of the study, it is expected that the prevention of infectious diseases can be increased by maintaining the current quarantine program in elementary schools that conduct regular disinfection while applying air sterilizers. In addition, it is considered desirable to facilitate the inflow of air into the air sterilizer.

2D Interpolation of 3D Points using Video-based Point Cloud Compression (비디오 기반 포인트 클라우드 압축을 사용한 3차원 포인트의 2차원 보간 방안)

  • Hwang, Yonghae;Kim, Junsik;Kim, Kyuheon
    • Journal of Broadcast Engineering
    • /
    • v.26 no.6
    • /
    • pp.692-703
    • /
    • 2021
  • Recently, with the development of computer graphics technology, research on technology for expressing real objects as more realistic virtual graphics is being actively conducted. Point cloud is a technology that uses numerous points, including 2D spatial coordinates and color information, to represent 3D objects, and they require huge data storage and high-performance computing devices to provide various services. Video-based Point Cloud Compression (V-PCC) technology is currently being studied by the international standard organization MPEG, which is a projection based method that projects point cloud into 2D plane, and then compresses them using 2D video codecs. V-PCC technology compresses point cloud objects using 2D images such as Occupancy map, Geometry image, Attribute image, and other auxiliary information that includes the relationship between 2D plane and 3D space. When increasing the density of point cloud or expanding an object, 3D calculation is generally used, but there are limitations in that the calculation method is complicated, requires a lot of time, and it is difficult to determine the correct location of a new point. This paper proposes a method to generate additional points at more accurate locations with less computation by applying 2D interpolation to the image on which the point cloud is projected, in the V-PCC technology.