paper-with-me

홈 › Papers

HSGM: Hierarchical Segment-Graph Memory for Scalable Long-Text Semantics

2025-09-17 · Dong Liu, Yanxuan Yu arxiv

Semantic parsing of long documents remains challenging due to quadratic growth in pairwise composition and memory requirements. We introduce \textbf{Hierarchical Segment-Graph Memory (HSGM)}, a novel framework that decomposes an input of length $N$ into $M$ meaningful segments, constructs \emph{Local Semantic Graphs} on each segment, and extracts compact \emph{summary nodes} to form a \emph{Global Graph Memory}. HSGM supports \emph{incremental updates} -- only newly arrived segments incur local graph construction and summary-node integration -- while \emph{Hierarchical Query Processing} locates relevant segments via top-$K$ retrieval over summary nodes and then performs fine-grained reasoning within their local graphs. Theoretically, HSGM reduces worst-case complexity from $O(N^2)$ to $O\!\left(N\,k + (N/k)^2\right)$, with segment size $k \ll N$, and we derive Frobenius-norm bounds on the approximation error introduced by node summarization and sparsification thresholds. Empirically, on three benchmarks -- long-document AMR parsing, segment-level semantic role labeling (OntoNotes), and legal event extraction -- HSGM achieves \emph{2--4$\times$ inference speedup}, \emph{$>60\%$ reduction} in peak memory, and \emph{$\ge 95\%$} of baseline accuracy. Our approach unlocks scalable, accurate semantic modeling for ultra-long texts, enabling real-time and resource-constrained NLP applications.

📄 PDF Abstract BibTeX arXiv:2509.18168

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Role LabelingEvent ExtractionSemantic ParsingAMR Parsing

Similar Papers 제목 키워드 기반

HSGNet: Object Re-identification with Hierarchical Similarity Graph Network

2022-11-10 · Fei Shen, Mengwan Wei, Junchi Ren

Object re-identification method is made up of backbone network, feature aggregation, and loss function. However, most backbone networks lack a special mechanism to handle rich scale variations and mine discriminative fea…

Object

Bridging the 2D-3D Gap: A Hierarchical Semantic-Geometric Map for Vision Language Navigation

2026-05-25 · Kailing Li, Tianwen Qian, Lijin Yang, Yuqian Fu 외 arxiv

Vision-Language Navigation (VLN) enables embodied agents to reach target locations in unseen environments by following language instructions. Despite recent progress with vision-language models (VLMs), a critical semanti…

Vision-Language NavigationSpatial Reasoning

Efficient Hierarchical Graph-Based Segmentation of RGBD Videos

2018-01-26 · CVPR 2014 6 · Steven Hickson, Stan Birchfield, Irfan Essa, Henrik Christensen

We present an efficient and scalable algorithm for segmenting 3D RGBD point clouds by combining depth, color, and temporal information using a multistage, hierarchical graph-based approach. Our algorithm processes a movi…

ClusteringGraph MatchingSegmentationVideo Segmentation

Temporal Order Matters for Agentic Memory: Segment Trees for Long-Horizon Agents

2026-06-03 · Yifan Simon Liu, Liam Gallagher, Faeze Moradi Kalarde, Jiazhou Liang 외 arxiv

Long-horizon conversational agents need to interact with users through evolving events, tasks, and goals. Such histories are naturally temporal, yet many existing memory systems organize information primarily by topical …

OilSAM2: Memory-Augmented SAM2 for Scalable SAR Oil Spill Detection

2026-03-10 · Shuaiyu Chen, Ming Yin, Peng Ren, Chunbo Luo 외 arxiv

Segmenting oil spills from Synthetic Aperture Radar (SAR) imagery remains challenging due to severe appearance variability, scale heterogeneity, and the absence of temporal continuity in real world monitoring scenarios. …