RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      검색결과 좁혀 보기

      선택해제
      • 좁혀본 항목 보기순서

        • 원문유무
        • 음성지원유무
        • 원문제공처
          펼치기
        • 등재정보
          펼치기
        • 학술지명
          펼치기
        • 주제분류
          펼치기
        • 발행연도
          펼치기
        • 작성언어

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • KCI등재

        실시간 스트림 데이터를 위한 새로운 익명화 알고리즘 제안

        홍성현,이규성,김동례,김순석 사단법인 한국융합기술연구학회 2023 아시아태평양융합연구교류논문지 Vol.9 No.12

        실시간 스트림 데이터라 함은 실시간 범죄신고정보, 온라인 판매거래정보, 병원 내 환자 모니터링 장치 등 각종 PoC(Point of Care, 현장 진료형 의료장비)들로부터 실시간으로 수집되는 개인생체신호 등의 데이터를 말한다. 우리는 이러한 실시간 수집 스트림 데이터에서의 프라이버시 보호를 위한 새로운 익명처리 알고리즘을 제안하고자 한다. 제안 알고리즘은 기존 Ugur와 Osman이 제안한 UBDSA 알고리즘보다 크게 4가지 측면에서 성능을 개선하였다. 첫째, 일반화 트리를 형성한 다음 정보손실을 미리 측정할 수 있도록 사전 수행과정(Precompute)을 두었다. 둘째, 각 트랜잭션 데이터(레코드)가 입력될 때마다 슬라이싱을 통하여 준식별자 컬럼들과 아닌 컬럼들을 분리하여 각각 저장하였으며, 아울러 게시전 조합(combine)을 위하여 분리시 분리된 각 슬라이스에 일련번호를 붙이도록 하였다. 즉, 각 트랜잭션 별로 클러스터링시 준식별자 컬럼들만 저장하여 일반화함으로써 저장공간을 줄이고 계산 성능을 개선하였으며, 특히 이것은 컬럼수가 많거나 혹은 대용량 데이터에 대해 보다 효율적이다. 셋째, 클러스터 할당(AssignCluster) 단계에서 성능을 아래와 같이 개선하였다. 먼저 지연 임계값(입력 후 게시될때 까지의 최대 허용 가능 트랜잭션 레코드 수)이하 초기 클러스터 할당 과정에서부터 기존 알고리즘과 달리 각각 별도의 클러스터에 배정하지 않고 정보손실을 고려하여 클러스터링을 수행하였다. 끝으로 일반화 및 게시(Publish 단계)에서 성능을 개선하였다. 기존과 달리 클러스터 내 튜플의수가 2k 이상인 클러스터에 대해 분할 과정을 미수행하며 기존 주장인 데이터 품질 개선과는 달리 굳이 분할을 하지 않더라도 그 자체로도 데이터 품질이 좋을 수도 있으며, 안전성이 보다 높고 과정을 수행하지 않음으로 인해 성능도 향상된다. 또한 기존 UBDSA 알고리즘과 달리 클러스터 내 튜플의수가 k보다 적은 경우 이동 가능한 타 클러스터를 탐색 후 가능 클러스터를 찾아 이를 배정하는 과정에서 랜덤 배정이 아닌 최소거리 기반 배정을 수행하였다. 이는 기존 주장인 정보유출로 인한 반대 공격을 피하는 것과 달리 최소 k값이 보장될 경우 유용성 차원에서 최소거리인 클러스터로 배정이 타당하다. 그리고 앞서 클러스터 내 튜플의 수가 k보다 적은 경우 이동 가능한 타 클러스터를 탐색 후 가능 클러스터를 못찾았거나 혹은 익명화되지않은 클러스터 내 튜플수가 중앙값 클러스터 크기보다 작은 경우 기존 삭제 혹은 최상위 일반화 대신 제안 알고리즘은 삭제를 수행함으로서 수행 시간을 줄일 수 있다. Real-time stream data refers to data which collected in real time such as personal vital signs information collected from various PoCs (Point of Care, point-of-care medical equipment) in hospitals, real-time crime report information, and online sales transaction. We propose a new anonymization algorithm for privacy protection in these real-time collected stream data. The proposed algorithm significantly improved performance in four aspects compared to the UBDSA algorithm proposed by Ugur and Osman. First, after forming a generalization tree, precompute was performed to measure information loss in advance. Second, whenever each transaction data (record) is entered, quasi-identifier columns and non-identifier columns are separated and stored through slicing, and serial numbers are attached to each slice separated at the time of separation for combine before publishing, That is, when clustering for each transaction, only quasi-identifier columns are stored and generalized to reduce storage space and improve calculation performance. In particular, it is more efficient for large numbers of columns or large-capacity data. Third, the performance in the cluster assignment (AssignCluster) step was improved as follows. First, from the initial cluster assignment process below the delay threshold (the maximum allowable number of transaction records from input to publishing), clustering was performed in consideration of information loss, rather than assigning to separate clusters, unlike existing algorithms. Finally, performance was improved in generalization and publishing (Publish stage). First, after forming a generalization tree, precompute was performed to measure information loss in advance. Second, whenever each transaction data (record) is entered, quasi-identifier columns and non-identifier columns are separated and stored through slicing, and serial numbers are attached to each slice separated at the time of separation for combine before publishing, That is, when clustering for each transaction, only quasi-identifier columns are stored and generalized to reduce storage space and improve calculation performance. In particular, it is more efficient for large numbers of columns or large-capacity data. Third, the performance in the cluster assignment (AssignCluster) step was improved as follows. First, from the initial cluster assignment process below the delay threshold (the maximum allowable number of transaction records from input to publishing), clustering was performed in consideration of information loss, rather than assigning to separate clusters, unlike existing UBDSA algorithm. Finally, performance was improved in generalization and publishing (Publish stage). The partitioning process is not performed for clusters with more than 2k tuples in the cluster, and unlike the existing data quality improvement claims, data quality can be good without partitioning and safety is higher. It improves performance by not running the process. If the number of tuples in a cluster is less than k, after searching for other movable clusters, in the process of searching and assigning, possible clusters are found and assigned based on the minimum distance rather than random assignment. Contrary to the previous argument, if the minimum value of k is guaranteed to avoid counterattack due to information leakage, it is reasonable to assign it to the cluster with the minimum distance in terms of usefulness. And if the number of tuples in a cluster is less than k previously, if no possible cluster is found after searching for other movable clusters, or if the number of tuples in a non-anonymized cluster is smaller than the medium-sized cluster, then we can reduce execution time because we choose only deletion rather than existing generalization of the top-level or deletion.

      • Investigation of MoS<sub>2</sub> nanosheets size-dependency on the performance of drilling mud

        홍성현,김수영 한국공업화학회 2018 한국공업화학회 연구논문 초록집 Vol.2018 No.0

        Drilling mud is fluid used in drilling system, which conducts controlling subsurface pressures, removing drill cuttings, and cooling the drill bit, so it is required high thermal conductivity, high viscosity and stability in high pressure and high temperature (HPHT). Drilling mud, especially for water-based drilling mud (WBM), needs additives which are used to enhance the properties of WBM. However, previous WBM additives have some limitation to increase thermal conductivity of the mud after HPHT treatment. The MoS<sub>2</sub> showed high thermal conductivity (single layer 34W/m·K, bilayer 54W/m·K) and stability in HPHT. Notably, MoS<sub>2</sub> nanosheets' thermal conductivity can be tuned by controlling the thickness and size. In this study, we demonstrated that these characteristics effectively changed the properties WBM. MoS<sub>2</sub> nanosheets with different size and thickness were used in WBM.

      • Controlling of the rheological properties of drilling mud by bentonite functionalization

        홍성현,김수영 한국공업화학회 2019 한국공업화학회 연구논문 초록집 Vol.2019 No.0

        Drilling mud is the complex fluid used in drilling systems, which conducts transporting cuttings from reservoir, controlling formation pressure and maintaining well bore stability. Drilling mud, especially for water based drilling mud (WBM), is mainly composed of bentonite, barite and polymer. The important feature of the WBM is shear thinning behavior, bentonite contribute to the shear thinning behavior. We attempted to directly characterize the bentonite surface to control the rheological properties, unlike the simple addition of materials. Bentonite was ball-milled on a nano scale, and then MoS<sub>2</sub> and WS<sub>2</sub> were grown on the surface. The bentonite was named nano bentonite with MoS<sub>2</sub> / WS<sub>2</sub> (NB-MoS<sub>2</sub>, NB-WS<sub>2</sub>) and mixed with bentonite at various ratios. In order to confirm the properties of WBM manufactured under various conditions, the viscosity according to the change of flow rate was measured. We expect that this method will be a new way to easily change the properties of WBM.

      • 어닐링과 산화에 따른 tungsten polycide 막 특성의 변화

        홍성현,이장혁,이종무,임호빈 한국전기전자재료학회 1990 電氣電子材料學會誌 Vol.3 No.3

        다결정 실리콘 상의 텅스텐 시리사이드 막의 Si/W 조성비, 저항 및 응력을 측정함으로써 어닐링과 산화에 따른 막 특성의 변화를 조사하였다. 막형성 직후의 텅스텐 시리사이드 막의 Si/W 조성비는 2.6이었으나 어닐링 후에는 2.4-2.6으로 산화후에는 2.0-2.3으로 감소하였다. 비저항은 막형성 직후에는 41.2.OMEGA./$\square$ 로, 산화후에는 4.3.OMEGA./$\square$으로 감소하였다. 또한 텅스텐 실리사이드 막의 응력은 SiH$_{4}$유량의 증가에 따라 감소하였으며 어닐링후에는 증가하였다. 그밖에 과잉의 Si, 도펀트 P 그리고 막내에 유입된 F와 H등은 열처리시 실리사이드/다결정 Si 및 실리사이드/SiO$_{2}$의 계면으로 이동하여 응력의 증가를 초래하는 것으로 보인다.

      • 연속적 행동분석을 통한 간여가 체육교사의 교수행동에 미치는 효과

        홍성현,윤명희 한국교원대학교 학교체육연구소 2006 학교체육연구소지 Vol.13 No.1

        The purpose of this study was to observe organizationally and suggest specific data of teachers' teaching behavior of physical education in elementary school and raise the efficiency of class through the intervening the teaching behavior of desirable teac

      • KCI등재

        공정 Mg-Ni계 합금 분말의 제조 및 수소저장 특성

        홍성현,배종수,나영상,송명엽,임창동 한국수소및신에너지학회 2006 한국수소 및 신에너지학회논문집 Vol.17 No.3

        The eutectic Mg-23.5%Ni alloy was casted by melting and solidification. The powders of Mg-23.5%Ni and (Mg-23.5%Ni)-10% iron oxide were prepared by mechanical grinding of casted Mg-Ni alloy and casted Mg-Ni alloy+oxide, respectively. As milling time increases, hydriding and dehydriding rates of Mg-Ni and Mg-Ni-oxide alloy powders increase. The additions of iron oxide to Mg-Ni alloy and Mg-Ni-oxide increase hydriding rates and slightly decrease dehydriding rates.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼