arXiv ScienceSearch

arXiv subjects

Rongqin Yang

Publications and source records attributed to Rongqin Yang.

3 recordsLinked to original sources

Toward Autonomous GNSS Networking: Low-Complexity Onboard Routing and Topology-Routing Co-Construction

Inter-satellite links constitute a critical enabler for the autonomous operation of global navigation satellite systems (GNSSs).Nevertheless, onboard routing still poses substantial challenges, stemming from the frequent topology variations of GNSS constellations and the constraint of limited onboard computational resources for routing calculation. This paper develops a routing and topology-control framework tailored to the time-slotted structure of GNSS inter-satellite networks. By exploiting the fact that each satellite communicates with at most one scheduled peer in a slot, the proposed routing method propagates future delivery information backward over the slot sequence and directly determines whether data should be stored or forwarded. This structure avoids massive end-to-end path searches and enables topology generation and routing computation to proceed concurrently. The same delivery information is further introduced into topology construction so that link scheduling can directly account for end-to-end communication performance. A master-satellite autonomous orbit-determination scenario is used to demonstrate this topology--routing co-construction mechanism. In a 24-h, 30-satellite BeiDou scenario, the proposed routing method achieves routing performance comparable to Contact Graph Routing while reducing routing computation time by approximately 1500 times. The co-constructed topology further improves all-to-all communication and both master-related traffic directions while preserving strong inter-satellite ranging performance. These results fill a critical gap between autonomous topology planning and autonomous routing computation, supporting more complete onboard autonomous networking for future GNSSs.

eess.SY

Dialogue Act Recognition via CRF-Attentive Structured Network

Dialogue Act Recognition (DAR) is a challenging problem in dialogue interpretation, which aims to attach semantic labels to utterances and characterize the speaker's intention. Currently, many existing approaches formulate the DAR problem ranging from multi-classification to structured prediction, which suffer from handcrafted feature extensions and attentive contextual structural dependencies. In this paper, we consider the problem of DAR from the viewpoint of extending richer Conditional Random Field (CRF) structural dependencies without abandoning end-to-end training. We incorporate hierarchical semantic inference with memory mechanism on the utterance modeling. We then extend structured attention network to the linear-chain conditional random field layer which takes into account both contextual utterances and corresponding dialogue acts. The extensive experiments on two major benchmark datasets Switchboard Dialogue Act (SWDA) and Meeting Recorder Dialogue Act (MRDA) datasets show that our method achieves better performance than other state-of-the-art solutions to the problem. It is a remarkable fact that our method is nearly close to the human annotator's performance on SWDA within 2% gap.

cs.CL

Smarnet: Teaching Machines to Read and Comprehend Like Human

Machine Comprehension (MC) is a challenging task in Natural Language Processing field, which aims to guide the machine to comprehend a passage and answer the given question. Many existing approaches on MC task are suffering the inefficiency in some bottlenecks, such as insufficient lexical understanding, complex question-passage interaction, incorrect answer extraction and so on. In this paper, we address these problems from the viewpoint of how humans deal with reading tests in a scientific way. Specifically, we first propose a novel lexical gating mechanism to dynamically combine the words and characters representations. We then guide the machines to read in an interactive way with attention mechanism and memory network. Finally we add a checking layer to refine the answer for insurance. The extensive experiments on two popular datasets SQuAD and TriviaQA show that our method exceeds considerable performance than most state-of-the-art solutions at the time of submission.

cs.CL