215 research outputs found
ヒトiPS細胞由来軟骨の癒合能の検討
京都大学0048新制・課程博士博士(医学)甲第21657号医博第4463号新制||医||1035(附属図書館)京都大学大学院医学研究科医学専攻(主査)教授 戸口田 淳也, 教授 松田 秀一, 教授 安達 泰治学位規則第4条第1項該当Doctor of Medical ScienceKyoto UniversityDFA
Molecular analysis of the S-RNase in self-incompatible Solanum chacoense
Thèse numérisée par la Direction des bibliothèques de l'Université de Montréal
RiskOracle: A Minute-level Citywide Traffic Accident Forecasting Framework
Real-time traffic accident forecasting is increasingly important for public
safety and urban management (e.g., real-time safe route planning and emergency
response deployment). Previous works on accident forecasting are often
performed on hour levels, utilizing existed neural networks with static
region-wise correlations taken into account. However, it is still challenging
when the granularity of forecasting step improves as the highly dynamic nature
of road network and inherent rareness of accident records in one training
sample, which leads to biased results and zero-inflated issue. In this work, we
propose a novel framework RiskOracle, to improve the prediction granularity to
minute levels. Specifically, we first transform the zero-risk values in labels
to fit the training network. Then, we propose the Differential Time-varying
Graph neural network (DTGN) to capture the immediate changes of traffic status
and dynamic inter-subregion correlations. Furthermore, we adopt multi-task and
region selection schemes to highlight citywide most-likely accident subregions,
bridging the gap between biased risk values and sporadic accident distribution.
Extensive experiments on two real-world datasets demonstrate the effectiveness
and scalability of our RiskOracle framework.Comment: 8 pages, 4 figures. Conference paper accepted by AAAI 202
Play like a Vertex: A Stackelberg Game Approach for Streaming Graph Partitioning
In the realm of distributed systems tasked with managing and processing
large-scale graph-structured data, optimizing graph partitioning stands as a
pivotal challenge. The primary goal is to minimize communication overhead and
runtime cost. However, alongside the computational complexity associated with
optimal graph partitioning, a critical factor to consider is memory overhead.
Real-world graphs often reach colossal sizes, making it impractical and
economically unviable to load the entire graph into memory for partitioning.
This is also a fundamental premise in distributed graph processing, where
accommodating a graph with non-distributed systems is unattainable. Currently,
existing streaming partitioning algorithms exhibit a skew-oblivious nature,
yielding satisfactory partitioning results exclusively for specific graph
types. In this paper, we propose a novel streaming partitioning algorithm, the
Skewness-aware Vertex-cut Partitioner S5P, designed to leverage the skewness
characteristics of real graphs for achieving high-quality partitioning. S5P
offers high partitioning quality by segregating the graph's edge set into two
subsets, head and tail sets. Following processing by a skewness-aware
clustering algorithm, these two subsets subsequently undergo a Stackelberg
graph game. Our extensive evaluations conducted on substantial real-world and
synthetic graphs demonstrate that, in all instances, the partitioning quality
of S5P surpasses that of existing streaming partitioning algorithms, operating
within the same load balance constraints. For example, S5P can bring up to a
51% improvement in partitioning quality compared to the top partitioner among
the baselines. Lastly, we showcase that the implementation of S5P results in up
to an 81% reduction in communication cost and a 130% increase in runtime
efficiency for distributed graph processing tasks on PowerGraph.Comment: This paper has been accepted by SIGMOD 202
- …