• 제목/요약/키워드: Retrieval Efficiency

검색결과 324건 처리시간 0.02초

의약 정보검색을 위한 ATC코드기반 매핑 스키마 설계 (Mapping Schema Design for Medicine Information Retrieval Based on ATC Code)

  • 김대식;김미혜
    • 한국융합학회논문지
    • /
    • 제12권3호
    • /
    • pp.53-59
    • /
    • 2021
  • 의약품 정보검색 서비스를 사용할 때 대표적인 검색방법은 ATC(Anatomic Therapeutic Chemical Classification) 코드를 사용하는 것이다. 기존의 ATC코드 기반 의약정보 검색은 주요 성분이 한가지인 단일제 검색에는 매우 유용하다. 하지만 복합제의 경우에는 검색 오류가 종종 발생하고 있다. 이 문제의 원인은 ATC코드 기반 검색은 단일제 ATC 코드를 패턴매칭하여 진행 된다는 것이다. 본 연구는 ATC코드기반 검색 시 주성분을 기준으로 복합제를 검색하는 요구사항 시나리오를 분석하여 ATC코드기반 매핑 스키마를 설계하였다. ATC코드기반 매핑 스키마는 복합제의 ATC코드와 복합제에 포함된 모든 단일제의 ATC코드를 저장한 스키마를 의미한다. 이 스키마를 사용한 ATC코드기반 검색은 단일제의 주성분으로 복합제를 검색하므로 기존 방법보다 높은 정확도를 가진다. ATC코드기반 매핑 스키마는 의사의 환자 처방 효율을 높일 수 있고 의약품 안전 사용 서비스의 정확도를 올릴 수 있을 것으로 기대된다.

한국어 정보검색 시스템을 위한 구 단위 색인 (Phrase-based Indexing for Korean Information Retrieval System)

  • 윤성희
    • 한국산학기술학회논문지
    • /
    • 제5권1호
    • /
    • pp.44-48
    • /
    • 2004
  • 본 논문에서는 자연언어 처리 기술인 구문 분석 모듈을 도입해 단어 이상의 단위인 구 단위를 색인과 검색의 단위로 삼는 구 단위 색인 및 검색 기법의 사용을 제안한다. 초기의 정보검색의 방법으로 단일 주제어를 키워드로 색인하여 검색하는 방식이 널리 사용되어 왔으나 문서의 내용을 정확히 표현하기 어렵고 검색 결과의 문서 집합 또한 너무 커서 사용자의 만족도가 낮다 고도의 문서 처리 측면에서는 웹 문서들 자체가 갖는 다양한 오류들로 인해 현실적으로 충분히 만족할 만할 우수한 성능의 구문 분석 모듈이 구현되기는 어려우므로 상향식 구문 분석 모듈을 구현하여 완전한 구문 분석 결과를 얻지 못하는 많은 문장에 대해서도 가능한 구 단위 색인을 이용하여 검색 정확률과 재현률이 향상되고 검색 과정의 처리 부하도 줄이는 장점을 얻는다.

  • PDF

A Comparative Analysis of Music Similarity Measures in Music Information Retrieval Systems

  • Gurjar, Kuldeep;Moon, Yang-Sae
    • Journal of Information Processing Systems
    • /
    • 제14권1호
    • /
    • pp.32-55
    • /
    • 2018
  • The digitization of music has seen a considerable increase in audience size from a few localized listeners to a wider range of global listeners. At the same time, the digitization brings the challenge of smoothly retrieving music from large databases. To deal with this challenge, many systems which support the smooth retrieval of musical data have been developed. At the computational level, a query music piece is compared with the rest of the music pieces in the database. These systems, music information retrieval (MIR systems), work for various applications such as general music retrieval, plagiarism detection, music recommendation, and musicology. This paper mainly addresses two parts of the MIR research area. First, it presents a general overview of MIR, which will examine the history of MIR, the functionality of MIR, application areas of MIR, and the components of MIR. Second, we will investigate music similarity measurement methods, where we provide a comparative analysis of state of the art methods. The scope of this paper focuses on comparative analysis of the accuracy and efficiency of a few key MIR systems. These analyses help in understanding the current and future challenges associated with the field of MIR systems and music similarity measures.

한글인식 후처리용 단어사전의 기억구조 (A Word Dictionary Structure for the Postprocessing of Hangul Recognition)

  • 김상운
    • 한국통신학회논문지
    • /
    • 제19권9호
    • /
    • pp.1702-1709
    • /
    • 1994
  • 한글인식 후처리에서 문맥정보의 저장구조는 인식율 및 인식속도를 결정짓는 중요한 요소이다. 단어사전의 형태로 문맥정보를 표현하기 위해서는 트라이(trie)를 주로 이용하지만, 기억공간 이용효율이 저조하다는 단점이 있다. 따라서 이 논문에서는 트라이의 장점을 유지하면서 공간효율을 향상시키는 기억구조를 제안한다. 한글은 조합문자이기 때문에 자모나 문자별로 기억시킬 수 있다. 그런데 자모단위로 기억시키면(P-모드) 검색시간은 빠르지만 공간효율이 나쁘고, 또한 문자단위로 기억시키면(C-모드) 공간효율은 좋지만 검색시간이 길어진다. 따라서 노드이용율과 분산율로 최적레벨을 선정한 다음, 입력단어의 시작자모부터 최적레벨까지는 자모 단위의 트라이로 기억시키고, 그 이상은 문자단위의 순차연결구조로 저장시켰다. (H-모드). 6가지 단어집합에 대하여 실험한 결과, H-모드에서의 검색시간은 P-모드만큼 빠르면서, 공간효율은 C-모드와 같게 되어 그 효용성을 확인할 수 있었다.

  • PDF

효과적인 뉴스 검색을 위한 얼굴 영역의 추출 (Detection of face region for an effective News Retrieval)

  • 윤일태;정승도;조정원;배영래;최병욱
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2001년도 하계종합학술대회 논문집(3)
    • /
    • pp.81-84
    • /
    • 2001
  • The retrieval techniques of multimedia contents have been developed along with MPEG-7. But as human being distinguishes objects with the eyesight, researches for high retrieval efficiency applied a high level computer vision technology are difficult because of the increase of processing time caused by complexity of algorithm, and the difficulty of an implementation. In this paper, for an effective news retrieval using the human face information, we suggest a method which extracts face information like as location, size and number of the face in the news video, and then we prove the validity of method by experiment.

  • PDF

교육용 문서의 텍스트분할 색인 (Text Partitioned Indexing Method for Educational Documents)

  • 강무영;이상구
    • 정보교육학회논문지
    • /
    • 제3권2호
    • /
    • pp.72-84
    • /
    • 2000
  • 정보검색시스템은 전자문서를 효율적으로 저장하고, 정보수요자들이 요구하는 자료를 검색을 통해 빠르게 제공하기 위한 시스템으로 정보화사회에 있어서 매우 중요한 역할을 하고 있다. 특히 색인은 데이터 베이스에 저장된 문서를 효과적으로 검색하기 위한 정보검색시스템의 필수 기능이다. 본 논문에서는 교육용 문서를 적은 자원으로 짧은 시간에 색인할 수 있는 텍스트분할에 의한 색인기법을 제안한다. 제안한 색인기법은 실제 검색시스템에 적용하고, 실험을 통해 우수성을 증명한다.

  • PDF

순차영역분할과 투영정보를 이용한 영상검색 (Image Retrieval Using Sequential Clustering and Projection Information)

  • 원혁준;김태선
    • 한국멀티미디어학회논문지
    • /
    • 제8권7호
    • /
    • pp.906-915
    • /
    • 2005
  • 본 논문에서는 영상검색 방법의 하나인 내용에 기반을 둔 검색방법으로 순차영역분할과 투영정보를 이용 한 영상검색 방법을 제안한다. 제안한 방법은 순차 분할된 영역의 색상평균값과 각 영역의 투영정보를 이용한 방법으로 영상의 공간정보와 컬러정보를 효과적으로 결합한 방법이다. 실험결과 제안한 방법이 기존의 방법 보다 검색효율이 $11.6\%$ 증가됨을 알 수 있었다. 또한 영상의 밝기변화, 회전, 카메라의 위치 및 확대, 축소에 따른 영상의 공간변화에도 매우 강인한 것으로 나타났다.

  • PDF

색상특징과 웨이블렛 기반의 특징을 이용한 영상 검색 (Image Retrieval Using the Color Feature and the Wavelet-Based Feature)

  • 박종현;박순영;조완현
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 1999년도 추계종합학술대회 논문집
    • /
    • pp.487-490
    • /
    • 1999
  • In this paper we propose an efficient content-based image retrieval method using the color and wavelet based features. The color features are extracted from color histograms of the global image and the wavelet based features are extracted from the invariant moments of the high-pass band image through the spatial-frequency analysis of the wavelet transform. The proposed algorithm, called color and wavelet features based query(CWBQ), is composed of two-step query operations for efficient image retrieval: the coarse level filtering operation and the fine level matching operation. In the first filtering operation, the color histogram feature is used to filter out the dissimilar images quickly from a large image database. The second matching operation applies the wavelet based feature to the retained set of images to retrieve all relevant images successfully. The experimental results show that the proposed algorithm yields more improved retrieval accuracy with computationally efficiency than the previous methods.

  • PDF

이용자의 지식상태와 브라우징 탐색에 관한 연구

  • 김영귀
    • 한국도서관정보학회지
    • /
    • 제18권
    • /
    • pp.245-268
    • /
    • 1991
  • Some conclusions derived from the study are as follows : 1) Most conventional information retrieval systems require users do precisely that specify the information they require, but user's information needs are not always precise. 2) Information need arise from when users are in an anomalous stats of knowledge about some problem, so user's information needs are not always precise. 3) Information retrieval systems must assist to users make themselves correct, complement, and specify their information need. When information need arise, systems should understand the state of knowledge and will be design to present and specify their ill-defined potential information need. 4) Existing information retrieval techniques need a tool to complement current its disadvantages and to enhance retrieval efficiency. Browsing searching will be a role such as a tool. 5) Browsing searching can understand user's state of knowledge and assist to specify not only pre-searching information need but also changed information need during searching progress.

  • PDF

모바일 인터넷 컨텐츠 유형 분석 및 인터페이스 설계 (The Design Interface and Mobile Internet Contents Type Analysis)

  • 조현섭;유인호
    • 한국산학기술학회:학술대회논문집
    • /
    • 한국산학기술학회 2011년도 춘계학술논문집 1부
    • /
    • pp.371-374
    • /
    • 2011
  • Recently, retrieval of various video data has become an important issue as more and more multimedia content services are being provided. To effectively deal with video data, a semantic-based retrieval scheme that allows for processing diverse user queries and saving them on the database is required. In this regard, this paper proposes a semantic-based video retrieval system that allows the user to search diverse meanings of video data for electrical safety-related educational purposes by means of automatic annotation processing. If the user inputs a keyword to search video data for electrical safety-related educational purposes, the mobile agent of the proposed system extracts the features of the video data that are afterwards learned in a continuous manner, and detailed information on electrical safety education is saved on the database. The proposed system is designed to enhance video data retrieval efficiency for electrical safety-related educational purposes.

  • PDF