인간의 지능은 세상을 구조적으로 인식하고, 그 관계를 탐구하기 위해 질문을 던지며, 이해를 바탕으로 목적 있는 행동을 계획하는 능력으로 특징지어진다. 본 논문은 이러한 인간의 인지 ...

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
인간의 지능은 세상을 구조적으로 인식하고, 그 관계를 탐구하기 위해 질문을 던지며, 이해를 바탕으로 목적 있는 행동을 계획하는 능력으로 특징지어진다. 본 논문은 이러한 인간의 인지 ...
인간의 지능은 세상을 구조적으로 인식하고, 그 관계를 탐구하기 위해 질문을 던지며, 이해를 바탕으로 목적 있는 행동을 계획하는 능력으로 특징지어진다. 본 논문은 이러한 인간의 인지 과정을 인공지능이 모방할 수 있도록, 비디오 이해를 위한 구조적 지식 표현(Structured Knowledge Representation, SKR)을 학습하고 활용하는 방법을 탐구한다. 본 연구의 궁극적인 목표는 저수준의 지각
(perception)과 고수준의 인지적 추론(reasoning)을 연결하여, 복잡한 비디오 환경에서 구조적 지식을 기반으로 해석, 학습, 그리고 추론 할 수 있는 인공지능을 구축하는 것이다.
이를 위해, 본 논문은 인간과 유사한 비디오 이해를 위한 통합 아키텍처를 제안하며, 이는 지각, 구조적 표현, 추론, 계획의 네 계층으로 구성된다. 이 아키텍처는 다중 모달 입력(프레임, 자막, 대사)을 구조적 의미 그래프로 변환하고, 이를 바탕으로 인지적 질문 생성을 통한 추론을 수행하며, 최종적으로 절차적 계획으로 확장되는 일련의 단계를 포함한다. 이러한 통합 구조는 본 논문의 세 가지 주요 연구 기여를 뒷받침한다. 첫째, 구조적 지식 표현의 생성 및 파싱을 위한 방법으로 엔티티 동의어 정렬 (Entity Synset Alignment, ESA)과 추상 의미 표현 기반 장면 그래프 파싱(Scene Graph Parsing via AMR, SGRAM)을 제안한다. 이는 시각적 · 언어적 정보를 통합된 의미 그래프 공간으로 정렬하여, 해석 가능하고 전이 가능한 구조적 표현 학습의 기반을 마련한다.
둘째, INQUIRER라는 구조적 추론 프레임워크를 개발하여, 인공지능이 비디오에 대해 스스로 질문하고 대답하는 능력을 갖추도록 한다. INQUIRER는 다중 모달 단서를 기반으로 내부 지식 그래프(Internal Knowledge Graph, IKG)를 구축하고, 대규모 언어모델을 활용해 인지적으로 다양한 질문을 생성하며, 혼란도 (perplexity)를 이용한 질문 정제를 수행한다. 이를 통해 DramaQA, TVQA, STAR, How2QA 등 다양한 VideoQA 벤치마크를 구조적 QA 쌍으로 확장하여, 모델의 해석력과 성능을 동시에 향상시킨다.
셋째, 이러한 구조적 추론을 절차적 계획(Procedure Planning)으로 접목/확장하기 위해 하이브리드 상태 표현(Hybrid State Representation, HSR)을 제안한다. HSR은 의미 상태 그래프(Semantic State Graph, SSG)와 문맥 기반 QA 쌍을 통합하여, 절차적 상태의 관계적 정확성과 문맥적 풍부함을 동시에 표현한다. 이를 통해 COIN, CrossTask, NIV 등의 벤치마크에서 상태 전이와 장기적 추론을 정밀하게 모델링하며, 기존 방법 대비 유의미한 성능 향상을 보인다.
본 논문은 이러한 일련의 연구를 통해, 구조적 지식이 단순한 표현 도구를 넘어 인간 수준의 비디오 지능을 구현하기 위한 인지적 기반(cognitive substrate)임을 증명한다. 이는 인공지능이 복잡한 시각적 세계 속에서 관찰하고, 질문하며, 계획할 수 있는 새로운 패러다임을 제시한다.
다국어 초록 (Multilingual Abstract)
Human intelligence is characterized by its ability to perceive structured relationships in the world, ask questions to reason about them, and plan purposeful actions based on inferred understanding. This dissertation explores how artificial intelligen...
Human intelligence is characterized by its ability to perceive structured relationships in the world, ask questions to reason about them, and plan purposeful actions based on inferred understanding. This dissertation explores how artificial intelligence can emulate such human-like cognition through the construction and utilization of Structured Knowledge Representation (SKR) for video understanding. The overarching goal is to bridge low-level perception and high-level cognitive reasoning by enabling AI systems to parse, learn/reason, and act over structured knowledge derived from complex video environments.
To this end, I propose Perception-Reasoning-Interaction for Structured Knowledge Modeling (PRISM), a unified architecture for human-like video understanding that spans three interconnected layers: structured representation, reasoning, and planning. The architecture begins by transforming multimodal video inputs—frames, captions, and subtitles—into structured semantic graphs, followed by reasoning over these representations through cognitive inquiry, and ultimately extends to procedural planning that mirrors human decision-making. This architecture forms the backbone for the three major contributions of this dissertation.
First, I introduce methods for structured knowledge representation generation, including Entity Synset Alignment (ESA) and Scene Graph Parsing via Abstract Meaning Representation (SGRAM). These approaches unify heterogeneous visual and linguistic signals into a coherent semantic graph space, establishing the foundation for interpretable and transferable structured representations.
Building upon this foundation, I develop INQUIRER, a structured reasoning framework that enables AI systems to ask and answer questions about videos. INQUIRER constructs Internal Knowledge Graphs (IKGs) from multimodal cues, generates cognitively diverse questions through large language models, and filters them using perplexity-based curation. By augmenting existing VideoQA benchmarks (DramaQA, TVQA, STAR, and How2QA) with QA pairs, INQUIRER enhances both the interpretability and performance of video reasoning models, bridging human-like curiosity and machine understanding.
Finally, I extend this structured reasoning paradigm to procedure planning through a Hybrid State Representation (HSR). HSR integrates Semantic State Graphs (SSGs) with contextual QA pairs, capturing both relational precision and contextual clarity of procedural states. This hybrid representation enables accurate modeling of state transitions and long-horizon reasoning, leading to substantial performance improvements across COIN, CrossTask, and NIV benchmarks.
Together, these contributions present a coherent cognitive trajectory from structured perception to reasoning and planning. The dissertation demonstrates that structured knowledge is not merely a descriptive medium for visual understanding, but a cognitive substrate—a foundation upon which human-like video intelligence can emerge, enabling AI systems to observe, question, and plan within complex visual worlds.
목차 (Table of Contents)
[제18회 김옥길기념강좌] 인공지능, 감정, 휴머니즘(Human-Compatible Artificial Intelligence’)’
이화여자대학교 스튜어드 러셀Machine Learning for Data Science
K-MOOC 고려대학교 정태수, 주재걸, 석준희Deep Learning with TensorFlow
K-MOOC 선문대학교 김종혁, 이성철딥러닝(Deep Learning)이란
신한대학교 신종우Resources: Deep Learning with Mini Whiteboards
Teachers TV Teachers TV