RISS 학술연구정보서비스

검색

인기 검색어

    다국어 입력

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

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

    예시)
    • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
    • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
    닫기

    모바일 환경에서의 연합학습을 활용한 On-Device AI 스팸문자 필터링 시스템 = On-Device AI Spam SMS Filtering System Using Federated Learning in Mobile Environments

    한글로보기

    https://www.riss.kr/link?id=T17075574

    • 0

      상세조회
    • 0

      다운로드
    서지정보 열기
    • 내보내기
    • 내책장담기
    • 공유하기
    • 오류접수
    인용문이 복사되었습니다.

    부가정보

    국문 초록 (Abstract) kakao i 다국어 번역

    최근 대량 문자 서비스를 통한 도박, 불법 대출, 주식 리딩방 등의 상업적 목적의 스팸 문자가 증가하면서 이로 인한 피해가 지속되고 있다. 이러한 문제를 해결하고자 다양한 방법들이 연구되고 정책이 마련되어 왔지만, 이를 회피하는 방법 역시 발전하고 있다.
    기존의 스팸 필터링 방식들은 주로 사전에 정의된 스팸 키워드를 기반으로 필터링하거나, 자주 등장하는 단어의 출현 빈도수로 스팸 문자를 검출한다. 그러나 이러한 방법들은 해당 주요 키워드를 의도적으로 변형하는 경우 스팸 문자로 필터링 하지 못한다는 한계가 있다. 사전 정의된 스팸 문자 발신번호를 기반으로 해당 발신번호를 차단하는 방식도 있지만, 이는 최근 증가하고 있는 전화번호 변작기를 통해 발신번호를 조작하는 경우에는 효과적으로 대응하지 못한다. 따라서 기존 방식들을 회피하는 콘텐츠까지도 효율적으로 분석할 방안이 요구되고 있다.
    이러한 요구에 부응하여 본 연구에서는 모바일 환경에서 스팸 콘텐츠가 포함된 문자 메시지를 효과적으로 탐지하기 위해 딥러닝, On-Device AI기술, 그리고 연합학습을 결합한 풀-스택(Full-Stack) 시스템을 개발하였다. 본 시스템은 딥러닝 기반의 객체 탐지 및 OCR(Optical Character Recognition, 광학 문자 인식) 기술, 자연어 처리 기술을 결합하여 스팸 메시지를 분류하는 모델을 구현하였으며, 이를 통해 높은 분류 정확도를 달성하였다. 특히 스팸 문자 필터링을 회피하기 위해 의도적으로 변형한 문자 메시지에 대한 분류에도 효과적임을 입증하였다.
    또한 On-Device AI 기술을 활용하여 연합학습(Federated Learning)을 모바일 환경에서 실현 가능하게 하였다. 각 사용자의 모바일 기기가 독립적으로 데이터 처리와 학습을 수행함으로써 데이터를 중앙 서버로 직접 공유하지 않아 데이터의 프라이버시 보호를 강화하면서도 중앙 서버의 저장 공간과 트래픽 부담을 감소시킬 수 있는 이점이 있다. 본 연구는 프라이버시 보호 측면의 보안성 강화와 함께 높은 처리 효율성을 갖춘 스팸 메시지 탐지 기술의 새로운 방향을 제시한다.
    번역하기

    최근 대량 문자 서비스를 통한 도박, 불법 대출, 주식 리딩방 등의 상업적 목적의 스팸 문자가 증가하면서 이로 인한 피해가 지속되고 있다. 이러한 문제를 해결하고자 다양한 방법들이 연구...

    최근 대량 문자 서비스를 통한 도박, 불법 대출, 주식 리딩방 등의 상업적 목적의 스팸 문자가 증가하면서 이로 인한 피해가 지속되고 있다. 이러한 문제를 해결하고자 다양한 방법들이 연구되고 정책이 마련되어 왔지만, 이를 회피하는 방법 역시 발전하고 있다.
    기존의 스팸 필터링 방식들은 주로 사전에 정의된 스팸 키워드를 기반으로 필터링하거나, 자주 등장하는 단어의 출현 빈도수로 스팸 문자를 검출한다. 그러나 이러한 방법들은 해당 주요 키워드를 의도적으로 변형하는 경우 스팸 문자로 필터링 하지 못한다는 한계가 있다. 사전 정의된 스팸 문자 발신번호를 기반으로 해당 발신번호를 차단하는 방식도 있지만, 이는 최근 증가하고 있는 전화번호 변작기를 통해 발신번호를 조작하는 경우에는 효과적으로 대응하지 못한다. 따라서 기존 방식들을 회피하는 콘텐츠까지도 효율적으로 분석할 방안이 요구되고 있다.
    이러한 요구에 부응하여 본 연구에서는 모바일 환경에서 스팸 콘텐츠가 포함된 문자 메시지를 효과적으로 탐지하기 위해 딥러닝, On-Device AI기술, 그리고 연합학습을 결합한 풀-스택(Full-Stack) 시스템을 개발하였다. 본 시스템은 딥러닝 기반의 객체 탐지 및 OCR(Optical Character Recognition, 광학 문자 인식) 기술, 자연어 처리 기술을 결합하여 스팸 메시지를 분류하는 모델을 구현하였으며, 이를 통해 높은 분류 정확도를 달성하였다. 특히 스팸 문자 필터링을 회피하기 위해 의도적으로 변형한 문자 메시지에 대한 분류에도 효과적임을 입증하였다.
    또한 On-Device AI 기술을 활용하여 연합학습(Federated Learning)을 모바일 환경에서 실현 가능하게 하였다. 각 사용자의 모바일 기기가 독립적으로 데이터 처리와 학습을 수행함으로써 데이터를 중앙 서버로 직접 공유하지 않아 데이터의 프라이버시 보호를 강화하면서도 중앙 서버의 저장 공간과 트래픽 부담을 감소시킬 수 있는 이점이 있다. 본 연구는 프라이버시 보호 측면의 보안성 강화와 함께 높은 처리 효율성을 갖춘 스팸 메시지 탐지 기술의 새로운 방향을 제시한다.

    더보기

    다국어 초록 (Multilingual Abstract) kakao i 다국어 번역

    Spam texts via bulk texting services are on the rise, and the harm caused by spam texts advertising gambling, illegal loans, stock lending rooms, and more continues to grow. While various methods have been researched and policies have been put in place to address these issues, methods to avoid them are also evolving.
    Traditional spam filtering methods mainly filter based on predefined spam keywords, or detect spam texts based on the frequency of occurrence of common words. However, these methods are limited in that they fail to filter out intentional variations of these keywords as spam. There are also methods that block spam text callers based on predefined spam text caller IDs, but these methods do not effectively respond to caller ID manipulation through recent phone number modifiers. Therefore, there is a need for an efficient way to analyze even content that evades existing methods.
    In this study, we developed a full-stack system that combines deep learning, on-device AI technology, and federated learning to effectively detect text messages containing spam content in the mobile environment. The system combines deep learning-based object detection, optical character recognition (OCR) technology, and natural language processing to implement a model for classifying spam messages, which achieves high classification accuracy. In particular, it proved to be effective in classifying text messages that were intentionally modified to evade spam filtering.
    We also utilized on-device AI technology to make federated learning feasible in a mobile environment. By performing data processing and learning independently on each
    user's mobile device, the data is not directly shared to the central server, which has the advantage of enhancing data privacy while reducing the storage space and traffic burden on the central server. This research provides a new direction for spam message detection technology with high processing efficiency while enhancing security in terms of privacy protection.
    번역하기

    Spam texts via bulk texting services are on the rise, and the harm caused by spam texts advertising gambling, illegal loans, stock lending rooms, and more continues to grow. While various methods have been researched and policies have been put in plac...

    Spam texts via bulk texting services are on the rise, and the harm caused by spam texts advertising gambling, illegal loans, stock lending rooms, and more continues to grow. While various methods have been researched and policies have been put in place to address these issues, methods to avoid them are also evolving.
    Traditional spam filtering methods mainly filter based on predefined spam keywords, or detect spam texts based on the frequency of occurrence of common words. However, these methods are limited in that they fail to filter out intentional variations of these keywords as spam. There are also methods that block spam text callers based on predefined spam text caller IDs, but these methods do not effectively respond to caller ID manipulation through recent phone number modifiers. Therefore, there is a need for an efficient way to analyze even content that evades existing methods.
    In this study, we developed a full-stack system that combines deep learning, on-device AI technology, and federated learning to effectively detect text messages containing spam content in the mobile environment. The system combines deep learning-based object detection, optical character recognition (OCR) technology, and natural language processing to implement a model for classifying spam messages, which achieves high classification accuracy. In particular, it proved to be effective in classifying text messages that were intentionally modified to evade spam filtering.
    We also utilized on-device AI technology to make federated learning feasible in a mobile environment. By performing data processing and learning independently on each
    user's mobile device, the data is not directly shared to the central server, which has the advantage of enhancing data privacy while reducing the storage space and traffic burden on the central server. This research provides a new direction for spam message detection technology with high processing efficiency while enhancing security in terms of privacy protection.

    더보기

    목차 (Table of Contents)

    • 초록 ........................................................................................................................................ i
    • ABSTRACT ......................................................................................................................... iii
    • 목차 ...................................................................................................................................... vi
    • 표 목차 ................................................................................................................................ viii
    • 그림 목차 .............................................................................................................................. ix
    • 초록 ........................................................................................................................................ i
    • ABSTRACT ......................................................................................................................... iii
    • 목차 ...................................................................................................................................... vi
    • 표 목차 ................................................................................................................................ viii
    • 그림 목차 .............................................................................................................................. ix
    • 제1장. 서론 ...........................................................................................................................1
    • 1.1 연구의 필요성 .......................................................................................................1
    • 1.2 연구 범위 및 목적 .................................................................................................2
    • 제2장. 관련 연구..................................................................................................................5
    • 2.1 스팸 콘텐츠 분류에 관한 기존 연구 ....................................................................5
    • 2.1.1키워드 기반 문자 콘텐츠 필터링 ............................................................5
    • 2.1.2나이브 베이즈 (Naïve Bayes) ................................................................7
    • 2.1.3워드 임베딩 기법을 통한 필터링 ............................................................8
    • 2.2 딥러닝 기반 스팸 콘텐츠 분류 .............................................................................8
    • 2.2.1객체 인식 및 탐지 기술 ...........................................................................8
    • 2.2.2 OCR 기술 ................................................................................................9
    • 2.2.3경량화 된 한국어 BERT ........................................................................10
    • 2.3 연합학습과 On-Device AI ...............................................................................11
    • 2.3.1연합학습 (Federated Learning).........................................................11
    • 2.3.2 On-Device AI ......................................................................................12
    • 제3장. 연합학습을 활용한 딥러닝 기반 스팸 문자 필터링 시스템....................................14
    • 3.1 스팸 문자 분류 모델 ...........................................................................................15
    • vii
    • 3.2 클라이언트 - 모바일 애플리케이션 ...................................................................15
    • 3.3 서버 - 중앙 서버 .................................................................................................16
    • 제4장. 딥러닝 기반 스팸 문자 필터링 모델 .......................................................................17
    • 4.1 실험환경 ..............................................................................................................17
    • 4.2 데이터셋 ..............................................................................................................17
    • 4.3 모델 파이프라인 설계 .........................................................................................18
    • 4.4 스팸 키워드 분석 .................................................................................................19
    • 4.5 변형된 키워드 탐지 및 정상 문자열 복원 ..........................................................20
    • 4.5.1 이미지 처리 기반 스팸 키워드 검출 ......................................................21
    • 4.5.2 OCR을 통한 변형된 문자열 정상 문자로 복원 .....................................26
    • 4.6 자연어 처리 기반 스팸 분류 모델 ......................................................................27
    • 4.6.1 전처리.....................................................................................................28
    • 4.6.2 DistilKoBERT 모델을 Fine-Tuning 한 다중 클래스 분류 모델 .....29
    • 제5장. 연합학습 시스템 ....................................................................................................31
    • 5.1 연합학습 설계 .....................................................................................................31
    • 5.2 실험 환경 .............................................................................................................33
    • 5.3 모바일 애플리케이션...........................................................................................35
    • 5.4 FedAvg ...............................................................................................................37
    • 5.4.1 Client-Side ..............................................................................................38
    • 5.4.2 Server-Side .............................................................................................38
    • 제6장. 실험 결과 .................................................................................................................40
    • 제7장. 결론 및 향후 과제 ...................................................................................................42
    • 7.1 결론......................................................................................................................42
    • 7.2 향후 과제 .............................................................................................................42
    • 참고문헌 ...............................................................................................................................44
    더보기

    분석정보

    View

    상세정보조회

    0

    Usage

    원문다운로드

    0

    대출신청

    0

    복사신청

    0

    EDDS신청

    0

    동일 주제 내 활용도 TOP

    더보기

    주제

    연도별 연구동향

    연도별 활용동향

    연관논문

    연구자 네트워크맵

    공동연구자 (7)

    유사연구자 (20) 활용도상위20명

    이 자료와 함께 이용한 RISS 자료

    나만을 위한 추천자료

    해외이동버튼