현대 네트워크 시스템이 발전해감에 따라 구조적 복잡성이 지속해서 증가하고 있 다. 이에 따라 네트워크 오류 진단은 더욱 높은 성능과 정교함을 요구하는 정밀 분 석 작업으로 변화하고 ...

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
https://www.riss.kr/link?id=T17389684
광주 : 전남대학교, 2026
학위논문(석사) -- 전남대학교 , 지능전자컴퓨터공학과 , 2026. 2
2026
한국어
006.3
광주
58 ; 26 cm
지도교수: 김진술
I804:24010-000000078030
0
상세조회0
다운로드현대 네트워크 시스템이 발전해감에 따라 구조적 복잡성이 지속해서 증가하고 있 다. 이에 따라 네트워크 오류 진단은 더욱 높은 성능과 정교함을 요구하는 정밀 분 석 작업으로 변화하고 ...
현대 네트워크 시스템이 발전해감에 따라 구조적 복잡성이 지속해서 증가하고 있 다. 이에 따라 네트워크 오류 진단은 더욱 높은 성능과 정교함을 요구하는 정밀 분 석 작업으로 변화하고 있으나, 기존의 로그 기반 규칙 분석이나 단일 모달 시계열 기반 진단 기법만으로는 복잡한 장애 원인을 실시간으로 파악하는 데 한계가 존재 하였다. 이러한 배경으로 인해 본 연구는 텍스트 기반 로그와 수치형 메트릭의 정 보를 복합적으로 활용하는 멀티모달 학습 기반 네트워크 진단 모델을 제안한다. 본 학위논문은 이를 위해 LO2(Light-OAuth2) 데이터셋을 기반으로, 로그 임베딩의 방 향성·순차성 손실 문제를 해결하기 위한 FFT 기반 로그 임베딩 안정화 기법, 로그– 메트릭 간 의미적 연관성을 학습하기 위한 대조학습 기반 관계 학습 구조 및 서비 스별 로그 토큰을 독립적으로 유지하는 8-token Transformer를 중심으로 하는 멀 티모달 진단 모델을 설계하였다. FFT는 임베딩된 로그 벡터의 고주파 잡음을 제거 하고 반복 패턴 및 급격한 변화 패턴을 주파수 영역에서 분리함으로써 로그 특유의 이벤트 흐름을 안정적으로 반영하도록 설계되었다. 또한 대조학습은 동일 시점의 로그–메트릭 쌍을 긍정 관계로, 다른 시점의 임의 조합을 부정 관계로 학습시킴으 로써, 서비스 이벤트의 인과적 구조를 모델이 내재적으로 학습할 수 있도록 하였다. 실험은 모달리티 별 모델 성능 비교(단일 MLP, 2-token Transformer, 8-token Transformer), Dropout 및 Gaussian Noise 기반 강건성 평가, 대조학습 적용 여 부를 중심으로 수행하였다. 그 결과 8-token Transformer는 전체 54개 OAuth2 오류 클래스를 대상으로 가장 우수한 성능을 보였으며, 로그를 하나의 평균 토큰으 로 축약하는 2-token 모델 및 단일 벡터 기반 MLP에 비해 크게 향상된 결과를 확 인하였다. 특히 8-token 모델은 입력 로그 일부가 제거되거나 노이즈가 주입된 환 경에서도 2-token 대비 월등한 강건성을 유지하는 것을 확인하였으며, 서비스별 토 큰 구조가 정보 손실을 분산시키고 self-attention을 통해 일부 정보를 보완할 수 있음을 보여주었다. 대조학습 적용 시 특정 오류 클래스에서 precision 및 recall이 개선되는 등 멀티모달 관계 정렬 효과도 확인되었다. 결과적으로 본 학위논문은 네 트워크 로그의 주파수 기반 구조적 특징을 활용한 FFT 임베딩, 로그–메트릭 관계 를 학습하는 대조학습 구조, 서비스 단위 토큰화 전략을 결합한 새로운 멀티모달 Transformer 모델을 제안하였으며, 이는 기존 로그 또는 메트릭 단일 기반 접근 대비 높은 정확도와 강건성을 동시에 확보하였다. 본 성과는 향후 디지털 트윈 네 트워크, 자가 진단형 지능형 네트워크(autonomous network) 및 실시간 장애 예측 시스템 개발을 위한 핵심 기반 기술로 활용될 수 있다.
다국어 초록 (Multilingual Abstract)
Modern networked systems have grown increasingly complex due to the expansion of ultra-high-speed communication infrastructures, the widespread use of OTT and social media platforms, and the large-scale proliferation of cloud and mobile services. As a...
Modern networked systems have grown increasingly complex due to the expansion of ultra-high-speed communication infrastructures, the widespread use of OTT and social media platforms, and the large-scale proliferation of cloud and mobile services. As a result, network fault diagnosis has evolved into a precision-critical task that demands both high accuracy and interpretability. Traditional approaches—such as rule-based log inspection or single-modality time-series analysis—are no longer sufficient for identifying complex failure causes in real time. Against this backdrop, this study proposes a multimodal learning–based
network diagnostic model that jointly integrates text-based logs and numerical metrics. Building on the LO2 (Light-OAuth2) dataset, this study develops (1) an FFT-enhanced log-embedding stabilization method designed to mitigate the loss of directionality and sequential structure inherent in text embeddings, (2) a contrastive-learning–based relational modeling framework for learning semantic associations between logs and metrics, and (3) a multimodal diagnostic model centered on an 8-token Transformer architecture that preserves each service-specific log stream as an independent token. The FFT module removes high-frequency noise from log embeddings and decomposes repetitive and abrupt-change patterns in the frequency domain, thereby stabilizing the representation of event flows characteristic of OAuth2 service logs. Meanwhile, contrastive learning treats log–metric pairs from the same timestamp as positive pairs and randomly mismatched combinations as negative pairs, enabling the model to implicitly learn causal structures underlying service events. Experiments were conducted across three input configurations (single-vector MLP, 2-token Transformer, and 8-token Transformer), along with robustness evaluations using dropout and Gaussian noise, and comparative analysis with and without contrastive learning. Results show that the 8-token Transformer achieved the strongest performance, obtaining 0.69 accuracy and a 0.69 macro F1-score across all 54 OAuth2 error classes. This substantially outperformed the 2-token model—which collapses seven service logs into a single averaged log token (accuracy 0.64)—and the single-vector MLP baseline (accuracy 0.38). Notably, the 8-token architecture also demonstrated superior robustness when portions of the log input were dropped or corrupted by noise, confirming that service-specific token preservation distributes information loss and allows self-attention mechanisms to recover missing contextual cues. Incorporating contrastive learning further improved precision and recall in several error categories, highlighting its usefulness for multimodal representation alignment. In summary, this study presents a new multimodal Transformer-based diagnostic model that combines FFT-driven structural enhancement of log embeddings, contrastive learning of log–metric relationships, and a service-level tokenization strategy. The proposed model achieves higher accuracy and robustness than conventional log-only or metric-only approaches. These results indicate that the method provides a strong foundation for future applications in digital-twin networks, autonomous self-diagnosing network architectures, and real-time fault prediction systems.
목차 (Table of Contents)