670 research outputs found
Tooth Instance Segmentation from Cone-Beam CT Images through Point-based Detection and Gaussian Disentanglement
Individual tooth segmentation and identification from cone-beam computed
tomography images are preoperative prerequisites for orthodontic treatments.
Instance segmentation methods using convolutional neural networks have
demonstrated ground-breaking results on individual tooth segmentation tasks,
and are used in various medical imaging applications. While point-based
detection networks achieve superior results on dental images, it is still a
challenging task to distinguish adjacent teeth because of their similar
topologies and proximate nature. In this study, we propose a point-based tooth
localization network that effectively disentangles each individual tooth based
on a Gaussian disentanglement objective function. The proposed network first
performs heatmap regression accompanied by box regression for all the
anatomical teeth. A novel Gaussian disentanglement penalty is employed by
minimizing the sum of the pixel-wise multiplication of the heatmaps for all
adjacent teeth pairs. Subsequently, individual tooth segmentation is performed
by converting a pixel-wise labeling task to a distance map regression task to
minimize false positives in adjacent regions of the teeth. Experimental results
demonstrate that the proposed algorithm outperforms state-of-the-art approaches
by increasing the average precision of detection by 9.1%, which results in a
high performance in terms of individual tooth segmentation. The primary
significance of the proposed method is two-fold: 1) the introduction of a
point-based tooth detection framework that does not require additional
classification and 2) the design of a novel loss function that effectively
separates Gaussian distributions based on heatmap responses in the point-based
detection framework.Comment: 11 pages, 7 figure
Temporal Graph Networks for Graph Anomaly Detection in Financial Networks
This paper explores the utilization of Temporal Graph Networks (TGN) for
financial anomaly detection, a pressing need in the era of fintech and
digitized financial transactions. We present a comprehensive framework that
leverages TGN, capable of capturing dynamic changes in edges within financial
networks, for fraud detection. Our study compares TGN's performance against
static Graph Neural Network (GNN) baselines, as well as cutting-edge hypergraph
neural network baselines using DGraph dataset for a realistic financial
context. Our results demonstrate that TGN significantly outperforms other
models in terms of AUC metrics. This superior performance underlines TGN's
potential as an effective tool for detecting financial fraud, showcasing its
ability to adapt to the dynamic and complex nature of modern financial systems.
We also experimented with various graph embedding modules within the TGN
framework and compared the effectiveness of each module. In conclusion, we
demonstrated that, even with variations within TGN, it is possible to achieve
good performance in the anomaly detection task.Comment: Presented at the AAAI 2024 Workshop on AI in Finance for Social
Impact (https://sites.google.com/view/aifin-aaai2024
Does the Experience of Using Metaverse Affect the Relationship between Social Identity, Psychological Ownership, and Engagement?
This research aims to explore the factors that contribute to the formation of social identity within virtual communities in the metaverse from both social and technological perspectives. To achieve these objectives, this research examined the perceived presence, social identity, and psychological ownership of community members within the context of the metaverse and investigated their structural relationships. Hypothesis testing was conducted using AMOS 22.0 to validate the structural model analysis. The results of this study revealed that the technological elements of the metaverse platform and the social factors within the community were significantly related to perceived presence and social identity. Both factors were found to have a positive impact on community engagement intent. Furthermore, moderated effect of usage time was also significant. By identifying the factors influencing social identity among metaverse users and examining their impact on member engagement behavior, this research expands the existing knowledge in the field of metaverse-related studies
Does the Experience of Using Metaverse Affect the Relationship between Social Identity, Psychological Ownership, and Engagement?
Promptable Behaviors: Personalizing Multi-Objective Rewards from Human Preferences
Customizing robotic behaviors to be aligned with diverse human preferences is
an underexplored challenge in the field of embodied AI. In this paper, we
present Promptable Behaviors, a novel framework that facilitates efficient
personalization of robotic agents to diverse human preferences in complex
environments. We use multi-objective reinforcement learning to train a single
policy adaptable to a broad spectrum of preferences. We introduce three
distinct methods to infer human preferences by leveraging different types of
interactions: (1) human demonstrations, (2) preference feedback on trajectory
comparisons, and (3) language instructions. We evaluate the proposed method in
personalized object-goal navigation and flee navigation tasks in ProcTHOR and
RoboTHOR, demonstrating the ability to prompt agent behaviors to satisfy human
preferences in various scenarios. Project page:
https://promptable-behaviors.github.i
- …